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

获取店铺商品列表

URL地址

http://www.tpshop.com/index.php?m=api&c=Store&a=storeGoods

请求方式

get

 参数列表

参数

是否必须

说明

store_id

必选

店铺id

p

必选

第几页

sort可选排序字段,默认综合排序, sales:销量,price:价格
mode可选升序:asc, desc:降序
cat_id可选店铺分类ID
sta可选is_new:新品上市,is_hot:热销

示例

 

{
    "status":1,
    "msg":"获取成功",
    "result":{
        "goods_list":{
            "goods_id":26,
            "cat_id3":16,
            "goods_sn":"v0001",
            "goods_name":"联想笔记本ThinkPad x1",
            "shop_price":"5000.00",
            "comment_count":0
        },
        "sort":"comprehensive",
        "sort_asc":"desc",
        "orderby_default":"/index.php/api/store/storeGoods/store_id/1.html",
        "orderby_sales_sum":"/index.php/api/store/storeGoods/store_id/1/sort/sales/mode/desc.html",
        "orderby_price":"/index.php/api/store/storeGoods/store_id/1/sort/price/mode/desc.html",
        "orderby_comprehensive":"/index.php/api/store/storeGoods/store_id/1/mode/asc.html"
    }
}

查看表结构