简要描述:
- 获取幻灯片
请求URL:
GET/plugin.video-share.frontend.set.getSlide
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: {
slide: [
{
img: "img1",
url: "url1",
wxUrl: "/pages/member/footprint/footprint"
},
{
img: "img2",
url: "url2",
wxUrl: "/pages/member/footprint/footprint"
},
{
img: "img3",
url: "url3",
wxUrl: "/pages/member/footprint/footprint"
}
]
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述