From a372eb6bd62894635d16f077eaefc296243e0d93 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 10:13:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/GatewayWorker/ImService.php b/app/Services/GatewayWorker/ImService.php index 7b945211..2b00f0f4 100644 --- a/app/Services/GatewayWorker/ImService.php +++ b/app/Services/GatewayWorker/ImService.php @@ -23,8 +23,8 @@ class ImService extends BaseService { $data['message_type'] = MessageTypeEnum::from($type)->description(); GatewayClientService::getInstance()->init()->sendToUser( - $this->userId, $this->userId === 1? 2: 1, + $this->userId, $this->userInfo['nick_name'], json_encode($data), );