trading-order-service/src/main/java/com/yami/trading/service/impl/AwsS3OSSFileServiceImpl.java
@@ -205,7 +205,7 @@ } catch (IOException e) { log.error("LocalFileUploadService uploadFile IOException", e.getMessage(), e); throw new YamiShopBindException("文件上传失败"); throw new YamiShopBindException("File upload failed"); } } @@ -409,7 +409,7 @@ } catch (IOException e) { log.error("LocalFileUploadService uploadFile IOException", e.getMessage(), e); throw new YamiShopBindException("文件上传失败"); throw new YamiShopBindException("File upload failed"); } } }