KKSU
2024-03-29 8658dc102909ac3a3f21bedd40f405bbf2132485
src/main/java/cc/mrbird/febs/mall/service/IApiMallMemberService.java
@@ -33,6 +33,8 @@
    FebsResponse teamList(TeamListDto teamListDto);
    FebsResponse teamFcmList(TeamListDto teamListDto);
    MyTeamVo teamListForMine(TeamListDto teamListDto);
    FebsResponse moneyFlows(MoneyFlowDto moneyFlowDto);
@@ -78,4 +80,20 @@
    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);
}