##
~~~[api]
post:http://tszhdt.sp11.cn/api/center/queryBanner
location_id=11#輪播圖類別id
<<<
success
{
"status": 1,
"msg": "成功",
"adList"[
{
ad_img:圖片地址
ad_url:圖片鏈接
}
]
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~