This commit is contained in:
2025-06-26 10:17:21 +08:00
parent a372eb6bd6
commit 6604f4c6aa
2 changed files with 3 additions and 3 deletions

View File

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