购物车列表
简要描述:
- 购物车列表
请求URL:
/wap/cart/lists
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|
返回示例
{
"code": 0,
"message": "",
"data": {
"list": [
[
{
"ct_id": 9,
"g_id": 4,
"u_id": 1,
"ct_num": 5,
"ct_price": "30.00",
"sku_id": 12,
"m_id": 2,
"ct_status": 0,
"m_name": "A商家",
"g_name": "兰蔻大粉水新清滢柔肤水400ml 补水保湿舒缓 ",
"g_image": "http://huasu-mall.oss-cn-hangzhou.aliyuncs.com/mall/goodsBan/5eaa8797e5abd.png?x-oss-process=image/resize",
"sku_info": "150ml 女",
"goods_amount": "150.00",
"freight_amount": 0
},
{
"ct_id": 10,
"g_id": 4,
"u_id": 1,
"ct_num": 5,
"ct_price": "50.00",
"sku_id": 10,
"m_id": 2,
"ct_status": 0,
"m_name": "A商家",
"g_name": "兰蔻大粉水新清滢柔肤水400ml 补水保湿舒缓 ",
"g_image": "http://huasu-mall.oss-cn-hangzhou.aliyuncs.com/mall/goodsBan/5eaa8797e5abd.png?x-oss-process=image/resize",
"sku_info": "200ml 男",
"goods_amount": "250.00",
"freight_amount": 0
}
],
[
{
"ct_id": 11,
"g_id": 3,
"u_id": 1,
"ct_num": 5,
"ct_price": "170.00",
"sku_id": 7,
"m_id": 1,
"ct_status": 0,
"m_name": "优客电子商务",
"g_name": "sfs妆尚菲思 冰激凌面膜 嫩白去黄补水嫩肤120g*2袋",
"g_image": "http://huasu-mall.oss-cn-hangzhou.aliyuncs.com/mall/goodsBan/5eaa8797e5abd.png?x-oss-process=image/resize",
"sku_info": "",
"goods_amount": "850.00",
"freight_amount": 0
},
{
"ct_id": 12,
"g_id": 1,
"u_id": 1,
"ct_num": 5,
"ct_price": "50.00",
"sku_id": 3,
"m_id": 1,
"ct_status": 0,
"m_name": "优客电子商务",
"g_name": "沐锦赋活能量液5ml*3支+芳疗植物精油5ml*3支提拉紧致通经络",
"g_image": "http://oss.hsshare.com/goodsBan/5edf596bba033.png?x-oss-process=image/resize",
"sku_info": "200ml 男",
"goods_amount": "250.00",
"freight_amount": 0
}
]
],
"freight_amount": "0.00",
"total_amount": "1500.00"
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
ct_status | int | 0有效,1无效(已下单未支付),2无效(已支付),3无效(商品下架/删除),4已删除 |
备注
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!