module.exports={ namespace:"select", apis:{ selectCheckPassShopsByName:{ title:"查询通过审核店铺列表接口", url:"/ShopsRest/selectCheckPassShopsByName", params:[ {name:"idName",type:"String"} ] }, queryMerchantBrandByShopsId:{ title:"查询店铺下关联品牌", url:"/MerchantShopsRest/queryMerchantBrandByShopsId", params:[ {name:"status",type:"Number"} ] }, getJitSupplierByBrandId:{ title:"获取JIT店铺", url:"/AgreementRest/getJitSupplierByBrandId", params:[ {name:"brandId",type:"String"} ] }, querySizeListBySortId4Html:{ title:"尺码", url: '/product/querySizeListBySortId4Html', params:[ {name:"idName",type:"String"}, {name:"sortId",type:"Number"} ] }, queryAllMaxSortList:{ title:"顶级类目", url:"/product/queryAllMaxSortList" }, queryProductSortList:{ title:"子类目", url: '/product/queryProductSortList', params:[ {name:'param',type:'Number'} ] }, selectCheckPassShopsByName:{ title:"店铺列表", url: "/ShopsRest/selectCheckPassShopsByName", params:[ {name:'idName',type:'String'} ] }, queryMerchantSupplierByShopsId:{ title:'查询店铺下关联供应商', url:'/MerchantShopsRest/queryMerchantSupplierByShopsId' }, queryMerchantBrandByShopsId:{ title:'查询店铺下关联品牌', url:'/MerchantShopsRest/queryMerchantBrandByShopsId', params:[ {name:"status",type:"Number"} ] }, queryMaxSortByName:{ title:"查询一级类目列表接口", url:'/product/queryMaxSortByName', params:[ {name:'idName',type:'String'} ] }, queryShopsByBrandId:{ title:'根据品牌查询店铺', url: '/ShopsRest/queryShopsByBrandId', params: [ {name: 'brandId',type: 'number'} ] }, queryModelListForSelect:{ title:'获取模特名字', url: '/model/queryModelListForSelect', params: { idName:{type:String} } }, queryProdSizeListForSel:{ title:'获取商品尺寸', url: '/productSize/queryProdSizeListForSel', params: { productSkn:{type:Number} } }, } }