文档
测试

轮播图列表

GET
localhost:9002/api/mp/getEgSlideShows

请求参数

参数名
类型
描述
必填
type
类型(0:首页轮播图 1:友情链接)
必填

响应参数

参数名
类型
描述
必填
content
array
数据列表
必填
id
int
示例:4
必填
imgUrl
string
图片URL 示例:http://localhost:9002/file/%E5%9B%BE%E7%89%87/jianzai-20200519044631578.jpg
必填
hrefUrl
string
跳转链接URL 示例:http://href.jpg
必填
type
int
示例:0
必填

说明 / 示例

{ "content": [ { "id": 4, "imgUrl": "http://localhost:9002/file/%E5%9B%BE%E7%89%87/jianzai-20200519044631578.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 5, "imgUrl": "http://localhost:9002/file/%E5%9B%BE%E7%89%87/fangzai-20200519044621353.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 6, "imgUrl": "http://localhost:9002/file/%E5%9B%BE%E7%89%87/004-20200519044614242.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 7, "imgUrl": "http://localhost:9002/file/%E5%9B%BE%E7%89%87/002-20200519044608529.png", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 9, "imgUrl": "http://localhost:9002/file/%E5%9B%BE%E7%89%87/001-20200519044601608.png", "hrefUrl": "http://href.jpg", "type": 0 } ] }