Commit 15ec8450 by 任晓松

修改支付回调地址

parent 74d9e376
......@@ -118,7 +118,7 @@ class utilsTlBankSve extends AppServiceBase {
paytype: reqMethod,
randomstr: timestamp.toString(),//随机字符串,不长于32位
body: body_desc,
notify_url: this.notifyUrl,
notify_url: payParam.notifyUrl,
}
var param_result = await this.getReqBeforeParam(jsonObj, payParam.pay_key);
if (param_result.status != 0) {
......
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