common.yohosearch.js 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * 搜索接口 * @param app */ module.exports=function(app) { //品牌列表 app.get("/ajax/yohosearch","common_brandlist"); //商品列表 app.post("/yohosearch/search","common_search"); app.post("/yohosearch/aggStyle","common_aggStyle"); };