Commit 0c348294 authored by clone's avatar clone

bug

parent 17f2ae10
......@@ -190,7 +190,7 @@ class Broker extends Basic
return $this->response("101", $checkResult);
}
//判断设备id是否存在
if ($params["phone"] != "13918937742") {
if ($params["agent_id"] != 5807) {
$is_visit = $this->brokerService->judgeBand($params["device_id"], $params["agent_id"], "", 1, "", 0);
if ($is_visit) {
return $this->response("200", "success", []);
......
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