简要描述:
根据ID获取首屏广告详情
请求域名:
- http://xx.com
请求URL:
plugin.decorate.admin.decorate-advertising.get-info
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
advertising_id | 是 | int | 底部导航栏ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"id": 2,
"uniacid": 1,
"name": "test",
"image": "1.jpeg",
"show_time": 0,
"show_rule": 0,
"h_url": "",
"s_url": "",
"type": 1,
"is_default": 0,
"created_at": "2020-08-07 14:50:29",
"updated_at": "2020-08-07 14:50:29",
"deleted_at": 0
}
}
错误时返回:
{
"result": 0,
"msg": "暂无数据",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data[name] | string | 页面名称 |
data[id] | string | 主键ID |
data[image] | string | 广告图 |
data[show_time] | int | 广告显示时间(秒) |
data[show_rule] | int | 显示规则0.全屏广告 1.每次进入首页时 2.每日首次登陆小程序时 |
data[h_url] | string | H5广告跳转链接 |
data[s_url] | string | 小程序广告跳转链接 |
data[type] | int | 广告类型 1.弹窗广告 2.全屏广告 |
data[is_default] | int | 是否启用 |
备注:
- 更多返回错误代码请看首页的错误代码描述