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