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

停止直播活动接口


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


接口说明: 返回操作成功与否


请求方式: HTTP GET


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true 应用ID
activityId string true 活动ID,确保SP下的唯一性
remark string false 备注下直播结束的原因:正常 or 异常结束,不为空则认为活动异常结束
sign String true 签名规则见签名详情

返回说明:

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