xiaoyong931011
2023-08-17 bba3a4184df2d622ecdbd0ec7c3d4ffc475a6ff2
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("请输入正确的金额");
        }
        /**
         * 充值