Commit 72e9e0b1 by 王栋源

wdy

parent e6e55750
...@@ -257,7 +257,7 @@ class CenterorderService extends AppServiceBase { ...@@ -257,7 +257,7 @@ class CenterorderService extends AppServiceBase {
pobj.actionBody.channelSolutionNo = pobj.actionBody.bizId; pobj.actionBody.channelSolutionNo = pobj.actionBody.bizId;
pobj.actionType = "receiveSolutionPayInfo"; pobj.actionType = "receiveSolutionPayInfo";
var url = settings.centerOrderUrl() + "action/icapi/springBoard"; var url = settings.centerOrderUrl() + "action/qcapi/springBoard";
var solutionrtn = await this.execClient.execPost(pobj, url); var solutionrtn = await this.execClient.execPost(pobj, url);
console.log(solutionrtn); console.log(solutionrtn);
if (!solutionrtn || !solutionrtn.stdout) { if (!solutionrtn || !solutionrtn.stdout) {
...@@ -289,7 +289,6 @@ class CenterorderService extends AppServiceBase { ...@@ -289,7 +289,6 @@ class CenterorderService extends AppServiceBase {
"needId": solutiondata.data.channelNeedNo "needId": solutiondata.data.channelNeedNo
} }
} }
pobj.actionBody.orderNo = pobj.actionBody.channelOrder.channelOrderNo;
this.utilsPushSve.aliBusiness2Fq(fqobj, "pushOrderICPBusiness"); this.utilsPushSve.aliBusiness2Fq(fqobj, "pushOrderICPBusiness");
} }
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