请求URL:
POST/plugin.customer-center.frontend.controllers.customer.favorite
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| member_id | 是 | int | 用户id |
返回示例:
正确时返回:
{
result: 1,
msg: "",
data: [{
id: 11,
goods_id: 18254,
created_at: "2021-09-07 18:42:15",
vip_level_status: {
status: 0,
word: "",
tips: ""
},
goods: {
id: 18254,
thumb: "http://www.wq.com/attachment/images/2/2019/07/m111GM5VuG0iPdxp5t4B4xM1PG01u4.jpg",
price: "101.11",
market_price: "100.00",
title: "测试发布商品",
vip_level_status: {
status: 0,
word: "",
tips: ""
}
}
}]
}
###购物车集合数据说明
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| memberId | int | 会员ID | |
| uniacid | int | 所属公众号ID | |
| goods_id | int | 商品ID | |
| created_at | int | 创建时间 | |
| updated_at | int | 修改时间 | |
| deleted_at | int | 移除使劲 | |
| has_goods | 商品信息 | ||
| id | 商品ID | ||
| thumb | 商品ID | ||
| price | 现价 | ||
| market_price | 原价 | ||
| vip_price | 会员折扣之后的价格 |
|