Commit 9b41aea5 authored by clone's avatar clone

bug

parent 23dfec14
...@@ -219,7 +219,7 @@ class Broker extends Basic ...@@ -219,7 +219,7 @@ class Broker extends Basic
if ($user_res) { if ($user_res) {
return $this->response("200", "success!", ['user_date'=>$user_res,'pagenum'=>$pagenum,'total'=>$total]); return $this->response("200", "success!", ['user_date'=>$user_res,'pagenum'=>$pagenum,'total'=>$total]);
} else { } else {
return $this->response("101", "失败!"); return $this->response("200", "request null");
} }
} }
......
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