获取直播间主播/品牌方的信息列表。
请求频率:单用户请求频率限制为 120 次/分钟。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetBusinessAccountInfoAPI | 接口名称。当前 API 的名称为 GetBusinessAccountInfoAPI 。 |
Version | String | 是 | 2020-06-01 | 接口版本。当前 API 的版本为 2020-06-01 。 |
ActivityId | Long | 是 | 175980616 | 直播间 ID。您可通过 ListActivityAPI 接口查询 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
IsBusinessAccountEnable | Integer |
| 是否开启账号设置开关。
|
BusinessAccountInfo | Object of BusinessAccountInfo | - | 主播/品牌方账号信息列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AccountName | String | fdfd | 主播/品牌方账号名称。 |
AccountHeadImage | String | https://xxxxx | 主播/品牌方账号的头像地址。 |
AccountHeadRedirectUrl | String | https://xxxxx | 主播/品牌方账号的跳转链接。 |
HostAccountId | Integer | 32134 | 主播/品牌方账号 ID。 |
IsFollowEnable | Integer |
| 是否支持粉丝关注。
|
GET https://livesaas.volcengineapi.com/?Action=GetBusinessAccountInfoAPI&Version=2020-06-01&ActivityId=175980616
{ "ResponseMetadata": { "RequestId": "202201201826170101501312091D1C09D5", "Action": "GetBusinessAccountInfoAPI", "Version": "2020-06-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1656067132 }, "Result": { "IsBusinessAccountEnable": 1, "BusinessAccountInfo": { "AccountName": "fdfd", "AccountHeadImage": "https://xxxxx", "AccountHeadRedirectUrl": "https://xxxxx", "HostAccountId": 32134, "IsFollowEnable": 0 } } }
访问公共错误码获取详细信息。