Commit 48897c85 by 王昆

gsb

parent 44f4f185
......@@ -102,6 +102,7 @@ class DeliverCtl extends CtlBase {
password: password,
isEnabled: isEnabled,
saas_id: pobj.saas_id,
owner_channel_id: pobj.channel_id,
}
return await this.deliverSve.save(params);
} catch (e) {
......
......@@ -194,16 +194,16 @@ class System {
common: local + ":3102" + path,
// 商户服务
merchant: local + ":3101" + path,
merchant: dev + ":3101" + path,
// 订单服务
order: local + ":3103" + path,
order: dev + ":3103" + path,
// 发票服务
invoice: dev + ":3105" + path,
// 用户服务
uc: local + ":3106" + path,
uc: dev + ":3106" + path,
// 交易
trade: dev + ":3107" + path,
......
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