@18612183942
2024-03-25T07:02:09.000000Z
字数 1165
阅读 56
接口地址:https://ps.linklife.shop/MiniProgram
方法名:/GetAdvertisement
调用方:第三方
响应方:懒酱子平台
接口说明:本接口用于第三方向懒酱子平台请求推广的广告信息。广告包含banner广告、浮动广告、弹窗广告和开屏广告4种类型。未启用的广告类型,在前端不展示。
| 参数名 | 类型 | 是否必传 | 描述 |
|---|---|---|---|
| shopNo | int | 是 | 店铺编号 |
| 参数名 | 类型 | 是否必返 | 描述 |
|---|---|---|---|
| status | int | 是 | 状态 200成功,其它失败 |
| msg | string | 是 | 消息 |
| appId | string | 否 | 小程序appId |
| banner | object | 否 | banner广告 |
| --img | string | 否 | banner广告图片 |
| --link | string | 否 | banner广告跳转链接 |
| --isEnabled | bool | 否 | 是否启用 |
| float | object | 否 | 浮动广告 |
| --img | string | 否 | 浮动广告图片 |
| --link | string | 否 | 浮动广告跳转链接 |
| --isEnabled | bool | 否 | 是否启用 |
| window | object | 否 | 弹窗广告 |
| --img | string | 否 | 弹窗广告图片 |
| --link | string | 否 | 弹窗广告跳转链接 |
| --isEnabled | bool | 否 | 是否启用 |
| screen | object | 否 | 开屏广告 |
| --img | string | 否 | 开屏广告图片 |
| --link | string | 否 | 开屏广告跳转链接 |
| --isEnabled | bool | 否 | 是否启用 |
{
"shopNo": 1
}
{
"status": 200,
"msg": "操作成功",
"appId": "wxf94592c92d2111fd",
"banner": {
"img": "https://peisong.linklife.shop/UploadImage/1_1.png?v=20240325145901",
"link": "pages/couponCenter/couponCenter",
"isEnabled": true
},
"float": {
"img": "https://peisong.linklife.shop/UploadImage/1_2.png?v=20240325145901",
"link": "pages/couponCenter/couponCenter",
"isEnabled": true
},
"window": {
"img": "https://peisong.linklife.shop/UploadImage/1_3.png?v=20240325145901",
"link": "pages/couponCenter/couponCenter",
"isEnabled": true
},
"screen": {
"img": "",
"link": "",
"isEnabled": false
}
}