src/main/java/com/ots/framework/config/EssConfig.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/ots/framework/config/EssConfig.java
@@ -77,18 +77,18 @@ } public static String getAvatarPath() { return getProfile() + "/avatar"; return getProfile() + "/avatar/"; } public static String getDownloadPath() { return getProfile() + "/download"; return getProfile() + "/download/"; } public static String getUploadPath() { return getProfile() + "/upload"; return getProfile() + "/upload/"; } public static String getUploadImagePath() { return getProfile() + "/images"; return getProfile() + "/images/"; } }