Commit 2b349800 authored by wanjilong's avatar wanjilong

add: pay url and merge

parents ace4a997 4dc371d3
......@@ -272,17 +272,19 @@ goods.consumer.goods_list_es = "http://goods.test.int.yidian-inc.com/goods/goods
goods.consumer.goods_info = "http://goods.test.int.yidian-inc.com/goods/goods/info_fe"
goods.consumer.goods_add = "http://goods.test.int.yidian-inc.com/goods/goods/add"
goods.public.goods_sku_list = "http://goods.test.int.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list = "http://goods.test.int.yidian-inc.com/goods/goods/goods_spu_list"
;订单
order.order.user_order_list = "http://order.test.yidian-inc.com/order/order/user_order_list"
order.order.merchant_order_list = "http://order.test.yidian-inc.com/order/order/merchant_order_list"
order.order.create_order = "http://order.test.yidian-inc.com/order/order/create_order"
order.order.pay_order = "http://order.test.yidian-inc.com/order/order/pay_order"
order.order.pay_order_item = "http://order.test.yidian-inc.com/order/order/pay_order_item"
order.order.pay_order_info = "http://order.test.yidian-inc.com/order/order/pay_order_info"
goods.public.goods_sku_list = "http://goods.test.int.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list = "http://goods.test.int.yidian-inc.com/goods/goods/goods_spu_list"
;支付
pay.order.refund = "http://pay.test.int.yidian-inc.com/pay/order/refund"
pay.order.write_off = "http://pay.test.int.yidian-inc.com/pay/order/write_off"
......@@ -435,6 +437,9 @@ goods.consumer.goods_list_es = "http://goods.dev.yidian-inc.com/goods/goods/good
goods.consumer.goods_info = "http://goods.dev.yidian-inc.com/goods/goods/info_fe"
goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add"
goods.public.goods_sku_list = "http://goods.dev.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list = "http://goods.dev.yidian-inc.com/goods/goods/goods_spu_list"
;订单
order.order.user_order_list = "http://order.dev.yidian-inc.com/order/order/user_order_list"
......@@ -442,11 +447,9 @@ order.order.merchant_order_list = "http://order.dev.yidian-inc.com/order/order/m
order.order.create_order = "http://order.dev.yidian-inc.com/order/order/create_order"
order.order.pay_order = "http://order.dev.yidian-inc.com/order/order/pay_order"
order.order.pay_order_item = "http://order.dev.yidian-inc.com/order/order/pay_order_item"
order.order.pay_order_info = "http://order.dev.yidian-inc.com/order/order/pay_order_info"
goods.public.goods_sku_list = "http://goods.dev.yidian-inc.com/goods/goods/goods_sku_list"
goods.public.goods_spu_list = "http://goods.dev.yidian-inc.com/goods/goods/goods_spu_list"
;tcc调goods用子项目
goods.tcc.place_an_order_try = "http://goods.dev.yidian-inc.com/tcc/tcc/place_an_order_try";
goods.tcc.place_an_order_confirm = "http://goods.dev.yidian-inc.com/tcc/tcc/place_an_order_confirm";
......
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