Browse Source

阿里云配置修改

xyxie 1 year ago
parent
commit
228c6a470e
1 changed files with 1 additions and 1 deletions
  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 {