Commit 403ae9a5 by 王栋源

wdy

parent b4ec2370
...@@ -247,6 +247,7 @@ class CenterorderService extends AppServiceBase { ...@@ -247,6 +247,7 @@ class CenterorderService extends AppServiceBase {
channelOrderNo: pobj.actionBody.orderNo, channelOrderNo: pobj.actionBody.orderNo,
orderStatus: 2 orderStatus: 2
} }
debugger;
var orderrtn = await this.utilsOrderSve.addOrder(pobj, pobj.actionBody); var orderrtn = await this.utilsOrderSve.addOrder(pobj, pobj.actionBody);
if (orderrtn.status != 0 && orderrtn.status != -1) { if (orderrtn.status != 0 && orderrtn.status != -1) {
return system.getResultFail(-5012, "订单创建失败"); return system.getResultFail(-5012, "订单创建失败");
...@@ -258,6 +259,7 @@ class CenterorderService extends AppServiceBase { ...@@ -258,6 +259,7 @@ class CenterorderService extends AppServiceBase {
pobj.actionType = "receiveSolutionPayInfo"; pobj.actionType = "receiveSolutionPayInfo";
var url = settings.centerOrderUrl() + "action/icapi/springBoard"; var url = settings.centerOrderUrl() + "action/icapi/springBoard";
debugger;
console.log(pobj); console.log(pobj);
var solutionrtn = await this.execClient.execPost(pobj, url); var solutionrtn = await this.execClient.execPost(pobj, url);
console.log(solutionrtn); console.log(solutionrtn);
......
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