1
zyy
2026-04-10 cde6bf659b0d88a7d4e9d28fb13e86a4a8f5b481
trading-order-service/src/main/java/com/yami/trading/service/impl/WithdrawServiceImpl.java
@@ -828,6 +828,9 @@
    @Override
    public void applyWithdraw(Withdraw withdraw, User user) {
        if (user.getAccountType() != null && user.getAccountType() == 1) {
            throw new YamiShopBindException("模拟账户不支持提现");
        }
        String channel = withdraw.getMethod();
        BigDecimal amount = withdraw.getAmount();
        String symbol = "btc";