[SpringBoot]@RequestParam接收不到POST请求的数据

可能原因:
在前端发送请求时,设置了

header:{
   
	'Content-Type':'application/json'
}

这会导致@RequestParam接收不到POST请求的数据。
正确的做法是,设置

header:{
   
	'Content-Type':'application/x-www-form-urlencoded'
}

如果想继续使用 ‘Content-Type’:‘application/json’,只能使用**@RequestBody**来接收

全部评论

相关推荐

伟大的烤冷面被普调:暨大✌🏻就是强
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务