| | |
| | | import cc.mrbird.febs.common.entity.FebsResponse; |
| | | import cc.mrbird.febs.mall.dto.*; |
| | | import cc.mrbird.febs.mall.service.IApiMallTeamLeaderService; |
| | | import cc.mrbird.febs.mall.vo.ApiLeaderInfoVo; |
| | | import cc.mrbird.febs.mall.vo.ApiLeaderListVo; |
| | | import cc.mrbird.febs.mall.vo.ApiMallleaderStateVo; |
| | | import cc.mrbird.febs.mall.vo.OrderListVo; |
| | | import cc.mrbird.febs.mall.vo.*; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.ApiResponse; |
| | |
| | | return iApiMallTeamLeaderService.findTeamOrderMarkCnt(); |
| | | } |
| | | |
| | | @ApiOperation(value = "团长收益详情", notes = "团长收益详情") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 200, message = "success", response = ApiLeaderProfitVo.class) |
| | | }) |
| | | @GetMapping("/leaderProfit") |
| | | public FebsResponse leaderProfit() { |
| | | return iApiMallTeamLeaderService.leaderProfit(); |
| | | } |
| | | |
| | | |
| | | } |