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 {
}
private String getBaseUrl() {
return "https://" + bucketName + ".cos-website." + region + ".myqcloud.com/";
return "https://" + bucketName + ".cos." + region + ".myqcloud.com/";
}
@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