Commit 63b6e3d3 by 王悦

fix

parent 0f2fcee1
...@@ -451,7 +451,8 @@ class UtilsNeedService extends AppServiceBase { ...@@ -451,7 +451,8 @@ class UtilsNeedService extends AppServiceBase {
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpayRefund"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpayRefund");
} }
//通知fqboss //通知fqboss
this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(actionBody), actionBody },settings.fqbossTmUrl()) let pushres = await this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(actionBody), actionBody },settings.fqbossTmUrl())
console.log("推送fqboos----->",pushres)
}else { }else {
if (actionBody.status == 2) { if (actionBody.status == 2) {
var deliveryObj = { var deliveryObj = {
......
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