Commit d0bfbc20 by 王昆

dd

parent 0d319d6c
...@@ -194,7 +194,7 @@ class System { ...@@ -194,7 +194,7 @@ class System {
common: dev + ":3102" + path, common: dev + ":3102" + path,
// 商户服务 // 商户服务
merchant: dev + ":3101" + path, merchant: local + ":3101" + path,
// 订单服务 // 订单服务
order: dev + ":3103" + path, order: dev + ":3103" + path,
...@@ -206,7 +206,7 @@ class System { ...@@ -206,7 +206,7 @@ class System {
uc: dev + ":3106" + path, uc: dev + ":3106" + path,
// 交易 // 交易
trade: dev + ":3107" + path, trade: local + ":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