| | |
| | | return iApiMallTeamLeaderService.leaderTitle(apiLeaderTitleDto); |
| | | } |
| | | |
| | | /** |
| | | * 商品列表页的团长信息 |
| | | * 有团长特征码直接显示该团长, |
| | | * 有经纬度,按照经纬度选择距离最近的 |
| | | * 没有选择团长列表的第一个 |
| | | */ |
| | | @ApiOperation(value = "商品列表页的团长信息", notes = "商品列表页的团长信息") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 200, message = "success", response = ApiLeaderInfoVo.class) |
| | | }) |
| | | @PostMapping("/noLoginLeaderTitle") |
| | | public FebsResponse noLoginLeaderTitle(@RequestBody ApiLeaderTitleDto apiLeaderTitleDto) { |
| | | return iApiMallTeamLeaderService.noLoginLeaderTitle(apiLeaderTitleDto); |
| | | } |
| | | |
| | | @ApiOperation(value = "获取团长订单角标数量") |
| | | @GetMapping(value = "/findTeamOrderMarkCnt") |
| | | public FebsResponse findTeamOrderMarkCnt() { |