Commit c8479b2b authored by zw's avatar zw

chat

parent 257f13f3
......@@ -548,6 +548,10 @@ class AppChat extends Basic
return $this->response("200", "success", $data);
}
/**
* 获取未读消息
* @return \think\Response
*/
public function getMessageIsRead()
{
$params = $this->params;
......
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