From d9f4ec5ce3ca9be50908b2c29d77900e014fad05 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 10:51:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/GatewayWorker/ImService.php b/app/Services/GatewayWorker/ImService.php index 9002c8f0..15e2bdcb 100644 --- a/app/Services/GatewayWorker/ImService.php +++ b/app/Services/GatewayWorker/ImService.php @@ -38,14 +38,14 @@ class ImService extends BaseService $this->gatewayClient->sendToUser( $this->userId === 1? 2: 1, $this->userId, - $this->userInfo['nick_name'], $data['avatarColor'], + $this->userInfo['nick_name'], $data['content'], ); $this->gatewayClient->broadcastMessage( $this->userId, - $this->userInfo['nick_name'], $data['avatarColor'], + $this->userInfo['nick_name'], $data['content'], ); return ['发送成功'];