Commit c3f9ee5f by 王昆

gsb

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