再来一单

This commit is contained in:
2025-12-10 10:01:02 +08:00
parent b620cfdb84
commit 1fac7669ce
3 changed files with 41 additions and 47 deletions

View File

@@ -115,10 +115,10 @@ class Events
}
// 即时聊天 转发
if(strstr($message['type'], 'Chat')) {
(new \extend\chat\model\Base)->handles($client_id, $message);
return;
}
// if(strstr($message['type'], 'Chat')) {
// (new \extend\chat\model\Base)->handles($client_id, $message);
// return;
// }
$type = $message['type'];
if(!empty($message['is_temporary']) && (empty($message['product_name']))) {