Commit c1eb8204 by 王昆

Merge branch 'xgg-saas-platform' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-saas-platform

parents a13d2dae de74d45e
......@@ -20,7 +20,8 @@ class TestAPI extends APIBase {
// 客户交付交付订单状态是1190时的推送信息
return await this.orderSve.sveDeliver(data);
} else if (pobj.status == "1000000" || "2000000") { //建账信息
return await this.orderSve.sveBusinessmen(pobj);
let res = await this.orderSve.sveBusinessmen(pobj);
return res;
}
return pobj;
}
......
......@@ -197,7 +197,7 @@ class System {
merchant: dev + ":3101" + path,
// 订单服务
order: dev + ":3103" + path,
order: local + ":3103" + path,
// 发票服务
invoice: local + ":3105" + path,
......@@ -206,7 +206,7 @@ class System {
uc: dev + ":3106" + path,
// 交易
trade: local + ":3107" + path,
trade: dev + ":3107" + path,
}
} else {
return {
......
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