Commit f6bb713b authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-core]: #230

parent d2dc7345
...@@ -77,7 +77,7 @@ public class TencentStorage implements Storage { ...@@ -77,7 +77,7 @@ public class TencentStorage implements Storage {
} }
private String getBaseUrl() { private String getBaseUrl() {
return "https://" + bucketName + ".cos-website." + region + ".myqcloud.com/"; return "https://" + bucketName + ".cos." + region + ".myqcloud.com/";
} }
@Override @Override
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment