Commit 0571a1b4 by 庄冰

err

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