GetActiveGameList
查询已开放的游戏清单。 GameList example:
1 2 3 4 5 6 7 |
<GameList> <Game> <GameCode>EG-FISHING-001</GameCode> <GameType>multiplayer</GameType> <Enabled>true</Enabled> </Game> </GameList> |
查询已开放的游戏清单。 GameList example:
1 2 3 4 5 6 7 |
<GameList> <Game> <GameCode>EG-FISHING-001</GameCode> <GameType>multiplayer</GameType> <Enabled>true</Enabled> </Game> </GameList> |
Check the list of active games. GameList example:
1 2 3 4 5 6 7 |
<GameList> <Game> <GameCode>EG-FISHING-001</GameCode> <GameType>multiplayer</GameType> <Enabled>true</Enabled> </Game> </GameList> |
使用从LoginRequest或LoginRequestForFun返回的GameURL直接启动桌上游戏。以下是使用的所有参数。