接口返回值:
 JSONObject responseEntity = restTemplate.postForObject(jdUrl.getAccessToken(), param, JSONObject.class);
我建了一个实体类来接收,也同样报错:MismatchedInputException: Cannot construct instance of `com.alibaba.fastjson.JSONObject` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('{"success":true,"。但是如果我用String 接收却可以