文档
测试

获得聊天话题配置列表

POST
/admin/getChatTopics

请求参数

参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页条数
必填
type
string
过滤类型,truth真心话,normal普通话题
可选

响应参数

参数名
类型
描述
必填
totalCount
int
总数
必填
list
array
数据列表
必填
_id
string
记录ID
必填
content
string
话题内容
必填
type
string
类型,truth真心话,normal普通话题
必填
sex
string
性别限制,0女,1男,-1不限制
必填
time
int
添加时间,时间戳,秒
必填
order
int
排序
必填