src/main/java/com/xcong/excoin/modules/yunding/controller/YunDingController.java
@@ -160,6 +160,26 @@ return yunDingService.bugAgentLevel(bugAgentLeveldto); } /** * 我的团队信息 */ @ApiOperation(value = "我的团队信息") @ApiResponses({ @ApiResponse(code = 0, message = "success", response = TeamVo.class) }) @PostMapping(value = "/getTeamList") public Result getTeamList(@RequestBody @Validated TeamInfoDto teamInfoDto) { return yunDingService.getTeamList(teamInfoDto); }