ios 游戏排名返空处理
This commit is contained in:
parent
a57eb45222
commit
953c09ac58
@ -104,6 +104,9 @@ public class AppConfigRestController extends BaseController {
|
|||||||
@GetMapping("/list-game-config")
|
@GetMapping("/list-game-config")
|
||||||
public List<GameListConfigCO> listGameConfig(GameListQryCmd cmd, @RequestParam(required = false) String roomId) {
|
public List<GameListConfigCO> listGameConfig(GameListQryCmd cmd, @RequestParam(required = false) String roomId) {
|
||||||
cmd.setRoomSessionId(roomId);
|
cmd.setRoomSessionId(roomId);
|
||||||
|
if (cmd.checkIos()) {
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
return appConfigService.listGameConfig(cmd);
|
return appConfigService.listGameConfig(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user