文档
测试

获取话题内容

POST
/api/get_topic_content/

请求参数

参数名
类型
描述
必填
topic_id
话题id
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
array
数据列表
必填
id
int
示例:8
必填
topic
string
示例:我的书影音游
必填
topic_content
string
示例:待写话题内容
必填
total_items
int
示例:8
必填
except
object
示例:null
必填

说明 / 示例

```python { "status": 200, "msg": "success", "item": { "id": 1, "topic": "相互喜欢", "topic_content": "待写" }, "total_items": 3, "except": null }