JSON parse error: Cannot deserialize instance of `int` out of START_OBJECT token; nested exception i

代碼程序:html   @PostMapping("selectById") @ResponseBody public Result selectById(@RequestBody int id) { Result result =new Result(); List<User> list = userService.selectById(id); if(list.size()=
相關文章
相關標籤/搜索