文档
测试

个人收藏列表

GET
index/personal/self_collect

接口描述

门店暂时未写

请求参数

参数名
类型
描述
必填
type
文章article 奶粉 milk 门店shop
必填
page
第一次默认为1 下拉时自增1
必填

响应参数

参数名
类型
描述
必填
data
json
文章的
必填
list
array
文章列表
必填
id
收藏的id
必填
title
文章标题
必填
thumbnail
缩率图
必填
create_time
创建时间
必填
article_id
文章id
必填
cate
文章类型
必填
thumbnail_alt
图描述
必填
list_num
number
文章总条数
必填
data
json
奶粉的
必填
list
array
必填
id
收藏的id
必填
name
奶粉名称
必填
thumbnail
缩率图
必填
thumbnail_alt
图描述
必填
price
价格
必填
create_time
创建时间
必填
milk_id
奶粉的id
必填
list_num
收藏总数
必填

说明 / 示例

```json 文章 { "list": [ { "title": "宝宝如何补钙铁锌吸收效果才更好?", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019072323129.jpg", "thumbnail_alt": "", "create_time": 0, "article_id": 20, "id": 2, "cate": "行业资讯" }, { "title": "价格400多的奶粉怎么样,有哪些奶粉可以选择", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019081410690.jpg", "thumbnail_alt": "", "create_time": 0, "article_id": 19, "id": 1, "cate": "奶粉问答" } ], "list_num": 2 } ``` ```json { "list": [ { "name": "飞鹤智纯臻稚有机奶粉3段", "thumbnail": "https://www.naifenzhiku.com/public/webuploader/upload/file_2019051306141.jpg", "thumbnail_alt": "x", "price": 358, "create_time": 0, "milk_id": 3, "id": 13 } ], "list_num": 1 } ```