fix: 增加i1服务器最后通信时间解析

dev
huangfeng 10 months ago
parent a8b9efd9a0
commit 4eb1c93061

@ -39,6 +39,8 @@ public class RawReportUtil {
map.put("i1RebootTimes", str.replaceFirst("i1重启:", "")); map.put("i1RebootTimes", str.replaceFirst("i1重启:", ""));
} else if (str.startsWith("收:")) { } else if (str.startsWith("收:")) {
map.put("recv", str.replaceFirst("收:", "")); map.put("recv", str.replaceFirst("收:", ""));
} else if (str.startsWith("i1服务器最后通信时间:")) {
map.put("recv", str.replaceFirst("i1服务器最后通信时间:", ""));
} else if (str.startsWith("拍:")) { } else if (str.startsWith("拍:")) {
map.put("photoTimes", str.replaceFirst("拍:", "")); map.put("photoTimes", str.replaceFirst("拍:", ""));
} else if (str.startsWith("成:")) { } else if (str.startsWith("成:")) {

Loading…
Cancel
Save