项目形参位置存在@RequestBody注解,用Postman发送post请求时报400错误,Required request body is missing。
错误图示: 文章来源:https://www.toymoban.com/news/detail-507372.html
解决方法:
方法一: 项目中形参位置不使用@RequestBody,在Postman进行Post请求时,在请求路径后直接拼接参数。
方法二: 项目中形参位置使用@RequestBody,在Postman进行Post请求时,在Postman的“Headers”中添加key:Content-Type,value:application/json。
在"Body"中选择"raw"添加json数据。
文章来源地址https://www.toymoban.com/news/detail-507372.html
到了这里,关于Postman发送post请求时报400错误,Required request body is missing的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!