From 892c1b677d3aec42efdb94804ce12944dc6d1fe1 Mon Sep 17 00:00:00 2001 From: 1076390229 <1076390229@qq.com> Date: Mon, 28 Jul 2025 22:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base_project/Game/Controller/NewGroupController.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/base_project/Game/Controller/NewGroupController.lua b/lua_probject/base_project/Game/Controller/NewGroupController.lua index ac1982a2..eb244060 100644 --- a/lua_probject/base_project/Game/Controller/NewGroupController.lua +++ b/lua_probject/base_project/Game/Controller/NewGroupController.lua @@ -1695,7 +1695,7 @@ function M:FG_Get_Online_Member(groupId, callback) local _data = {} _data.id = groupId local _client = ControllerManager.GroupClient - _client:send(Protocol.WEB_FG_APPLYCOUNT, _data, function(res) + _client:send(Protocol.WEB_FG_get_online_member, _data, function(res) callback(res) end) end \ No newline at end of file