请求URI: /openapi/v1/channel/startLive

请求方式: POST

请求参数:

名称 位置 类型 描述 默认值 必须
token header string 调用令牌
channelId body int 直播间id

请求示例:

curl -X POST "https://openapi.v1.guangdianyun.tv/openapi/v1/channel/startLive" -H  "token: token" -H  "content-type: application/json"

响应示例:

{
    "code": 200, // 200为正常状态
    "msg": "OK",
    "data": "success"
}
最后编辑: 广电云技术部  文档更新时间: 2025-09-23 09:57   作者:广电云技术部