文档
测试

🔐 圈子搜索-圈子

GET
api/topicside/topicSearch

接口描述

A面圈子搜索请求接口

请求参数

参数名
类型
描述
必填
keywords
string
搜索关键字
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:加载圈子成功
必填
data
array
数据列表
必填
topicId
int
示例:1
必填
title
string
示例:原神
必填
hotValue
int
示例:33333
必填
iconImg
object
icon图标
必填
url
string
必填
width
int
必填
height
int
必填
cateIdList
string
示例:开放世界,二次元,角色扮演
必填

说明 / 示例

```language { msg: "操作成功", code: 200, data: [{ topicId: 11, title: "金铲铲之战忍", summary: "金铲铲之战》是英雄联盟 云顶之弈正版授权的自动战斗品类手游", iconImg: { url: "http://img.hellopiao.com/game/2022/02/09/1644390677557-bb272702-2d61-46da-90b0-6c33a8647371.png", width: 120, height: 120 }, coverImg: "http://img.hellopiao.com/game/2022/02/09/1644390680426-2d6d31a8-75da-4289-983a-d58d3a9fc741.png", hotValue: 0, isFollow: 0, cateIds: null, cateStrList: [ "经营策略", "休闲益智" ], lastUserInfos: [{ userId: null, accountNo: null, phoneNo: null, icon: "http://img.hellopiao.com/game/2022/02/09/1644396715825-bbcd75a6-76e3-44f7-aa15-58ffce738dca.jfif", nickName: null, followNum: null, fansNum: null, likeNum: null, newFansNum: 0 }], backgroundImgUrl: "http://img.hellopiao.com/game/2022/02/09/1644390683249-27920be5-f7a1-4cde-bb62-43fc35f7c011.png" }, { topicId: 9, title: "忍者必须死3", summary: "独创实时战斗跑酷模式,组队厮杀、合作制敌、家族对抗…诸多原创玩法", iconImg: { url: "http://img.hellopiao.com/game/2022/02/09/1644386056885-2c7253a3-21a4-47df-af1d-8a96a58b6d31.png", width: 120, height: 120 }, coverImg: "http://img.hellopiao.com/game/2022/02/09/1644386064500-8f3c1645-485e-4c06-86ea-8c9747c4691e.jpg", hotValue: 0, isFollow: 0, cateIds: null, cateStrList: [ "休闲益智", "角色扮演" ], lastUserInfos: [{ userId: null, accountNo: null, phoneNo: null, icon: "http://img.hellopiao.com/game/2022/02/09/1644396749956-838c975a-1b35-4ec1-904d-221fb69f0a7c.jpg", nickName: null, followNum: null, fansNum: null, likeNum: null, newFansNum: 0 }, { userId: null, accountNo: null, phoneNo: null, icon: "http://img.hellopiao.com/game/2022/02/09/1644390737352-03c07da6-3114-44b2-8c02-5f6b51050935.png", nickName: null, followNum: null, fansNum: null, likeNum: null, newFansNum: 0 } ], backgroundImgUrl: "http://img.hellopiao.com/game/2022/02/09/1644386068789-2d01050d-f589-44a3-9bf2-fcbd5c6ed48d.jpg" } ] } ```