KKSU
2025-01-08 a0bf7c7be9e52bf179db59117fc3660c24604a96
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,8 @@
    FebsResponse leaderProfit();
    List<ApiOrderProfitVo> findLeaderProfitListInPage(ApiOrderProfitDto apiOrderProfitDto);
    FebsResponse findSomeLeaderListInPage(ApiLeaderListDto apiLeaderListDto);
    FebsResponse noLoginLeaderTitle(ApiLeaderTitleDto apiLeaderTitleDto);
}