|
|
@ -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("成:")) {
|
|
|
|