curl --location --request POST 'http://localhost:9000/api/upload/novel' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTMyMzg0MywiZXhwIjoxNzM1OTI4NjQzfQ.dTD2OpQaIIF62-xiWWZUHYZmYE3hTkdVDB7aTqcvueE' \ --form 'file=@"C:\\Users\\10612\\OneDrive\\文档\\新建 文本文档.txt"'
{"code":200,"message":"操作成功","data":{"url":"http://localhost:9000/uploads/novels/1735384675754-14csm053fkpo.txt","filename":"末世重生之龙帝.txt","size":6440925,"mimetype":"text/plain"},"success":true}