On this page
指定文章分类下的文章列表
接口功能
指定文章分类下的文章列表
URL
支持格式
JSON
HTTP请求方式
GET
HEADERS
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
token | false | string | token |
接口示例
json5
{
"msg": "获取成功",
"data": {
"list": [
{
"id": 13,
"user_id": 13,
"title": "12132",
"titlepic": "",
"content": "12132",
"sharenum": 0,
"path": "未知",
"type": 0,
"create_time": 1559543916,
"post_class_id": 1,
"share_id": 0,
"isopen": 1,
"status": 1,
"ding_count": 0,
"cai_count": 1,
"comment_count": 0,
"user": {
"id": 13,
"username": "...",
"userpic": "http://...png",
"fens": []
},
"images": [],
"share": null,
"support": []
},
// ...
]
}
}