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

@@ -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
},
},
},