xiaoyong931011
2023-09-11 780ddc0d6df50bbb59b84ef61668da7c2deacc21
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -5,10 +5,13 @@
import cc.mrbird.febs.mall.entity.MallMember;
import cc.mrbird.febs.mall.entity.MallMemberPayment;
import cc.mrbird.febs.mall.entity.MallShopApply;
import cc.mrbird.febs.mall.vo.CashOutSettingVo;
import cc.mrbird.febs.mall.vo.MyCommissionVo;
import cc.mrbird.febs.mall.vo.MyTeamVo;
import cc.mrbird.febs.mall.vo.ShopListVo;
import com.baomidou.mybatisplus.extension.service.IService;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.List;
@@ -58,4 +61,30 @@
    MallShopApply findNewestApply();
    void addRegisterAppeal(RegisterAppealDto registerAppeal);
    CashOutSettingVo cashOutSetting();
    List<ShopListVo> findShopListVo(ShopListDto shopListDto);
    FebsResponse xcxLogin(ApiXcxLoginDto apiXcxLoginDto) throws IOException;
    FebsResponse xcxSaveInfo(ApiXcxSaveInfoDto apiXcxSaveInfoDto);
    FebsResponse xcxPhoneLogin(ApiXcxPhoneLoginDto apiXcxPhoneLoginDto);
    FebsResponse xcxOpen(ApiXcxOpenDto apiXcxOpenDto);
    FebsResponse rechargeWallet(ApiRechargeWalletDto apiRechargeWalletDto);
    void updateMemberAgent(Long memberId,String levelCode);
    FebsResponse agentDetail();
    FebsResponse activityInfo();
    FebsResponse agentApplyInfo();
    FebsResponse getCoupon(GetCouponDto getCouponDto);
    FebsResponse memberCoupon(MallMemberCouponDto mallMemberCouponDto);
}