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