Integer 的例項 ... getRecord(@RequestBody Integer userId) { Record result = null; ... 顯然,Jackson無法將傳遞的JSON反序列化為 Integer 。
確定! 回上一頁