On this page
获取指定话题下的文章列表
接口功能
获取指定话题下的文章列表
URL
支持格式
JSON
HTTP请求方式
GET
请求参数
无
接口示例
json5
{
"msg": "获取成功",
"data": {
"list": [
{
"id": 1,
"user_id": 12,
"title": "最前线...",
"titlepic": "",
"content": "uni-app ... 平台。",
"sharenum": 0,
"path": "广东深圳",
"type": 0,
"create_time": 1559297892,
"post_class_id": 1,
"share_id": 0,
"isopen": 1,
"status": 1,
"ding_count": 0,
"cai_count": 0,
"comment_count": 5,
"user": {
"id": 12,
"username": "...",
"userpic": "http://...png",
"fens": [
// ...
]
},
"images": [
{
"url": "http://...png",
"pivot": {
"id": 1,
"post_id": 1,
"image_id": 1,
"create_time": null
}
},
// ...
],
"share": null,
"support": [
// ...
]
},
// ...
]
}
}