QQ登录 账号密码登陆 官网首页

获取所有商品

URL地址

http://www.tpshop.com/index.php?m=Api&c=Goods&a=goodsList

请求方式

 get

 

 参数列表

参数

是否必须

说明

id

必须

商品分类id

orderby

可选

如根据商品 goods_id排序

orderdesc

可选

升序asc 倒序 desc

brand_id可选品牌ID

p

必须 小写 p

当前页数 默认1

主要
{
  "status": 1,
  "msg": "获取成功",
  "result": {
    "goods_list": [ //商品列表
      {
        "goods_id": 2, //商品id
        "cat_id3": 17, //分类id
        "goods_sn": "cs0001", //商品编号
        "goods_name": "Canon/佳能 EOS 750D单反套机(18-55mm)高清数码相机苏宁易购", //商品名称
        "shop_price": "2000.00", //本店售价
        "comment_count": 5, //评论数
        "good_comment_rate": 100 //好评率
      },
      ...
    ],
    "filter_attr": [ //商品属性
      {
        "name": "系统",
        "item": [
          {
            "name": "IOS系统",
            "href": "/index.php/api/Goods/goodsList/id/1/attr/2_IOS系统",
            "id": 1
          }
        ]
      },
      ...
    ],
    "filter_brand": [ //品牌
      {
        "name": "苹果/Apple",
        "hreg": "/index.php/api/Goods/goodsList/id/1/brand_id/2",
        "id": 3
      },
      ...
    ],
    "filter_price": [ //价格范围
      {
        "name": "1280元以下",
        "href": "/index.php/api/Goods/goodsList/id/1/price/0-1280",
        "id": 6
      },
      ...
    ],
    "sort": "goods_id",//排序字段: 商品ID排序
    "sort_asc": "asc",//排序类型: 升序排序
    "orderby_default": "/index.php/api/Goods/goodsList/id/1",//排序字段: 默认排序(全部)
    "orderby_sales_sum": "/index.php/api/Goods/goodsList/id/1/sort/sales_sum/sort_asc/desc",//排序字段:销量排序
    "orderby_price": "/index.php/api/Goods/goodsList/id/1/sort/shop_price/sort_asc/desc",//排序字段:价格排序
    "orderby_comment_count": "/index.php/api/Goods/goodsList/id/1/sort/comment_count/sort_asc/desc",//排序字段: 评论数量排序
    "orderby_is_new": "/index.php/api/Goods/goodsList/id/1/sort/is_new/sort_asc/desc"//排序字段: 新品
  }
}

注意: 请求URL的组装. 
1. 默认请求URL是: http://www.tpshop.com/index.php?m=Api&c=Goods&a=goodsList
2. 用户点击了某个筛选属性, 请求URL是:  http://www.tpshop.com + 筛选属性对应的href, 其他参数不变,
   例如, 用户点击了"网络 4G"筛选属性, 完整的请求URL应该是: http://www.tpshop.com/Api/Goods/goodsList/id/1/spec/5_11