文档
测试
GET
/api/mp/home/querySlideShow

请求参数

参数名
类型
描述
必填
type
(0:首页主轮播图)
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
array
数据列表
必填
id
int
轮播图id 示例:4
必填
title
string
轮播图标题 示例:
必填
imgUrl
string
轮播图图片 示例:http://192.168.1.15:8053/file/图片/u=3615552168,352643958&fm=11&gp=0-20200703110830674.jpg
必填
hrefUrl
string
跳转链接 示例:http://href.jpg
必填
type
int
类型 示例:0
必填

说明 / 示例

{ "msg": "success", "code": 0, "data": [ { "id": 4, "title": "", "imgUrl": "http://192.168.1.15:8053/file/图片/u=3615552168,352643958&fm=11&gp=0-20200703110830674.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 5, "title": "", "imgUrl": "http://192.168.1.15:8053/file/图片/part-00456-1761-20200703110822180.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 6, "title": "", "imgUrl": "http://192.168.1.15:8053/file/图片/u=1984419451,1027103318&fm=26&gp=0-20200703110809635.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 7, "title": "", "imgUrl": "http://192.168.1.15:8053/file/图片/u=3730894388,1271521130&fm=15&gp=0-2020070311075232.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 9, "title": "", "imgUrl": "http://192.168.1.15:8053/file/图片/u=1581949832,1488500860&fm=26&gp=0-20200703110738100.jpg", "hrefUrl": "http://href.jpg", "type": 0 } ] }