src/main/java/cc/mrbird/febs/mall/service/IApiMallTeamLeaderService.java
@@ -39,4 +39,10 @@ FebsResponse findSomeLeaderListInPage(ApiLeaderListDto apiLeaderListDto); FebsResponse noLoginLeaderTitle(ApiLeaderTitleDto apiLeaderTitleDto); FebsResponse happyLeaderList(); FebsResponse checkOrder(ApiHappyOrderLeaderDto dto); FebsResponse insureOrder(ApiHappyOrderLeaderInsureDto dto); }