新版仿ok交易所-后端
BUG
peter
2025-09-06 3a9ea39714bccd5d3ec90b445ae787873287fb72
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiNewsController.java
@@ -55,7 +55,7 @@
        }
        if (StringUtils.isNotEmpty(news.getImgUrl())) {
            news.setImgUrl(Constants.IMAGES_HTTP+news.getImgUrl());
//            news.setImgUrl(Constants.IMAGES_HTTP+news.getImgUrl());
        }
        return Result.succeed(news);