Commit ebf0d4df by 王昆

gsb

parent 004b11b1
...@@ -781,13 +781,13 @@ class BpoSDPJApi { ...@@ -781,13 +781,13 @@ 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, 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,
data: param, data: param,
}); });
console.log(`推送${ccashinfo.outTradeNo}--result----`, rs.data); console.log(`---推送---${ccashinfo.outTradeNo}--result----`, rs.data);
return rs.data; return rs.data;
} catch (e) { } catch (e) {
console.log(e); console.log(e);
......
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