Commit 0571a1b4 by 庄冰

err

parent 0cff6407
...@@ -24,11 +24,11 @@ class CenterorderService{ ...@@ -24,11 +24,11 @@ class CenterorderService{
if(res && res.status==0 && res.data && res.data.needinfo && res.data.needsolution){ if(res && res.status==0 && res.data && res.data.needinfo && res.data.needsolution){
var needinfo = res.data.needinfo;//需求信息 var needinfo = res.data.needinfo;//需求信息
var needsolution = res.data.needsolution;//方案信息 var needsolution = res.data.needsolution;//方案信息
//推送数据至阿 // //推送数据至阿
var bizType = pobj.actionBody.solutionContent.bizType || "";//业务类型里 // var bizType = pobj.actionBody.solutionContent.bizType || "";//业务类型里
var pushObj = { // var pushObj = {
intentionBizId:needinfo.channelNeedNo,bizType:bizType,solution:ab.solutionContent.solution // intentionBizId:needinfo.channelNeedNo,bizType:bizType,solution:ab.solutionContent.solution
}; // };
// var pushRes = await this.aliclient.reqbyget({action:"",reqbody:pushObj}); // var pushRes = await this.aliclient.reqbyget({action:"",reqbody:pushObj});
// if(pushRes && pushRes.SolutionBizId){ // if(pushRes && pushRes.SolutionBizId){
// var reqObj2 = { // var reqObj2 = {
...@@ -47,10 +47,10 @@ class CenterorderService{ ...@@ -47,10 +47,10 @@ class CenterorderService{
async abolishProgramme(pobj){ async abolishProgramme(pobj){
var res = await this.reqCenterOrderApi(pobj); var res = await this.reqCenterOrderApi(pobj);
if(res && res.status==0 && res.data && res.data.channelNeedNo){ if(res && res.status==0 && res.data && res.data.channelNeedNo){
//推送数据至阿 // //推送数据至阿
var pushObj = { // var pushObj = {
solutionBizId:res.data.channelNeedNo,note:pobj.actionBody.note || "" // solutionBizId:res.data.channelNeedNo,note:pobj.actionBody.note || ""
}; // };
// var pushRes = await this.aliclient.reqbyget({action:"",reqbody:pushObj}); // var pushRes = await this.aliclient.reqbyget({action:"",reqbody:pushObj});
} }
return res; return res;
......
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
"orderNo":null, "orderNo":null,
"solutionContent":{ "solutionContent":{
"bizType":"esp.companyreg", "bizType":"esp.companyreg",
"notes":"用户反馈",
"solution":{ "solution":{
} }
......
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