- 身份验证
- 系统设置
- 用户
- 话题
- 提问
- 回答
- 文章
- 评论
- 举报
- 通知
- 图形验证码
- 邮件
- 图片
- 数据统计
注意:该接口需要管理员权限才能调用。
把话题移出回收站。
TopicApi.untrash(param: UntrashParams): Promise<TopicResponse>
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
include |
否 | string |
响应中需要包含的关联数据,用 |
topic_id |
是 | number |
话题ID |
参数名 | 类型 | 说明 |
---|---|---|
code |
number |
无任何错误时,状态码为 0 |
data |
Topic |
参数名 | 类型 | 说明 |
---|---|---|
article_count |
number |
文章数量 |
cover |
TopicCover | |
delete_time |
number |
🔐删除时间 |
description |
string |
话题描述 |
follower_count |
number |
关注者数量 |
name |
string |
话题名称 |
question_count |
number |
提问数量 |
relationships |
TopicRelationship | |
topic_id |
number |
话题ID |
参数名 | 类型 | 说明 |
---|---|---|
large |
string |
大型封面地址 |
middle |
string |
中型封面地址 |
original |
string |
封面原图地址 |
small |
string |
小型封面地址 |
参数名 | 类型 | 说明 |
---|---|---|
is_following |
boolean |
当前登录用户是否已关注该话题 |