新版仿ok交易所-后端
zyy
2025-09-03 57d779ee4f65850c59cb6c2e281ac9f35e9dcc9f
trading-order-service/src/main/java/com/yami/trading/service/impl/WalletServiceImpl.java
@@ -296,7 +296,8 @@
        if (realtimes != null && realtimes.size() > 0) {
            close = realtimes.get(0).getClose().doubleValue();
        } else {
            throw new YamiShopBindException("参数错误");
            close = 0;
            //throw new YamiShopBindException("参数错误");
        }
        return close;
    }