3.2播放鉴权(单项).md 1.3 KB

/* Title: 3.2 视频鉴权 Sort: 14 */

URL: http://console.open.cnlive.com/open/api/lic/checkVideoLic


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
sp_id true String 服务提供商ID
prdIds true String 视频的产品ID;多个prdId以英文,号分割
sid true Integer 用户ID
uid true String WEB平台:探针uid;app平台:设备号ID
ts true String 时间戳
plat true String 平台类型
sign true String 签名

返回格式说明:

成功:
{
"errorCode":"0",
"errorMessage":"成功"
}

失败:
{
    "errorCode": "2002",
    "errorMessage": "鉴权失败",
}