From b6afb0465ced047c57bb4cd12ef051b7b5bc064e Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 11:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/GatewayWorker/ImService.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Services/GatewayWorker/ImService.php b/app/Services/GatewayWorker/ImService.php index 0199249e..94a5f4b5 100644 --- a/app/Services/GatewayWorker/ImService.php +++ b/app/Services/GatewayWorker/ImService.php @@ -42,12 +42,12 @@ class ImService extends BaseService $this->userInfo['nick_name'], '单聊'. $data['content'], ); - $this->gatewayClient->broadcastMessage( - $this->userId, - $data['avatarColor'], - $this->userInfo['nick_name'], - '群发'. $data['content'], - ); +// $this->gatewayClient->broadcastMessage( +// $this->userId, +// $data['avatarColor'], +// $this->userInfo['nick_name'], +// '群发'. $data['content'], +// ); return ['发送成功']; } }