Authored by liuyue

Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop

@@ -14,13 +14,14 @@ var urlObj = { @@ -14,13 +14,14 @@ var urlObj = {
14 'queryShopPass': '/goods/query/shopPass', // 查询通过审核店铺列表接口 14 'queryShopPass': '/goods/query/shopPass', // 查询通过审核店铺列表接口
15 'maxSort': '/goods/query/maxSort',//查询一级类目列表接口 15 'maxSort': '/goods/query/maxSort',//查询一级类目列表接口
16 'shopsRest': '/ShopsRest/getShopsByName', // 店铺列表 16 'shopsRest': '/ShopsRest/getShopsByName', // 店铺列表
  17 + 'xiangouID': '/limit/xiangouID/selectActivityListForSelect', //限购ID
  18 +
17 'sortlist': '/product/class/queryAllProductSortList', 19 'sortlist': '/product/class/queryAllProductSortList',
18 'productPool': '/runManage/subjectManage/queryBaseProductPoolListByName', 20 'productPool': '/runManage/subjectManage/queryBaseProductPoolListByName',
19 'firstCategory': '/operations/helpcategory/getCategoryListByPid', 21 'firstCategory': '/operations/helpcategory/getCategoryListByPid',
20 'getByCategoryId': '/operations/helpcontent/getSecondCategoryList', 22 'getByCategoryId': '/operations/helpcontent/getSecondCategoryList',
21 'getAllHelpCategory': '/operations/helpcontent/getAllHelpCategory', 23 'getAllHelpCategory': '/operations/helpcontent/getAllHelpCategory',
22 'getHelpCategory': '/operations/helpcontent/getHelpCategory', 24 'getHelpCategory': '/operations/helpcontent/getHelpCategory',
23 - 'xiangouID': '/limit/xiangouID/selectActivityListForSelect', //限购ID  
24 'queryAll4Select': '/goods/brandSeries/queryAll4Select' //品牌款型系列 25 'queryAll4Select': '/goods/brandSeries/queryAll4Select' //品牌款型系列
25 }; 26 };
26 27