Commit c72fb0df by 王栋源

wdy

parent 7f4cff08
...@@ -77,7 +77,7 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -77,7 +77,7 @@ class QcCenterOrderService extends AppServiceBase {
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
this.utilsPushSve.pushBusiness2DeliverSystem(reqParams, "updateChanceStatus"); this.utilsPushSve.aliBusiness2Delivery(reqParams, "updateChanceStatus");
return system.getResultSuccess(); return system.getResultSuccess();
} }
return res; return res;
......
...@@ -217,7 +217,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -217,7 +217,7 @@ class UtilsNeedService extends AppServiceBase {
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
self.utilsPushSve.pushBusiness2DeliverSystem(reqParams, "updateChanceStatus"); self.utilsPushSve.aliBusiness2Delivery(reqParams, "updateChanceStatus");
// 推送ali // 推送ali
var a = await self.aliclient.reqbyget({ action: "CloseIntention", reqbody: { BizId: actionBody.channelNeedNo, Note: actionBody.note }, apiVersion: "2019-05-08" }); var a = await self.aliclient.reqbyget({ action: "CloseIntention", reqbody: { BizId: actionBody.channelNeedNo, Note: actionBody.note }, apiVersion: "2019-05-08" });
......
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