新版仿ok交易所-后端
dd
2026-01-15 80a32700f145bb88657360d4130362be146c92cf
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();