Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8999/api/zf/api/upload' \
--form 'file=@""'
{
"code": 200,
"msg": "上传成功!",
"data": {
"originName": "favicon.ico",
"visitUrl": "http://127.0.0.1:8999/profile/7b4f6ccb-8493-457d-a671-81de9aacec1f.ico"
}
}