Commit 6eca1879 by linboxuan

update aliPay secret

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