postman问题
使用postman测试接口的时候使用post请求测试出现以下错误"timestamp":"2021-11-09T13:27:13.732+0000","status":415,"error":"UnsupportedMediaType","message":"Contenttype'multipart/form-data;boundary=--------------------------354
·
使用postman测试接口的时候使用post请求测试出现以下错误
"timestamp": "2021-11-09T13:27:13.732+0000",
"status": 415,
"error": "Unsupported Media Type",
"message": "Content type 'multipart/form-data;boundary=--------------------------354063014445499895592923;charset=UTF-8' not supported",
"trace": "org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;
"timestamp": "2021-11-09T13:27:13.732+0000",
"status": 415,
"error": "Unsupported Media Type",
"message": "Content type 'multipart/form-data;boundary=--------------------------354063014445499895592923;charset=UTF-8' not supported",
"trace": "org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'multipart/form-data;
解决:
你在controller中接收参数的时候使用了 @RequestBody 把他去掉就可以了
更多推荐
已为社区贡献1条内容
所有评论(0)