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,