Commit 827025f7 by 王昆

gsb

parent c67f3efe
...@@ -637,7 +637,7 @@ class EcontractService extends ServiceBase { ...@@ -637,7 +637,7 @@ class EcontractService extends ServiceBase {
param.sign = md5(signArr.join("&")).toUpperCase(); param.sign = md5(signArr.join("&")).toUpperCase();
console.log(JSON.stringify(param)); console.log(JSON.stringify(param));
var rs = "";
try { try {
var rs = await this.restClient.execPost(param, busi.postsignurl); var rs = await this.restClient.execPost(param, busi.postsignurl);
if (rs.stdout) { if (rs.stdout) {
...@@ -649,6 +649,7 @@ class EcontractService extends ServiceBase { ...@@ -649,6 +649,7 @@ class EcontractService extends ServiceBase {
} }
return rs.stdout; return rs.stdout;
} catch (error) { } catch (error) {
console.log(rs, "push sign url " + busi.postsignurl, "rs = " + rs);
console.log(error); console.log(error);
return "error"; return "error";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment