Helius
2021-05-28 9c8214358fc62aae6f610bdf0c6f3d49ddfbe266
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);
    }