使用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  把他去掉就可以了

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐