update oss相关

This commit is contained in:
chenchen 2022-11-07 16:49:29 +08:00
parent 83a09c475d
commit ab4b21ff58

View File

@ -116,7 +116,7 @@ public class OssClient {
try {
client.deleteObject(properties.getBucketName(), path);
} catch (Exception e) {
throw new OssException("上传文件失败,请检查配置信息:[" + e.getMessage() + "]");
throw new OssException("删除文件失败,请检查配置信息:[" + e.getMessage() + "]");
}
}