🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取广告、banner、弹窗上传记录 +++ get:/api/v1/advert/adverthistroy type#1web端内页,2移动端启动页,3移动端广告页 p# title#注释搜索 num# id#主键id identitytype# <<< success { "status": 1, "info": "success", "data": { "count": 1, "totalPages": 1, "data": [ { "id": 17, "comment": "web端banner1", "start_time": 1561600015, "end_time": 1565251524, "creater": "刘春强", "type": 2, "title": "test1jpg", "link": "www.baidu.com", "code": null, "status": 0, "time": 3, "interval": 2, "identitytype": 3, "display": -1, "sort": 0 } ], "nowPage": 1, "totalRows": 1 } } <<< error { "status": 0, "info": "操作失败", "data": [] } +++