puzhibing
2024-03-11 2b6370e31f46eb49dfea453def3be734745e936c
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/IWorldCupCompetitorService.java
@@ -43,9 +43,9 @@
     * 比赛结束后通知处理逻辑
     * @param custom
     * @param red_score
     * @param blue
     * @param blue_score
     */
    void endWorldCupCallback(String custom, Integer red_score, Integer blue);
    void endWorldCupCallback(String custom, Integer red_score, Integer blue_score);
    /**