企业直播
调用 ListQuickCommentContent 接口,获取指定直播间内快捷评论的内容。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| Action | String | 是 | ListQuickCommentContent | 接口名称。当前 API 的名称为 ListQuickCommentContent。 |
| Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01。 |
ActivityId | Long | 是 |
| 直播间的 ID。您可以通过 ListActivityAPI 接口查询 ID。 说明 使用子账号调用接口时,确保该直播间对子账号可见。有关如何配置子账号的可见范围,详见子账号管理。 |
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| QuickComments | Array of String | ["什么时候发货","闭眼冲"] | 直播间内快捷评论内容列表。 |
GET https://livesaas.volcengineapi.com/?Action=ListQuickCommentContent&Version=2023-08-01&ActivityId=182*******2131
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "ListQuickCommentContent", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1775728746 }, "Result": { "QuickComments": [ "什么时候发货", "闭眼冲" ] } }