前端采用vue+axios 后端采用spring boot restful 问题: 前端get 请求需要传递array 字段值 后端由于tomcat 版本问题,不支持url接受特殊字符包括 [] {} 等. Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 百度搜索到的方案 大都是让 采用字符串形式传参 或者 urlencoding 或者
restful接口报错: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('e' (code 101)): was expecting double-quote to start field name 检查接口传参json是否正确 下面时本人传参json(orderID 后多了个空格) { "status": "2", "orderID ": "A