Commit bc9e67ea authored by 卢洪光's avatar 卢洪光

Merge branch 'jielong' into 'master'

add 批量获取供应商信息接口

See merge request bp/yaconf!22
parents 11d60a01 e7913eee
...@@ -174,6 +174,7 @@ goods.background.add_ota = "http://goods.int.yidian-inc.com/goods/ota/add" ...@@ -174,6 +174,7 @@ goods.background.add_ota = "http://goods.int.yidian-inc.com/goods/ota/add"
goods.background.ota_list = "http://goods.int.yidian-inc.com/goods/ota/list" goods.background.ota_list = "http://goods.int.yidian-inc.com/goods/ota/list"
goods.background.delete_ota = "http://goods.int.yidian-inc.com/goods/ota/delete" goods.background.delete_ota = "http://goods.int.yidian-inc.com/goods/ota/delete"
goods.background.update_ota = "http://goods.int.yidian-inc.com/goods/ota/update" goods.background.update_ota = "http://goods.int.yidian-inc.com/goods/ota/update"
goods.background.ota_list_by_ids = "http://goods.int.yidian-inc.com/goods/ota/ota_list_by_ids"
;分享 ;分享
goods.wx.appgc = "https://wx.appgc.cn" goods.wx.appgc = "https://wx.appgc.cn"
...@@ -502,6 +503,7 @@ goods.background.add_ota = "http://goods.test.int.yidian-inc.com/goods/ota/add" ...@@ -502,6 +503,7 @@ goods.background.add_ota = "http://goods.test.int.yidian-inc.com/goods/ota/add"
goods.background.ota_list = "http://goods.test.int.yidian-inc.com/goods/ota/list" goods.background.ota_list = "http://goods.test.int.yidian-inc.com/goods/ota/list"
goods.background.delete_ota = "http://goods.test.int.yidian-inc.com/goods/ota/delete" goods.background.delete_ota = "http://goods.test.int.yidian-inc.com/goods/ota/delete"
goods.background.update_ota = "http://goods.test.int.yidian-inc.com/goods/ota/update" goods.background.update_ota = "http://goods.test.int.yidian-inc.com/goods/ota/update"
goods.background.ota_list_by_ids = "http://goods.test.int.yidian-inc.com/goods/ota/ota_list_by_ids"
;分享 ;分享
goods.wx.appgc = "https://testwx.appgc.cn" goods.wx.appgc = "https://testwx.appgc.cn"
...@@ -797,6 +799,7 @@ goods.background.add_ota = "http://goods.dev.yidian-inc.com/goods/ota/add" ...@@ -797,6 +799,7 @@ goods.background.add_ota = "http://goods.dev.yidian-inc.com/goods/ota/add"
goods.background.ota_list = "http://goods.dev.yidian-inc.com/goods/ota/list" goods.background.ota_list = "http://goods.dev.yidian-inc.com/goods/ota/list"
goods.background.delete_ota = "http://goods.dev.yidian-inc.com/goods/ota/delete" goods.background.delete_ota = "http://goods.dev.yidian-inc.com/goods/ota/delete"
goods.background.update_ota = "http://goods.dev.yidian-inc.com/goods/ota/update" goods.background.update_ota = "http://goods.dev.yidian-inc.com/goods/ota/update"
goods.background.ota_list_by_ids = "http://goods.dev.yidian-inc.com/goods/ota/ota_list_by_ids"
;分享 ;分享
goods.wx.appgc = "https://testwx.appgc.cn" goods.wx.appgc = "https://testwx.appgc.cn"
...@@ -884,15 +887,15 @@ order.order.old_order_refund_reject = "http://order.dev.yidian-inc.com/order/ord ...@@ -884,15 +887,15 @@ order.order.old_order_refund_reject = "http://order.dev.yidian-inc.com/order/ord
order.order.old_order_export = "http://order.dev.yidian-inc.com/order/order/old_order_export" order.order.old_order_export = "http://order.dev.yidian-inc.com/order/order/old_order_export"
order.order.old_order_print = "http://order.dev.yidian-inc.com/order/order/old_print_order_list" order.order.old_order_print = "http://order.dev.yidian-inc.com/order/order/old_print_order_list"
;新订单后台 ;新订单后台
order.order.op_order_list = "http://order.dev.yidian-inc.com/order/order/op_order_list" order.order.op_order_list = "http://order.dev.yidian-inc.com/order/order/op_order_list"
;用户老订单 ;用户老订单
order.order.old_user_order_list = "http://order.dev.yidian-inc.com/order/order/old_user_order_list" order.order.old_user_order_list = "http://order.dev.yidian-inc.com/order/order/old_user_order_list"
order.order.old_order_info = "http://order.dev.yidian-inc.com/order/order/old_order_info" order.order.old_order_info = "http://order.dev.yidian-inc.com/order/order/old_order_info"
;tcc调order用子项目 ;tcc调order用子项目
order.tcc.create_order_try = "http://order.dev.yidian-inc.com/tcc/tcc/create_order_try" order.tcc.create_order_try = "http://order.dev.yidian-inc.com/tcc/tcc/create_order_try"
......
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