From 9aa2b70c9ce0f3d9ed09e4de9dc048742971256c Mon Sep 17 00:00:00 2001 From: jhc Date: Wed, 12 Mar 2025 15:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/logic/signContract.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/bundle/logic/signContract.go b/pkg/service/bundle/logic/signContract.go index e39b69f..b46f4c9 100644 --- a/pkg/service/bundle/logic/signContract.go +++ b/pkg/service/bundle/logic/signContract.go @@ -249,6 +249,7 @@ func InsertSignatureV1(templatePath, outputPath, signImgPath, companyImgPath, co companyImgResp, companyImageErr := http.Get(companyImgPath) if companyImageErr != nil { + fmt.Printf("下载公司章图片: %v\n", companyImgPath) fmt.Printf("下载公司章图片失败: %v\n", companyImageErr) return errors.New("error downloading signature image") }