查询账号背景图片列表

更新时间:2022-12-28

接口描述

该接口用于查询账号下直播间背景图片列表,默认20张系统图片
说明:如果roomId不为空,则返回数据会标识该图片是否被设置为直播间背景图片

请求地址

https://ccapi.csslcloud.net/openapi/account/background/get

请求方式

GET 

请求参数

接口统一权限认证请参考THQS认证方式

名称 类型 必填 描述
accountId String 开发者账号ID
roomId String 直播间ID

请求示例

GET https://ccapi.csslcloud.net/openapi/account/background/get?accountId=41E8063FC799ACE&roomId=9BCB274153BAA9F29C33DC5901307461&time=1670412086&hash={hash}

返回数据

公共返回数据结构请参考 公共返回数据说明

名称 类型 描述
result String 返回状态,"OK":成功,"FAIL":失败
data Array 图片列表数据

data说明

名称 类型 描述
id Integer 背景图片唯一标识,在创建直播间/更新直播间时如需设置背景图,background_id参数使用该值
img_url String 背景图片地址
type Integer 背景图片类型:0为系统图片,1为自定义上传
is_check Integer 是否被设置为直播间背景图片:0为未设置,1为已设置

返回示例

{
  "result": "OK",
  "error": null,
  "data": [
    {
      "id": 11111,
      "img_url": "https://www.bokecc.com",
      "type": 0,
      "is_check": 0
    }
  ],
  "errorMsg": ""
}

results matching ""

    No results matching ""