Commit 08294954 authored by jianghaiming's avatar jianghaiming

update:set

parent 915f4c54
......@@ -34,6 +34,7 @@ service.idgen = "http://idgen.int.yidian-inc.com/id/get"
service.tcc.try = "http://tcc.int.yidian-inc.com/tcc/try"
service.tcc.confirm = "http://tcc.int.yidian-inc.com/tcc/confirm"
service.tcc.cancel = "http://tcc.int.yidian-inc.com/tcc/cancel"
service.tcc.sync = "http://tcc.int.yidian-inc.com/tcc/sync"
;======================= 1000000-prod gateway微服务接口 =======================
......@@ -257,6 +258,7 @@ service.idgen = "http://idgen-test.ini.yidian-inc.com/id/get"
service.tcc.try = "http://tcc.test.yidian-inc.com/tcc/try"
service.tcc.confirm = "http://tcc.test.yidian-inc.com/tcc/confirm"
service.tcc.cancel = "http://tcc.test.yidian-inc.com/tcc/cancel"
service.tcc.sync = "http://tcc.test.yidian-inc.com/tcc/sync"
;======================= 1000000-test gateway微服务接口 =======================
......@@ -450,6 +452,14 @@ wallet.callback.withdraw = "http://wallet.test.yidian-inc.com/wallet/callback/wi
[dev : test : common]
;TCC事务协调器
service.tcc.try = "http://tcc.dev.yidian-inc.com/tcc/try"
service.tcc.confirm = "http://tcc.dev.yidian-inc.com/tcc/confirm"
service.tcc.cancel = "http://tcc.dev.yidian-inc.com/tcc/cancel"
service.tcc.sync = "http://tcc.dev.yidian-inc.com/tcc/sync"
;======================= 1000000-dev gateway微服务接口 =======================
;登陆上报地理位置
merchant.user.binding_location = "http://merchant.dev.yidian-inc.com/user/user/binding_location"
......
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