其实给出的提示已经很明确了:比如:Cannot deserialize instance of:无法反序列化,比如:through reference chain:指的就是这个参数的类型有问题,这里我这个 data 是一个 String 类型,但是三方返回的格式是这样的:{laoliu:xxxx}
HttpMessageNotReadableException: JSON parse error:Cannot deserialize instance of `java.lang.String` out of START_OBJECT token;nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException:Cannot deserialize instance of `java.lang.String` out of START_OBJECT token at [Source:(PushbackInputStream); line:1, column:24](through reference chain: xxxResponse["data"])