Commit e6c08c4b authored by zhuwei's avatar zhuwei

1

parent 2d85fb64
...@@ -998,9 +998,9 @@ class Broker extends Basic ...@@ -998,9 +998,9 @@ class Broker extends Basic
*/ */
public function getBlackListInfo(){ public function getBlackListInfo(){
$params = $this->params; $params = $this->params;
$params = array( // $params = array(
"agents_black_list_id" => 6 // "agents_black_list_id" => 6
); // );
if (!isset($params["agents_black_list_id"])) { if (!isset($params["agents_black_list_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