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()=
相关文章
相关标签/搜索