44323
2024-03-11 d22e7172537d9a658e83dbe76bb267c7611642c1
cloud-server-management/src/main/java/com/dsh/course/feignClient/communityWorldCup/WorldCupClient.java
@@ -108,4 +108,17 @@
     */
    @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);
}