Commit f5688ecb authored by clone's avatar clone

bug

parent 9497a2b4
......@@ -117,7 +117,7 @@ class User extends Basic
return $this->response("200", "此条件没有找到数据");
}
return $this->response("200", 'request success', $userList);
return $this->response("200", 'request success', ["user_date"=>$userList]);
}
}
\ No newline at end of file
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