This commit is contained in:
2026-04-27 12:36:26 +08:00
parent cef9612526
commit 354856360b
3 changed files with 15 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ storage:
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
bucket: "tianyuanapi"
domain: "https://file.haiyudata.com"
domain: "https://file.tianyuanapi.com"
# ===========================================
# 🔍 OCR服务配置 - 百度智能云

View File

@@ -61,7 +61,7 @@ storage:
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
bucket: "tianyuanapi"
domain: "https://file.haiyudata.com"
domain: "https://file.tianyuanapi.com"
# ===========================================
# 🔍 OCR服务配置 - 百度智能云

View File

@@ -172,6 +172,18 @@ func (s *SignFlowService) buildPartyASigner(fileID, signerAccount, signerName, t
OrgSealBizTypes: "PUBLIC",
},
},
{
CustomBizNum: "甲方骑缝章", // 建议设唯一标识,便于调试
FileId:fileID,
NormalSignFieldConfig: &NormalSignFieldConfig{
AutoSign: false,
SignFieldStyle: SignFieldStyleSeam, // 必须为 2Edges
SignFieldPosition: &SignFieldPosition{
AcrossPageMode: "ALL", // 覆盖全部页面(推荐)
PositionY:694.0, // 您指定的 Y 坐标float64
},
},
},
},
}
}
@@ -203,7 +215,7 @@ func (s *SignFlowService) buildPartyBSigner(fileID string) SignerInfo {
SignFieldStyle: SignFieldStyleSeam, // 必须为 2Edges
SignFieldPosition: &SignFieldPosition{
AcrossPageMode: "ALL", // 覆盖全部页面(推荐)
PositionY:694.0, // 您指定的 Y 坐标float64
PositionY:554.0, // 您指定的 Y 坐标float64
},
},
},