| | |
| | | * @return |
| | | */ |
| | | Map<String, Object> worldCupRecordsList(WorldCupRecords worldCupRecords); |
| | | |
| | | |
| | | /** |
| | | * 获取比赛统计详情列表 |
| | | * @param worldCupGameStatisticsInfoList |
| | | * @return |
| | | */ |
| | | Map<String, Object> worldCupGameStatisticsInfoList(WorldCupGameStatisticsInfoList worldCupGameStatisticsInfoList); |
| | | |
| | | |
| | | /** |
| | | * 获取单场参赛详情列表 |
| | | * @return |
| | | */ |
| | | Map<String, Object> worldCupGameStatisticsListInfo(WorldCupGameStatisticsListInfo worldCupGameStatisticsListInfo); |
| | | |
| | | |
| | | /** |
| | | * 修改比分 |
| | | * @param changeScore |
| | | */ |
| | | void changeScore(ChangeScore changeScore); |
| | | |
| | | |
| | | /** |
| | | * 获取用户比赛记录明细 |
| | | * @param userGameRecordList |
| | | * @return |
| | | */ |
| | | Map<String, Object> userGameRecordList(UserGameRecordList userGameRecordList); |
| | | } |