This commit is contained in:
2025-06-26 10:08:38 +08:00
parent 3aa24ff702
commit 6091a012cf

View File

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