Sfoglia il codice sorgente

add 看护人列表

18339543638 3 anni fa
parent
commit
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;
     }
 
 }