src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -444,6 +444,10 @@ if ("upgrade".equals(upgrade)) { throw new FebsException("功能升级中"); } BigDecimal amountIn = transferAusdDto.getAmount(); if(BigDecimal.ZERO.compareTo(amountIn) >= 0){ throw new FebsException("请输入正确的金额"); } /** * 充值