接口说明
- 通过该接口获取基础数据
- 基础数据包括循环投放时间列表
- 按需求获取返回的数据枚举类型
获取循环投放时间列表请求接口(按需获取)
/ati/openApi/getAdvertCycleTypes
请求参数
参数名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
appid | String | 是 | 平台应用appid |
sign | String | 是 | 签名字符串 |
data | obj | 是 | 请求参数json字符串 |
-timestamp | Long | 是 | 当前时间戳 秒数 |
{
"appId": "ymcb75a59c65eb4521",
"sign": "aa00e7fbb9af00a25660e66edf9c2ecf",
"data": {
"timestamp": "1749613664"
}
}
参数名 | 类型 | 说明 |
---|---|---|
code | String | 响应码 0:成功;其他失败 |
msg | String | 消息描述 |
data | list集合 | 响应体信息 |
-dictLabel | String | 名字 |
-dictValue | String | 值 |
{
"msg": "操作成功",
"code": 0,
"data": [
{
"searchValue": null,
"createBy": "zwt123",
"createTime": "2025-05-30 17:29:53",
"updateBy": null,
"updateTime": null,
"remark": null,
"params": {},
"dictCode": 172,
"dictSort": 0,
"dictLabel": "每天",
"dictValue": "00",
"dictType": "advert_cycle_type",
"cssClass": null,
"listClass": "default",
"isDefault": "N",
"status": "0",
"default": false
}
]
}
作者:吴勇 创建时间:2025-06-11 12:07
最后编辑:吴勇 更新时间:2025-06-20 15:49
最后编辑:吴勇 更新时间:2025-06-20 15:49