Commit a835ac3d authored by zhuwei's avatar zhuwei

状态修改

parent f8cf09d8
...@@ -784,7 +784,7 @@ class User extends Basic ...@@ -784,7 +784,7 @@ class User extends Basic
if(count($result) > 0){ if(count($result) > 0){
return $this->response("200", "success!", $result); return $this->response("200", "success!", $result);
}else{ }else{
return $this->response("101", "请求数据为空"); return $this->response("200", "请求数据为空");
} }
} }
......
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