Skip to content
关注公众号,获取新课通知

搜索商品(搜索,筛选,排序,分页)


接口功能

获取首页指定分类下的分页数据

URL

http://ceshi3.dishait.cn/api/goods/search

支持格式

JSON

HTTP请求方式

POST

请求参数
参数必选类型说明
titletrueString商品标题
pagefalseint分页
allfalseString综合排序,可选值:desc,asc
sale_countfalseString销量排序,可选值:desc,asc
min_pricefalseString价格排序,可选值:desc,asc
pricefalseString筛选条件:between,5,10
接口示例

地址:http://ceshi3.dishait.cn/api/goods/search

json5
{
  "msg": "ok",
  "data": [
    {
      "id": 28,
      "title": "小米空调",
      "cover": "http://...png",
      "min_price": "25.00",
      "comments_count": 0,
      "comments_good_count": 0
    },
    // ...
  ]
}