KKSU
2024-07-05 98401eca7432757eac3be490f94ab6953f4a5ce1
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -5,8 +5,10 @@
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.math.BigDecimal;
@@ -29,7 +31,9 @@
    FebsResponse modifyMemberInfo(ModifyMemberInfoDto modifyMemberInfoDto);
    FebsResponse teamList(TeamListDto teamListDto);
    FebsResponse teamList();
    FebsResponse teamFcmList();
    MyTeamVo teamListForMine(TeamListDto teamListDto);
@@ -56,4 +60,44 @@
    void shopApply(ShopApplyDto shopApplyDto);
    MallShopApply findNewestApply();
    void addRegisterAppeal(RegisterAppealDto registerAppeal);
    CashOutSettingVo cashOutSetting();
    List<ShopListVo> findShopListVo(ShopListDto shopListDto);
    FebsResponse addMemberBank(AddMemberBankDto addMemberBankDto);
    FebsResponse findMemberBankList(MemberBankListDto memberBankListDto);
    FebsResponse findBankDetailsById(Long id);
    FebsResponse updateMemberBank(UpdateMemberBankDto updateMemberBankDto);
    FebsResponse delMemberBank(Long id);
    FebsResponse findBankName();
    FebsResponse pwdForget(ForgetPwdDto forgetPwdDto);
    FebsResponse createAccount();
    FebsResponse createKey();
    FebsResponse getPayment();
    FebsResponse getKey(GetKeyDto getKeyDto);
    FebsResponse updatePayment(UpdatePaymentDto updatePaymentDto);
    FebsResponse unfreeze(UnfreezeDto unfreezeDto);
    FebsResponse memberSpeak(ApiMemberSpeakDto memberSpeakDto);
    FebsResponse moneyFlowInside(MoneyFlowDto moneyFlowDto);
    FebsResponse chargeBalance(ApiChargeBalanceDto apiChargeBalanceDto);
    FebsResponse bindAddress(ApiBindAddressDto apiBindAddressDto);
}