Commit c3f9ee5f by 王昆

gsb

parent 4f11e8da
...@@ -41,7 +41,7 @@ class OrderService extends ServiceBase { ...@@ -41,7 +41,7 @@ class OrderService extends ServiceBase {
// 交付信息 map by 信用代码 // 交付信息 map by 信用代码
async mapByCreditCodes(params) { async mapByCreditCodes(params) {
let rs = await this.callms("order", "saasOrderDeliverMapByCreditCodes", params); let rs = await this.callms("order", "saasBusinessmenMapByCreditCodes", params);
if(!rs || !rs.data) { if(!rs || !rs.data) {
return {}; return {};
} }
......
...@@ -181,16 +181,16 @@ class System { ...@@ -181,16 +181,16 @@ class System {
merchant: dev + ":3101" + path, merchant: dev + ":3101" + path,
// 订单服务 // 订单服务
order: local + ":3103" + path, order: dev + ":3103" + path,
// 发票服务 // 发票服务
invoice: local + ":3105" + path, invoice: dev + ":3105" + path,
// 用户服务 // 用户服务
uc: dev + ":3106" + path, uc: dev + ":3106" + path,
// 交易 // 交易
trade: local + ":3107" + path, trade: dev + ":3107" + path,
} }
} else { } else {
return { 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