接口名称 上传完成forPgc     签名
地址 https://api.cnlive.com/open/api2/vod_epg/videoPgc/uploadSuccess
method post
返回数据 json

短视频上传鉴权接口


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


请求方式: HTTP POST


返回格式: 200


请求参数说明:

参数名 参数类型 必选 参数说明
appId string true APPID
key string true 文件相对路径
hash string true 文件hash
vid string true 内容Id
sign String true 签名规则见 签名详情

json

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