select.js 978 Bytes
module.exports=function(app) {
	//查询通过审核店铺列表接口
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	//查询店铺下关联品牌
	app.post("/MerchantShopsRest/queryMerchantBrandByShopsId","select_queryMerchantBrandByShopsId");
	//获取JIT店铺
	app.post("/AgreementRest/getJitSupplierByBrandId","select_getJitSupplierByBrandId");
	//尺码
	app.post("/product/querySizeListBySortId4Html","select_querySizeListBySortId4Html");
	//店铺列表
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	//查询店铺下关联供应商
	app.post("/MerchantShopsRest/queryMerchantSupplierByShopsId","select_queryMerchantSupplierByShopsId");
	
	app.post("/product/queryMaxSortByName","select_queryMaxSortByName");
	/*类目*/
	app.post("/product/class/queryAllProductSortList","select_queryAllMaxSortList");
	app.post("/product/class/queryProductSortList","select_queryProductSortList");
}