实现发起签署流程

This commit is contained in:
qitz
2024-01-15 15:31:24 +08:00
parent b9a928732b
commit 4a4262f390
6 changed files with 373 additions and 6 deletions
@@ -60,6 +60,8 @@ public class SignAward {
// System.out.println("签署短链接:" +shortUrl);
// System.out.println("签署长链接:"+url);
//获取合同文件用印链接
// EsignHttpResponse usesealUrl = usesealUrl(sealSignRecord);
// JsonObject usesealUrlJsonObject = gson.fromJson(usesealUrl.getBody(), JsonObject.class);
@@ -96,6 +98,8 @@ public class SignAward {
// System.out.println("机构印章名称:" +sealNames.substring(0,sealNames.length()-1));
//查询签署流程详情
// EsignHttpResponse signFlowDetail = signFlowDetail(sealSignRecord);
// JsonObject signFlowDetailJsonObject = gson.fromJson(signFlowDetail.getBody(),JsonObject.class);
@@ -123,10 +127,10 @@ public class SignAward {
// }
// System.out.println(signFlowDetailJsonObject);
DeptIdentify deptIdentify = new DeptIdentify();
deptIdentify.setAuthFlowId("OF-2b5883bf4508000c");
EsignHttpResponse deptIdentifyInfo = getDeptIdentifyInfo(deptIdentify);
System.out.println(deptIdentifyInfo);
// DeptIdentify deptIdentify = new DeptIdentify();
// deptIdentify.setAuthFlowId("OF-2b5883bf4508000c");
// EsignHttpResponse deptIdentifyInfo = getDeptIdentifyInfo(deptIdentify);
// System.out.println(deptIdentifyInfo);
}