获取菜单栏下商品卡片的配置信息。
说明
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共请求参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称 |
Version | String | 是 | 接口版本。直播当前 API 的版本为 2020-06-01 |
ActivityId | Int64 | 是 | 直播间 ID。您可以通过调用 ListActivityAPI 接口查询 ID |
参数 | 类型 | 描述 |
---|---|---|
- | JSON Map | 商品卡片菜单的序号和卡片的配置。格式为
|
参数 | 类型 | 描述 |
---|---|---|
EnableFloating | Bool | 是否开启浮层。支持以下两种取值。
|
EnableUA | Bool | 是否开启直达链接功能。该功能仅移动端支持。支持以下两种取值。
|
UAAddress | String | 开启直达链接后匹配的特点环境的 UA。 |
EnableMiniApp | Bool | 是否开启微信小程序跳转功能。该功能仅移动端支持。支持以下两种取值。
|
MiniAppId | String | 开启微信小程序跳转后,跳转的微信小程序的原始 ID。 |
ProductsPosition | Int | 商品卡片在 PC 端观看页的展示位置。支持以下取值。
|
DefaultRedirectImage | String | 商品卡片默认跳转图的 URL。默认为系统配置的跳转图,支持 JPG、GIF、PNG 和 BMP 格式的图片。 |
DisplayEnable | Int | 是否显示商品卡片菜单。
|
Product | Array of Product | 商品卡片信息 |
参数 | 类型 | 描述 | |
---|---|---|---|
Title | String | 商品卡片名称 | |
Highlight | String | 商品卡片高亮文案 | |
IntroduceImage | String | 商品卡片介绍图的 URL | |
RedirectImage | String | 商品卡片跳转图的 URL。 | |
RedirectUrl | String | 商品卡片跳转地址的 URL | |
Index | Int | 商品卡片的位置 | |
Id | Int | 商品卡片 ID | |
EnableStatus | Int | 商品卡片是否上架。支持以下两种取值。
| |
Remark | String | 商品的备注信息 | |
Strikethrough | String | 商品卡片上的灰色划线文字 | |
DirectUrl | String | 直达链接 | |
ExplainStatus | Int32 | 讲解状态。开启直播时移功能才会显示本字段,详见商品卡片。
| |
ExplainTime | Int64 | 最近一次修改讲解状态的时间。Unix 时间戳,单位秒。取值为 | |
FloatingStatus | Int32 | 是否浮窗展示商品卡片
| |
MiniAppDirectUrl | String | 微信小程序的跳转链接 |
Get http://livesaas.volcengineapi.com/?Action=GetActivityProductAPI&Version=2020-06-01&ActivityId=1231231231
{ "ResponseMetadata":{ "RequestId":"202201201826170101501312091D1C09D2", "Action":"GetActivityProductAPI", "Version":"2020-06-01", "Service":"livesaas", "Region":"cn-north-1", "SystemTime":1656067132 }, "Result":{ "1":{ "EnableFloating":true, "EnableUA":true, "UAAddress":"micromessenger", "EnableMiniApp":true, "MiniAppId":"AppId", "ProductsPosition":0, "DefaultRedirectImage":"https://example.com", "DisplayEnable": 1, "Product":[ { "Title":"1.2", "Highlight":"1.2", "IntroduceImage":"图片地址", "RedirectImage":"图片地址", "RedirectUrl":"重定向地址", "Index":0, "Id":16014, "EnableStatus":1, "Remark":"商品备注", "Strikethrough":"划线文字", "DirectUrl":"https://xxx", "ExplainStatus":1, "ExplainTime":0, "FloatingStatus":1, "MiniAppDirectUrl":"https://xxx.com" } ] } } }
{ "ResponseMetadata":{ "RequestId":"201806041104200100100232280022D30", "Action":"GetActivityProductAPI", "Version":"2020-06-01", "Service":"livesaas", "Region":"cn-north-1", "SystemTime":1656067132, "Error":{ "Code":"200000", "Message":"参数异常" } } }
访问公共错误码获取详细信息。