Commit 5a1de22e authored by zhuwei's avatar zhuwei

bug

parent 36e1923a
...@@ -826,9 +826,9 @@ class Broker extends Basic ...@@ -826,9 +826,9 @@ class Broker extends Basic
public function getRecordsList() public function getRecordsList()
{ {
$params = $this->request->param(); $params = $this->request->param();
$params = array( /*$params = array(
"agents_id" => 6495 "agents_id" => 6495
); );*/
if (!isset($params["agents_id"])) { if (!isset($params["agents_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
......
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