Commit 827025f7 by 王昆

gsb

parent c67f3efe
......@@ -637,7 +637,7 @@ class EcontractService extends ServiceBase {
param.sign = md5(signArr.join("&")).toUpperCase();
console.log(JSON.stringify(param));
var rs = "";
try {
var rs = await this.restClient.execPost(param, busi.postsignurl);
if (rs.stdout) {
......@@ -649,6 +649,7 @@ class EcontractService extends ServiceBase {
}
return rs.stdout;
} catch (error) {
console.log(rs, "push sign url " + busi.postsignurl, "rs = " + rs);
console.log(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