新版仿ok交易所-后端
yml
zyy
2026-02-27 592366eac2ae11c99966c5745c3d6d4e4e351602
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiC2cAppealController.java
@@ -104,7 +104,7 @@
            throw new YamiShopBindException("申诉不存在");
        }
        if (StringUtils.isNotEmpty(c2cAppeal.getImg())) {
            String path = awsS3OSSFileService.getUrl(c2cAppeal.getImg());
            String path = Constants.IMAGES_HTTP+c2cAppeal.getImg();
            c2cAppeal.setImg(path);
        }
        return Result.succeed();