This commit is contained in:
蒋海成 2025-03-12 15:49:31 +08:00
parent eaa5900025
commit 9aa2b70c9c

View File

@ -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")
}