## 收藏列表
~~~[api]
post:collect_goods/list
int:page=默认值#页码
int:limit=默认值#每页数量
<<<
success
{
"code": 200,
"msg": "",
"data": {
"dataCount": 1,
"list": [
{
"goods_id": 1,
"create_time": "2019-01-05 10:35:00",
"title": null, 商品名称
"thumb": null 商品图片
}
]
}
}
<<<
error
~~~
## 收藏操作(新增收藏、取消收藏)
~~~[api]
post:collect_goods/handle
*int:goods_id=默认值#商品ID
<<<
success
{
"code": 1,
"msg": "收藏成功、取消成功",
"data": ""
}
<<<
error
~~~