响应参数
参数名
类型
描述
必填
topic
string
示例:我的书影音游
必填
说明 / 示例
```python
{
"status": 200,
"msg": "success",
"item": [
{
"id": 8,
"topic": "我的书影音游"
},
{
"id": 7,
"topic": "新村名报道"
},
{
"id": 6,
"topic": "藤藤超级喜欢的小哥哥"
},
{
"id": 5,
"topic": "藤藤超级喜欢的小姐姐"
},
{
"id": 4,
"topic": "求助,在线等"
},
{
"id": 3,
"topic": "今天长这样"
},
{
"id": 2,
"topic": "我的相亲奇遇"
},
{
"id": 1,
"topic": "相互喜欢"
}
],
"total_items": 8,
"except": null
}