{
"thumbUrl": "http://dummyimage.com/400x400",
"videoUrl": "https://shanghai-9.zos.ctyun.cn/testing/testvideo.mp4"
}curl --location --request POST '/uploadSnsVideo' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"thumbUrl": "http://dummyimage.com/400x400",
"videoUrl": "https://shanghai-9.zos.ctyun.cn/testing/testvideo.mp4"
}'{
"ret": 0,
"msg": "string",
"data": {
"fileUrl": "string",
"thumbUrl": "string",
"fileMd5": "string",
"length": 0,
"videoWidth": null,
"videoHeight": null,
"imageWidth": null,
"imageHeight": null,
"md5": null,
"totalSize": null,
"width": 0,
"height": 0,
"videoDuration": null
}
}