根据分类获取用户浏览记录商品分页列表.md 5.5 KB

1、获取用户浏览记录商品分类列表

获取礼品卡列表 (method=app.browse.sortlist)

请求参数

参数名称 参数类型 可否为空 示例 备注
uid int 500027362 用户uid
category_id int 1002 分类id:0-全部
page int 1 页码
app_type String app类型

注意,通用的头部没有列出。

请求示例: http://localhost:9999?method=app.browse.pagelist&uid=500027579&debug=XYZ&category_id=4&page=1

{
    "alg": "SALT_MD5",
    "code": 200,
    "data": {
        "page": 1,
        "page_size": 50,
        "page_total": 1,
        "product_list": [
            {
                "category_id": 4,
                "image": "http://img12.static.yhbimg.com/goodsimg/2016/01/05/09/02f8cffde4b6bc985096ddb1eb3c6be79f.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 699,
                "product_id": 344141,
                "product_name": "Levi’s 女士系带卷袖牛仔连衣裙",
                "product_skn": 51191767,
                "sales_price": 11,
                "status": 1,
                "storage": 19,
                "time": "1970-01-18 12:52:18"
            },
            {
                "category_id": 4,
                "image": "http://img12.static.yhbimg.com/goodsimg/2016/01/04/10/027183dccd5860aa658230ed1aa0c7c7cd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 1699,
                "product_id": 345693,
                "product_name": "LUNA LIMITED 双排扣连衣裙",
                "product_skn": 51192548,
                "sales_price": 95,
                "status": 1,
                "storage": 3,
                "time": "1970-01-18 12:52:18"
            }
        ],
        "total": 2
    },
    "md5": "1960749e7c7f2023382146878585aebd",
    "message": "Sales Product List"
}

请求示例:
http://localhost:9999?method=app.browse.pagelist&uid=500027579&debug=XYZ&category_id=0&page=1

category_id=0代表查询全部


{
    "alg": "SALT_MD5",
    "code": 200,
    "data": {
        "page": 1,
        "page_size": 50,
        "page_total": 1,
        "product_list": [
            {
                "category_id": 0,
                "image": "http://img13.static.yhbimg.com/goodsimg/2017/05/17/17/0243357fb12d975d12f48296aff8af9393.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 223,
                "product_id": 508870,
                "product_name": "平台端添加",
                "product_skn": 512588206,
                "sales_price": 111,
                "status": 0,
                "storage": 0,
                "time": "1970-01-18 12:38:59"
            },
            {
                "category_id": 1,
                "image": "http://img11.static.yhbimg.com/goodsimg/2017/12/05/11/01f4e7548b58e7e50e960a0eea71b8beaa.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 749,
                "product_id": 500008604,
                "product_name": "Padded Vest W 撒大声地打算的",
                "product_skn": 512589532,
                "sales_price": 749,
                "status": 1,
                "storage": 18,
                "time": "1970-01-18 12:52:18"
            },
            {
                "category_id": 1,
                "image": "http://img10.static.yhbimg.com/goodsimg/2017/09/18/11/0188729316ac8aca4a6fb3e5167f2134d6.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 21,
                "product_id": 509802,
                "product_name": "Nike男背心1121221",
                "product_skn": 512589256,
                "sales_price": 12,
                "status": 1,
                "storage": 0,
                "time": "1970-01-18 12:52:18"
            },
            {
                "category_id": 4,
                "image": "http://img12.static.yhbimg.com/goodsimg/2016/01/05/09/02f8cffde4b6bc985096ddb1eb3c6be79f.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 699,
                "product_id": 344141,
                "product_name": "Levi’s 女士系带卷袖牛仔连衣裙",
                "product_skn": 51191767,
                "sales_price": 11,
                "status": 1,
                "storage": 19,
                "time": "1970-01-18 12:52:18"
            },
            {
                "category_id": 4,
                "image": "http://img12.static.yhbimg.com/goodsimg/2016/01/04/10/027183dccd5860aa658230ed1aa0c7c7cd.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
                "market_price": 1699,
                "product_id": 345693,
                "product_name": "LUNA LIMITED 双排扣连衣裙",
                "product_skn": 51192548,
                "sales_price": 95,
                "status": 1,
                "storage": 3,
                "time": "1970-01-18 12:52:18"
            }
        ],
        "total": 5
    },
    "md5": "14e469c87be2cf87216fc63adcbfa9e1",
    "message": "Sales Product List"
}