no message

This commit is contained in:
kuaifan
2021-06-14 16:07:13 +08:00
parent 7dfacd93a6
commit 72970eab2d
8 changed files with 100 additions and 24 deletions

View File

@@ -163,7 +163,7 @@ class WebSocketDialogMsg extends AbstractModel
$task = new WebSocketDialogMsgTask($userids, $dialogMsg->toArray());
Task::deliver($task);
//
return Base::retSuccess('发送成功', $dialogMsg);
return Base::retSuccess('发送成功', $dialogMsg->toArray());
});
}