1.5 停止直播活动接口.md 710 Bytes

创建直播活动接口


URL: http://api.cnlive.com/open/api3/play/IPS/CloseActivity


接口说明: 返回直播播放地址


请求方式: HTTP GET


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
sp_id string true 应用ID
activityid string true 活动ID,确保SP下的唯一性
sign String true 签名规则见签名详情

返回说明:

{
    "errorCode":"0",
    "messagae":"请求成功",
    data{
        vid:"xxxxxx"
        
}