mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-10 11:13:44 +08:00
update 格式化代码结构 统一编码格式
This commit is contained in:
@@ -79,7 +79,7 @@ public class AliyunOssStrategy extends AbstractOssStrategy {
|
||||
|
||||
@Override
|
||||
public void delete(String path) {
|
||||
path = path.replace(getEndpointLink() + "/" , "");
|
||||
path = path.replace(getEndpointLink() + "/", "");
|
||||
try {
|
||||
client.deleteObject(properties.getBucketName(), path);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user