解决前端请求后台接口,后台报错Can not deserialize instance of java.util.ArrayList out of START_OBJECT token

📝

内容提要

问题重现 后台接口定义: @POST @Path(value = "/finishOrder") @Produces("application/json") @Consumes("application/json") public Result finishOrder(@HeaderParam(Const.TOKEN) String token, List<Order>...

🏷️

标签

➡️

继续阅读