From 6091a012cf7c0059fc390454284f97ac0299b6bf Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 10:08:38 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/GatewayWorker/ImService.php b/app/Services/GatewayWorker/ImService.php index 6409209a..7541ab8d 100644 --- a/app/Services/GatewayWorker/ImService.php +++ b/app/Services/GatewayWorker/ImService.php @@ -22,6 +22,7 @@ class ImService extends BaseService public function sendMessage($data, $type = MessageTypeEnum::Text->value) { $data['message_type'] = MessageTypeEnum::from($type)->description(); + ds($this->userInfo); GatewayClientService::getInstance()->init()->sendToUser( $this->userId, $this->userId === 1? 2: 1,