Commit af799400 authored by zhuwei's avatar zhuwei

2

parent c2985228
...@@ -907,7 +907,7 @@ class Broker extends Basic ...@@ -907,7 +907,7 @@ class Broker extends Basic
"agents_id" => 6524,//需要被拉黑经纪人id "agents_id" => 6524,//需要被拉黑经纪人id
"content" => 'ceshi',//理由 "content" => 'ceshi',//理由
);*/ );*/
if (!isset($params["agents_id"]) or !isset($params["agents_black_list_id"])) { if (!isset($params["agents_id"]) && !isset($params["agents_black_list_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
$service_broker = new BrokerService(); $service_broker = new BrokerService();
......
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