再来一单
This commit is contained in:
@@ -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']))) {
|
||||
|
||||
Reference in New Issue
Block a user