Commit 7200ca6f authored by hujun's avatar hujun

提示语

parent 44170220
...@@ -420,7 +420,7 @@ class Member extends Basic ...@@ -420,7 +420,7 @@ class Member extends Basic
$data["AuthToken"] = $AuthToken; $data["AuthToken"] = $AuthToken;
}else{ }else{
return $this->response("101", "数据查询失败"); return $this->response("101", "没有该用户");
} }
return $this->response("200","请求成功",$data); return $this->response("200","请求成功",$data);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment