src/main/java/cc/mrbird/febs/mall/service/IApiMallTeamLeaderService.java
@@ -14,7 +14,7 @@ FebsResponse applyLeader(ApiApplayLeaderDto apiApplayLeaderDto); List<ApiLeaderListVo> findLeaderListInPage(ApiLeaderListDto apiLeaderListDto); FebsResponse findLeaderListInPage(ApiLeaderListDto apiLeaderListDto); FebsResponse leaderState(); @@ -35,4 +35,6 @@ FebsResponse leaderProfit(); List<ApiOrderProfitVo> findLeaderProfitListInPage(ApiOrderProfitDto apiOrderProfitDto); FebsResponse findSomeLeaderListInPage(ApiLeaderListDto apiLeaderListDto); }