This commit is contained in:
2025-06-26 10:08:09 +08:00
parent 8517ae917e
commit 3aa24ff702

View File

@@ -25,7 +25,7 @@ class ImService extends BaseService
GatewayClientService::getInstance()->init()->sendToUser(
$this->userId,
$this->userId === 1? 2: 1,
$this->userInfo['nick_name'],
$this->userInfo->nick_name,
json_encode($data),
);
return ['发送成功'];