Helius
2021-06-01 361a7f0af0e1d10e7c32a819265021e69f337fbd
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);
    }