文档
测试

广告信息

POST
https://dev.wellsign.cn/java/superconsole/1.0/manager/advertisement/info

接口描述

广告详细信息获取

请求头

参数名
类型
描述
必填
tokenWeb
String
登录token
必填

请求参数

参数名
类型
描述
必填
targetId
int
目标id
必填

响应参数

参数名
类型
描述
必填
item_info
广告详情信息
必填

说明 / 示例

{ "succeed": 1, "msg": "成功", "data": { "item_info": { "id": 1, "note": "测试", "startDateTime": "2020-02-01", "endDateTime": "2020-03-01", "advertUrl": "https://www.baidu.com/", "imageUrl": "https://www.baidu.com/img/bd_logo1.png?where=super", "deviceType": 0, "publishedStatus": true, "seconds": 5 } } }