springmvc @RequestParam 獲取參數 HTTP Status 400 - Required String parameter 'xx' is not present

公司換用react做前後端分離之後,發現用@RequestParam不能獲取前臺傳回來的值,使用Postman發送模擬請求的時候,Content-Type == application/x-www-form-urlencoded 可以接受到請求,而 Content-Type == application/json 的時候參數獲取不到。並且會報錯:HTTP Status 400 - Required
相關文章
相關標籤/搜索