异步上传视频
开发中POST
/api/sph/async_upload_vod请求参数
Body 参数multipart/form-data
cookie
string
可选
video
file
可选
示例值:
file://C:\Users\admin\Downloads\832573fce64377bd81587d27d56b1212_preview.mp4
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
null
必需
data
object
必需
status
string
必需
task_id
string
必需
示例
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"status": "string",
"task_id": "string"
}
}