nickchange
2023-11-28 d9f1e1a3f50729de8594cd6e1278afa2f6ebf983
cloud-server-account/src/main/java/com/dsh/account/feignclient/competition/ParticipantClient.java
@@ -14,10 +14,12 @@
    /**
     * 保存学员后同步参赛人员信息
     *
     * @param saveParticipant
     */
    @PostMapping("/participant/saveParticipant")
    void saveParticipant(SaveParticipant saveParticipant);
    @PostMapping("/participant/counts")
    Integer counts(Integer stuId);
}