From 369326ee3aa55cf5a72ea850145cb3dbc273d467 Mon Sep 17 00:00:00 2001 From: cjy Date: Mon, 9 Mar 2026 09:12:05 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=E4=BF=AE=E6=94=B9=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 46ec603b732af8990a9c75a87e968ff16cc1d41c. --- pkg/service/cast/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/cast/report.go b/pkg/service/cast/report.go index c0099aae..b64b5af2 100644 --- a/pkg/service/cast/report.go +++ b/pkg/service/cast/report.go @@ -1404,7 +1404,7 @@ func ImportPdfBatch(ctx *gin.Context) { // 生成结果文件URL urlHost := config.AppConfig.System.FieeHost - urlResult := fmt.Sprintf("%s/api/fiee/static/%s", urlHost, fileName) + urlResult := fmt.Sprintf("%s/api/fiee/static/pdf_import/%s", urlHost, fileName) // 确保临时目录存在 _, err = utils.CheckDirPath("./runtime/pdf_import/", true)