HDY-XXX

Results 2 issues of HDY-XXX

![reqabl](https://github.com/user-attachments/assets/63e5d360-da05-41a8-858f-c49f988cee08) ![image](https://github.com/user-attachments/assets/0dd8fdc1-24f4-4551-8838-87c206af7646) 程序版本 v2.22.2 使用约三个月

enhancement

当json中的时间字段为10位时间戳的时候 new Date 的api无法正确的转换时间 public Date getDate(String key) { Object value = super.get(key); if (value == null) { return null; } if (value instanceof Date) { return (Date) value; }...

enhancement