mycollects - TimYi/FengHuang GitHub Wiki
请求URL
http://101.200.229.135:8080/api/user/collects?token=fa3f9e6f-2cbe-424a-a2ec-e804960f4aa1
请求方式
GET
请求参数
token:用户凭据
page:当前页码
size:每页数据量
返回参数
id:id
createTime:创建时间
name:名称
url:收藏url
type:收藏类型 ARTICAL 文章,PACKAGE 套餐,CASE 案例
column:栏目
sourceid:资源id
readed:是否已读
user:用户信息
返回示例
{
"result": {
"totalCount": 0,
"totalPages": 0,
"page": 0,
"size": 2,
"result": []
},
"status": "OK"
}