Explorar el Código

阿里云配置修改

xyxie hace 1 año
padre
commit
228c6a470e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {