测试
This commit is contained in:
@@ -38,14 +38,14 @@ class ImService extends BaseService
|
||||
$this->gatewayClient->sendToUser(
|
||||
$this->userId === 1? 2: 1,
|
||||
$this->userId,
|
||||
$this->userInfo['nick_name'],
|
||||
$data['avatarColor'],
|
||||
$this->userInfo['nick_name'],
|
||||
$data['content'],
|
||||
);
|
||||
$this->gatewayClient->broadcastMessage(
|
||||
$this->userId,
|
||||
$this->userInfo['nick_name'],
|
||||
$data['avatarColor'],
|
||||
$this->userInfo['nick_name'],
|
||||
$data['content'],
|
||||
);
|
||||
return ['发送成功'];
|
||||
|
||||
Reference in New Issue
Block a user