소스 검색

PDF路径修改

xingzai 3 년 전
부모
커밋
add0fa7512
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

@@ -862,7 +862,7 @@ func (this *ArticleController) Pdfwatermark() {
 	savePath := hzUploadDir + time.Now().Format("200601/20060102/")
 	savePath += fileName
 	//上传到阿里云
-	err = services.UploadFileToAliyun(fileName, fileLink, savePath)
+	err = services.UploadFileToAliyun(fileName, filePath, savePath)
 	if err != nil {
 		br.Msg = "下载失败"
 		br.ErrMsg = "文件上传失败,Err:" + err.Error()