mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 去掉test信息
This commit is contained in:
parent
5f95c23029
commit
69fd97485d
@ -1822,7 +1822,6 @@ class DialogController extends AbstractController
|
|||||||
if (empty($dialog)) {
|
if (empty($dialog)) {
|
||||||
return Base::retError('创建群组失败');
|
return Base::retError('创建群组失败');
|
||||||
}
|
}
|
||||||
WebSocketDialogMsg::sendMsg(null, $dialog->id, 'text', ['text' => "test"], $user->userid);
|
|
||||||
return Base::retSuccess('创建成功', $dialog);
|
return Base::retSuccess('创建成功', $dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user