From 0c852dc7408005111b3eb55c4caa607657bedb87 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 15 Aug 2023 16:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/userProxy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index acec74e..5384e88 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -491,4 +491,5 @@ message H5GameVoiceUnMute { /* id == 160 退出房间 */ message QuitRoom { uint32 reason = 1; // 原因1.被拉黑;2.被踢出 + string group_id = 2; } -- 2.22.0