简要描述:

  • 用户商品收藏

请求URL:

POST/wapapi/member/myGoodsCollection

参数:

参数名 是否必须 类型 说明
page_index int 当前页数
page_size int 每页数目

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
        "goods_list": [
            {
                "goods_id": 39,
                "goods_name": "李宁",
                "price": "4000.00",
                "pic_cover": "/upload/26/common/1535532942.png"
            },
            {
                "goods_id": 38,
                "goods_name": "贵人鸟",
                "price": "20.00",
                "pic_cover": "/upload/26/common/1535190353.png"
            }
        ],
        "page_count": 1,
        "total_count": 14
    }
}

返回参数说明:

参数名 类型 说明
goods_id int 商品id
goods_name string 商品名称
price float 商品价格
pic_cover string 商品图片