Commit a1d26f71 by 王悦

remove商标付款状态推峰擎

parent 838342a9
......@@ -444,12 +444,12 @@ class UtilsNeedService extends AppServiceBase {
var rtn = await this.restPostUrl(pobj, url);
console.log("receiveIcpStatusNotify-->",rtn)
if (isTM){
if (actionBody.status == "0"|| actionBody.status =="23") {//付款状态,受理通知书推云服
/*if (actionBody.status == "0"|| actionBody.status =="23") {//付款状态,受理通知书推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpaySuccess");
}
if (actionBody.status =="4" || actionBody.status =="22") {//付款失败状态,商标局不受理推云服
this.utilsPushSve.aliBusiness2Fq(pobj, "pushTMpayRefund");
}
}*/
//通知fqboss
let pushres = await this.execPostUrl({ "actionProcess": "AliTm", "appCode": "100099", "sign": await this.getFQbossSign(actionBody), actionBody },settings.fqbossTmUrl())
console.log("推送fqboos----->",pushres)
......
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