Commit 1b06a52f authored by luhongguang's avatar luhongguang

update:goods使用的interface

parent 25c9fefa
...@@ -392,7 +392,7 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add" ...@@ -392,7 +392,7 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add"
; ======================= merchant ================================================================================== ; ======================= merchant ==================================================================================
[prod-merchant : prod] [prod-merchant : prod]
[perf-goods : perf : prod-goods] [perf-merchant : perf : prod-merchant]
[test-merchant : test] [test-merchant : test]
[dev-merchant : dev : test-merchant] [dev-merchant : dev : test-merchant]
...@@ -404,6 +404,7 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add" ...@@ -404,6 +404,7 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add"
[perf-goods : perf : prod-goods] [perf-goods : perf : prod-goods]
[test-goods : test] [test-goods : test]
[dev-goods : dev : test-goods] [dev-goods : dev : test-goods]
goods.public.get_life_account_by_id = "http://merchant.dev.yidian-inc.com/lifeaccount/account/get_life_account_by_id"
; ======================= order ================================================================================== ; ======================= order ==================================================================================
...@@ -415,10 +416,10 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add" ...@@ -415,10 +416,10 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add"
; ======================= pay ================================================================================== ; ======================= pay ==================================================================================
[prod-goods : prod] [prod-pay : prod]
[perf-goods : perf : prod-goods] [perf-pay : perf : prod-pay]
[test-goods : test] [test-pay : test]
[dev-goods : dev : test-goods] [dev-pay : dev : test-pay]
...@@ -431,7 +432,7 @@ merchant.account.get_user_list = "http://merchant.int.yidian-inc.com/lifeaccoun ...@@ -431,7 +432,7 @@ merchant.account.get_user_list = "http://merchant.int.yidian-inc.com/lifeaccoun
service.jw_user.get_user_dynamic = "http://testblend.jwshq.cn/ydInner/getUserListWithDynamic" service.jw_user.get_user_dynamic = "http://testblend.jwshq.cn/ydInner/getUserListWithDynamic"
service.jw_user.get_user_digg = "http://testblend.jwshq.cn/ydInner/getUserAgreeCount" service.jw_user.get_user_digg = "http://testblend.jwshq.cn/ydInner/getUserAgreeCount"
[perf-goods : perf : prod-goods] [perf-interaction : perf : prod-interaction]
[test-interaction : test] [test-interaction : test]
......
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