Commit 6eca1879 by linboxuan

update aliPay secret

parent 19564c49
......@@ -118,8 +118,8 @@ class UtilsUcommuneService extends AppServiceBase {
this.logCtl.error({
optitle: "alipay生成支付串---error异常",
op: "center-app/app/base/service/impl/utilsSve/utilsUcommuneSve.js/orderConfirm",
content: "参数=" + JSON.stringify(parmas) + ",error:" + e.stack,
clientIp: client_ip || ""
content: "参数=" + JSON.stringify(orderResult) + ",error:" + e.stack,
clientIp: pobj.client_ip || ""
});
return system.getResultFail(-200, e.stack);
}
......
......@@ -231,7 +231,8 @@ var settings = {
},
paySecret: function() {
if (this.env == "dev") {
return "ab53dfb909e4c32a";
// return "ab53dfb909e4c32a";
return "34cdecaac35b1d8d"// 7.1之前测试环境的secret无法使用,测试/正式全部使用同一个secret
} else {
return "34cdecaac35b1d8d";// 6.29lin新增 小黑给的secret
}
......
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