Commit 128c72dc by 王栋源

wdy

parent a3c9864c
......@@ -275,13 +275,21 @@ class CenterorderService extends AppServiceBase {
} else if (pobj.actionBody.channelItemCode == '7') {
pobj.actionBody.regType = "ali.edi";
}
pobj.actionBody.area= pobj.actionBody.province;
pobj.actionBody.city= pobj.actionBody.province;
pobj.actionBody.orderNo= pobj.actionBody.channelOrder.channelOrderNo;
pobj.actionBody.needId= solutiondata.data.channelNeedNo;
pobj.actionBody.phone= pobj.actionBody.mobile;
debugger;
this.utilsPushSve.aliBusiness2Fq(pobj, "pushOrderICPBusiness");
var fqobj = {
"actionType": "getAppInterface",
"actionBody": {
"area": pobj.actionBody.province,
"city": pobj.actionBody.province,
"regType": pobj.actionBody.regType,
"orderNo": pobj.actionBody.channelOrder.channelOrderNo,
"orderPrice": pobj.actionBody.orderPrice,
"phone": pobj.actionBody.mobile,
"needId": solutiondata.data.channelNeedNo
},
"appInfo": pobj.appInfo
}
this.utilsPushSve.aliBusiness2Fq(fqobj, "pushOrderICPBusiness");
return system.getResultSuccess();
}
//--------------------------阿里IC---end--------------------------------------------------------
......
......@@ -23,7 +23,6 @@ class UtilsPushService extends AppServiceBase {
resultInfo: productItemInterfaceResult.data ? JSON.stringify(productItemInterfaceResult.data) : "接口数据为空",
optitle: pobj.opType + "推送蜂擎获取的接口信息->aliBusiness2Fq",
});
debugger;
if (pobj.interface_info) {
await this.pushBusInfo(pobj, opType, 1);
return system.getResultSuccess();
......
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