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