3.3 直播备播地址接口.md 859 Bytes

直播备播地址接口


URL: http://api.cnlive.com/open/api2/live_epg/saveAlternateAddress


接口说明:


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true 应用ID
activityId string true 活动ID
alternateAddressUrl string true 直播备播地址
status int true 是否启用备用地址,0:启用;1:禁用
sign String true 签名规则见签名详情

返回说明:

{
    "errorCode":"0",
    "errormessagae":"请求成功"
}