测试
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user