On this page
搜索话题
接口功能
搜索话题
URL
支持格式
JSON
HTTP请求方式
POST
请求参数
参数 | 必选 | 类型 | 说明 |
---|---|---|---|
keyword | true | int | 关键词 |
page | true | int | 页码 |
接口示例
json5
{
"msg": "获取成功",
"data": {
"list": [
{
"id": 1,
"title": "话题名称",
"titlepic": "http://...png",
"desc": "话题描述",
"type": 1,
"create_time": null,
"topic_class_id": 1,
"post_count": 4,
"todaypost_count": 1
},
// ...
]
}
}