|
|
|
@ -58,11 +58,11 @@ public class RawReportUtil {
|
|
|
|
|
} else if (str.startsWith("卡2:")) {
|
|
|
|
|
map.put("simcard2", str.replaceFirst("卡2:", ""));
|
|
|
|
|
} else if (str.startsWith("mcu:")) {
|
|
|
|
|
map.put("mcu", str.replaceFirst("mcu:", ""));
|
|
|
|
|
map.put("mcuVersion", str.replaceFirst("mcu:", ""));
|
|
|
|
|
} else if (str.startsWith("ai:")) {
|
|
|
|
|
map.put("aiVersion", str.replaceFirst("ai:", ""));
|
|
|
|
|
} else if (str.startsWith("cam:")) {
|
|
|
|
|
map.put("cameraService", str.replaceFirst("cam:", ""));
|
|
|
|
|
map.put("cameraVersion", str.replaceFirst("cam:", ""));
|
|
|
|
|
} else if (str.startsWith("主板温度:")) {
|
|
|
|
|
map.put("mainBoardTmp", str.replaceFirst("主板温度:", ""));
|
|
|
|
|
} else if (str.startsWith("电池温度:")) {
|
|
|
|
|