From 0160bddd9883dc674c99534edc137948da77e679 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Mon, 28 Jul 2025 22:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/base_project/Game/Protocol.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua_probject/base_project/Game/Protocol.lua b/lua_probject/base_project/Game/Protocol.lua index ac572d32..6187893a 100644 --- a/lua_probject/base_project/Game/Protocol.lua +++ b/lua_probject/base_project/Game/Protocol.lua @@ -289,6 +289,9 @@ Protocol = { -- 获得申请列表的数量 WEB_FG_APPLYCOUNT = "group/request_apply_count", + + -- get_online_member + WEB_FG_get_online_member = "group/get_online_member", -------------- group-log--------------------- -- 获取奖励日志 WEB_FG_GET_REWARDS_LOG = "group/log/get_reward_log",