curl --location --request POST 'http://localhost:9000/api/upload/file' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTMyMzg0MywiZXhwIjoxNzM1OTI4NjQzfQ.dTD2OpQaIIF62-xiWWZUHYZmYE3hTkdVDB7aTqcvueE' \ --form 'file=@"C:\\Users\\10612\\OneDrive\\桌面\\【APP4.X】英文版翻译.xlsx"'
{"code":200,"message":"操作成功","data":{"url":"http://localhost:9000/uploads/files/1735386477841-se7zf9qpi8.pdf","filename":"个人信用报告.pdf","size":132532,"mimetype":"application/pdf"},"success":true}