From 925f2e98dd6595210ec92a6635b64eedf613c9fb Mon Sep 17 00:00:00 2001 From: koogua Date: Fri, 8 Oct 2021 17:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=BF=9B=E5=85=A5=E7=9B=B4?= =?UTF-8?q?=E6=92=AD=E9=97=B4=E6=B6=88=E6=81=AFid=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Logic/Live/LiveChapter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Logic/Live/LiveChapter.php b/app/Services/Logic/Live/LiveChapter.php index a66cb377..8efa260d 100644 --- a/app/Services/Logic/Live/LiveChapter.php +++ b/app/Services/Logic/Live/LiveChapter.php @@ -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,