💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 广告列表 /** * 广告列表(获得某个广告位下的广告列表) * @http_method get * @param $position_id 广告位id * @author 孙泉 * */ +++ get:Adv/lists <<< success { "errcode": 0, "errmsg": "操作成功", "list": [ { "id": 19, "position_id": 1, "title": "new1", "content": "", "start_date": null, "end_date": null, "sort": 0, "img": "http://mojimall.img-cn-beijing.aliyuncs.com/mojimall/20170113/64365148429956364365.png", "desc": "" }, { "id": 20, "position_id": 1, "title": "new2", "content": "", "start_date": null, "end_date": null, "sort": 1, "img": "http://mojimall.img-cn-beijing.aliyuncs.com/mojimall/20170113/44442148429957944442.png", "desc": "" }, { "id": 36, "position_id": 1, "title": "即将上线", "content": "", "start_date": 0, "end_date": 0, "sort": 999, "img": "http://mojimall.img-cn-beijing.aliyuncs.com/mojimall/20170316/26408148964997026408.jpg", "desc": "" }, { "id": 37, "position_id": 1, "title": "即将上线测试2", "content": "", "start_date": 0, "end_date": 0, "sort": 999, "img": "http://mojimall.img-cn-beijing.aliyuncs.com/mojimall/20170317/10771148971403110771.jpg", "desc": "" } ] } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++