From 496c7307dc207a09c344ff77fd5ef9dd6b9f05f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 3 Dec 2025 09:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E6=88=BF=E9=97=B4=20cp?= =?UTF-8?q?=E7=89=B9=E6=95=88=E5=BB=B6=E6=97=B61=E7=A7=92=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Chat.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,