文档
测试

圈子搜索-圈子

GET
api/topic/topicSearch

接口描述

圈子搜索

请求头

参数名
类型
描述
必填

请求参数

参数名
类型
描述
必填
searchType
int
综合不传,1视频2帖子
必填
keywords
string
可选

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:加载圈子成功
必填
data
array
数据列表
必填
topicId
int
示例:1
必填
title
string
示例:原神
必填
hotValue
int
示例:33333
必填
iconImg
string
示例:https://img.alhuyou.com/game/2021/09/13/9da38f8f-1bb5-4c1d-9d5b-8be25396e9d6.jpg
必填
cateIdList
string
示例:开放世界,二次元,角色扮演
必填

说明 / 示例

{ "code": 200, "msg": "加载圈子成功", "data": [ { "topicId": 1, "title": "原神", "hotValue": 33333, "iconImg": "https://img.alhuyou.com/game/2021/09/13/9da38f8f-1bb5-4c1d-9d5b-8be25396e9d6.jpg", "cateIdList": "开放世界,二次元,角色扮演" }, { "topicId": 2, "title": "原神2", "hotValue": 333334, "iconImg": "https://img.alhuyou.com/game/2021/09/13/9da38f8f-1bb5-4c1d-9d5b-8be25396e9d6.jpg", "cateIdList": "开放世界,二次元,角色扮演1" } ] }