文档
测试

圈子搜索(废弃)

POST
/api/topic/search

接口描述

圈子搜索----圈子

请求参数

参数名
类型
描述
必填
keywords
string
搜索词
必填
searchType
int
不传=综合 1、帖子 2视频
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:上传成功成功
必填
data
object
数据字典
必填
topic
array
数据列表
必填
topicId
int
圈子id
必填
title
string
圈子名称
必填
hotValue
int
热度值
必填
iconImg
string
圈子icon
必填
cateIdList
string
圈子标签,多个用逗号隔开 比如 开放世界,二次元,角色扮演
必填
post
array
数据列表
必填
topicId
int
圈子id
必填
postId
int
帖子id
必填
postTitle
string
帖子标题
必填
postCont
string
帖子内容
必填
postUser
object
发布者信息
必填
icon
string
示例:https://img.alhuyou.com/game/2021/09/13/9da38f8f-1bb5-4c1d-9d5b-8be25396e9d6.jpg
必填
nickName
string
示例:隔壁的包
必填
postType
int
1视频2帖子
必填
postVideoUrl
string
视频连接
必填
duration
string
视频时长
必填
createTime
string
发布时间
必填