接口名称 UGC视频上传鉴权-少儿     签名
地址 https://api.cnlive.com/open/api2/vod_epg/getUploadAuthForChild
method post
返回数据 json

短视频上传鉴权接口


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


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true APPID
sid string true 用户ID
timestamp string true 时间戳
sign String true 签名规则见 签名详情

json

 {
 "errorCode":"0",
 "errorMessage":"success",
 "token":"xxxxxxxxx"
}