文档
测试

设备广告

GET
https://prt.zhmlxq.com/api/v1/ad/device

请求参数

参数名
类型
描述
必填
print_code
打印码 4567
必填

说明 / 示例

``` { "code": 1, "msg": "获取成功!", "data": [ { "id": 6, //广告id "slide_id": 2, //广告分类 "status": 1, //状态 "list_order": 2, //排序 "title": "测试3", //标题 "image": "https://prt.zhmlxq.com/upload/default/20191220/bc73f0ca28fc550f3d176e28c096a0b7.jpg",//图片地址 "url": "df", //链接 "target": "", //打开方式 "description": "sdf", //描述 "content": "测试3内容", //内容 "user_id": 26, //用户 "start_time": 1581705480, //播放时段开始时间 "end_time": 1581705480, //播放时段结束时间 "show_time": 10, //显示时间 "ad_type": 0, //广告类型 0图片 1视频 "device_id": 3//设备id "more": null }, { "id": 5, "slide_id": 2, "status": 1, "list_order": 3, "title": "测试2", "image": "https://prt.zhmlxq.com/upload/default/20191220/45ca8867be727b6a8dd1f0c835a68347.jpg", "url": "dsf", "target": "", "description": "sdf", "content": "测试2内容", "user_id": 26, "start_time": 1581705480, "end_time": 1581705480, "show_time": 10, "ad_type": 0, "device_id": 3, "more": null } ] } ```