billfeller.github.io icon indicating copy to clipboard operation
billfeller.github.io copied to clipboard

预热商品列表预加载接口定义

Open billfeller opened this issue 10 years ago • 0 comments

请求体:

GET ajaxapi-getPreheatingProducts.html?query=308698-0-0-0-1-0-2-40&offset=40&limit=40 

其中,

query参数通过location.href截断preheating-brand-(.*?).html获取即可;
offset参数,略;
limit参数,略;

响应体:

{
    "data": [
        {
            "agio": "7.1折",
            "brand_id": "308698",
            "cat_id": "10501012",
            "fav_price": "",
            "icons": [],
            "is_warmup": "1",
            "m_mobile_show": "0",
            "market_price": "3627",
            "max": -1,
            "min": -1,
            "product_id": "39885370",
            "product_name": "精研祛斑大礼盒",
            "ptype": -1,
            "sale_out": "0",
            "saled": -1,
            "sequence": "43",
            "small_image": "http://sp.vip.com/upload/merchandise/259398/sk2-2014091907-5.jpg",
            "small_image2": "http://a.vimage1.com/upload/merchandise/259398/sk2-2014091907-5_304x384_80.jpg",
            "special_price": "",
            "standard": "0",
            "stock": -1,
            "vipshop_price": "2580"
        },
        ...
    ],
    "msg": "成功",
    "page": {
        "limit": 40,
        "offset": 40,
        "total": 24
    },
    "result": true
}

billfeller avatar Dec 11 '14 15:12 billfeller