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 http://m.vip.com/ajaxapi-addProductIdToBH.html?s=1417770095624&productId=39070878

其中,productId表示商品ID

响应体:

    {
        "msg": "成功",
        "ret": 0
    }

浏览历史列表接口 请求体:

GET http://m.vip.com/ajaxapi-queryBH.html?s=1417770095624&lsBHStr=39070878

其中,lsBHStr表示本地商品ID列表,用|分隔

响应体:直接读list字段即可;为空就展示"返回首页"

    {
        "list": [
            {
                "agio": "1.2折",
                "brand_id": "292288",
                "brand_name": "evona女装专场",
                "detailurl": "user-history-product-292288-38988810.html",
                "fav_price": "",
                "market_price": "4190",
                "pms_activetips": "",
                "product_id": "38988810",
                "product_name": "卡其啡色带帽休闲修身长袖长款羽绒服",
                "ptype": "3",
                "sale_out": 1,
                "sell_time_from": "1418090400",
                "sell_time_to": "1418486340",
                "small_image": "http://pic1.vip.com/upload/merchandise/292288/EVONA-DE93341-630-30-5.jpg",
                "small_image2": "http://a.vimage1.com/upload/merchandise/292288/EVONA-DE93341-630-30-5_304x384_80.jpg",
                "special_price": "",
                "stock": "3",
                "type": "3",
                "vipshop_price": "489"
            }
        ],
        "msg": "成功",
        "ret": 0
    }

billfeller avatar Dec 09 '14 08:12 billfeller