接口名称 保存备播地址     签名
地址 https://api.cnlive.com/open/api2/live_epg/saveAlternateAddress
method post
返回数据 json

直播备播地址接口


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":"请求成功"
}