1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 12:23:06 +08:00

修正进入直播间消息id缺失问题

This commit is contained in:
koogua 2021-10-08 17:31:39 +08:00
parent e71b2ece67
commit 925f2e98dd

View File

@ -83,6 +83,7 @@ class LiveChapter extends LogicService
Gateway::bindUid($clientId, $user->id);
$message = kg_json_encode([
'id' => kg_uniqid(),
'type' => 'new_user',
'user' => [
'id' => $user->id,