From 8fffec0cfc3aaa4f496a872c815f283621c0f2b3 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Fri, 5 Dec 2025 17:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=83=85=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chat/model/ChatGroup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/chat/model/ChatGroup.php b/app/chat/model/ChatGroup.php index ef6f0ef..efb2cd0 100644 --- a/app/chat/model/ChatGroup.php +++ b/app/chat/model/ChatGroup.php @@ -36,7 +36,8 @@ class ChatGroup extends BaseModel Log::info($shop['shop_name'] . '重复创建群!'); return false; } - $name = $shop['shop_name'] . '粉丝福利' . $count + 1 . '群'; +// $name = $shop['shop_name'] . '粉丝福利' . $count + 1 . '群'; + $name = $shop['shop_name'] . '粉丝福利群'; $avatar = $shop['logo']; $now = d(); try {