This commit is contained in:
2025-06-26 10:13:19 +08:00
parent 51eaec0871
commit a372eb6bd6

View File

@@ -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),
);