Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
f6bb713b
Commit
f6bb713b
authored
Jul 13, 2019
by
Junling Bu
Browse files
fix[litemall-core]: #230
parent
d2dc7345
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-core/src/main/java/org/linlinjava/litemall/core/storage/TencentStorage.java
View file @
f6bb713b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment