curl --location --request POST 'http://192.168.20.159:8080/resource/oss/sportVideo/upload' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--form 'file=@""'
{
"code": 0,
"msg": "string",
"data": {
"url": "string",
"fileName": "string",
"ossId": "string"
}
}