44323
2024-03-11 6fc23bd4555236b011ef0e9c3096afd0d123ab32
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);
}