Explorar o código

add 看护人列表

18339543638 %!s(int64=3) %!d(string=hai) anos
pai
achega
ec94cfb455

+ 1 - 1
nb-oss/src/main/java/com/nb/oss/strategy/AliyunOssUtil.java

@@ -57,7 +57,7 @@ public class AliyunOssUtil {
             log.error("上传文件失败,{}", e.getMessage());
             throw new CustomException("上传文件失败," + e.getMessage());
         }
-        return  "/"  + filepath;
+        return  filepath;
     }
 
 }