Authorization: Bearer ********************
curl --location --request POST 'http://47.93.16.76:8080/file/app/api/v1/multipart/upload/video' \
--form 'file=@""'
{
"code": 200,
"msg": "上传成功",
"data": {
"name": "test_20230916140245A002.jpeg",
"url": "http://127.0.0.1:9300/statics/2023/09/16/test_20230916140245A002.jpeg"
}
}