协议路径
parent
9741424a38
commit
892c1b677d
|
|
@ -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
|
||||||
Loading…
Reference in New Issue