Commit b743f3ef authored by suntengda's avatar suntengda

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

parent 8e2b9217
...@@ -173,6 +173,7 @@ goods.background.add_ota = "http://goods.int.yidian-inc.com/goods/ota/add" ...@@ -173,6 +173,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"
...@@ -497,6 +498,7 @@ goods.background.add_ota = "http://goods.test.yidian-inc.com/goods/ota/add" ...@@ -497,6 +498,7 @@ goods.background.add_ota = "http://goods.test.yidian-inc.com/goods/ota/add"
goods.background.ota_list = "http://goods.test.yidian-inc.com/goods/ota/list" goods.background.ota_list = "http://goods.test.yidian-inc.com/goods/ota/list"
goods.background.delete_ota = "http://goods.test.yidian-inc.com/goods/ota/delete" goods.background.delete_ota = "http://goods.test.yidian-inc.com/goods/ota/delete"
goods.background.update_ota = "http://goods.test.yidian-inc.com/goods/ota/update" goods.background.update_ota = "http://goods.test.yidian-inc.com/goods/ota/update"
goods.background.ota_list_by_ids = "http://goods.test.yidian-inc.com/goods/ota/ota_list_by_ids"
;分享 ;分享
goods.wx.appgc = "https://testwx.appgc.cn" goods.wx.appgc = "https://testwx.appgc.cn"
...@@ -787,6 +789,7 @@ goods.background.add_ota = "http://goods.dev.yidian-inc.com/goods/ota/add" ...@@ -787,6 +789,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"
......
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