| | |
| | | */ |
| | | @PostMapping("/worldCup/changeScore") |
| | | void changeScore(ChangeScore changeScore); |
| | | |
| | | |
| | | @PostMapping("/worldCup/getUserGameRecordList") |
| | | Map<String, Object> getUserGameRecordList(WorldCupGameStatisticsInfoList worldCupGameStatisticsInfoList); |
| | | |
| | | |
| | | /** |
| | | * 获取用户比赛记录 |
| | | * @param userGameRecordList |
| | | * @return |
| | | */ |
| | | @PostMapping("/worldCup/userGameRecordList") |
| | | Map<String, Object> userGameRecordList(UserGameRecordList userGameRecordList); |
| | | |
| | | /** |
| | | * 获取已报名人数 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @PostMapping("/worldCup/getRegisteredNumber") |
| | | int getRegisteredNumber(Integer worldCupId); |
| | | } |