避免配置填写不规范

This commit is contained in:
2024-12-27 12:38:28 +08:00
parent fdf35224dd
commit 02b1aba9a2
2 changed files with 15 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ public class AliOssAdapter extends AStorageAdapter {
@Override
public String getUrl(String path, String filename) {
return config.getUrl() + buildPath(path, filename);
return config.getUrl() + "/" + buildPath(path, filename);
}
@Override