Commit 376e3926 by 王昆

gsb

parent f495775e
...@@ -799,7 +799,7 @@ class EntcontractService extends ServiceBase { ...@@ -799,7 +799,7 @@ class EntcontractService extends ServiceBase {
signArr.push("appId=" + param.appId); signArr.push("appId=" + param.appId);
// ...补全签名信息 // ...补全签名信息
signArr.push("nonceStr=" + param.nonceStr); signArr.push("nonceStr=" + param.nonceStr);
signArr.push("key=" + this.YZKEY); signArr.push("key=" + enttemplate.key);
param.sign = md5(signArr.join("&")).toUpperCase(); param.sign = md5(signArr.join("&")).toUpperCase();
console.log(JSON.stringify(param)); console.log(JSON.stringify(param));
var rs = ""; var rs = "";
......
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