Commit 71d6b7e5 authored by zw's avatar zw

chat bug

parent f4a872b7
...@@ -555,9 +555,9 @@ class AppChat extends Basic ...@@ -555,9 +555,9 @@ class AppChat extends Basic
public function getMessageIsRead() public function getMessageIsRead()
{ {
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"agent_id" => 5775 "agent_id" => 5775
); );*/
if (empty($params['agent_id'])) { if (empty($params['agent_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