Commit f84d5267 authored by clone's avatar clone

1

parent 457b77b4
...@@ -487,7 +487,7 @@ class Broker extends Basic ...@@ -487,7 +487,7 @@ class Broker extends Basic
return $this->response("300", $checkResult); return $this->response("300", $checkResult);
} }
if ($params['agent_id'] != $this->agentId) { if ($params['agent_id'] != $this->agentId) {
return $this->response("101", "失败!"); return $this->response("101", "身份验证失败!");
} }
...@@ -513,7 +513,7 @@ class Broker extends Basic ...@@ -513,7 +513,7 @@ class Broker extends Basic
$redis_service->delRecordCallRedis($this->agentId, $params['user_id'], $this->siteId); $redis_service->delRecordCallRedis($this->agentId, $params['user_id'], $this->siteId);
return $this->response("200", "success!", $result); return $this->response("200", "success!", $result);
} else { } else {
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