KKSU
2024-01-02 63b5728cd6348f37cd95e21680e0a066956c641c
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -11,6 +11,7 @@
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;
@@ -64,4 +65,32 @@
    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 scanCoupon(GetCouponDto getCouponDto);
    FebsResponse memberCoupon(MallMemberCouponDto mallMemberCouponDto);
    FebsResponse couponDetails(Long id);
    FebsResponse setInvite(ApiSetInviteDto apiSetInviteDto);
}