Commit bcd9b685 by 王栋源

wdy

parent 641e1399
......@@ -275,7 +275,6 @@ class CenterorderService extends AppServiceBase {
} else if (pobj.actionBody.channelItemCode == '7') {
pobj.actionBody.regType = "ali.edi";
}
debugger;
var fqobj = {
"actionType": "getAppInterface",
"actionBody": {
......@@ -284,7 +283,7 @@ class CenterorderService extends AppServiceBase {
"regType": pobj.actionBody.regType,
"orderNo": pobj.actionBody.channelOrder.channelOrderNo,
"orderPrice": pobj.actionBody.orderPrice,
"phone": pobj.actionBody.mobile,
"phone": pobj.actionBody.publishMobile,
"needId": solutiondata.data.channelNeedNo
},
"appInfo": pobj.appInfo
......
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