Commit bcd9b685 by 王栋源

wdy

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