diff --git a/application/api/model/Chat.php b/application/api/model/Chat.php index 831ff2e..0062246 100644 --- a/application/api/model/Chat.php +++ b/application/api/model/Chat.php @@ -147,10 +147,7 @@ class Chat extends Model // SignRoomDelay = 1093, - if($type==1001 || $type==1080){ - //延时1秒 - sleep(1); - } + $text = [ 'MsgType' => $type,