💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取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 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~