1.5 点播审核对接.md 842 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
videoId String false 点播视频ID
videoTitle String true 点播视频名称
videoUrl String true 点播视频url
uploadTime date true 上传时间
uploadPerson String true 上传人
priority int true 默认优先级
videoCoverUrl String true 封面图
callback String true 回调函数
videoIntro String true 点播描述
videoTag String true 点播标签
videoKeyword String true 点播关键字

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "成功"
}
{
    "errorCode": "1",
    "errorMessage": "请求参数无效"
}