f
This commit is contained in:
@@ -31,7 +31,7 @@ storage:
|
|||||||
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
|
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
|
||||||
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
|
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
|
||||||
bucket: "tianyuanapi"
|
bucket: "tianyuanapi"
|
||||||
domain: "https://file.haiyudata.com"
|
domain: "https://file.tianyuanapi.com"
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# 🔍 OCR服务配置 - 百度智能云
|
# 🔍 OCR服务配置 - 百度智能云
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ storage:
|
|||||||
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
|
access_key: "AO6u6sDWi6L9TsPfr4awC7FYP85JTjt3bodZACCM"
|
||||||
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
|
secret_key: "2fjxweGtSAEaUdVgDkWEmN7JbBxHBQDv1cLORb9_"
|
||||||
bucket: "tianyuanapi"
|
bucket: "tianyuanapi"
|
||||||
domain: "https://file.haiyudata.com"
|
domain: "https://file.tianyuanapi.com"
|
||||||
|
|
||||||
# ===========================================
|
# ===========================================
|
||||||
# 🔍 OCR服务配置 - 百度智能云
|
# 🔍 OCR服务配置 - 百度智能云
|
||||||
|
|||||||
@@ -172,6 +172,18 @@ func (s *SignFlowService) buildPartyASigner(fileID, signerAccount, signerName, t
|
|||||||
OrgSealBizTypes: "PUBLIC",
|
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)
|
SignFieldStyle: SignFieldStyleSeam, // 必须为 2(Edges)
|
||||||
SignFieldPosition: &SignFieldPosition{
|
SignFieldPosition: &SignFieldPosition{
|
||||||
AcrossPageMode: "ALL", // 覆盖全部页面(推荐)
|
AcrossPageMode: "ALL", // 覆盖全部页面(推荐)
|
||||||
PositionY:694.0, // 您指定的 Y 坐标(float64)
|
PositionY:554.0, // 您指定的 Y 坐标(float64)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user