获取异步上传结果
开发中POST
/api/sph/async_upload_result请求参数
Body 参数multipart/form-data
task_id
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
null
必需
data
object
必需
task_id
string
必需
status
string
必需
result
object
必需
示例
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"task_id": "string",
"status": "string",
"result": {
"file_path": "string",
"auth_info": {
"UploadID": "string"
},
"slice_upload_result": {
"DownloadURL": "string"
},
"width": 0,
"height": 0,
"duration": 0,
"clipKey": "string"
}
}
}
最后修改时间: 2 个月前