Commit 083c850b by 宋毅

tj

parent e0b38586
......@@ -128,7 +128,7 @@ class utilsTlBankSve extends AppServiceBase {
return param_result;
}
var reqUrl = payParam.pay_url + "/pay";
var result = await this.execReqInfo("getQrCode", reqUrl, param_result.req_param);
var result = await this.execReqInfo("getQrCode", reqUrl, jsonObj);
if (result.status != 0) {
return result;
}
......@@ -279,9 +279,9 @@ class utilsTlBankSve extends AppServiceBase {
return param_result;
}
var reqUrl = payParam.pay_url + "/query";
console.log(param_result.req_param, "data............");
// console.log(param_result.req_param, "data............");
var result = await this.execReqInfo("queryOrder", reqUrl, param_result.req_param);
var result = await this.execReqInfo("queryOrder", reqUrl, jsonObj);
if (result.status != 0) {
return result;
}
......
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