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