fi
Helius
2022-08-29 54e507d03582122f77904d377119eb785a4b0a30
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -35,8 +35,8 @@
    void withdraw(WithdrawDto withdrawDto);
    void updateWalletCoinWithLock(BigDecimal amount, Long memberId);
    void updateWalletCoinWithLock(BigDecimal amount, Long memberId, int type);
    void updateWalletMineWithLock(BigDecimal amount, Long memberId);
    void updateWalletMineWithLock(BigDecimal amount, Long memberId, int type);
}