Commit 28452848 authored by clone's avatar clone

bug

parent 0f6e1dbc
......@@ -128,9 +128,10 @@ class Report extends Basic
"house_id" => 1
);*/
if (!isset($params["agent_id"]) || !isset($params["house_id"])) {
if (!isset($params["agent_id"])) {
return $this->response("101", "请求参数错误");
}
if(isset($params["house_id"])){
$agent_id = $params["agent_id"];
$house_id = $params["house_id"];
......@@ -152,6 +153,8 @@ class Report extends Basic
return $this->response("200", "request success", $result);
}
}
$auth_arr = [
/*'broker/report',
'broker/addFollowUp',*/
......
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