Commit a35adea5 by Future

添加日志

parent 63979dd4
......@@ -42,6 +42,7 @@ public class JsonUtils {
return null;
}
try {
log.warn("解析json字符串失败,原字符串: {} class {}", strJsonBody, c);
return OBJECT_MAPPER.readValue(strJsonBody, c);
} catch (IOException e) {
log.warn("解析json字符串失败,原字符串: {} class {}", strJsonBody, c, e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment