roomid转int
parent
1c5f949aeb
commit
fca54c0342
|
|
@ -341,7 +341,7 @@ function M:FG_InvitePlayer(group_id, tag, player_id, roomid, pid, game_name, cal
|
||||||
_data.groupId = group_id
|
_data.groupId = group_id
|
||||||
_data.tagId = tag
|
_data.tagId = tag
|
||||||
_data.player_id = player_id
|
_data.player_id = player_id
|
||||||
_data.roomid = roomid
|
_data.roomid = tonumber(roomid)
|
||||||
_data.pid = pid
|
_data.pid = pid
|
||||||
_data.g_name = game_name
|
_data.g_name = game_name
|
||||||
self._mgr_client:send(Protocol.FGMGR_INVITE_PLAYER, _data, function(res)
|
self._mgr_client:send(Protocol.FGMGR_INVITE_PLAYER, _data, function(res)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue