初始化聊天,完结

This commit is contained in:
2025-11-20 17:57:13 +08:00
parent 4e2ec57f90
commit 12f84fa547
7 changed files with 179 additions and 27 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;