Commit e1dfcad5 by 宋毅

tj

parent 095d4493
...@@ -23,7 +23,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -23,7 +23,7 @@ class UtilsOrderService extends AppServiceBase {
}; };
async pushNewFqByChannelOrderNo(pobj) { async pushNewFqByChannelOrderNo(pobj) {
let url = this.centerOrderUrl + "opaction/order/springBoard"; let url = this.centerOrderUrl + "action/order/springBoard";
let opResult = await this.restPostUrl(pobj, url); let opResult = await this.restPostUrl(pobj, url);
this.execClientNew.execLogs("pushNewFq-2", pobj, "center-channel-utilsOrderSve-pushNewFqByChannelOrderNo", opResult, null); this.execClientNew.execLogs("pushNewFq-2", pobj, "center-channel-utilsOrderSve-pushNewFqByChannelOrderNo", opResult, null);
if (opResult.status == 0) { if (opResult.status == 0) {
......
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