Commit 70fdccf6 by 王栋源

wdy

parent 95c3f0f4
......@@ -72,7 +72,8 @@ class QcCenterOrderService extends AppServiceBase {
// this.opQueuePushClientPost(pobj, this.opPushQueueUrl, reqParams);
var reqParams = {
actionBody: {
intentionBizId: needinfo.channelNeedNo
intentionBizId: needinfo.channelNeedNo,
status:"createSolution"
},
appInfo: pobj.appInfo
}
......
......@@ -209,6 +209,16 @@ class UtilsNeedService extends AppServiceBase {
return system.getResultFail(-5022, "订单关闭失败");
}
}
//推送交付系统
var reqParams = {
actionBody: {
intentionBizId: pobj.actionBody.channelNeedNo,
status:"closeNeed"
},
appInfo: pobj.appInfo
}
self.utilsPushSve.aliBusiness2Delivery(reqParams, "updateChanceStatus");
// 推送ali
var a = await self.aliclient.reqbyget({ action: "CloseIntention", reqbody: { BizId: actionBody.channelNeedNo, Note: actionBody.note }, apiVersion: "2019-05-08" });
console.log(a);
......
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