select.js 1.76 KB
module.exports=function(app) {
	/**/
	app.post("/supplier/supplier/getSupplierListByIdName","select_getSupplierListByIdName");
	/**/
	app.post("/erpproduct/brands/getBrandNames","select_getBrandNames");
	/**/
	app.post("/ShopsAdminRest/getUsersByIdentity","select_getUsersByIdentity");
	/**/
	app.post("/product/querySizeAttributesByName","select_querySizeAttributesByName");
	
	app.post("/product/querySizeListBySortId4Html","select_querySizeListBySortId4Html");
	/*尺码模糊查询【验证通过】*/
	app.post("/product/querySizeByNameForSelect","select_querySizeByNameForSelect");
	/*查询品牌列表接口*/
	app.post("/erpproduct/brands/queryAllBrands", "select_queryAllBrands");
	/*查询供应商列表接口*/
	app.post("/supplier/supplier/queryAllSupplier","select_queryAllSupplier");
	/*查询一级类目列表接口*/
	app.post("/product/queryMaxSortByName","select_queryMaxSortByName");
	/*查询店铺列表接口*/
	app.post("/ShopsRest/queryAllShops","select_queryAllShops");
	/*根据品牌查询店铺*/
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	/*模糊查询*/
	app.post("/DrawlineActivityRest/selectActivityListForSelect","select_selectActivityListForSelect");
	/*店铺列表*/
	app.post("/ShopsRest/selectCheckPassShopsByName","select_selectCheckPassShopsByName");
	/*获取JIT店铺*/
	app.post("/AgreementRest/getJitSupplierByBrandId","select_getJitSupplierByBrandId");
	/**/
	app.post("/guang/article/getSortList","select_getSortList");
	/*发券搜索*/
	app.post("/coupon/queryList","select_queryList");
	/*获取所有APP版本号列表*/
	app.post("/suggest/suggest/getAllAppVersions","select_getAllAppVersions");
	/*获取所有回复人*/
	app.post("/suggest/suggest/findAllReplyInfo","select_findAllReplyInfo");
}