获取自定义菜单信息列表

请求地址

GET /api/live/v1/room/{id}/menus
字段 是否可选 类型 描述
Authorization string 认证信息,格式:bearer ${token}
Accept-Language string 选择语言,(zh-CN)(zh-TW)(en-US)
默认值: zh-CN
Content-Type string application/x-www-form-urlencoded

响应参数

字段 类型 描述
resCode int 响应码
resMessage string 提示消息(根据language参数,选择语言返回)
data json 响应数据

成功返回

http/1.1 200 OK
{
    "resCode": 1,
    "resMessage": "success",
    "data":[
        {
            "menuId":1,
            "liveRoomId":111,
            "title":"直播信息",
            "context":"xxx",
            "type":"BASIC_INFO",
            "order":1,
            "attr":"xxx"
        },
        {
            "menuId":2,
            "liveRoomId":111,
            "title":"聊天",
            "context":"xxx",
            "type":"CHAT",
            "order":1,
            "attr":"xxx"
        }

    ]
}

失败返回

http/1.1 200 OK
{
    "resCode": -1,
    "resMessage": "xxx"
}

results matching ""

    No results matching ""