后端使用springboot框架
解析
报错
JSON parse error: Cannot deserialize instance of java.util.ArrayList
out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.util.ArrayList
out of START_OBJECT token↵ at [Source: (PushbackInputStream); line: 1, column: 1]
前端的类型呢
上传的格式化 - 我把 JSON.stringify 注释掉也不行
上传的接口
上传的数据
把List去掉用里面的Map接收