Helius
2021-05-25 f40fc18d708f4ae6efa8c3c134491d134c3c905d
src/main/java/com/xcong/excoin/modules/yunding/controller/YunDingController.java
@@ -167,7 +167,7 @@
    @ApiResponses({
            @ApiResponse(code = 0, message = "success", response = TeamVo.class)
    })
    @PostMapping(value = "/getAgentList")
    @PostMapping(value = "/getTeamList")
    public Result getTeamList(@RequestBody @Validated TeamInfoDto teamInfoDto) {
        return yunDingService.getTeamList(teamInfoDto);
    }