##
~~~[api]
post:http://tszhdt.sp11.cn/api/center/queryBanner
location_id=11#轮播图类别id
<<<
success
{
"status": 1,
"msg": "成功",
"adList"[
{
ad_img:图片地址
ad_url:图片链接
}
]
}
<<<
error
这里填写错误的返回码
以此类推,每个状态使用 <<< 分割,
第一行添加状态名称
~~~