简要描述:

请求域名:

  • http://xx.com

请求URL:

route=plugin.coupon-store.frontend.search.searchBaseData

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "keyword": [
            {
                "title": "归属感",
                "color": "#AB1111",
                "image": "newimage/12faf451347155a3e86ea12facedb544.jpg",
                "image_url": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/12faf451347155a3e86ea12facedb544.jpg"
            }
        ],
        "hot": [
            {
                "title": "大大大问我",
                "another_title": "啊发发发",
                "image": "newimage/5d5feaadb110164c2aa168ec76c677a1.jpg",
                "mini_url": "/packageA/member/balance/detailed/detailed",
                "image_url": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/5d5feaadb110164c2aa168ec76c677a1.jpg"
            }
        ]
    }
}

错误时返回:

  {
  }

返回参数说明:

参数名 类型 说明
名称 类型 说明
data.keyword[title] string 搜索关键词
data.keyword[color] string 关键词颜色
data.keyword[image_url] string 关键词图标链接
data.hot[title] string 热门搜索标题
data.hot[another_title] string 热门搜索副标题
data.hot[color] string 关键词颜色
data.hot[image_url] string 图片链接
data.hot[mini_url] string 跳转小程序路由