puzhibing
2024-03-11 3b3db9ecdc588bfaed9a5ca92b399b0525f43955
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);
    /**