|
@ -112,6 +112,7 @@ public class CheckDataUtils { |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
e.printStackTrace(); |
|
|
e.printStackTrace(); |
|
|
log.error("内容校验接口异常:" + e.getMessage()); |
|
|
log.error("内容校验接口异常:" + e.getMessage()); |
|
|
|
|
|
return null; |
|
|
} |
|
|
} |
|
|
log.info("审核返回数据:" + response.body()); |
|
|
log.info("审核返回数据:" + response.body()); |
|
|
JSONObject res = JSONObject.parseObject(response.body()); |
|
|
JSONObject res = JSONObject.parseObject(response.body()); |
|
|