即时消息接口完结

This commit is contained in:
2025-11-19 19:31:47 +08:00
parent 2a89361d3e
commit 4e2ec57f90
5 changed files with 126 additions and 46 deletions

View File

@@ -112,7 +112,7 @@ class Events
return;
}
// 即时聊天 手机端
// 即时聊天 转发 手机端
if(strstr($message['type'], 'Chat')) {
(new \extend\chat\model\Base)->handles($client_id, $message);
return;