Commit 5c59f6fe authored by clone's avatar clone

bug

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