Commit 128c72dc by 王栋源

wdy

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