Browse Source

阿里云配置修改

xyxie 1 năm trước cách đây
mục cha
commit
228c6a470e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {