Commit 17ff3f88 by 王栋源

wdy

parent 6bee1821
...@@ -215,7 +215,8 @@ class UtilsNeedService extends AppServiceBase { ...@@ -215,7 +215,8 @@ class UtilsNeedService extends AppServiceBase {
} }
} }
// 推送ali // 推送ali
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" });
console.log(a);
self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed"); self.utilsPushSve.aliBusiness2Fq(pobj, "pushCloseICPNeed");
return system.getResultSuccess(); return system.getResultSuccess();
} else { } else {
...@@ -396,7 +397,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -396,7 +397,7 @@ class UtilsNeedService extends AppServiceBase {
return system.getResult(null, "actionBody.userFeedBack can not be empty,100494"); return system.getResult(null, "actionBody.userFeedBack can not be empty,100494");
} }
let res = await this.aliclient.reqbyget({ let res = await this.aliclient.reqbyget({
action: "queryExpertApplyCommunicationLogs", reqbody: { action: "QueryExpertApplyCommunicationLogs", reqbody: {
BeginTime: pobj.actionBody.BeginTime ? pobj.actionBody.BeginTime : "", BeginTime: pobj.actionBody.BeginTime ? pobj.actionBody.BeginTime : "",
EndTime: pobj.actionBody.EndTime ? pobj.actionBody.EndTime : "", EndTime: pobj.actionBody.EndTime ? pobj.actionBody.EndTime : "",
BizId: pobj.actionBody.intentionBizId, BizId: pobj.actionBody.intentionBizId,
...@@ -431,12 +432,12 @@ class UtilsNeedService extends AppServiceBase { ...@@ -431,12 +432,12 @@ class UtilsNeedService extends AppServiceBase {
module.exports = UtilsNeedService; module.exports = UtilsNeedService;
// var a=new UtilsNeedService(); // var a=new UtilsNeedService();
// a.queryExpertApplyCommunicationLogs({actionBody:{intentionBizId:20200803095203000001,userFeedBack:true}}); // a.queryExpertApplyCommunicationLogs({actionBody:{intentionBizId:"20200803095203000001",userFeedBack:true}});
// // var a=new UtilsNeedService(); // var a=new UtilsNeedService();
// // a.writeCommunicationLog({actionBody:{intentionBizId:20200803095203000001,note:"ceshifankui"}}); // a.writeCommunicationLog({actionBody:{intentionBizId:"20200804200124000001",note:"测试反馈"}});
// // var a=new UtilsNeedService(); // var a=new UtilsNeedService();
// // a.needCloseIcp({actionBody:{channelNeedNo:20200803095203000001,note:"ceshifankui"}}); // a.needCloseIcp({actionBody:{channelNeedNo:20200804200124000001,note:"ceshifankui"}},{channelNeedNo:20200803095203000001,note:"ceshifankui"});
......
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