xiaoyong931011
2023-08-12 5c4d462bbdce5aa68d4b6dc928a62256efe20d2a
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -18,7 +18,6 @@
public interface DappWalletService {
    WalletInfoVo walletInfo();
    List<DappFundFlowEntity> recordInPage(RecordInPageDto recordInPageDto);
@@ -28,11 +27,6 @@
    IPage<DappWalletMineEntity> walletMineInPage(DappWalletMineEntity walletMine, QueryRequest request);
    IPage<DappAccountMoneyChangeEntity> accountMoneyChangeInPage(DappAccountMoneyChangeEntity change, QueryRequest request);
    Long transfer(TransferDto transferDto);
    BigDecimal calPrice(PriceDto priceDto);
    void withdraw(WithdrawDto withdrawDto);
@@ -47,8 +41,6 @@
    DappWalletCoinEntity findByMemberId(Long memberId);
    void transferAgain(TransferDto transferDto);
    Long transferA(TransferADto transferADto);
    /**
     * 资产钱包转帐到闪兑钱包3% 手续费(扣币)