文档
测试

🔐 轮播图接口

GET
/api/homeside/banner/list

接口描述

获取指定功能模块页下配置的轮播图列表

请求参数

参数名
类型
描述
必填
placeId
int
轮播展示模块:300001 - 帖子话题轮播
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:加载成功
必填
data
array
数据列表
必填
bannerId
int
示例:1
必填
title
string
示例:轮播标题
必填
coverImg
string
示例:https://imgo.youxihezi.net/img2021/4/1/16/2021040180985487_APP.jpg
必填
topicId
int
圈子id
必填
hotValue
int
热度
必填
iconImg
object
必填
url
string
必填
w
int
必填
h
int
必填

说明 / 示例

{ "code": 200, "msg": "加载成功", "data": [ { "bannerId": 1, "title": "轮播标题", "coverImg": "https://imgo.youxihezi.net/img2021/4/1/16/2021040180985487_APP.jpg", "topicId": 1, "hotValue":220, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "bannerId": 2, "title": "轮播标题", "coverImg": "https://imgo.youxihezi.net/img2021/4/1/16/2021040180985487_APP.jpg", "topicId": 2, "hotValue":220, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "bannerId": 3, "title": "轮播标题", "coverImg": "https://imgo.youxihezi.net/img2021/4/1/16/2021040180985487_APP.jpg", "topicId": 3, "hotValue":220, "iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } }, { "bannerId": 4, "title": "轮播标题", "coverImg": "https://imgo.youxihezi.net/img2021/4/1/16/2021040180985487_APP.jpg", "topicId": 4, "hotValue":220,"iconImg": { "url": "https://img.alhuyou.com/game/2021/09/13/009ccc1e-d31e-43fc-9e71-4c89bb430b87.jpg", "w": "200", "h": "200" } } ] }