|
@@ -63,7 +63,7 @@ public class BoyangServiceImpl implements BoyangService {
|
|
|
final static String host = "http://122.227.225.202:9011/";// 接口调用域名
|
|
final static String host = "http://122.227.225.202:9011/";// 接口调用域名
|
|
|
final static String intranet_host = "http://11.0.11.62/";// 接口调用域名(内网)
|
|
final static String intranet_host = "http://11.0.11.62/";// 接口调用域名(内网)
|
|
|
final static String signerUser = "wangze";// 签署人
|
|
final static String signerUser = "wangze";// 签署人
|
|
|
- final static String cw_signerUser = "";// 财务签署人
|
|
|
|
|
|
|
+ final static String cw_signerUser = "wozy";// 财务签署人
|
|
|
final static String uploadFileUrlHost = "http://11.0.11.62:8199/";// 返回的上传文件url host*/
|
|
final static String uploadFileUrlHost = "http://11.0.11.62:8199/";// 返回的上传文件url host*/
|
|
|
|
|
|
|
|
//==================================================== (本地)e签宝对接测试-用印申请 ====================================================
|
|
//==================================================== (本地)e签宝对接测试-用印申请 ====================================================
|
|
@@ -291,6 +291,7 @@ public class BoyangServiceImpl implements BoyangService {
|
|
|
// signer.put("userCode", "FINANCE".equals(sealType) ? cw_signerUser : signerUser);
|
|
// signer.put("userCode", "FINANCE".equals(sealType) ? cw_signerUser : signerUser);
|
|
|
signer.put("userCode", signerUser);
|
|
signer.put("userCode", signerUser);
|
|
|
signer.put("organizationCode", UtilMap.getString(companyList.get(i),"key"));
|
|
signer.put("organizationCode", UtilMap.getString(companyList.get(i),"key"));
|
|
|
|
|
+// signer.put("organizationCode", organizationCode);
|
|
|
signer.put("signNode", 1);
|
|
signer.put("signNode", 1);
|
|
|
if (hasFiance){
|
|
if (hasFiance){
|
|
|
signer.put("signMode", "1");//0:顺序签 1:无序签
|
|
signer.put("signMode", "1");//0:顺序签 1:无序签
|
|
@@ -317,7 +318,7 @@ public class BoyangServiceImpl implements BoyangService {
|
|
|
requestMap.put("signerInfos", signerInfos);
|
|
requestMap.put("signerInfos", signerInfos);
|
|
|
|
|
|
|
|
// 打印结果(可选)
|
|
// 打印结果(可选)
|
|
|
- System.out.println(requestMap);
|
|
|
|
|
|
|
+ System.out.println("入参:"+JSONObject.toJSONString(requestMap));
|
|
|
|
|
|
|
|
//使用文件发起签署(一步发起签署)
|
|
//使用文件发起签署(一步发起签署)
|
|
|
Map data = (Map) eqbPost(host + "/esign-signs/v1/signFlow/createAndStart", requestMap);
|
|
Map data = (Map) eqbPost(host + "/esign-signs/v1/signFlow/createAndStart", requestMap);
|