🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取banner接口 ~~~[api] post:http://bcdj.sp11.cn/Api/Other/get_article_info *article_id=3#(banner图id) APP首页banner图 <<< success { "status": 1, "msg": "获取成功", "ad_list": [ "/uploads/admin/bd_location/5a59d7e5cc510.jpg", "/uploads/admin/bd_location/5a59d80657122.JPG", "/uploads/admin/bd_location/5a52e1c4f1b2f.jpg", "/uploads/admin/bd_location/5a13d2656e3d5.jpg" ] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~