Commit 359a8173 by 王栋源

wdy

parent ba4e19f6
......@@ -384,6 +384,7 @@ class UtilsNeedService extends AppServiceBase {
var reqUrl = this.centerOrderUrl + "action/need/springBoard";
var result = await this.restPostUrl(pobj, reqUrl);
let res = await self.aliclient.reqbyget({ action: "WriteCommunicationLog", reqbody: { BizId: pobj.actionBody.intentionBizId, Note: pobj.actionBody.note }, apiVersion: "2019-05-08" });
console.log(res);
return result;
}
......@@ -394,7 +395,7 @@ class UtilsNeedService extends AppServiceBase {
if (!pobj.actionBody.userFeedBack) {
return system.getResult(null, "actionBody.userFeedBack can not be empty,100494");
}
let res = await self.aliclient.reqbyget({
let res = await this.aliclient.reqbyget({
action: "queryExpertApplyCommunicationLogs", reqbody: {
BeginTime: pobj.actionBody.BeginTime ? pobj.actionBody.BeginTime : "",
EndTime: pobj.actionBody.EndTime ? pobj.actionBody.EndTime : "",
......@@ -430,7 +431,13 @@ class UtilsNeedService extends AppServiceBase {
module.exports = UtilsNeedService;
// var a=new UtilsNeedService();
// a.queryExpertApplyCommunicationLogs({intentionBizId:20200803095203000001,userFeedBack:true});
// a.queryExpertApplyCommunicationLogs({actionBody:{intentionBizId:20200803095203000001,userFeedBack:true}});
// // var a=new UtilsNeedService();
// // a.writeCommunicationLog({actionBody:{intentionBizId:20200803095203000001,note:"ceshifankui"}});
// // var a=new UtilsNeedService();
// // a.needCloseIcp({actionBody:{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