#轮播图
~~~[api]
post:/index/getBanner
<<<
success
{
"info": "success",
"status": 1,
"data": {
"data": [
{
"img": "http://mzcloud.icewl.com/static/upload/7a026292bc1eac28/3cbb495f5a1713c3.jpg"
},
{
"img": "http://mzcloud.icewl.com/static/upload/52c8fdf2b713853e/253321cdee146c51.jpg"
}
]
}
}
<<<
error
{
"info": "error",
"status": 0,
}
~~~