文档
测试

轮播图列表

POST
/home/bannerList

请求参数

参数名
类型
描述
必填
type
int
1直播间轮播图 2商品页轮播图
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
id
int
示例:10
必填
pic
string
示例:banner/1593761449689.jpg
必填
url
object
示例:null
必填
sort
object
示例:null
必填
type
int
示例:2
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填

说明 / 示例

{ "data": [ { "id": 10, "pic": "banner/1593761449689.jpg", "url": null, "sort": null, "type": 2 } ], "code": 200, "msg": "请求成功" }