协议路径

master
1076390229 2025-07-28 22:53:36 +08:00
parent 9741424a38
commit 892c1b677d
1 changed files with 1 additions and 1 deletions

View File

@ -1695,7 +1695,7 @@ function M:FG_Get_Online_Member(groupId, callback)
local _data = {} local _data = {}
_data.id = groupId _data.id = groupId
local _client = ControllerManager.GroupClient 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) callback(res)
end) end)
end end