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

请求参数

参数名
类型
描述
必填
shopId
店铺id
必填
type
轮播图类型(0:首页主轮播图 1:我的页面)
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
number
示例:0
必填
data
array
数据列表
必填
id
number
示例:4
必填
shopId
number
示例:1
必填
imgUrl
string
图片URL 示例:http://slide.jpg
必填
hrefUrl
string
跳转链接URL 示例:http://href.jpg
必填
type
number
类型(0:首页主轮播图) 示例:0
必填

说明 / 示例

{ "msg": "success", "code": 0, "data": [ { "id": 4, "shopId": 1, "imgUrl": "http://slide.jpg", "hrefUrl": "http://href.jpg", "type": 0 }, { "id": 5, "shopId": 1, "imgUrl": "http://slide1.jpg", "hrefUrl": "http://href.jpg", "type": 0 } ], "encrypt": false }