On this page
搜索文章
接口功能
搜索文章
URL
支持格式
JSON
HTTP请求方式
POST
请求参数
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
keyword | true | int | 关键词 |
page | true | int | 页码 |
接口示例
json5
{
"msg": "获取成功",
"data": {
"list": [
{
"id": 3,
"user_id": 12,
"title": "...",
"titlepic": "",
"content": "...",
"sharenum": 0,
"path": "广东-广州-白云11",
"type": 0,
"create_time": 1557581053,
"post_class_id": 1,
"share_id": 0,
"isopen": 1,
"status": 1,
"ding_count": 0,
"cai_count": 0,
"comment_count": 0,
"user": {
"id": 12,
"username": "...",
"userpic": "http://...png",
"fens": []
},
"images": [
{
"url": "http://...png",
"pivot": {
"id": 6,
"post_id": 3,
"image_id": 19,
"create_time": null
}
},
// ...
],
"share": null,
"support": []
},
// ...
]
}
}