Ver Fonte

阿里云配置修改

xyxie há 1 ano atrás
pai
commit
228c6a470e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/oss.go

+ 1 - 1
services/oss.go

@@ -37,7 +37,7 @@ func UploadAliyun(filename, filepath string) (string, error) {
 	if err != nil {
 		return "2", err
 	}
-	path := utils.Upload_dir + time.Now().Format("200601/20060102/")
+	path := utils.UploadDir + time.Now().Format("200601/20060102/")
 	path += filename
 	err = bucket.PutObjectFromFile(path, filepath)
 	if err != nil {