更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************curl --location --request POST 'http://localhost:6880//public/upload' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"code": 200,
"msg": "成功",
"data": [
{
"fileId": "文件ID"
}
]
}