修改
This commit is contained in:
parent
eaa5900025
commit
9aa2b70c9c
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user