Commit c3c20d79 by 王昆

gsb

parent 05a71c48
...@@ -781,7 +781,7 @@ class BpoSDPJApi { ...@@ -781,7 +781,7 @@ class BpoSDPJApi {
let sign = system.getSign(param, api.key, this.EXCEPT_KEYS) let sign = system.getSign(param, api.key, this.EXCEPT_KEYS)
param.sign = sign; param.sign = sign;
console.log(`推送${ccashinfo.outTradeNo}--begin----`, ccashinfo.notify_url, await param); console.log(`推送${ccashinfo.outTradeNo}--begin----`, ccashinfo.notify_url, param);
let rs = await axios({ let rs = await axios({
method: 'post', method: 'post',
url: ccashinfo.notify_url, url: ccashinfo.notify_url,
......
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