Commit 8ff22a57 by 王栋源

wdy

parent c7163d71
...@@ -388,9 +388,9 @@ class utilsTlBankSve { ...@@ -388,9 +388,9 @@ class utilsTlBankSve {
//解析支付参数 //解析支付参数
parmas.out_trade_no = attachList[0].substr(3); parmas.out_trade_no = attachList[0].substr(3);
parmas.uappid = attachList.length == 2 ? attachList[1] : attachList[2]; parmas.uappid = attachList.length == 2 ? attachList[1] : attachList[2];
//重写新签名 //重写新签名
var newparmas = await this.getReqBeforeParam(parmas, appinfo.upp_secret); var newparmas = await this.getReqBeforeParam(parmas, appinfo.upp_secret);
console.log(newparmas);
var backResult = await this.execReqInfo(null,payParam.notify_url,newparmas); var backResult = await this.execReqInfo(null,payParam.notify_url,newparmas);
if (backResult.status != 0) { if (backResult.status != 0) {
result = backResult.msg; result = backResult.msg;
......
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