接口名称 视频上传鉴权forPgc     签名
地址 https://api.cnlive.com/open/api2/vod_epg/videoPgc/getUploadAuth
method post
返回数据 json

视频上传鉴权接口


接口说明: 视频上传鉴权接口


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true APPID
ts string true 时间戳+4位随机数
sign String true 签名规则见 签名详情

json

{
 "token"
}
{
 "error"
}