diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/src/views/maps/storageTopic.vue b/src/views/maps/storageTopic.vue new file mode 100644 index 0000000..129a35d --- /dev/null +++ b/src/views/maps/storageTopic.vue @@ -0,0 +1,400 @@ + + + + + + + + diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/src/views/maps/storageTopic.vue b/src/views/maps/storageTopic.vue new file mode 100644 index 0000000..129a35d --- /dev/null +++ b/src/views/maps/storageTopic.vue @@ -0,0 +1,400 @@ + + + + + + + + diff --git a/src/views/maps/waterThreat.vue b/src/views/maps/waterThreat.vue new file mode 100644 index 0000000..fd32f8f --- /dev/null +++ b/src/views/maps/waterThreat.vue @@ -0,0 +1,416 @@ + + + + + + + + diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/src/views/maps/storageTopic.vue b/src/views/maps/storageTopic.vue new file mode 100644 index 0000000..129a35d --- /dev/null +++ b/src/views/maps/storageTopic.vue @@ -0,0 +1,400 @@ + + + + + + + + diff --git a/src/views/maps/waterThreat.vue b/src/views/maps/waterThreat.vue new file mode 100644 index 0000000..fd32f8f --- /dev/null +++ b/src/views/maps/waterThreat.vue @@ -0,0 +1,416 @@ + + + + + + + + diff --git a/static/config/liquidFactory.json b/static/config/liquidFactory.json new file mode 100644 index 0000000..cfbbb5e --- /dev/null +++ b/static/config/liquidFactory.json @@ -0,0 +1,1531 @@ +{ + "code": 200, + "msg": "", + "data": [ + { + "type": "gas_factory", + "name": "液化工厂", + "total": 11, + "data": [ + { + "name": "山西压缩天然气集团运城有限公司盐湖区液化分公司", + "value": [ + "110.9647700", + "35.1465810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司" + }, + { + "name": "山西平遥液化天然气有限责任公司", + "value": [ + "112.1694600", + "37.1510430" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "太原国新洁净液化天然气有限公司", + "value": [ + "112.7299400", + "38.1579130" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原燃气集团有限公司" + }, + { + "name": "霍州国新液化天然气有限公司", + "value": [ + "111.7664000", + "36.5945600" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西晋东新能液化天然气有限公司\r\n", + "value": [ + "113.6773000", + "37.8873900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "山西天然气有限公司临汾液化分公司\r\n", + "value": [ + "111.6382400", + "36.1882480" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西天然气有限公司大同液化分公司\r\n", + "value": [ + "113.1552500", + "39.9273570" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "晋中国新液化天然气有限公司", + "value": [ + "112.4758300", + "37.4326500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "原平液化分公司", + "value": [ + "112.6066200", + "38.8301240" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司" + }, + { + "name": "襄垣县国新液化天然气有限公司", + "value": [ + "112.9639800", + "36.4977150" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "山西国新液化煤层气有限公司", + "value": [ + "113.0940800", + "37.9285100" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + } + ] + }, + { + "type": "gas_station", + "name": "加气站", + "total": 157, + "data": [ + { + "name": "大牛店LNG加气站", + "value": [ + "112.6118580", + "38.8311790" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司原平液化分公司" + }, + { + "name": "西会LNG加气站", + "value": [ + "111.6310210", + "38.7846110" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "安塘LNG加气站", + "value": [ + "111.5833030", + "38.7229340" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "古城镇CNG-LNG加气站", + "value": [ + "112.4621470", + "39.3609370" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团朔州有限公司" + }, + { + "name": "长治县南宋乡LNG加气站", + "value": [ + "113.0208050", + "35.9302020" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "忻州代县西外环LNG加气站(忻州国新)", + "value": [ + "112.9903690", + "39.1019350" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "平陆合建站", + "value": [ + "112.8999120", + "35.6241850" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司平陆分公司" + }, + { + "name": "土门LNG站", + "value": [ + "113.7527360", + "37.2060770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "旧县LNG站", + "value": [ + "112.0418120", + "36.1657590" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "古阳LNG站", + "value": [ + "111.5164730", + "36.9193810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "南姚LNG站", + "value": [ + "113.6841690", + "37.7869160" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团吕梁有限公司" + }, + { + "name": "新源合建站", + "value": [ + "113.7009160", + "37.5681620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "北峪口站", + "value": [ + "111.7077940", + "39.4879390" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "娘子关站", + "value": [ + "112.7297410", + "38.1747180" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "阳盂路站", + "value": [ + "111.0099350", + "35.0345980" + ], + "contain":50",liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "西郊站", + "value": [ + "113.7138330", + "37.7920290" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "万荣薛李合建站", + "value": [ + "112.9282070", + "39.0489500" + ],"contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司万荣分公司" + }, + { + "name": "闻喜丁店加气站", + "value": [ + "111.2710100", + "35.3986800" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司闻喜分公司" + }, + { + "name": "新绛108合建站", + "value": [ + "111.1503670", + "35.6095660" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司新绛分公司" + }, + { + "name": "保德LNG/L-CNG加气站", + "value": [ + "112.2080690", + "37.5720530" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "保德站", + "value": [ + "111.2023240", + "38.9365980" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原国新清洁能源保德有限公司" + }, + { + "name": "双池加气站", + "value": [ + "113.0084770", + "37.0827020" + ], + "contain":50, "liquid_level": 5.85, + "company": "交口县国兴新能源利用有限公司" + }, + { + "name": "夏店LNG加气站", + "value": [ + "112.9405100", + "36.5124540" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "桥头加气站", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "下孔LNG/L-CNG合建站", + "value": [ + "112.5099780", + "35.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "故南加气站", + "value": [ + "113.0622000", + "36.3422500" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "南白LNG/L-CNG合建站", + "value": [ + "112.5260960", + "37.9489620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "垣曲LNG/CNG加气站", + "value": [ + "111.6504090", + "35.3114680" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "黎岭加气站", + "value": [ + "113.0530420", + "36.0726860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "龙港LNG/L-CNG合建站", + "value": [ + "112.1792790", + "35.6896330" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新煤层气综合利用有限公司" + }, + { + "name": "李元LNG加气站", + "value": [ + "112.2327100", + "36.5769930" + ], + "contain":50, "liquid_level": 5.85, + "company": "沁源煤层气公司" + }, + { + "name": "高显加气站", + "value": [ + "111.4880050", + "35.7096910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司曲沃分公司" + }, + { + "name": "下会LNG/L-CNG合建站", + "value": [ + "110.7979960", + "35.4326030" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司岚县分公司" + }, + { + "name": "付家垴加气站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "景尚加气站", + "value": [ + "113.2563460", + "37.7506120" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "西洛加气站", + "value": [ + "112.9568200", + "37.7185000" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "白家庄加气站", + "value": [ + "113.0921720", + "37.9315170" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "巴公LNG/L-CNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "李寨LNG/L-CNG加气站", + "value": [ + "112.6946480", + "35.4356130" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "金村LNG/L-CNG加气站", + "value": [ + "112.9332440", + "35.5079210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "河西加气站", + "value": [ + "112.9504130", + "35.7221710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新晋高天然气有限公司" + }, + { + "name": "虒亭LNG加气站", + "value": [ + "112.7860950", + "36.6183300" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "襄垣县LNG/L-CNG合建站", + "value": [ + "113.0347080", + "36.5648790" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "宏城LNG加气站", + "value": [ + "111.5907860", + "37.1547660" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "沁县新店LNG加气站", + "value": [ + "112.7535080", + "36.6481440" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "荫城站LNG加气站", + "value": [ + "113.1275120", + "35.9654200" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "南宋加气站", + "value": [ + "113.5466090", + "38.4355230" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "屯留常西LNG加气站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "屯留南浒庄LNG/L-CNG加气站", + "value": [ + "113.1979760", + "36.2989860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "崔漳LNG加气站", + "value": [ + "111.6024540", + "38.7464130" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "东范村LNG/LCNG加气站", + "value": [ + "112.5098950", + "35.4865820" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "宋村LNG/L-CNG加气站", + "value": [ + "113.7174650", + "37.9405710" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "沁县大桥沟合建站", + "value": [ + "112.7561010", + "36.6748190" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司沁县分公司" + }, + { + "name": "祁县榆林LNG加气站", + "value": [ + "112.4503510", + "37.3659220" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "故县村LNG加注站", + "value": [ + "112.7493280", + "38.0890710" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳曲众凯", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "灵丘县古之河LNG加气站", + "value": [ + "114.2367200", + "39.4404300" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳高宏杰(神泉堡)LNG加气站", + "value": [ + "113.9072990", + "40.0364010" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "岢岚五里水LNG加气站项目", + "value": [ + "111.5951930", + "38.7344070" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨县三岔镇LNG加气站项目", + "value": [ + "111.8580690", + "38.9423850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "河津高速西口CNG/L-CNG合建站", + "value": [ + "110.6695390", + "35.6142490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "夏县西下晁LNG加气站", + "value": [ + "111.6502300", + "35.3113580" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "晋中祁县东观镇东运LNG加气站", + "value": [ + "112.4495820", + "37.4490730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州五寨小河头LNG加气站(忻州国新)", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五寨丈子沟LNG加气站(忻州国新)", + "value": [ + "111.6119440", + "39.1109960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "西关", + "value": [ + "112.9591300", + "39.0671700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五台高洪口LNG站", + "value": [ + "113.5239160", + "38.6951410" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县七里铺LNG站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "孝义下堡镇LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用国新瑞东" + }, + { + "name": "祁县城赵LNG加气站", + "value": [ + "112.2857990", + "37.3768230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "祁县东观LNG加气站", + "value": [ + "112.4579900", + "37.3909670" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "保德庙沟加气站", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "保德官地坪加气站", + "value": [ + "113.0002540", + "36.6343010" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨前所压缩天然气加气站项目", + "value": [ + "113.4800410", + "38.0670430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "偏关县杨家营村CNG-LNG合建站项目", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "大盂LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "静乐LNG加气站", + "value": [ + "111.9383880", + "38.3714840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "山东滨州无棣LNG加气站", + "value": [ + "112.9742450", + "36.3525750" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用山东公司" + }, + { + "name": "清涧县老舍古LNG加气站", + "value": [ + "110.3314870", + "37.1372000" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区牛家梁镇谢家坬村LNG加气站", + "value": [ + "109.7449270", + "38.3690560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "吴堡县辛家沟LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区上盐湾镇林山村LNG加气站", + "value": [ + "110.0403750", + "37.9363550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇狮则梁村LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "绥德县田庄镇田庄村LNG加气站", + "value": [ + "110.1692470", + "37.4328720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市沙峁镇凤凰塔村LNG加气站", + "value": [ + "110.7347070", + "38.6067590" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇南关村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市店塔镇燕峁村LNG加气站", + "value": [ + "110.5271450", + "39.0448430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市大柳塔镇敏盖兔村LNG加气站", + "value": [ + "110.3023380", + "39.2327190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "沧县运通汽车LNG加气站", + "value": [ + "117.0326020", + "38.2172490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "井陉县天长镇蔡庄村LNG加气站", + "value": [ + "111.6984780", + "39.1326090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "廊坊市霸州市康仙庄乡LNG加气站", + "value": [ + "110.5803600", + "39.0786170" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "唐山市乐亭县汀流河镇杨各庄村LNG加气站", + "value": [ + "113.2086030", + "37.2909090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "永济市CNG/L-CNG合建站", + "value": [ + "110.4632010", + "34.9062290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "新绛县桥西村LNG加气站", + "value": [ + "111.2051350", + "35.6000820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "河北广平县西王封LNG加气站", + "value": [ + "115.0667290", + "36.5602960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县犁川LNG加气站", + "value": [ + "112.7662070", + "35.3821700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县山河LNG加气站", + "value": [ + "112.7809790", + "35.3315530" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县官道LNG加气站", + "value": [ + "113.0454550", + "36.0091550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "翼城县牢寨LNG加气站", + "value": [ + "111.8709520", + "35.7671480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "曲沃县秦岗LNG加气站", + "value": [ + "111.5982090", + "35.6839300" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县高村LNG加气站", + "value": [ + "113.0038850", + "36.1613390" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "黎城县仵桥LNG加气站", + "value": [ + "113.4153470", + "36.5176150" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "阳泉市南庄口CNG加气站", + "value": [ + "113.5947190", + "37.8477940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉国栋" + }, + { + "name": "巨城LNG加气站", + "value": [ + "113.0511510", + "36.1900270" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "东杜LNG加气站", + "value": [ + "111.6067260", + "38.2793650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "冠山LNG加气站", + "value": [ + "111.0964740", + "39.0304610" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "交口桃红坡LNG站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "方山马坊LNG站", + "value": [ + "111.4016570", + "38.0250100" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳潴城LNG站", + "value": [ + "111.8465590", + "37.2580110" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "离石王家塔LNG站", + "value": [ + "111.2074830", + "37.5316720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "交城义望LNG站", + "value": [ + "113.9921020", + "38.0038920" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "文水县凤城镇北街LNG站", + "value": [ + "112.0253790", + "37.4526770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳市河北村LNG站", + "value": [ + "111.7371130", + "37.2442500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "和顺县雷庄LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "和顺县新寸LNG加气站", + "value": [ + "111.9107660", + "36.2573210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "灵石县景家沟LNG加气站", + "value": [ + "111.7452580", + "36.9203780" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县高城LNG加气站", + "value": [ + "112.2970620", + "37.3444650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县谷峪口LNG加气站", + "value": [ + "112.4944500", + "37.2166840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "昔阳王寨LNG加气站", + "value": [ + "114.0638530", + "37.7184190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县牛家堡LNG加气站", + "value": [ + "112.4563610", + "37.4749510" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县东观镇液化和压缩天然气加气合建站", + "value": [ + "112.4690600", + "37.3942840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州保德县南峁村LNG加气站", + "value": [ + "111.1657290", + "39.0664240" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口LNG加气站(忻州国新)", + "value": [ + "112.3424940", + "39.1142850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐窑会LNG站(忻州国新)", + "value": [ + "111.8422640", + "38.3489910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙金山铺LNG站(忻州国新)", + "value": [ + "113.6524780", + "39.2827160" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙神堂堡LNG站(忻州国新)", + "value": [ + "113.9433130", + "39.1184830" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州偏关县黄家营LNG加气站", + "value": [ + "111.7594150", + "39.5082270" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐康家会LNG加气站", + "value": [ + "112.2117950", + "38.3274880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口潞鸣LNG加气站", + "value": [ + "112.3432200", + "39.1011880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州河曲县马束坪LNG站", + "value": [ + "111.4407130", + "39.1386230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县东留属LNG站", + "value": [ + "113.2058880", + "39.1998710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县阳明堡LNG站", + "value": [ + "112.8539200", + "39.0048320" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "朔州山阴县西沟LNG/L-CNG加气站", + "value": [ + "112.7826430", + "39.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "朔州怀仁南窑LNG/L-CNG加气站", + "value": [ + "113.0630110", + "39.8373730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "毛皂LNG加气站", + "value": [ + "113.2682470", + "39.9213760" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "西鄯河LNG加气站", + "value": [ + "112.7395500", + "39.4093310" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "马营堡LNG加气站", + "value": [ + "112.3858550", + "39.3802020" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "康家窑LNG加气站", + "value": [ + "112.2761470", + "39.5014940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "店坪东LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "南环路LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "灵丘县孙家庄LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县西坊城镇LNG加气站", + "value": [ + "113.5031700", + "39.6187210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同市张家湾白庙LNG加气站", + "value": [ + "113.0706560", + "40.1268710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县下达枝LNG加气站", + "value": [ + "113.9101460", + "39.4766990" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "广灵县蕉山村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同县三十里铺LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源东坊城LNG/L-CNG合建站", + "value": [ + "113.6752470", + "39.6886340" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县龙洼LNG加气站", + "value": [ + "113.7817770", + "39.7696820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "左云县双官屯LNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高县夏家场村LNG加气站", + "value": [ + "113.8210950", + "40.3837290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "天镇县张西河乡LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "新荣区北高速口LNG加气站", + "value": [ + "113.1931150", + "40.3272560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高孙启庄宏达LNG加气站", + "value": [ + "113.9431120", + "40.0414520" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "108国道加气站", + "value": [ + "112.1717410", + "37.2212510" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "平泰公路加气站", + "value": [ + "112.1760530", + "37.1892890" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "灵石道美LNG加气站", + "value": [ + "111.6760710", + "36.7091900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + }, + { + "name": "许村LNG加气站", + "value": [ + "111.6834060", + "36.6214560" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + } + ] + } + ] +} diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/src/views/maps/storageTopic.vue b/src/views/maps/storageTopic.vue new file mode 100644 index 0000000..129a35d --- /dev/null +++ b/src/views/maps/storageTopic.vue @@ -0,0 +1,400 @@ + + + + + + + + diff --git a/src/views/maps/waterThreat.vue b/src/views/maps/waterThreat.vue new file mode 100644 index 0000000..fd32f8f --- /dev/null +++ b/src/views/maps/waterThreat.vue @@ -0,0 +1,416 @@ + + + + + + + + diff --git a/static/config/liquidFactory.json b/static/config/liquidFactory.json new file mode 100644 index 0000000..cfbbb5e --- /dev/null +++ b/static/config/liquidFactory.json @@ -0,0 +1,1531 @@ +{ + "code": 200, + "msg": "", + "data": [ + { + "type": "gas_factory", + "name": "液化工厂", + "total": 11, + "data": [ + { + "name": "山西压缩天然气集团运城有限公司盐湖区液化分公司", + "value": [ + "110.9647700", + "35.1465810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司" + }, + { + "name": "山西平遥液化天然气有限责任公司", + "value": [ + "112.1694600", + "37.1510430" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "太原国新洁净液化天然气有限公司", + "value": [ + "112.7299400", + "38.1579130" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原燃气集团有限公司" + }, + { + "name": "霍州国新液化天然气有限公司", + "value": [ + "111.7664000", + "36.5945600" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西晋东新能液化天然气有限公司\r\n", + "value": [ + "113.6773000", + "37.8873900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "山西天然气有限公司临汾液化分公司\r\n", + "value": [ + "111.6382400", + "36.1882480" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西天然气有限公司大同液化分公司\r\n", + "value": [ + "113.1552500", + "39.9273570" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "晋中国新液化天然气有限公司", + "value": [ + "112.4758300", + "37.4326500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "原平液化分公司", + "value": [ + "112.6066200", + "38.8301240" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司" + }, + { + "name": "襄垣县国新液化天然气有限公司", + "value": [ + "112.9639800", + "36.4977150" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "山西国新液化煤层气有限公司", + "value": [ + "113.0940800", + "37.9285100" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + } + ] + }, + { + "type": "gas_station", + "name": "加气站", + "total": 157, + "data": [ + { + "name": "大牛店LNG加气站", + "value": [ + "112.6118580", + "38.8311790" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司原平液化分公司" + }, + { + "name": "西会LNG加气站", + "value": [ + "111.6310210", + "38.7846110" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "安塘LNG加气站", + "value": [ + "111.5833030", + "38.7229340" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "古城镇CNG-LNG加气站", + "value": [ + "112.4621470", + "39.3609370" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团朔州有限公司" + }, + { + "name": "长治县南宋乡LNG加气站", + "value": [ + "113.0208050", + "35.9302020" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "忻州代县西外环LNG加气站(忻州国新)", + "value": [ + "112.9903690", + "39.1019350" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "平陆合建站", + "value": [ + "112.8999120", + "35.6241850" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司平陆分公司" + }, + { + "name": "土门LNG站", + "value": [ + "113.7527360", + "37.2060770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "旧县LNG站", + "value": [ + "112.0418120", + "36.1657590" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "古阳LNG站", + "value": [ + "111.5164730", + "36.9193810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "南姚LNG站", + "value": [ + "113.6841690", + "37.7869160" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团吕梁有限公司" + }, + { + "name": "新源合建站", + "value": [ + "113.7009160", + "37.5681620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "北峪口站", + "value": [ + "111.7077940", + "39.4879390" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "娘子关站", + "value": [ + "112.7297410", + "38.1747180" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "阳盂路站", + "value": [ + "111.0099350", + "35.0345980" + ], + "contain":50",liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "西郊站", + "value": [ + "113.7138330", + "37.7920290" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "万荣薛李合建站", + "value": [ + "112.9282070", + "39.0489500" + ],"contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司万荣分公司" + }, + { + "name": "闻喜丁店加气站", + "value": [ + "111.2710100", + "35.3986800" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司闻喜分公司" + }, + { + "name": "新绛108合建站", + "value": [ + "111.1503670", + "35.6095660" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司新绛分公司" + }, + { + "name": "保德LNG/L-CNG加气站", + "value": [ + "112.2080690", + "37.5720530" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "保德站", + "value": [ + "111.2023240", + "38.9365980" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原国新清洁能源保德有限公司" + }, + { + "name": "双池加气站", + "value": [ + "113.0084770", + "37.0827020" + ], + "contain":50, "liquid_level": 5.85, + "company": "交口县国兴新能源利用有限公司" + }, + { + "name": "夏店LNG加气站", + "value": [ + "112.9405100", + "36.5124540" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "桥头加气站", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "下孔LNG/L-CNG合建站", + "value": [ + "112.5099780", + "35.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "故南加气站", + "value": [ + "113.0622000", + "36.3422500" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "南白LNG/L-CNG合建站", + "value": [ + "112.5260960", + "37.9489620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "垣曲LNG/CNG加气站", + "value": [ + "111.6504090", + "35.3114680" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "黎岭加气站", + "value": [ + "113.0530420", + "36.0726860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "龙港LNG/L-CNG合建站", + "value": [ + "112.1792790", + "35.6896330" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新煤层气综合利用有限公司" + }, + { + "name": "李元LNG加气站", + "value": [ + "112.2327100", + "36.5769930" + ], + "contain":50, "liquid_level": 5.85, + "company": "沁源煤层气公司" + }, + { + "name": "高显加气站", + "value": [ + "111.4880050", + "35.7096910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司曲沃分公司" + }, + { + "name": "下会LNG/L-CNG合建站", + "value": [ + "110.7979960", + "35.4326030" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司岚县分公司" + }, + { + "name": "付家垴加气站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "景尚加气站", + "value": [ + "113.2563460", + "37.7506120" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "西洛加气站", + "value": [ + "112.9568200", + "37.7185000" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "白家庄加气站", + "value": [ + "113.0921720", + "37.9315170" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "巴公LNG/L-CNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "李寨LNG/L-CNG加气站", + "value": [ + "112.6946480", + "35.4356130" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "金村LNG/L-CNG加气站", + "value": [ + "112.9332440", + "35.5079210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "河西加气站", + "value": [ + "112.9504130", + "35.7221710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新晋高天然气有限公司" + }, + { + "name": "虒亭LNG加气站", + "value": [ + "112.7860950", + "36.6183300" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "襄垣县LNG/L-CNG合建站", + "value": [ + "113.0347080", + "36.5648790" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "宏城LNG加气站", + "value": [ + "111.5907860", + "37.1547660" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "沁县新店LNG加气站", + "value": [ + "112.7535080", + "36.6481440" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "荫城站LNG加气站", + "value": [ + "113.1275120", + "35.9654200" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "南宋加气站", + "value": [ + "113.5466090", + "38.4355230" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "屯留常西LNG加气站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "屯留南浒庄LNG/L-CNG加气站", + "value": [ + "113.1979760", + "36.2989860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "崔漳LNG加气站", + "value": [ + "111.6024540", + "38.7464130" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "东范村LNG/LCNG加气站", + "value": [ + "112.5098950", + "35.4865820" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "宋村LNG/L-CNG加气站", + "value": [ + "113.7174650", + "37.9405710" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "沁县大桥沟合建站", + "value": [ + "112.7561010", + "36.6748190" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司沁县分公司" + }, + { + "name": "祁县榆林LNG加气站", + "value": [ + "112.4503510", + "37.3659220" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "故县村LNG加注站", + "value": [ + "112.7493280", + "38.0890710" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳曲众凯", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "灵丘县古之河LNG加气站", + "value": [ + "114.2367200", + "39.4404300" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳高宏杰(神泉堡)LNG加气站", + "value": [ + "113.9072990", + "40.0364010" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "岢岚五里水LNG加气站项目", + "value": [ + "111.5951930", + "38.7344070" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨县三岔镇LNG加气站项目", + "value": [ + "111.8580690", + "38.9423850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "河津高速西口CNG/L-CNG合建站", + "value": [ + "110.6695390", + "35.6142490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "夏县西下晁LNG加气站", + "value": [ + "111.6502300", + "35.3113580" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "晋中祁县东观镇东运LNG加气站", + "value": [ + "112.4495820", + "37.4490730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州五寨小河头LNG加气站(忻州国新)", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五寨丈子沟LNG加气站(忻州国新)", + "value": [ + "111.6119440", + "39.1109960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "西关", + "value": [ + "112.9591300", + "39.0671700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五台高洪口LNG站", + "value": [ + "113.5239160", + "38.6951410" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县七里铺LNG站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "孝义下堡镇LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用国新瑞东" + }, + { + "name": "祁县城赵LNG加气站", + "value": [ + "112.2857990", + "37.3768230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "祁县东观LNG加气站", + "value": [ + "112.4579900", + "37.3909670" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "保德庙沟加气站", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "保德官地坪加气站", + "value": [ + "113.0002540", + "36.6343010" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨前所压缩天然气加气站项目", + "value": [ + "113.4800410", + "38.0670430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "偏关县杨家营村CNG-LNG合建站项目", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "大盂LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "静乐LNG加气站", + "value": [ + "111.9383880", + "38.3714840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "山东滨州无棣LNG加气站", + "value": [ + "112.9742450", + "36.3525750" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用山东公司" + }, + { + "name": "清涧县老舍古LNG加气站", + "value": [ + "110.3314870", + "37.1372000" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区牛家梁镇谢家坬村LNG加气站", + "value": [ + "109.7449270", + "38.3690560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "吴堡县辛家沟LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区上盐湾镇林山村LNG加气站", + "value": [ + "110.0403750", + "37.9363550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇狮则梁村LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "绥德县田庄镇田庄村LNG加气站", + "value": [ + "110.1692470", + "37.4328720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市沙峁镇凤凰塔村LNG加气站", + "value": [ + "110.7347070", + "38.6067590" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇南关村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市店塔镇燕峁村LNG加气站", + "value": [ + "110.5271450", + "39.0448430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市大柳塔镇敏盖兔村LNG加气站", + "value": [ + "110.3023380", + "39.2327190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "沧县运通汽车LNG加气站", + "value": [ + "117.0326020", + "38.2172490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "井陉县天长镇蔡庄村LNG加气站", + "value": [ + "111.6984780", + "39.1326090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "廊坊市霸州市康仙庄乡LNG加气站", + "value": [ + "110.5803600", + "39.0786170" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "唐山市乐亭县汀流河镇杨各庄村LNG加气站", + "value": [ + "113.2086030", + "37.2909090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "永济市CNG/L-CNG合建站", + "value": [ + "110.4632010", + "34.9062290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "新绛县桥西村LNG加气站", + "value": [ + "111.2051350", + "35.6000820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "河北广平县西王封LNG加气站", + "value": [ + "115.0667290", + "36.5602960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县犁川LNG加气站", + "value": [ + "112.7662070", + "35.3821700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县山河LNG加气站", + "value": [ + "112.7809790", + "35.3315530" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县官道LNG加气站", + "value": [ + "113.0454550", + "36.0091550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "翼城县牢寨LNG加气站", + "value": [ + "111.8709520", + "35.7671480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "曲沃县秦岗LNG加气站", + "value": [ + "111.5982090", + "35.6839300" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县高村LNG加气站", + "value": [ + "113.0038850", + "36.1613390" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "黎城县仵桥LNG加气站", + "value": [ + "113.4153470", + "36.5176150" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "阳泉市南庄口CNG加气站", + "value": [ + "113.5947190", + "37.8477940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉国栋" + }, + { + "name": "巨城LNG加气站", + "value": [ + "113.0511510", + "36.1900270" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "东杜LNG加气站", + "value": [ + "111.6067260", + "38.2793650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "冠山LNG加气站", + "value": [ + "111.0964740", + "39.0304610" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "交口桃红坡LNG站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "方山马坊LNG站", + "value": [ + "111.4016570", + "38.0250100" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳潴城LNG站", + "value": [ + "111.8465590", + "37.2580110" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "离石王家塔LNG站", + "value": [ + "111.2074830", + "37.5316720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "交城义望LNG站", + "value": [ + "113.9921020", + "38.0038920" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "文水县凤城镇北街LNG站", + "value": [ + "112.0253790", + "37.4526770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳市河北村LNG站", + "value": [ + "111.7371130", + "37.2442500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "和顺县雷庄LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "和顺县新寸LNG加气站", + "value": [ + "111.9107660", + "36.2573210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "灵石县景家沟LNG加气站", + "value": [ + "111.7452580", + "36.9203780" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县高城LNG加气站", + "value": [ + "112.2970620", + "37.3444650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县谷峪口LNG加气站", + "value": [ + "112.4944500", + "37.2166840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "昔阳王寨LNG加气站", + "value": [ + "114.0638530", + "37.7184190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县牛家堡LNG加气站", + "value": [ + "112.4563610", + "37.4749510" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县东观镇液化和压缩天然气加气合建站", + "value": [ + "112.4690600", + "37.3942840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州保德县南峁村LNG加气站", + "value": [ + "111.1657290", + "39.0664240" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口LNG加气站(忻州国新)", + "value": [ + "112.3424940", + "39.1142850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐窑会LNG站(忻州国新)", + "value": [ + "111.8422640", + "38.3489910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙金山铺LNG站(忻州国新)", + "value": [ + "113.6524780", + "39.2827160" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙神堂堡LNG站(忻州国新)", + "value": [ + "113.9433130", + "39.1184830" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州偏关县黄家营LNG加气站", + "value": [ + "111.7594150", + "39.5082270" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐康家会LNG加气站", + "value": [ + "112.2117950", + "38.3274880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口潞鸣LNG加气站", + "value": [ + "112.3432200", + "39.1011880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州河曲县马束坪LNG站", + "value": [ + "111.4407130", + "39.1386230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县东留属LNG站", + "value": [ + "113.2058880", + "39.1998710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县阳明堡LNG站", + "value": [ + "112.8539200", + "39.0048320" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "朔州山阴县西沟LNG/L-CNG加气站", + "value": [ + "112.7826430", + "39.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "朔州怀仁南窑LNG/L-CNG加气站", + "value": [ + "113.0630110", + "39.8373730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "毛皂LNG加气站", + "value": [ + "113.2682470", + "39.9213760" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "西鄯河LNG加气站", + "value": [ + "112.7395500", + "39.4093310" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "马营堡LNG加气站", + "value": [ + "112.3858550", + "39.3802020" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "康家窑LNG加气站", + "value": [ + "112.2761470", + "39.5014940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "店坪东LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "南环路LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "灵丘县孙家庄LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县西坊城镇LNG加气站", + "value": [ + "113.5031700", + "39.6187210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同市张家湾白庙LNG加气站", + "value": [ + "113.0706560", + "40.1268710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县下达枝LNG加气站", + "value": [ + "113.9101460", + "39.4766990" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "广灵县蕉山村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同县三十里铺LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源东坊城LNG/L-CNG合建站", + "value": [ + "113.6752470", + "39.6886340" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县龙洼LNG加气站", + "value": [ + "113.7817770", + "39.7696820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "左云县双官屯LNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高县夏家场村LNG加气站", + "value": [ + "113.8210950", + "40.3837290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "天镇县张西河乡LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "新荣区北高速口LNG加气站", + "value": [ + "113.1931150", + "40.3272560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高孙启庄宏达LNG加气站", + "value": [ + "113.9431120", + "40.0414520" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "108国道加气站", + "value": [ + "112.1717410", + "37.2212510" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "平泰公路加气站", + "value": [ + "112.1760530", + "37.1892890" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "灵石道美LNG加气站", + "value": [ + "111.6760710", + "36.7091900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + }, + { + "name": "许村LNG加气站", + "value": [ + "111.6834060", + "36.6214560" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + } + ] + } + ] +} diff --git a/static/config/patrolReal.json b/static/config/patrolReal.json new file mode 100644 index 0000000..72fa759 --- /dev/null +++ b/static/config/patrolReal.json @@ -0,0 +1,44995 @@ +{ + "status": 200, + "msg": "OK", + "data": [ + { + "eventid": "92234230-e242-11e3-94ae-6cae8b782a58", + "name": "周春根", + "sex": "01", + "duty": null, + "phone": "13835576274", + "unitname": "边沁线", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "471bbc61-57d0-4ded-b557-6f0523e0f3f1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:52", + "lon": 112.341548, + "lat": 36.456813, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:42", + "devicecode": "98001" + }, + { + "eventid": "645c18e1-3bf0-4ef9-a9cc-6cdecf2da8b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:27", + "lon": 112.341555, + "lat": 36.456911, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:17", + "devicecode": "98001" + }, + { + "eventid": "26fc008d-5233-4841-9836-bb32478bc73b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:12", + "lon": 112.341533, + "lat": 36.456868, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:07", + "devicecode": "98001" + }, + { + "eventid": "bc0f06e6-0e9e-408b-b9d6-ebb8e9d741e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:57", + "lon": 112.341551, + "lat": 36.456848, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:52", + "devicecode": "98001" + }, + { + "eventid": "440d89ee-92bd-49c9-b959-d22aa7e2ba1f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:37", + "lon": 112.341535, + "lat": 36.45705, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:31", + "devicecode": "98001" + }, + { + "eventid": "e1d674c4-5e26-46de-b431-95fb5f2e6b1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:22", + "lon": 112.341556, + "lat": 36.457106, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:16", + "devicecode": "98001" + }, + { + "eventid": "96c203fc-21dc-4042-b14e-d9d277b84903", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:07", + "lon": 112.341523, + "lat": 36.456985, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:01", + "devicecode": "98001" + }, + { + "eventid": "5029287b-3e07-4790-8313-c5d5a38952d1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:48", + "lon": 112.3412, + "lat": 36.456625, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:40", + "devicecode": "98001" + }, + { + "eventid": "b53320e5-093b-446c-b180-464de948a13a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:33", + "lon": 112.341568, + "lat": 36.456986, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:25", + "devicecode": "98001" + }, + { + "eventid": "adfae573-1bd9-4ef0-b221-838c5e6c6f28", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:18", + "lon": 112.341518, + "lat": 36.456948, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:10", + "devicecode": "98001" + }, + { + "eventid": "3e2009a2-5fdd-48f1-8967-9a95d280b9ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:03", + "lon": 112.341535, + "lat": 36.456913, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:55", + "devicecode": "98001" + }, + { + "eventid": "900a0811-eddc-4faf-995d-08f029ea84d6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:35", + "lon": 112.34183, + "lat": 36.457323, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:29", + "devicecode": "98001" + }, + { + "eventid": "a9edf850-7664-448d-9413-39315d3abe42", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:20", + "lon": 112.341723, + "lat": 36.45717, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:14", + "devicecode": "98001" + }, + { + "eventid": "7ee0ea25-2808-4d65-af81-822f930b77f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:05", + "lon": 112.34144, + "lat": 36.456851, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:58", + "devicecode": "98001" + }, + { + "eventid": "dbd4fa92-439f-4381-ba6d-2ba5c4feb1a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:49", + "lon": 112.34143, + "lat": 36.45678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:43", + "devicecode": "98001" + }, + { + "eventid": "39a9e262-6217-4fa4-8586-e5689589e4f7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:34", + "lon": 112.341458, + "lat": 36.45681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:28", + "devicecode": "98001" + }, + { + "eventid": "86df41ba-4297-42f2-939f-cc821dd2da43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:19", + "lon": 112.34148, + "lat": 36.456813, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:13", + "devicecode": "98001" + }, + { + "eventid": "ae947ab6-aa32-41b2-b414-ef061f723650", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:04", + "lon": 112.341426, + "lat": 36.456763, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:57", + "devicecode": "98001" + }, + { + "eventid": "07d4a9a4-51e4-4cd2-9669-f1942325402a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:49", + "lon": 112.341405, + "lat": 36.456723, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:42", + "devicecode": "98001" + }, + { + "eventid": "14bf7eb5-964a-4e2c-98ae-6c9b0cdd8916", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:34", + "lon": 112.341381, + "lat": 36.456691, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:26", + "devicecode": "98001" + }, + { + "eventid": "1017ffb0-2593-4164-948a-f3439b9fce45", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:19", + "lon": 112.341388, + "lat": 36.456693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:10", + "devicecode": "98001" + }, + { + "eventid": "2a87c9b5-85fe-466d-97a8-9150d30b0054", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:04", + "lon": 112.34138, + "lat": 36.456688, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:00", + "devicecode": "98001" + }, + { + "eventid": "7a63fb47-a528-46c6-a366-e149622a6d04", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:49", + "lon": 112.341368, + "lat": 36.456681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:43", + "devicecode": "98001" + }, + { + "eventid": "05705bf4-d2ea-490f-a74a-a8c0f9820839", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:34", + "lon": 112.341388, + "lat": 36.456711, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:27", + "devicecode": "98001" + }, + { + "eventid": "45627db3-ed0a-4565-a20f-f33894496540", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:19", + "lon": 112.341415, + "lat": 36.45673, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:12", + "devicecode": "98001" + }, + { + "eventid": "b1ab5eb8-ba2f-4db2-b1ad-3e1d006ed73b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:04", + "lon": 112.341445, + "lat": 36.456766, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:57", + "devicecode": "98001" + }, + { + "eventid": "971dca1a-1e11-495c-be48-8cc042408d41", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:49", + "lon": 112.341463, + "lat": 36.456791, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:41", + "devicecode": "98001" + }, + { + "eventid": "0f090990-8664-4ac2-89a6-fe4e7c9cbda4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:34", + "lon": 112.341415, + "lat": 36.45675, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:26", + "devicecode": "98001" + }, + { + "eventid": "bca5f68f-c563-4c8f-8e71-6c49721a018e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:19", + "lon": 112.341386, + "lat": 36.456733, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:11", + "devicecode": "98001" + }, + { + "eventid": "8db41de9-6315-4b0c-8a8c-31d8a2665a23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:04", + "lon": 112.341396, + "lat": 36.4567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:56", + "devicecode": "98001" + }, + { + "eventid": "1b24e366-b391-49f2-9170-1b4ea63e3036", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:49", + "lon": 112.341468, + "lat": 36.456745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:40", + "devicecode": "98001" + }, + { + "eventid": "dcca1122-bfcd-4630-8b47-663724da1838", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:34", + "lon": 112.341431, + "lat": 36.456721, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:25", + "devicecode": "98001" + }, + { + "eventid": "a80164ad-132d-4457-8010-0b765b793060", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:19", + "lon": 112.341368, + "lat": 36.45664, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:09", + "devicecode": "98001" + }, + { + "eventid": "1c08ebeb-18c4-4dd0-9da6-5b1dd3618ab5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:04", + "lon": 112.341401, + "lat": 36.456653, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:54", + "devicecode": "98001" + }, + { + "eventid": "8df8ee17-4505-4947-93b5-a146747962dd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:49", + "lon": 112.34142, + "lat": 36.456671, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:44", + "devicecode": "98001" + }, + { + "eventid": "78d802b7-f186-4364-9a37-0ff301ff99af", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:34", + "lon": 112.341371, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:29", + "devicecode": "98001" + }, + { + "eventid": "2e2b4ff2-26e6-45f3-b785-c305d27876e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:19", + "lon": 112.341446, + "lat": 36.456648, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:13", + "devicecode": "98001" + }, + { + "eventid": "f09bdc37-faf2-4a61-84cf-35540be43ca0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:04", + "lon": 112.341501, + "lat": 36.456663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:58", + "devicecode": "98001" + }, + { + "eventid": "3cbfe080-90e0-42e0-804c-782a401f3420", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:49", + "lon": 112.34146, + "lat": 36.456583, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:43", + "devicecode": "98001" + }, + { + "eventid": "a5c550bc-c88e-4d43-9651-9a7771691920", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:34", + "lon": 112.341403, + "lat": 36.456606, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:27", + "devicecode": "98001" + }, + { + "eventid": "af99b6a5-d8c7-4170-9ac0-f2202ab09723", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:19", + "lon": 112.341331, + "lat": 36.45667, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:12", + "devicecode": "98001" + }, + { + "eventid": "ededa7ef-cfa6-48f0-b14b-63e5a0896d2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:04", + "lon": 112.341268, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:56", + "devicecode": "98001" + }, + { + "eventid": "6f919768-7929-4c7e-845b-31bd074f621f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:49", + "lon": 112.341221, + "lat": 36.456686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:41", + "devicecode": "98001" + }, + { + "eventid": "670c85da-70d8-4a40-8e07-4c828848092a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:34", + "lon": 112.341396, + "lat": 36.456706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:26", + "devicecode": "98001" + }, + { + "eventid": "8853b149-b666-47f7-a412-65224e815eca", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:19", + "lon": 112.341398, + "lat": 36.456745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:10", + "devicecode": "98001" + }, + { + "eventid": "6b3d4bed-585e-4629-8b73-f03a07914a62", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:04", + "lon": 112.341191, + "lat": 36.456791, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:55", + "devicecode": "98001" + }, + { + "eventid": "26e564b7-9061-4f8b-a228-9823110500f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:49", + "lon": 112.340996, + "lat": 36.456811, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:40", + "devicecode": "98001" + }, + { + "eventid": "41e7c392-2400-484c-92e7-231213f1fd05", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:34", + "lon": 112.341048, + "lat": 36.456785, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:24", + "devicecode": "98001" + }, + { + "eventid": "2cc9510e-1039-4092-afbc-f5800ebf088c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:19", + "lon": 112.341186, + "lat": 36.456735, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:14", + "devicecode": "98001" + }, + { + "eventid": "a7310ca6-0e32-405a-8d94-13f641643de2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:04", + "lon": 112.341298, + "lat": 36.456673, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:59", + "devicecode": "98001" + }, + { + "eventid": "fbabea08-268f-4af3-b286-e480a7a8a93d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:49", + "lon": 112.341263, + "lat": 36.456708, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:43", + "devicecode": "98001" + }, + { + "eventid": "90c129a8-1ebb-4fc9-87f1-d7feb8b835ed", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:34", + "lon": 112.341181, + "lat": 36.456826, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:28", + "devicecode": "98001" + }, + { + "eventid": "421f25cc-ca29-48fc-b5a2-c4ef4cf62ae3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:19", + "lon": 112.34122, + "lat": 36.456731, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:13", + "devicecode": "98001" + }, + { + "eventid": "698c0bfd-886d-4033-a31e-114462dc4d88", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:04", + "lon": 112.341206, + "lat": 36.456743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:57", + "devicecode": "98001" + }, + { + "eventid": "876cb23b-f98e-41bf-8e5b-e575db9f1e19", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:49", + "lon": 112.341235, + "lat": 36.456768, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:42", + "devicecode": "98001" + }, + { + "eventid": "17978ccc-f0ad-4695-b2b6-f05493a24e21", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:34", + "lon": 112.34131, + "lat": 36.456736, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:27", + "devicecode": "98001" + }, + { + "eventid": "bb61bd20-d3f0-473d-a41d-c02c5d6f33da", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:18", + "lon": 112.34133, + "lat": 36.456641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:12", + "devicecode": "98001" + }, + { + "eventid": "00ff7f23-0d6b-4639-a49b-5bf2bc214f02", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:01", + "lon": 112.341285, + "lat": 36.45669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:57", + "devicecode": "98001" + }, + { + "eventid": "e9632cae-49e1-4585-866c-273676e3a52c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:44", + "lon": 112.341283, + "lat": 36.45669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:57", + "devicecode": "98001" + }, + { + "eventid": "1b80f813-3c91-45c1-b45b-df4c083fab6b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:50:13", + "lon": 112.341483, + "lat": 36.456873, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "fd676861-d208-4b5e-b16e-cf43ea04a06b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:14", + "lon": 112.341311, + "lat": 36.456743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "853f8daa-8b28-4ffb-8536-ae87fdc14edb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:44", + "lon": 112.34137, + "lat": 36.456683, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "667f7829-66db-48df-aefc-acb5bbf4a820", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:29", + "lon": 112.341213, + "lat": 36.4567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "6556abda-1407-4d35-8b88-c06adb977df7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:14", + "lon": 112.341411, + "lat": 36.456655, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "2ae77413-2156-4cb3-a88f-39944685ec2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:29", + "lon": 112.341425, + "lat": 36.456638, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "255647aa-022c-43a9-91bf-fdde5ab74d56", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:59", + "lon": 112.341335, + "lat": 36.456728, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "ba190dbf-7cae-4172-ae35-fbd73932eb71", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:03", + "lon": 112.344481, + "lat": 36.457978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:44:03", + "devicecode": "98001" + }, + { + "eventid": "d68f690c-6bcd-4ba8-b430-f9c56278ac51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:49:58", + "lon": 112.341436, + "lat": 36.456846, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:44:03", + "devicecode": "98001" + }, + { + "eventid": "aa28054d-9587-4a76-947d-c041cd377e49", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:48", + "lon": 112.344178, + "lat": 36.458061, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:41", + "devicecode": "98001" + }, + { + "eventid": "2b0109be-99d5-46a8-b93c-2f56116c9cd6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:33", + "lon": 112.343501, + "lat": 36.458088, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:29", + "devicecode": "98001" + }, + { + "eventid": "a140ed76-bc00-4a3f-9e67-4881745318fb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:18", + "lon": 112.342271, + "lat": 36.45799, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:12", + "devicecode": "98001" + }, + { + "eventid": "71f1babe-c129-4f19-bdbb-d0b36c85c13e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:03", + "lon": 112.342021, + "lat": 36.45874, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:53", + "devicecode": "98001" + }, + { + "eventid": "6b3ce085-7eaa-4b75-aef6-b65e5e10a829", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:48", + "lon": 112.342436, + "lat": 36.460681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:42", + "devicecode": "98001" + }, + { + "eventid": "80c77598-9aad-455b-98e8-572372ace1f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:33", + "lon": 112.342895, + "lat": 36.462735, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:25", + "devicecode": "98001" + }, + { + "eventid": "a1aa2faa-a5bb-4c5b-8e2d-2057418f8afb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:18", + "lon": 112.343381, + "lat": 36.464868, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:13", + "devicecode": "98001" + }, + { + "eventid": "33646d4c-dd27-444f-a6cc-ee14ce146125", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:03", + "lon": 112.343818, + "lat": 36.4669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:56", + "devicecode": "98001" + }, + { + "eventid": "08a116d2-13c7-4d60-ac46-db4917d5719b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:48", + "lon": 112.34425, + "lat": 36.46879, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:39", + "devicecode": "98001" + }, + { + "eventid": "f16899c3-0702-4ced-b9a3-865ef3d53698", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:33", + "lon": 112.344663, + "lat": 36.470583, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:28", + "devicecode": "98001" + }, + { + "eventid": "0094f010-0707-48e5-b6b9-557b9979e46b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:18", + "lon": 112.344946, + "lat": 36.47229, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:11", + "devicecode": "98001" + }, + { + "eventid": "7175f746-8a04-4834-9759-8f34ffab31d2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:03", + "lon": 112.345216, + "lat": 36.474116, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:54", + "devicecode": "98001" + }, + { + "eventid": "dd566e1a-2948-4e59-ad0b-f30044fcec86", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:47", + "lon": 112.345461, + "lat": 36.475806, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:42", + "devicecode": "98001" + }, + { + "eventid": "16c8c581-eea8-4805-8b6e-c58aec5c8fd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:32", + "lon": 112.345973, + "lat": 36.475908, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:25", + "devicecode": "98001" + }, + { + "eventid": "e01ee0d4-b021-47cf-b5d5-e6a0e7366fe5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:17", + "lon": 112.346895, + "lat": 36.475686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:09", + "devicecode": "98001" + }, + { + "eventid": "d2d995ca-ae18-45f8-990f-b773cb01a8c7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:02", + "lon": 112.347168, + "lat": 36.475635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:57", + "devicecode": "98001" + }, + { + "eventid": "b25c05b1-b4a8-4950-acbe-8cf00cfb5aab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:47", + "lon": 112.34717, + "lat": 36.475631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:39", + "devicecode": "98001" + }, + { + "eventid": "87264b98-1802-4fe3-8980-cd79617930fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:32", + "lon": 112.347161, + "lat": 36.475663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:27", + "devicecode": "98001" + }, + { + "eventid": "a9cea685-2977-4aae-9944-ae081207e89c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:17", + "lon": 112.34716, + "lat": 36.475675, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:09", + "devicecode": "98001" + }, + { + "eventid": "63cb1529-1017-465a-825f-5c3e3b49743a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:02", + "lon": 112.347166, + "lat": 36.475663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:52", + "devicecode": "98001" + }, + { + "eventid": "533c259a-b045-4c00-8581-450758f6a504", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:47", + "lon": 112.347163, + "lat": 36.475671, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:41", + "devicecode": "98001" + }, + { + "eventid": "f05ca6dc-06dc-4bea-ac71-1c48c242f963", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:32", + "lon": 112.347151, + "lat": 36.475668, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:24", + "devicecode": "98001" + }, + { + "eventid": "c4d4ae0d-e198-4b12-8a0c-0cafa015b584", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:17", + "lon": 112.347146, + "lat": 36.47567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:13", + "devicecode": "98001" + }, + { + "eventid": "60adff1e-2b2b-4b09-9369-ddec9611fba6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:02", + "lon": 112.34713, + "lat": 36.475693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:55", + "devicecode": "98001" + }, + { + "eventid": "2db311eb-91ff-4767-9c17-8cfed1e233e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:47", + "lon": 112.347136, + "lat": 36.47569, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:38", + "devicecode": "98001" + }, + { + "eventid": "5668724f-6fc5-4cfa-9baf-6431d3bcfd80", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:32", + "lon": 112.34713, + "lat": 36.475695, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:26", + "devicecode": "98001" + }, + { + "eventid": "1ffdb507-85ef-49b2-b5f0-d238aa7eb334", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:59", + "lon": 112.347555, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "e659c41f-f378-4395-aae0-a23bf69fd887", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:59", + "lon": 112.347115, + "lat": 36.475658, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "e39f0bf0-83de-42af-9df5-018363b887a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:44", + "lon": 112.347458, + "lat": 36.475581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "c1d5a20c-550e-4dfa-a2a8-0010775ce652", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:29", + "lon": 112.347546, + "lat": 36.475538, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "a729331b-14fe-48cc-be88-3bf476bc9b65", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:14", + "lon": 112.347131, + "lat": 36.475681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "94bc2450-cd6f-46b8-9eb5-6a297da6f377", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:14", + "lon": 112.347561, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "8e3b6332-0adb-4346-a797-24529e92128d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:44", + "lon": 112.348016, + "lat": 36.47539, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:48:26", + "devicecode": "98001" + }, + { + "eventid": "4ffd625b-55f8-4209-a2eb-3def079e893b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:29", + "lon": 112.34791, + "lat": 36.474211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:47:20", + "devicecode": "98001" + }, + { + "eventid": "69ba3f15-eb01-4dd6-890c-84c157022638", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:14", + "lon": 112.347288, + "lat": 36.472723, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:47:10", + "devicecode": "98001" + }, + { + "eventid": "1bd2167a-6dc0-43be-a4b3-37b943fd3208", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:59", + "lon": 112.347196, + "lat": 36.471646, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:53", + "devicecode": "98001" + }, + { + "eventid": "82b8abaf-0041-474a-aefc-ae4f8e72fcae", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:43", + "lon": 112.3472, + "lat": 36.471545, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:37", + "devicecode": "98001" + }, + { + "eventid": "914a5c6e-8698-44ed-8fe8-07335f3e6f56", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:21", + "lon": 112.347183, + "lat": 36.471571, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:14", + "devicecode": "98001" + }, + { + "eventid": "83f6eda6-7723-4f61-8823-8f5e3d89e891", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:06", + "lon": 112.347158, + "lat": 36.471581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:58", + "devicecode": "98001" + }, + { + "eventid": "acf97f6f-6691-41be-b4f5-224e094c8b5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:51", + "lon": 112.347125, + "lat": 36.471353, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98001" + }, + { + "eventid": "9d92483b-78c2-487e-8df8-8a86ea94b8d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:36", + "lon": 112.346856, + "lat": 36.470586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:29", + "devicecode": "98001" + }, + { + "eventid": "9e8b70f3-38b5-42e3-b031-5eebfdf13420", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:21", + "lon": 112.347351, + "lat": 36.470501, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:13", + "devicecode": "98001" + }, + { + "eventid": "4cc3acb3-c590-4bc4-ace7-afbaaa153842", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:06", + "lon": 112.348088, + "lat": 36.47046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:56", + "devicecode": "98001" + }, + { + "eventid": "edbb3a88-042d-4c85-b69b-7683b102c624", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:51", + "lon": 112.348688, + "lat": 36.47037, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:45", + "devicecode": "98001" + }, + { + "eventid": "cfdbe4e3-0743-4b99-ae40-012ed1c92fe0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:36", + "lon": 112.34918, + "lat": 36.470575, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:29", + "devicecode": "98001" + }, + { + "eventid": "d8490306-e1d0-4627-8262-a57a98d1c382", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:21", + "lon": 112.349335, + "lat": 36.470715, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:12", + "devicecode": "98001" + }, + { + "eventid": "da998667-2160-408e-81a0-9fc47c1978c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:05", + "lon": 112.349331, + "lat": 36.470716, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:02", + "devicecode": "98001" + }, + { + "eventid": "26a6d6e0-0f0f-4a70-9924-ad657949e654", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:48", + "lon": 112.34933, + "lat": 36.470706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:40", + "devicecode": "98001" + }, + { + "eventid": "5a47d4de-8d0e-4030-bfed-f20dbe2dfd5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:33", + "lon": 112.34933, + "lat": 36.470703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:29", + "devicecode": "98001" + }, + { + "eventid": "d8e631b2-9ed5-452d-8918-037f6af9c16c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:18", + "lon": 112.349226, + "lat": 36.470686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:12", + "devicecode": "98001" + }, + { + "eventid": "95c5ca81-6359-4e87-99bf-c883c32c1dac", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:03", + "lon": 112.348708, + "lat": 36.470421, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:56", + "devicecode": "98001" + }, + { + "eventid": "e93ce6d1-6367-430c-82c5-5562cd74b0dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:48", + "lon": 112.348223, + "lat": 36.4705, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:56", + "devicecode": "98001" + }, + { + "eventid": "fd799ba7-cd7b-4261-8820-ec603506304d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:33", + "lon": 112.347323, + "lat": 36.47051, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:27", + "devicecode": "98001" + }, + { + "eventid": "002d3e22-41db-4822-8d9a-cffdd7d8d9b2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:18", + "lon": 112.346791, + "lat": 36.470495, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98001" + }, + { + "eventid": "8db1f417-786d-476d-a75b-b646a2863913", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:03", + "lon": 112.346656, + "lat": 36.4703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:54", + "devicecode": "98001" + }, + { + "eventid": "c5eac1f2-3cd4-4c19-9576-5a88bb914133", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:48", + "lon": 112.34606, + "lat": 36.470208, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:43", + "devicecode": "98001" + }, + { + "eventid": "210520e8-88fa-409b-99d2-e2483d0f7bc0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:33", + "lon": 112.345091, + "lat": 36.470331, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:26", + "devicecode": "98001" + }, + { + "eventid": "94aa126b-57c0-4a7f-adce-2cf6af617285", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:18", + "lon": 112.344573, + "lat": 36.469848, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:10", + "devicecode": "98001" + }, + { + "eventid": "2f2a8356-aeb7-4229-9b71-7de41936f807", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:03", + "lon": 112.344251, + "lat": 36.468358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:53", + "devicecode": "98001" + }, + { + "eventid": "fda3e0a6-05ee-487f-87b0-d6baecb6d3bc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:48", + "lon": 112.343906, + "lat": 36.466846, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:42", + "devicecode": "98001" + }, + { + "eventid": "831acbe0-e3e3-4992-bc97-da82fbf01a6d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:33", + "lon": 112.34357, + "lat": 36.465158, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:26", + "devicecode": "98001" + }, + { + "eventid": "2e4e75d1-8e7a-46aa-9161-ef8caa802dd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:18", + "lon": 112.343523, + "lat": 36.464375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:10", + "devicecode": "98001" + }, + { + "eventid": "7febf560-0a19-4241-b46c-ebda5b13a15f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:03", + "lon": 112.344125, + "lat": 36.464233, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:59", + "devicecode": "98001" + }, + { + "eventid": "db38c1c9-2712-44ac-8298-c222447e9e7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:48", + "lon": 112.344208, + "lat": 36.464211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:42", + "devicecode": "98001" + }, + { + "eventid": "635858b8-84e5-414b-9d33-0e83804d3f4d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:33", + "lon": 112.344235, + "lat": 36.464213, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:25", + "devicecode": "98001" + }, + { + "eventid": "362879dc-ee25-4e3a-8ff9-55a660583353", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:18", + "lon": 112.344226, + "lat": 36.464218, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:13", + "devicecode": "98001" + }, + { + "eventid": "99c436cd-7f68-4cc1-8da6-8d267360198a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:01", + "lon": 112.34422, + "lat": 36.46422, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:56", + "devicecode": "98001" + }, + { + "eventid": "8a2f2fc0-1401-4eb8-b927-b8739f250dcc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:46", + "lon": 112.34421, + "lat": 36.46427, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:39", + "devicecode": "98001" + }, + { + "eventid": "5fec3207-199b-46eb-8ea2-ae118b09c9eb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:28", + "lon": 112.344208, + "lat": 36.464275, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:23", + "devicecode": "98001" + }, + { + "eventid": "fe96b444-7fd0-4e99-977b-dc9f8fc3e4b0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:10", + "lon": 112.343848, + "lat": 36.464288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:23", + "devicecode": "98001" + }, + { + "eventid": "66e16c49-39b8-4a26-bfa8-2ab21540c02d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:43:55", + "lon": 112.3433, + "lat": 36.464243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:05", + "devicecode": "98001" + }, + { + "eventid": "04dcb3ff-4367-4c2b-8d43-31be577a647e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:33", + "lon": 112.349156, + "lat": 36.470565, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "f06decda-d505-4f87-a21c-1bab64194523", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:18", + "lon": 112.349013, + "lat": 36.470458, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "aae04baf-991a-460a-ab13-2dbb35b04af4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:33", + "lon": 112.348423, + "lat": 36.470341, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "a7162c25-dc9d-4e3e-ad23-2b530522926c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:03", + "lon": 112.348856, + "lat": 36.470363, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "9fd71114-f622-4320-ada7-d02a9f3b7023", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:18", + "lon": 112.348325, + "lat": 36.470445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "0fdd8b8c-08c9-4d86-ac6d-74320b9545a5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:48", + "lon": 112.348568, + "lat": 36.470348, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "86e6ca4b-eb51-4dc1-9868-a8337b86e1e4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:03", + "lon": 112.348236, + "lat": 36.470456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:15:17", + "devicecode": "98001" + }, + { + "eventid": "f573ec22-f9d4-40f5-bacf-b0fceb8e316a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:33", + "lon": 112.347988, + "lat": 36.470456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:14:28", + "devicecode": "98001" + }, + { + "eventid": "7a8f8f3d-fec5-4eb8-a33c-9524eaa14fff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:18", + "lon": 112.347785, + "lat": 36.47046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:14:12", + "devicecode": "98001" + }, + { + "eventid": "75b906b0-4424-4ac4-b802-4724b36712b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:02", + "lon": 112.34758, + "lat": 36.470473, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:56", + "devicecode": "98001" + }, + { + "eventid": "d7f04d97-4ff0-4e58-b30f-7597256b0780", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:47", + "lon": 112.347446, + "lat": 36.470546, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:45", + "devicecode": "98001" + }, + { + "eventid": "00a6efaf-97ba-4317-bfe7-a2ab00afab47", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:29", + "lon": 112.347335, + "lat": 36.470556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:24", + "devicecode": "98001" + }, + { + "eventid": "08bf7b3c-3dc1-48bd-82aa-8380268f3549", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:14", + "lon": 112.347298, + "lat": 36.470633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:24", + "devicecode": "98001" + }, + { + "eventid": "31dbe053-9c29-4c44-90ba-14184b462298", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:44", + "lon": 112.347095, + "lat": 36.471166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:35", + "devicecode": "98001" + }, + { + "eventid": "7834bcef-77bc-4da3-bca0-8153d931f92b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:29", + "lon": 112.34718, + "lat": 36.471556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:25", + "devicecode": "98001" + }, + { + "eventid": "2c112503-6414-46a0-8579-a7e7f97163c9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:39", + "lon": 112.347185, + "lat": 36.4717, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "d60aaed9-0ad2-4c6b-aa63-6730bb849416", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:09", + "lon": 112.347183, + "lat": 36.471585, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "7bd07594-f5d8-47ec-956d-96a353f58d93", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:54", + "lon": 112.347185, + "lat": 36.471593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "4e9d0de0-db59-4cf2-8084-8703d3dc1e12", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:24", + "lon": 112.347251, + "lat": 36.472375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "2ec46f76-a946-4010-b3e3-1e77551cc109", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:09", + "lon": 112.347405, + "lat": 36.473181, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:11:04", + "devicecode": "98001" + }, + { + "eventid": "159f0e8d-4426-44a0-84bc-24245e5a5ab2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:54", + "lon": 112.347835, + "lat": 36.473995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:47", + "devicecode": "98001" + }, + { + "eventid": "c39a4b4b-7f3b-416d-b2dc-baed70055b39", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:39", + "lon": 112.348006, + "lat": 36.474811, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:30", + "devicecode": "98001" + }, + { + "eventid": "c7c44917-55a3-422c-8b34-a11a1f017003", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:24", + "lon": 112.347953, + "lat": 36.475443, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:19", + "devicecode": "98001" + }, + { + "eventid": "1988d2bf-5a8b-4016-a815-89a6bd7194ff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:39", + "lon": 112.347518, + "lat": 36.475525, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:09:31", + "devicecode": "98001" + }, + { + "eventid": "0a223c9d-e2e6-446e-ab1f-21d9f81691a7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:21", + "lon": 112.347518, + "lat": 36.475526, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:09:14", + "devicecode": "98001" + }, + { + "eventid": "f448466f-5777-414c-bb55-64b8e97a51c6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:06", + "lon": 112.347516, + "lat": 36.47553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:58", + "devicecode": "98001" + }, + { + "eventid": "a249a79f-64c5-489c-aea4-eb4f5aa55c33", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:34", + "lon": 112.347523, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "55f0fc84-b6d1-4804-8ec7-81b67bb519d0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:04", + "lon": 112.347528, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "25674117-5a2f-4fb3-a081-a4b32a31594f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:19", + "lon": 112.347526, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "c3d64f19-6518-45f0-a584-316a83a2868d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:49", + "lon": 112.347525, + "lat": 36.475528, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "9c1e1047-fb4a-4894-9d28-ed53cf42c1b1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:49", + "lon": 112.347538, + "lat": 36.475531, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:36", + "devicecode": "98001" + }, + { + "eventid": "64879cc2-ced4-4761-bf22-7310cd24207e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:34", + "lon": 112.34754, + "lat": 36.475531, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:07:35", + "devicecode": "98001" + }, + { + "eventid": "041ccf77-bbd0-49db-983f-d7da92ec01b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:19", + "lon": 112.347536, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:07:19", + "devicecode": "98001" + }, + { + "eventid": "57a77725-4750-4e0b-af37-776ec0e921cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:04", + "lon": 112.347538, + "lat": 36.475553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:57", + "devicecode": "98001" + }, + { + "eventid": "a153cf04-1d30-4deb-9fa3-453b43627cc1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:49", + "lon": 112.347458, + "lat": 36.475575, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:41", + "devicecode": "98001" + }, + { + "eventid": "09f632e9-cb11-46cf-87f0-3140e0632d66", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:34", + "lon": 112.347451, + "lat": 36.475588, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:30", + "devicecode": "98001" + }, + { + "eventid": "c7dcfa80-5dfb-4fe9-9f7b-c21f9bbada39", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:19", + "lon": 112.347443, + "lat": 36.475593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:13", + "devicecode": "98001" + }, + { + "eventid": "615bb0a1-fba6-4dc0-9f91-fde988c48632", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:04", + "lon": 112.347441, + "lat": 36.475596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:57", + "devicecode": "98001" + }, + { + "eventid": "03144296-43e7-4328-bed8-9f1c88653ad8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:49", + "lon": 112.347443, + "lat": 36.475601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:41", + "devicecode": "98001" + }, + { + "eventid": "32c7009e-16d0-437d-bd53-1c3b39fb4202", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:34", + "lon": 112.347438, + "lat": 36.475593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:25", + "devicecode": "98001" + }, + { + "eventid": "7260c13d-bd93-44b8-a42d-6a0500e77384", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:19", + "lon": 112.347453, + "lat": 36.475573, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:14", + "devicecode": "98001" + }, + { + "eventid": "c1339733-1588-4cfd-9c87-baadef266618", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:04", + "lon": 112.347391, + "lat": 36.475586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:58", + "devicecode": "98001" + }, + { + "eventid": "4c64defe-dd9d-4788-8361-a904115f0f22", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:34", + "lon": 112.347085, + "lat": 36.475678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:25", + "devicecode": "98001" + }, + { + "eventid": "8ac3ec6c-59e5-41f6-accf-93b597cf8e52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:19", + "lon": 112.347006, + "lat": 36.475698, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:14", + "devicecode": "98001" + }, + { + "eventid": "b3b7fc9f-0d7a-4d14-853f-79b19758594a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:04", + "lon": 112.346776, + "lat": 36.475706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:57", + "devicecode": "98001" + }, + { + "eventid": "88af4a7b-5e35-4fc7-9589-0c011208dd48", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:49", + "lon": 112.346096, + "lat": 36.475843, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:45", + "devicecode": "98001" + }, + { + "eventid": "872c1202-4579-4ef3-9004-b006f93ffaef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:34", + "lon": 112.345556, + "lat": 36.475893, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:28", + "devicecode": "98001" + }, + { + "eventid": "b83aa138-4b8d-493c-a837-7474ecbfed9d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:19", + "lon": 112.345421, + "lat": 36.474971, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:16", + "devicecode": "98001" + }, + { + "eventid": "bb2de0fe-362d-4dcf-9130-a7f6a3eb28a3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:04", + "lon": 112.345291, + "lat": 36.473928, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:04", + "devicecode": "98001" + }, + { + "eventid": "e445da3c-7f8a-4c72-b7d1-5ee10054c8e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:49", + "lon": 112.345153, + "lat": 36.472943, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:46", + "devicecode": "98001" + }, + { + "eventid": "4891d1aa-b693-472c-9a4b-9a5ae9cf2b25", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:34", + "lon": 112.345016, + "lat": 36.472156, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:27", + "devicecode": "98001" + }, + { + "eventid": "b039322d-09c3-4cb4-8f0d-125d42fffea2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:19", + "lon": 112.344836, + "lat": 36.471141, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:16", + "devicecode": "98001" + }, + { + "eventid": "46456c55-3a86-4b08-8347-e60e1ad3d976", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:04", + "lon": 112.344625, + "lat": 36.470093, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:58", + "devicecode": "98001" + }, + { + "eventid": "2ced4953-86e2-4613-9ef3-cf0aec148b78", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:49", + "lon": 112.344418, + "lat": 36.469121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:40", + "devicecode": "98001" + }, + { + "eventid": "7fc7b43b-6ad5-43f8-a43b-4c6131640c1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:34", + "lon": 112.344223, + "lat": 36.468148, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:29", + "devicecode": "98001" + }, + { + "eventid": "c420c93c-c65e-4493-9ab5-45f50b62e835", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:19", + "lon": 112.343988, + "lat": 36.467235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:12", + "devicecode": "98001" + }, + { + "eventid": "2eb759a6-7f16-4be1-9683-5bab0e23b095", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:04", + "lon": 112.343766, + "lat": 36.466283, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:56", + "devicecode": "98001" + }, + { + "eventid": "7d3f2560-55d5-45b5-a350-5fdba86c1221", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:49", + "lon": 112.343575, + "lat": 36.465403, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:45", + "devicecode": "98001" + }, + { + "eventid": "78a86346-7757-4d51-a8df-43f28058ea0e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:34", + "lon": 112.343395, + "lat": 36.46461, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:28", + "devicecode": "98001" + }, + { + "eventid": "2a9c49d9-ec5a-46e4-b2f8-342980396dc7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:19", + "lon": 112.343468, + "lat": 36.464375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:12", + "devicecode": "98001" + }, + { + "eventid": "0fc6119d-e4c6-495d-9856-728d494a44d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:04", + "lon": 112.343928, + "lat": 36.464261, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:55", + "devicecode": "98001" + }, + { + "eventid": "495b901d-42d2-46aa-ab44-b04ef3355465", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:49", + "lon": 112.344225, + "lat": 36.464215, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:44", + "devicecode": "98001" + }, + { + "eventid": "96408453-6f2e-4721-8f67-4599eef003a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:34", + "lon": 112.344223, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:27", + "devicecode": "98001" + }, + { + "eventid": "14b317a9-a9e3-4703-ba38-1b3405d83c43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:16", + "lon": 112.34422, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:10", + "devicecode": "98001" + }, + { + "eventid": "1dfd5d26-28e5-4a7d-8bae-187cf523f924", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:42", + "lon": 112.343616, + "lat": 36.464316, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "d0f37f4e-2343-46d3-8ee0-9dc476321246", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:12", + "lon": 112.34313, + "lat": 36.463328, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "6efc3fb5-c187-44c2-a60b-3427f592c2fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:57", + "lon": 112.344118, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "547ea1c9-4071-4521-a112-43cac97df835", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:27", + "lon": 112.343333, + "lat": 36.464156, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "2444059d-0396-4484-a746-4f73650189dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:57", + "lon": 112.342928, + "lat": 36.462356, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:58:52", + "devicecode": "98001" + }, + { + "eventid": "0b3185ee-1b9f-451c-8bff-f06a004470bf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:42", + "lon": 112.342725, + "lat": 36.46142, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:38", + "devicecode": "98001" + }, + { + "eventid": "a66e287c-3c10-428f-a398-c8121feec7f9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:27", + "lon": 112.342508, + "lat": 36.460485, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:21", + "devicecode": "98001" + }, + { + "eventid": "bd25f719-6992-4bf1-9988-0dca8abb4cd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:12", + "lon": 112.3423, + "lat": 36.459615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:04", + "devicecode": "98001" + }, + { + "eventid": "c9065d33-b36b-4e33-bd30-e7bfe6b29e23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:57", + "lon": 112.342086, + "lat": 36.458708, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:48", + "devicecode": "98001" + }, + { + "eventid": "934f2ea1-2013-4de8-95bb-1e02a487b510", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:42", + "lon": 112.341913, + "lat": 36.457956, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:37", + "devicecode": "98001" + }, + { + "eventid": "64870c2d-7b58-40fb-8311-00f1a95aad43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:27", + "lon": 112.34172, + "lat": 36.457143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:20", + "devicecode": "98001" + }, + { + "eventid": "fc27a4ea-d75a-4d4c-a8b5-b8ea03a3cfb5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:12", + "lon": 112.341473, + "lat": 36.456636, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:03", + "devicecode": "98001" + }, + { + "eventid": "16f0b96a-de9d-4392-8f7d-93aca8e7087a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:57", + "lon": 112.341431, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:52", + "devicecode": "98001" + }, + { + "eventid": "6b08389b-b48d-4743-a5b6-62c9bc03470f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:42", + "lon": 112.341423, + "lat": 36.456631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:34", + "devicecode": "98001" + }, + { + "eventid": "fbbf9f8a-e897-4166-8e84-8dcffcd4ca2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:27", + "lon": 112.341398, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:18", + "devicecode": "98001" + }, + { + "eventid": "f6bff62f-be04-4b05-af50-b1dba62d0448", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:12", + "lon": 112.341421, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:06", + "devicecode": "98001" + }, + { + "eventid": "3f663654-d820-4a12-bc77-262826f282c5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:57", + "lon": 112.341456, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:50", + "devicecode": "98001" + }, + { + "eventid": "d7f46396-4a0f-4672-b370-baa56cb69ddc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:42", + "lon": 112.34149, + "lat": 36.456611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:34", + "devicecode": "98001" + }, + { + "eventid": "5e3035bb-ed3a-4d5f-ba97-3c6d16a28eb7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:12", + "lon": 112.341528, + "lat": 36.456605, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:07", + "devicecode": "98001" + }, + { + "eventid": "8557fbbd-965f-4b0b-aa08-21b570c365a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:59:57", + "lon": 112.341455, + "lat": 36.456678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:53:50", + "devicecode": "98001" + }, + { + "eventid": "2fc4980f-c7c7-44e5-aa80-3c61d1ac57e3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:57", + "lon": 112.341476, + "lat": 36.4566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:52", + "devicecode": "98001" + }, + { + "eventid": "bb4759dc-3bda-4f67-962d-5ce883c0309b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:42", + "lon": 112.34146, + "lat": 36.456605, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:35", + "devicecode": "98001" + }, + { + "eventid": "503cae00-25d3-4dfa-ba90-ae72613d633e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:27", + "lon": 112.34148, + "lat": 36.456613, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:30", + "devicecode": "98001" + }, + { + "eventid": "66353a62-c25b-4dec-8e16-855976b240cf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:12", + "lon": 112.341713, + "lat": 36.457276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:03", + "devicecode": "98001" + }, + { + "eventid": "c84c1333-efb0-44d4-8330-4f7a1992ebba", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:57", + "lon": 112.341893, + "lat": 36.45807, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:52", + "devicecode": "98001" + }, + { + "eventid": "9d800e2a-451c-48ea-8778-9cc5dbc8764c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:42", + "lon": 112.34216, + "lat": 36.458271, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:35", + "devicecode": "98001" + }, + { + "eventid": "4f8bcbd6-71cc-4f70-bdc4-7a1411eee2ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:27", + "lon": 112.342933, + "lat": 36.458176, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:19", + "devicecode": "98001" + }, + { + "eventid": "f581114a-5efb-471e-9e57-bed26b2ffec9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:12", + "lon": 112.343768, + "lat": 36.45837, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:08", + "devicecode": "98001" + }, + { + "eventid": "d5be17db-50cc-49d7-98f9-1ba65590cc70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:42", + "lon": 112.345696, + "lat": 36.4586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:35", + "devicecode": "98001" + }, + { + "eventid": "4b6006df-0bc4-4b7b-8a09-ca862b1b5d74", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:27", + "lon": 112.34616, + "lat": 36.45863, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:20", + "devicecode": "98001" + }, + { + "eventid": "1df5578a-4317-4aeb-ba7c-dd8be24664ef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:11", + "lon": 112.346146, + "lat": 36.458631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:09", + "devicecode": "98001" + }, + { + "eventid": "4bf8590f-952b-4623-a26a-80955aab22b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:55:53", + "lon": 112.345976, + "lat": 36.458641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:49:47", + "devicecode": "98001" + }, + { + "eventid": "9fedf301-c517-4a19-9401-bf3472da99dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:55:38", + "lon": 112.344991, + "lat": 36.458608, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:49:31", + "devicecode": "98001" + }, + { + "eventid": "ed1481a8-a342-47b0-afa6-d802f44a83fb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:53", + "lon": 112.342623, + "lat": 36.45819, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:48", + "devicecode": "98001" + }, + { + "eventid": "ec2362f8-1e5f-43ff-b575-304b913dc500", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:38", + "lon": 112.342015, + "lat": 36.458281, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:32", + "devicecode": "98001" + }, + { + "eventid": "39c49632-cd4c-4a4b-9d39-82ef4ad2deab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:23", + "lon": 112.341848, + "lat": 36.457631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:16", + "devicecode": "98001" + }, + { + "eventid": "b398e3d5-112d-42ea-9d33-382bc086f0ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:53:23", + "lon": 112.341538, + "lat": 36.455435, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:47:18", + "devicecode": "98001" + }, + { + "eventid": "1d51a37e-4e14-41fd-9290-1eb406e29385", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:53:08", + "lon": 112.34188, + "lat": 36.455698, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:47:02", + "devicecode": "98001" + }, + { + "eventid": "bb03fa50-a6ae-4239-be7d-bb961d21eb44", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:53", + "lon": 112.342203, + "lat": 36.456003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:46", + "devicecode": "98001" + }, + { + "eventid": "e4210706-6fb4-4161-b53e-8e6ac640f89d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:38", + "lon": 112.342643, + "lat": 36.456106, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:30", + "devicecode": "98001" + }, + { + "eventid": "0349e86d-8175-48a1-9d2a-c0cbae0a870e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:23", + "lon": 112.34267, + "lat": 36.456123, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:15", + "devicecode": "98001" + }, + { + "eventid": "aa371634-5f1a-408d-9ecf-ae1435b1c407", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:38", + "lon": 112.343175, + "lat": 36.455985, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:45:32", + "devicecode": "98001" + }, + { + "eventid": "7d29334c-9300-40e9-aaf8-50b0e2f7097b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:23", + "lon": 112.343246, + "lat": 36.456005, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:45:16", + "devicecode": "98001" + }, + { + "eventid": "af35dd76-5a58-43be-946d-639b89bf0902", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:06", + "lon": 112.343201, + "lat": 36.455996, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:59", + "devicecode": "98001" + }, + { + "eventid": "2e2156fd-e236-4b8f-8e35-82ffc24aecd5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:51", + "lon": 112.343063, + "lat": 36.456088, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:43", + "devicecode": "98001" + }, + { + "eventid": "3dabe10a-6119-4b31-9002-c1bc3a4eb473", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:36", + "lon": 112.342915, + "lat": 36.45614, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:31", + "devicecode": "98001" + }, + { + "eventid": "651412a8-7baa-4962-bc08-39cd3fbbe953", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:21", + "lon": 112.342671, + "lat": 36.45611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:14", + "devicecode": "98001" + }, + { + "eventid": "fa0611f6-8567-4fad-963d-f3b7f50f2f27", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:06", + "lon": 112.342381, + "lat": 36.45606, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:57", + "devicecode": "98001" + }, + { + "eventid": "33cf792f-4ce6-44f5-95e4-129d98a0ca98", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:51", + "lon": 112.341906, + "lat": 36.455763, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:45", + "devicecode": "98001" + }, + { + "eventid": "1c6626bc-4f90-4c86-88c2-9c5a6b537e1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:36", + "lon": 112.34173, + "lat": 36.455548, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:29", + "devicecode": "98001" + }, + { + "eventid": "204e9eea-ac15-4531-a442-b92cbcd074e6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:21", + "lon": 112.34143, + "lat": 36.45544, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:12", + "devicecode": "98001" + }, + { + "eventid": "a0a17557-0e98-45f7-879f-e44b7e3484dd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:06", + "lon": 112.34118, + "lat": 36.454901, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:02", + "devicecode": "98001" + }, + { + "eventid": "264ad4d7-b6d6-4649-84c8-7d8e6a8a67a6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:48:21", + "lon": 112.34044, + "lat": 36.45333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:42:14", + "devicecode": "98001" + }, + { + "eventid": "1847a821-8c3a-487a-97d5-cc58546a62f9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:48:04", + "lon": 112.340855, + "lat": 36.453148, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:57", + "devicecode": "98001" + }, + { + "eventid": "7af6b061-b822-4f97-a902-76ba847b93ae", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:49", + "lon": 112.34121, + "lat": 36.452978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:41", + "devicecode": "98001" + }, + { + "eventid": "44b19da6-c662-44e3-b698-c8388fc533c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:34", + "lon": 112.341368, + "lat": 36.452635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:25", + "devicecode": "98001" + }, + { + "eventid": "9a6e791c-931e-42f5-a358-476e876dbb23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:19", + "lon": 112.341425, + "lat": 36.45256, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:14", + "devicecode": "98001" + }, + { + "eventid": "cee5a674-9f74-4fa1-835e-34c9467e8a6d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:03", + "lon": 112.34142, + "lat": 36.452566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:58", + "devicecode": "98001" + }, + { + "eventid": "ce842d99-8381-42ab-96d6-ff5abf577878", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:45", + "lon": 112.341321, + "lat": 36.45274, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:36", + "devicecode": "98001" + }, + { + "eventid": "88e9fa03-749b-4660-9db9-eb758fd76051", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:30", + "lon": 112.341223, + "lat": 36.453003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:26", + "devicecode": "98001" + }, + { + "eventid": "5ed07043-63c2-4da1-b60a-48938c8c0b26", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:13", + "lon": 112.341215, + "lat": 36.453003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:04", + "devicecode": "98001" + }, + { + "eventid": "cd2caf89-bbaf-4da9-a670-b8daecc6673b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:45:58", + "lon": 112.341231, + "lat": 36.452991, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:04", + "devicecode": "98001" + }, + { + "eventid": "b61b9c91-9f27-40db-8f35-bd7a7ffb7e74", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:37:22", + "lon": 112.349223, + "lat": 36.470618, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:31:16", + "devicecode": "98001" + }, + { + "eventid": "59f6a0ee-15cc-4457-9f4e-1d66c757dcf7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:37:05", + "lon": 112.349305, + "lat": 36.470706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:31:00", + "devicecode": "98001" + }, + { + "eventid": "99c8af0d-9d0b-4493-947b-989f12b373ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:50", + "lon": 112.349318, + "lat": 36.470703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:43", + "devicecode": "98001" + }, + { + "eventid": "4af6eb38-56bd-4ad6-96b7-d6b5c129d53e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:33", + "lon": 112.34924, + "lat": 36.4706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:27", + "devicecode": "98001" + }, + { + "eventid": "e6569462-12ad-44fc-8472-af47be631f03", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:18", + "lon": 112.349071, + "lat": 36.470481, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:10", + "devicecode": "98001" + }, + { + "eventid": "63435d46-75f4-408b-9e24-7bb725a582b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:03", + "lon": 112.348946, + "lat": 36.470388, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:59", + "devicecode": "98001" + }, + { + "eventid": "a44efdf2-a1e6-4393-be06-1f023aaba214", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:48", + "lon": 112.348736, + "lat": 36.47037, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:42", + "devicecode": "98001" + }, + { + "eventid": "938a7821-9815-40be-a538-caa75ea4fd7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:33", + "lon": 112.348568, + "lat": 36.47035, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:26", + "devicecode": "98001" + }, + { + "eventid": "437be7bb-ccfa-4ef7-8ec7-7b36959671b1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:18", + "lon": 112.348425, + "lat": 36.470416, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "a78bdfec-8e84-40fd-b062-b306911979ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:03", + "lon": 112.348261, + "lat": 36.470445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:57", + "devicecode": "98001" + }, + { + "eventid": "81d88253-9e01-458b-958c-52f6e9c8e5df", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:48", + "lon": 112.348081, + "lat": 36.470466, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:44", + "devicecode": "98001" + }, + { + "eventid": "964e1bf0-882d-407c-ae71-3c40da447dcf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:33", + "lon": 112.34789, + "lat": 36.470491, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:27", + "devicecode": "98001" + }, + { + "eventid": "db4df714-f7a8-4ba6-86ce-64fd60893ed0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:18", + "lon": 112.347691, + "lat": 36.470468, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:10", + "devicecode": "98001" + }, + { + "eventid": "f9e3a3c7-72e2-4bd3-b695-254bc01540a1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:03", + "lon": 112.347516, + "lat": 36.470485, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:58", + "devicecode": "98001" + }, + { + "eventid": "ba9f99c4-d9c0-47b0-87b8-4134146d9e97", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:48", + "lon": 112.347398, + "lat": 36.470508, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:42", + "devicecode": "98001" + }, + { + "eventid": "dea6fa3a-e894-43c9-9070-a045e2cf78f8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:33", + "lon": 112.347331, + "lat": 36.470626, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:26", + "devicecode": "98001" + }, + { + "eventid": "c7c5ac69-231a-43be-8e96-a0c5516c5d91", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:18", + "lon": 112.347148, + "lat": 36.470658, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:15", + "devicecode": "98001" + }, + { + "eventid": "2e52ea32-7617-49e2-ad87-d2c5ae6032b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:03", + "lon": 112.347153, + "lat": 36.4712, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:58", + "devicecode": "98001" + }, + { + "eventid": "4906e91f-b145-4f6d-9181-a6b6e9c7e839", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:48", + "lon": 112.34721, + "lat": 36.471601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:41", + "devicecode": "98001" + }, + { + "eventid": "d21ec1fc-6b39-4cfe-a88f-a46f3872bdcb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:32", + "lon": 112.347201, + "lat": 36.471596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:25", + "devicecode": "98001" + }, + { + "eventid": "66c097aa-4d8d-41cf-91cb-a953c3a182d0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:16", + "lon": 112.347191, + "lat": 36.471615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:13", + "devicecode": "98001" + }, + { + "eventid": "72eb458f-4c96-43c7-ab94-ea53ad7e4238", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:58", + "lon": 112.34726, + "lat": 36.47207, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:57", + "devicecode": "98001" + }, + { + "eventid": "3977475e-2ae6-4ea8-b9dc-74d5834f3f68", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:58", + "lon": 112.348028, + "lat": 36.474978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "2f6bf73d-c38d-4d12-a954-a679f4f6f1cc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:13", + "lon": 112.347498, + "lat": 36.475543, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "f103042a-189b-4361-a22d-3f8a4011267f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:28", + "lon": 112.3476, + "lat": 36.473493, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "cd83403e-060e-478b-85c4-ac163eebb82b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:43", + "lon": 112.347288, + "lat": 36.47276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "b1db5b8d-1192-4afc-83f4-53daa8b05f2d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:13", + "lon": 112.347931, + "lat": 36.474243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "aef9028c-827f-40ab-b271-a19c25a1bcb9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:43", + "lon": 112.347866, + "lat": 36.475483, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "498cd99b-88d7-4c7c-8053-b6d588b172f6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:28", + "lon": 112.347533, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "9afa6df9-0a0f-4284-93de-10b876cc1352", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:57", + "lon": 112.347453, + "lat": 36.475553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:54", + "devicecode": "98001" + }, + { + "eventid": "e11f5c49-cfad-42ea-87f3-e13a28357e70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:42", + "lon": 112.346928, + "lat": 36.47568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:38", + "devicecode": "98001" + }, + { + "eventid": "d6d9a0e0-92f9-481b-8a91-7de55f544397", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:27", + "lon": 112.346236, + "lat": 36.475743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:22", + "devicecode": "98001" + }, + { + "eventid": "981fd97a-8da2-443b-aff6-f297d78592d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:54", + "lon": 112.34548, + "lat": 36.47507, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:05", + "devicecode": "98001" + }, + { + "eventid": "3a900d99-99f4-4f40-be08-72031c69f7d7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:09", + "lon": 112.34559, + "lat": 36.475741, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:05", + "devicecode": "98001" + }, + { + "eventid": "76cc1436-f8c3-4ead-8897-84e50c571b6c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:39", + "lon": 112.34537, + "lat": 36.474175, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:32", + "devicecode": "98001" + }, + { + "eventid": "f86f96c8-851f-40e3-91db-e4a384cbcd5e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:24", + "lon": 112.345231, + "lat": 36.473203, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:21", + "devicecode": "98001" + }, + { + "eventid": "42f2ba99-adb5-4fd8-ab9b-55190e6843c0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:08", + "lon": 112.345091, + "lat": 36.472233, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:03", + "devicecode": "98001" + }, + { + "eventid": "6838e99c-ad41-45b2-8246-bd38b975a910", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:53", + "lon": 112.34493, + "lat": 36.471268, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:47", + "devicecode": "98001" + }, + { + "eventid": "44b86c2a-5675-4f1e-acbc-db96e800a0c4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:38", + "lon": 112.344753, + "lat": 36.470333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:30", + "devicecode": "98001" + }, + { + "eventid": "9341e50c-57cc-4d16-9669-4f56f7fcef41", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:23", + "lon": 112.344543, + "lat": 36.469313, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:19", + "devicecode": "98001" + }, + { + "eventid": "882efe49-ab44-4e3d-bc19-6a638b1d8ef8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:08", + "lon": 112.344306, + "lat": 36.468288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:02", + "devicecode": "98001" + }, + { + "eventid": "37eb14fb-4d51-4b23-a9b6-1d34e2195ab7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:53", + "lon": 112.344121, + "lat": 36.46737, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:45", + "devicecode": "98001" + }, + { + "eventid": "04b9a11d-f98d-4be9-9852-3dad7a55e936", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:38", + "lon": 112.343966, + "lat": 36.466681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:34", + "devicecode": "98001" + }, + { + "eventid": "59698dcf-d85b-407c-b3dc-f7e6d15be888", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:23", + "lon": 112.343763, + "lat": 36.465951, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:18", + "devicecode": "98001" + }, + { + "eventid": "db159610-ab57-47b3-bc42-e0d1a91b608b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:08", + "lon": 112.343608, + "lat": 36.465255, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:01", + "devicecode": "98001" + }, + { + "eventid": "b440908b-9d4d-4448-bbd0-673e0fba269e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:53", + "lon": 112.343453, + "lat": 36.464715, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:45", + "devicecode": "98001" + }, + { + "eventid": "46052b33-1410-4de6-a163-ed7532f14a1e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:38", + "lon": 112.343411, + "lat": 36.464406, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:34", + "devicecode": "98001" + }, + { + "eventid": "4a923bf9-670e-4689-a50b-019a21fe6fef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:23", + "lon": 112.343803, + "lat": 36.464298, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:17", + "devicecode": "98001" + }, + { + "eventid": "dd91394a-747e-446d-a77e-f55483e68343", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:08", + "lon": 112.344185, + "lat": 36.464235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:01", + "devicecode": "98001" + }, + { + "eventid": "66d8acd9-f4ea-4271-9d31-841d4ba9728e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:53", + "lon": 112.344228, + "lat": 36.464231, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:45", + "devicecode": "98001" + }, + { + "eventid": "f063a9b4-2351-4a02-8012-1722937d9b49", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:35", + "lon": 112.34422, + "lat": 36.464228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:33", + "devicecode": "98001" + }, + { + "eventid": "d9dda5a0-1f06-452c-85d4-9dec990dc91e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:01", + "lon": 112.344195, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:10", + "devicecode": "98001" + }, + { + "eventid": "3bb65260-48a4-49bc-ae1e-b3a4c5803ad7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:16", + "lon": 112.344206, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:10", + "devicecode": "98001" + }, + { + "eventid": "25e1c764-9835-44d3-92ee-9c476a6aa367", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:46", + "lon": 112.343953, + "lat": 36.464251, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:59", + "devicecode": "98001" + }, + { + "eventid": "5b66688f-9156-47fb-a675-37350b564efe", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:30", + "lon": 112.343475, + "lat": 36.464203, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:26", + "devicecode": "98001" + }, + { + "eventid": "ea94b533-c012-43a5-a595-5cab654e2383", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:15", + "lon": 112.343221, + "lat": 36.463581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:10", + "devicecode": "98001" + }, + { + "eventid": "5a3e805b-63df-4364-ac05-72d8cd6564f4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:00", + "lon": 112.343003, + "lat": 36.462595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:54", + "devicecode": "98001" + }, + { + "eventid": "beb6a4a0-ea16-4e3a-a160-3f09f064df92", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:45", + "lon": 112.342818, + "lat": 36.46175, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:37", + "devicecode": "98001" + }, + { + "eventid": "741112b4-89c2-4c18-9ee2-0e9d6f0eb160", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:30", + "lon": 112.342633, + "lat": 36.460958, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:26", + "devicecode": "98001" + }, + { + "eventid": "3cfeb15b-78c6-489c-bb8e-a1d87db0f2f5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:00", + "lon": 112.342245, + "lat": 36.459363, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:53", + "devicecode": "98001" + }, + { + "eventid": "6f04edee-e5b6-49b1-b7a8-0f7401f7239c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:45", + "lon": 112.342071, + "lat": 36.458533, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:37", + "devicecode": "98001" + }, + { + "eventid": "a8081efc-0873-4bc1-a10b-7a1935036ff3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:30", + "lon": 112.342293, + "lat": 36.458276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:26", + "devicecode": "98001" + }, + { + "eventid": "883a7794-d8a6-434f-a311-9ee3ffeef3c9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:15", + "lon": 112.343078, + "lat": 36.458183, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:09", + "devicecode": "98001" + }, + { + "eventid": "0da64b8b-c95f-442b-a0a1-b5dafddb41d8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:00", + "lon": 112.343775, + "lat": 36.458373, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:53", + "devicecode": "98001" + }, + { + "eventid": "9aa23ee1-c500-456b-83fa-ebaea0dbbdfb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:45", + "lon": 112.34457, + "lat": 36.458578, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:36", + "devicecode": "98001" + }, + { + "eventid": "560a817a-36a6-4ee9-9634-d2c4a252a4e7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:30", + "lon": 112.345495, + "lat": 36.458596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:25", + "devicecode": "98001" + }, + { + "eventid": "1345fbde-21e2-4803-b7c1-e4ab949341b8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:15", + "lon": 112.346085, + "lat": 36.458643, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:09", + "devicecode": "98001" + }, + { + "eventid": "9a9f95f8-2b98-4c1b-a237-5fed0cc80cff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:00", + "lon": 112.34613, + "lat": 36.458625, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:52", + "devicecode": "98001" + }, + { + "eventid": "688cd352-8f1a-4da6-a124-7f12dc3206cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:42", + "lon": 112.346141, + "lat": 36.458623, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:35", + "devicecode": "98001" + }, + { + "eventid": "f7f33816-40e5-4bf7-9485-c01747044fe9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:27", + "lon": 112.346083, + "lat": 36.45861, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:19", + "devicecode": "98001" + }, + { + "eventid": "ac66a3dc-acc5-4c43-9be6-aa91a25db045", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:12", + "lon": 112.34562, + "lat": 36.458568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:07", + "devicecode": "98001" + }, + { + "eventid": "02b0a000-b22e-47ab-afe5-f8feb21b9322", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:56", + "lon": 112.344721, + "lat": 36.458565, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:49", + "devicecode": "98001" + }, + { + "eventid": "c47e659d-1fb2-47aa-baba-5f7706143bb8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:40", + "lon": 112.343966, + "lat": 36.458445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:33", + "devicecode": "98001" + }, + { + "eventid": "8cb2fb94-7554-4c1d-b564-4e703a8aa4d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:25", + "lon": 112.343338, + "lat": 36.458228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:17", + "devicecode": "98001" + }, + { + "eventid": "9500dfda-7367-4a16-89e8-62c8f0844493", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:10", + "lon": 112.342603, + "lat": 36.45821, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:06", + "devicecode": "98001" + }, + { + "eventid": "ca8c29b4-4abc-46e5-8a36-ebe79bfec1b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:55", + "lon": 112.342043, + "lat": 36.458243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:50", + "devicecode": "98001" + }, + { + "eventid": "6fb0befe-4843-446e-94fb-9ac42877df5a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:40", + "lon": 112.341888, + "lat": 36.457726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:33", + "devicecode": "98001" + }, + { + "eventid": "3b7e6831-2c77-471d-976d-970d12df3a98", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:10", + "lon": 112.341531, + "lat": 36.456603, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:06", + "devicecode": "98001" + }, + { + "eventid": "7931a239-4352-465a-8c00-ae3b12cbf5a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:55", + "lon": 112.341438, + "lat": 36.4566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:49", + "devicecode": "98001" + }, + { + "eventid": "e17f92c7-7594-415e-8dfe-9c9da6776e48", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:40", + "lon": 112.341338, + "lat": 36.456631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:34", + "devicecode": "98001" + }, + { + "eventid": "84e82ece-5b0c-4e75-9abd-bff9e0a3cc21", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:25", + "lon": 112.34134, + "lat": 36.456656, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:18", + "devicecode": "98001" + }, + { + "eventid": "f927696c-d477-436c-98cb-7620ab1612c0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:55", + "lon": 112.341303, + "lat": 36.456615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:51", + "devicecode": "98001" + }, + { + "eventid": "adc3210f-fb28-4654-ad37-e85281ed04bd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:40", + "lon": 112.34133, + "lat": 36.456595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:35", + "devicecode": "98001" + }, + { + "eventid": "acc085fe-ac1a-483a-9509-ad687305e9fd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:25", + "lon": 112.341398, + "lat": 36.456598, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:19", + "devicecode": "98001" + }, + { + "eventid": "c28670e5-bd69-4304-9312-9a4cf5627c5e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:14:25", + "lon": 112.34146, + "lat": 36.455568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:08:21", + "devicecode": "98001" + }, + { + "eventid": "42093ce6-c960-4ed4-8e3e-7cfd2fff7c94", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:14:10", + "lon": 112.341665, + "lat": 36.455476, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:08:04", + "devicecode": "98001" + }, + { + "eventid": "d12b3f29-a619-466d-a21d-beff9ed1a8fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:55", + "lon": 112.341945, + "lat": 36.455776, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:48", + "devicecode": "98001" + }, + { + "eventid": "c5139180-ede1-42ff-af07-d7f98c45c2fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:40", + "lon": 112.342293, + "lat": 36.456038, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:32", + "devicecode": "98001" + }, + { + "eventid": "dc03da6d-9ad9-45b3-ad6d-3a3038b113c8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:10", + "lon": 112.342751, + "lat": 36.45615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:05", + "devicecode": "98001" + }, + { + "eventid": "0c029b16-ec95-4017-bcb1-5b3b51c3bac8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:55", + "lon": 112.34294, + "lat": 36.456115, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:49", + "devicecode": "98001" + }, + { + "eventid": "76ba8423-744b-4001-b45c-c7c596e7ea07", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:40", + "lon": 112.343106, + "lat": 36.456016, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:33", + "devicecode": "98001" + }, + { + "eventid": "80965527-25a0-4e42-9859-08cd69a1ea3a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:25", + "lon": 112.343236, + "lat": 36.455971, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:17", + "devicecode": "98001" + }, + { + "eventid": "5416bbfd-0e5a-45e7-ba28-7fdfae0c5c7c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:37", + "lon": 112.343138, + "lat": 36.456035, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:33", + "devicecode": "98001" + }, + { + "eventid": "3dced0dd-1847-42d0-b520-840fbc8aa65c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:22", + "lon": 112.342976, + "lat": 36.456105, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:17", + "devicecode": "98001" + }, + { + "eventid": "d087f465-4058-43a9-ac0c-345a146e887d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:07", + "lon": 112.342818, + "lat": 36.456143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:01", + "devicecode": "98001" + }, + { + "eventid": "d0ab0841-4232-40b4-8784-9d75dba2dbb7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:10:52", + "lon": 112.342681, + "lat": 36.456128, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:04:45", + "devicecode": "98001" + }, + { + "eventid": "dd5183be-158e-413e-b0f2-a4139e6b878c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:10:22", + "lon": 112.341793, + "lat": 36.45564, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:04:18", + "devicecode": "98001" + }, + { + "eventid": "1c5778b4-7d29-4004-bf95-2e158361cd66", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:37", + "lon": 112.341215, + "lat": 36.454835, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:28", + "devicecode": "98001" + }, + { + "eventid": "8a5a3734-b423-450b-85e5-b01517b702d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:22", + "lon": 112.340998, + "lat": 36.454413, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:18", + "devicecode": "98001" + }, + { + "eventid": "dec3aea2-f17a-47de-96e2-14017712678d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:07", + "lon": 112.340705, + "lat": 36.453978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:02", + "devicecode": "98001" + }, + { + "eventid": "77314346-bebe-4c32-8cb0-71404008986a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:08:52", + "lon": 112.340408, + "lat": 36.453416, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:02:46", + "devicecode": "98001" + }, + { + "eventid": "266102f3-21a8-4197-8908-d900861968f6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:46", + "lon": 112.341391, + "lat": 36.452548, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:57", + "devicecode": "98001" + }, + { + "eventid": "d6f143f0-ad80-4415-9ca6-f030557b153d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:08:04", + "lon": 112.341388, + "lat": 36.45258, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:57", + "devicecode": "98001" + }, + { + "eventid": "c84b91ec-4805-4873-a174-d1dc4f9022a3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:30", + "lon": 112.341401, + "lat": 36.452546, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:40", + "devicecode": "98001" + }, + { + "eventid": "252ac7b2-454c-4178-822a-553b60fa5fd5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:15", + "lon": 112.341288, + "lat": 36.452865, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:25", + "devicecode": "98001" + }, + { + "eventid": "c44ecb63-96f4-4ca9-a4c0-c2f7cd7d0a50", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:36:02", + "lon": 112.349333, + "lat": 36.470733, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:59", + "devicecode": "98001" + }, + { + "eventid": "31aaf043-80bf-4c53-8899-47402531046e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:41", + "lon": 112.349346, + "lat": 36.470745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:37", + "devicecode": "98001" + }, + { + "eventid": "494852be-2001-45dc-94cd-3c531ba82a36", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:23", + "lon": 112.34935, + "lat": 36.47077, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:37", + "devicecode": "98001" + }, + { + "eventid": "01add980-19bf-4de5-b797-275cec480c1c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:53", + "lon": 112.349308, + "lat": 36.47074, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "c1065d9b-1ef6-498c-8708-9e129d5ad011", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:08", + "lon": 112.349326, + "lat": 36.470751, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "7429779b-ec6c-4028-9918-aa1dceea53e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:38", + "lon": 112.349298, + "lat": 36.470743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "69001e9d-591f-4e1c-ba6e-9a14d8f2af5d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:23", + "lon": 112.349293, + "lat": 36.470736, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "803dbbc4-878f-437a-b247-8cf8ef22d90e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:53", + "lon": 112.349268, + "lat": 36.470738, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "610e60f0-91c9-4350-aff0-ac9e9ff84227", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:08", + "lon": 112.34928, + "lat": 36.47074, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "49e9cf28-232a-4f65-a4e5-176ed7f9c53f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:53", + "lon": 112.349025, + "lat": 36.47039, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "23e5351b-3bd4-441e-bb83-5a95d9e9e747", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:38", + "lon": 112.349295, + "lat": 36.470726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "de8a9c31-9f07-41f0-ac13-cdba50c00ae4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:38", + "lon": 112.348828, + "lat": 36.470325, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "998b2bc2-05b3-49c3-8334-48b8a7c7664d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:08", + "lon": 112.349183, + "lat": 36.470521, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "8714e65d-68e6-49c2-97e2-a27b95c17d20", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:23", + "lon": 112.34927, + "lat": 36.470688, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "340789bf-3b7b-4aac-a154-abc0f8859d7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:22", + "lon": 112.348573, + "lat": 36.47034, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:26:19", + "devicecode": "98001" + }, + { + "eventid": "ca2992c8-8f66-4884-b142-0c54d8d30f70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:07", + "lon": 112.348438, + "lat": 36.470348, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:26:03", + "devicecode": "98001" + }, + { + "eventid": "ce0330eb-84d9-41b6-8315-6c233b245d06", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:52", + "lon": 112.34829, + "lat": 36.470426, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:46", + "devicecode": "98001" + }, + { + "eventid": "6c348f48-b793-4b26-a635-a2a164749b9a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:37", + "lon": 112.348151, + "lat": 36.470413, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:30", + "devicecode": "98001" + }, + { + "eventid": "bd9727c3-10f6-4692-a63d-7113bb6651b6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:22", + "lon": 112.348028, + "lat": 36.470425, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:14", + "devicecode": "98001" + }, + { + "eventid": "ace588c9-047c-4279-a7c0-92dab1bd9a09", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:07", + "lon": 112.34786, + "lat": 36.470466, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:03", + "devicecode": "98001" + }, + { + "eventid": "b90588c7-61b4-49a4-aef2-0f20e12211f1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:52", + "lon": 112.347673, + "lat": 36.470496, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:47", + "devicecode": "98001" + }, + { + "eventid": "9f6d2077-17a7-4bf6-a560-2df92fd1ede0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:37", + "lon": 112.347548, + "lat": 36.470503, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:30", + "devicecode": "98001" + }, + { + "eventid": "422f5af2-9a87-49e1-ac82-44daf5091e52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:22", + "lon": 112.347423, + "lat": 36.470528, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:14", + "devicecode": "98001" + }, + { + "eventid": "3c306d71-d6a0-4034-9c79-591f2561b53f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:50", + "lon": 112.347276, + "lat": 36.47062, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:58", + "devicecode": "98001" + }, + { + "eventid": "e6dad0d8-b277-4d2e-b202-a2d8092762c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:05", + "lon": 112.347351, + "lat": 36.470615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:58", + "devicecode": "98001" + }, + { + "eventid": "218adcfb-b259-40c5-b40c-380a917227c4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:35", + "lon": 112.347155, + "lat": 36.471166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:47", + "devicecode": "98001" + }, + { + "eventid": "93d81fa2-c5c4-4546-adba-5a7af5977664", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:20", + "lon": 112.347196, + "lat": 36.471601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:13", + "devicecode": "98001" + }, + { + "eventid": "c9a79c08-c92e-4269-98a7-3169815bd2d1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:03", + "lon": 112.347188, + "lat": 36.471611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:57", + "devicecode": "98001" + }, + { + "eventid": "ce82c0b8-004d-4413-a128-f73c8537082b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:48", + "lon": 112.347176, + "lat": 36.47166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:40", + "devicecode": "98001" + }, + { + "eventid": "711b078b-9fd3-4338-8408-d0c822fddf9d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:33", + "lon": 112.347255, + "lat": 36.472213, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:30", + "devicecode": "98001" + }, + { + "eventid": "8879e2ba-30a0-48f1-863a-8ef468b61168", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:18", + "lon": 112.3473, + "lat": 36.472921, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:13", + "devicecode": "98001" + }, + { + "eventid": "44baf84f-6381-47a0-8b75-6a5c747f3641", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:31", + "lon": 112.348028, + "lat": 36.475003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "122ca405-c0c1-46b0-9e08-d7726bce6242", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:01", + "lon": 112.347665, + "lat": 36.47362, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "97fc727c-a453-40f0-9c64-80e355139ae6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:46", + "lon": 112.347905, + "lat": 36.474211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "a210ea16-9b7b-4e70-830b-f8ff35c2a2da", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:16", + "lon": 112.347846, + "lat": 36.475493, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:46", + "devicecode": "98001" + }, + { + "eventid": "b68b2222-d910-491a-a6a0-d6b1db22a84d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:01", + "lon": 112.34749, + "lat": 36.47554, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:56", + "devicecode": "98001" + }, + { + "eventid": "9b05739b-ce8e-4a83-9b9c-d0d0fe82ba51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:46", + "lon": 112.347493, + "lat": 36.475538, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:39", + "devicecode": "98001" + }, + { + "eventid": "b56e851a-c9ab-45f1-8e14-66da4b83d65c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:29", + "lon": 112.347385, + "lat": 36.47556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:22", + "devicecode": "98001" + }, + { + "eventid": "b12f6792-d641-423e-b69d-3e1f64f1645a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:14", + "lon": 112.347016, + "lat": 36.475615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:06", + "devicecode": "98001" + }, + { + "eventid": "cb53dcc4-a7ae-4aad-987c-4d1b326ea271", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:59", + "lon": 112.347015, + "lat": 36.475621, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:55", + "devicecode": "98001" + }, + { + "eventid": "bfd8f747-90f1-4bc5-8d27-613e3dfa0db3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:44", + "lon": 112.347021, + "lat": 36.475626, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:39", + "devicecode": "98001" + }, + { + "eventid": "bdd9c34c-dd42-4c5c-ab85-9bf5705de634", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:29", + "lon": 112.347008, + "lat": 36.475633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:23", + "devicecode": "98001" + }, + { + "eventid": "72908702-4836-4925-af3c-193897b6b485", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:14", + "lon": 112.347005, + "lat": 36.475631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:06", + "devicecode": "98001" + }, + { + "eventid": "6c040672-791c-4d53-830f-a7347d117551", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:59", + "lon": 112.347008, + "lat": 36.475618, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:55", + "devicecode": "98001" + }, + { + "eventid": "293728f8-6820-40ec-aca5-6f6919b96acb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:44", + "lon": 112.346998, + "lat": 36.47563, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:38", + "devicecode": "98001" + }, + { + "eventid": "9fe5593d-221c-4fb0-96a0-06bbd3d5e4b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:29", + "lon": 112.346978, + "lat": 36.475641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:22", + "devicecode": "98001" + }, + { + "eventid": "d575114f-9744-4887-9991-9144be1dc4e4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:14", + "lon": 112.346561, + "lat": 36.475703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:06", + "devicecode": "98001" + }, + { + "eventid": "62e6af00-7533-48be-a24f-ef6143e7097b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:59", + "lon": 112.345708, + "lat": 36.475973, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:55", + "devicecode": "98001" + }, + { + "eventid": "c8145d88-8ad4-4255-9557-f02d8efc13cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:43", + "lon": 112.345506, + "lat": 36.475296, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:38", + "devicecode": "98001" + }, + { + "eventid": "e353088c-2acf-4ab1-b375-a08b98617f18", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:28", + "lon": 112.345411, + "lat": 36.474291, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:22", + "devicecode": "98001" + }, + { + "eventid": "7793d0fb-0f47-4c31-8ff3-d7f6da367123", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:13", + "lon": 112.345271, + "lat": 36.473321, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:05", + "devicecode": "98001" + }, + { + "eventid": "43d57132-3699-4553-8e9d-d1f9cd29baf2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:58", + "lon": 112.345126, + "lat": 36.472456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:54", + "devicecode": "98001" + }, + { + "eventid": "a65a58f3-278d-4d92-814d-e317b742d53d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:43", + "lon": 112.344951, + "lat": 36.471515, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:37", + "devicecode": "98001" + }, + { + "eventid": "382b4a33-ee44-41ae-8d21-0474f3eb1836", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:28", + "lon": 112.344751, + "lat": 36.470593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:21", + "devicecode": "98001" + }, + { + "eventid": "c29ebd1d-2edb-4366-a06a-9906cb8bd9af", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:13", + "lon": 112.344565, + "lat": 36.469665, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:05", + "devicecode": "98001" + }, + { + "eventid": "f69a3e5b-1034-4c4b-9ed1-178d25e1c53e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:58", + "lon": 112.34437, + "lat": 36.468693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:54", + "devicecode": "98001" + }, + { + "eventid": "44808e96-c8b7-4d2e-b055-f877e242d7fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:43", + "lon": 112.344171, + "lat": 36.467701, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:37", + "devicecode": "98001" + }, + { + "eventid": "fcdfbc4e-5cc1-45f0-9dd8-78c4308f79d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:28", + "lon": 112.343971, + "lat": 36.466835, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:21", + "devicecode": "98001" + }, + { + "eventid": "92e11bcf-f2c7-4b4c-bf3c-60db405709bc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:13", + "lon": 112.343751, + "lat": 36.466121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:10", + "devicecode": "98001" + }, + { + "eventid": "903808bb-9e0e-4cbc-b1f9-6f6f19230c95", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:58", + "lon": 112.343566, + "lat": 36.465173, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:53", + "devicecode": "98001" + }, + { + "eventid": "294fb0b6-4083-47bc-a2d0-835ce28ea5a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:43", + "lon": 112.343378, + "lat": 36.46448, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:37", + "devicecode": "98001" + }, + { + "eventid": "d7659437-1630-4ad3-8aca-2bea863aef32", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:28", + "lon": 112.343616, + "lat": 36.464366, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:21", + "devicecode": "98001" + }, + { + "eventid": "53ed30f1-5da3-4683-815c-7c45902558ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:13", + "lon": 112.34365, + "lat": 36.464333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:10", + "devicecode": "98001" + }, + { + "eventid": "0ed781c8-5835-4599-b3e7-364ea875babe", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:58", + "lon": 112.343913, + "lat": 36.464276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:53", + "devicecode": "98001" + }, + { + "eventid": "57071d88-7ceb-420f-9995-8190d1ca17c3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:43", + "lon": 112.34391, + "lat": 36.464278, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:37", + "devicecode": "98001" + }, + { + "eventid": "4fae017b-136e-44b3-b5e5-868f65afe003", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:28", + "lon": 112.343908, + "lat": 36.46429, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:20", + "devicecode": "98001" + }, + { + "eventid": "25ef3068-8e47-434b-830d-e4df510be68e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:18:55", + "lon": 112.343933, + "lat": 36.464276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:03", + "devicecode": "98001" + }, + { + "eventid": "abc58576-60f7-4655-838a-7a68e8666791", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:10", + "lon": 112.34391, + "lat": 36.464293, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:03", + "devicecode": "98001" + }, + { + "eventid": "7e3db4a1-f862-4d24-81ca-8d18e20762ad", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:18:39", + "lon": 112.344213, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:12:47", + "devicecode": "98001" + }, + { + "eventid": "4cf010d8-cf53-4039-8f4f-0eb5640cecc3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:17:25", + "lon": 112.344245, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:11:21", + "devicecode": "98001" + }, + { + "eventid": "badccd6e-6cd1-4d9d-8697-a869eb888825", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:17:10", + "lon": 112.344246, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:11:04", + "devicecode": "98001" + }, + { + "eventid": "0d31eed5-7dd8-42ff-a7bd-7b454678fb07", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:55", + "lon": 112.34425, + "lat": 36.464235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:48", + "devicecode": "98001" + }, + { + "eventid": "bae5c4f3-821e-4e09-842d-2f3997514a7b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:40", + "lon": 112.34423, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:37", + "devicecode": "98001" + }, + { + "eventid": "a839c373-caf3-410e-9424-04c7a8ebd621", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:25", + "lon": 112.344233, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:20", + "devicecode": "98001" + }, + { + "eventid": "cc2dd8e1-07a0-4279-b13b-f722e7209cc2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:10", + "lon": 112.344228, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:04", + "devicecode": "98001" + }, + { + "eventid": "237f310b-1fae-41e0-bc8a-e4ab9227c7eb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:54", + "lon": 112.344225, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:48", + "devicecode": "98001" + }, + { + "eventid": "05b8c823-6057-4cb6-b0d0-d6e2414b1e88", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:21", + "lon": 112.344238, + "lat": 36.46422, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:32", + "devicecode": "98001" + }, + { + "eventid": "b0139c7a-4689-427c-b818-5375d325c09f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:36", + "lon": 112.34423, + "lat": 36.464228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:32", + "devicecode": "98001" + }, + { + "eventid": "b368d16f-7178-48f6-8d00-10a4fe1e4b4a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:06", + "lon": 112.343965, + "lat": 36.464266, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:26", + "devicecode": "98001" + }, + { + "eventid": "a352d0e6-00fe-4657-ada4-f094ca8836c5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:51", + "lon": 112.343605, + "lat": 36.464353, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:48", + "devicecode": "98001" + }, + { + "eventid": "0bc21a46-68ce-493c-824c-427abada2b42", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:36", + "lon": 112.34358, + "lat": 36.464358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:31", + "devicecode": "98001" + }, + { + "eventid": "0df4f2fe-864e-4857-bf99-8f55d7f309b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:21", + "lon": 112.34335, + "lat": 36.464325, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:14", + "devicecode": "98001" + }, + { + "eventid": "3601f54b-979b-479a-85cf-062f7601a1b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:05", + "lon": 112.343228, + "lat": 36.46376, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:03", + "devicecode": "98001" + }, + { + "eventid": "4708bd51-d5ed-443c-9746-0ff25588d772", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:50", + "lon": 112.343023, + "lat": 36.46288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:07:46", + "devicecode": "98001" + }, + { + "eventid": "73d3d2d8-d4ed-4bb0-8060-33499a02ac36", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:20", + "lon": 112.342675, + "lat": 36.461143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:07:14", + "devicecode": "98001" + }, + { + "eventid": "0c5fbf0c-cb6c-418a-84a2-60279293d7e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:05", + "lon": 112.342505, + "lat": 36.460358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:58", + "devicecode": "98001" + }, + { + "eventid": "b0610642-faed-48a0-925b-f483e9fe0e06", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:50", + "lon": 112.342343, + "lat": 36.459573, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:42", + "devicecode": "98001" + }, + { + "eventid": "1ad7911b-61ba-439a-886f-9487131cad52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:35", + "lon": 112.34215, + "lat": 36.458795, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:31", + "devicecode": "98001" + }, + { + "eventid": "4c264262-cb36-4415-96cf-4fb9e2be4cd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:20", + "lon": 112.342171, + "lat": 36.458311, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:14", + "devicecode": "98001" + }, + { + "eventid": "eb69747d-b8c9-409a-87af-8cb3abe58913", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:05", + "lon": 112.342768, + "lat": 36.458198, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:58", + "devicecode": "98001" + }, + { + "eventid": "d7f99c9e-e278-4071-b223-825bd73c5c8e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:50", + "lon": 112.343468, + "lat": 36.45824, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:46", + "devicecode": "98001" + }, + { + "eventid": "0b83c9b5-0589-4429-aa90-01d6998ecbbc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:35", + "lon": 112.344135, + "lat": 36.45851, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:29", + "devicecode": "98001" + }, + { + "eventid": "7823e129-52a9-46ca-be93-9b513cf8bcaa", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:20", + "lon": 112.344856, + "lat": 36.458596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:15", + "devicecode": "98001" + }, + { + "eventid": "53bcb8e1-d878-417a-bb40-dee8069a17a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:05", + "lon": 112.345616, + "lat": 36.458586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:59", + "devicecode": "98001" + }, + { + "eventid": "260645c1-cc0d-479c-82d1-560d4f566e51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:49", + "lon": 112.346123, + "lat": 36.458635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:43", + "devicecode": "98001" + }, + { + "eventid": "f1082ccc-a110-442a-86c0-66a223e87db6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:32", + "lon": 112.34613, + "lat": 36.458615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:27", + "devicecode": "98001" + }, + { + "eventid": "263a5679-3606-47fc-b4e3-1d0f37626aa1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:14", + "lon": 112.345971, + "lat": 36.45863, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:10", + "devicecode": "98001" + }, + { + "eventid": "610c347e-ef8c-4370-867f-8ef908f86ed2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:59", + "lon": 112.3451, + "lat": 36.458593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:53", + "devicecode": "98001" + }, + { + "eventid": "8af2d827-79bb-40f8-9bd2-1cbdc831256d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:44", + "lon": 112.344098, + "lat": 36.458506, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:37", + "devicecode": "98001" + }, + { + "eventid": "5351c0ef-c01f-4074-9b1b-a4cbaec2ad58", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:29", + "lon": 112.343351, + "lat": 36.458221, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:26", + "devicecode": "98001" + }, + { + "eventid": "0d5fec8e-4a10-480e-9f10-acbfd08761dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:14", + "lon": 112.342586, + "lat": 36.458205, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:10", + "devicecode": "98001" + }, + { + "eventid": "44d857b8-3b9e-4682-b378-1019b621331f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:59", + "lon": 112.342091, + "lat": 36.45827, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:53", + "devicecode": "98001" + }, + { + "eventid": "b4d2d05a-d473-4ff8-b895-81f2e5943f29", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:44", + "lon": 112.341911, + "lat": 36.457748, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:37", + "devicecode": "98001" + }, + { + "eventid": "5084c738-a386-432e-87e3-27f1538be406", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:29", + "lon": 112.341848, + "lat": 36.456955, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:26", + "devicecode": "98001" + }, + { + "eventid": "af41ff4e-cd89-4ed7-9160-009b6c39f891", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:14", + "lon": 112.341651, + "lat": 36.456345, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:09", + "devicecode": "98001" + }, + { + "eventid": "7a437ecf-ec64-4482-a8fe-3a7cb082b5ca", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:59", + "lon": 112.341408, + "lat": 36.45577, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:53", + "devicecode": "98001" + }, + { + "eventid": "1406b6ee-2eff-4071-ac61-8809e8105e2b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:44", + "lon": 112.341458, + "lat": 36.455526, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:37", + "devicecode": "98001" + }, + { + "eventid": "e126cabb-e1f9-46fa-8c36-6d5d9c66280a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:29", + "lon": 112.341616, + "lat": 36.455453, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:26", + "devicecode": "98001" + }, + { + "eventid": "b000b074-7d0a-4cbd-80ca-706fec31b30f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:14", + "lon": 112.341878, + "lat": 36.455701, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:10", + "devicecode": "98001" + }, + { + "eventid": "c697a338-d5bb-494b-a1c6-cb8e4936e87f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:59", + "lon": 112.342188, + "lat": 36.455995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:54", + "devicecode": "98001" + }, + { + "eventid": "ef49ee15-7918-49b5-95cf-c1c36ca30a00", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:44", + "lon": 112.342645, + "lat": 36.456121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:37", + "devicecode": "98001" + }, + { + "eventid": "e1d07136-cd1d-4dce-9b32-b5b7d7e0d7ee", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:29", + "lon": 112.342728, + "lat": 36.456141, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:26", + "devicecode": "98001" + }, + { + "eventid": "e0b06e6d-429a-4320-a39b-646e9061c80f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:14", + "lon": 112.342936, + "lat": 36.456123, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:10", + "devicecode": "98001" + }, + { + "eventid": "122552fd-429a-410d-a187-d6267cdcb940", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:59", + "lon": 112.343121, + "lat": 36.456046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:53", + "devicecode": "98001" + }, + { + "eventid": "c37a124a-8e45-4a0b-8e37-0c906d9eb2c7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:44", + "lon": 112.343246, + "lat": 36.455983, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:37", + "devicecode": "98001" + }, + { + "eventid": "ce4896ff-e4b0-4ce1-99ad-771f58d2dd26", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:26", + "lon": 112.343236, + "lat": 36.455995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:20", + "devicecode": "98001" + }, + { + "eventid": "67fa23cb-8774-4807-b36d-7ffbd52f9dfb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:11", + "lon": 112.343223, + "lat": 36.45595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:03", + "devicecode": "98001" + }, + { + "eventid": "2fbc6a8e-7905-4909-859f-fedb3e8a3056", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:56", + "lon": 112.343103, + "lat": 36.456045, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:52", + "devicecode": "98001" + }, + { + "eventid": "d91335de-3e88-4a7a-bf71-a1286747dcb5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:41", + "lon": 112.342926, + "lat": 36.456095, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:36", + "devicecode": "98001" + }, + { + "eventid": "2b781869-45b2-4433-8425-f8edefe7cfb1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:26", + "lon": 112.34272, + "lat": 36.456118, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:19", + "devicecode": "98001" + }, + { + "eventid": "393c2df9-980e-47e6-96b9-f1b8a5366e7d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:11", + "lon": 112.342435, + "lat": 36.456075, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:03", + "devicecode": "98001" + }, + { + "eventid": "f759fc68-7be8-46d7-94f1-7ca8cce4a28e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:55", + "lon": 112.341885, + "lat": 36.455726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:47", + "devicecode": "98001" + }, + { + "eventid": "5ef4e7bb-cfdf-4a30-9f5e-bbdf8cf22c5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:40", + "lon": 112.341713, + "lat": 36.455521, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:36", + "devicecode": "98001" + }, + { + "eventid": "6aa5edf8-3bbd-4cee-9765-9bf3ccf892d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:25", + "lon": 112.341416, + "lat": 36.455431, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:20", + "devicecode": "98001" + }, + { + "eventid": "31469c00-be08-4d8b-9916-3fb662da8fc8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:10", + "lon": 112.341358, + "lat": 36.455296, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:04", + "devicecode": "98001" + }, + { + "eventid": "336ed0b1-71ed-4fea-8bd9-f5f31ecb6557", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:55", + "lon": 112.34124, + "lat": 36.454978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:47", + "devicecode": "98001" + }, + { + "eventid": "a0b08918-d025-47da-bd9b-9231384c7b61", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:40", + "lon": 112.341035, + "lat": 36.454476, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:37", + "devicecode": "98001" + }, + { + "eventid": "f494c751-abbc-4767-b84b-1f609deaaa25", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:25", + "lon": 112.340726, + "lat": 36.454128, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:20", + "devicecode": "98001" + }, + { + "eventid": "2eefd9af-31a2-4aa4-ba0b-8eee797af8d9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:10", + "lon": 112.3404, + "lat": 36.453478, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:04", + "devicecode": "98001" + } + ] + }, + { + "eventid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "name": "仝建红", + "sex": "01", + "duty": "巡线工", + "phone": "13935543171", + "unitname": "屯留站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "58a46dbb-2156-48a8-957d-3e31251af57e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:22", + "lon": 112.727, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:46:14", + "devicecode": "98018" + }, + { + "eventid": "58a46dbb-2156-48a8-957d-3e31251af57e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:22", + "lon": 112.727, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:46:14", + "devicecode": "98018" + }, + { + "eventid": "8fc9c495-7795-46f7-8ea4-4a017ec7e2ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:07", + "lon": 112.727015, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:58", + "devicecode": "98018" + }, + { + "eventid": "8fc9c495-7795-46f7-8ea4-4a017ec7e2ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:07", + "lon": 112.727015, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:58", + "devicecode": "98018" + }, + { + "eventid": "fe2db6b8-f44e-47a4-bd9e-46bdda9c7a0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:52", + "lon": 112.727016, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:47", + "devicecode": "98018" + }, + { + "eventid": "fe2db6b8-f44e-47a4-bd9e-46bdda9c7a0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:52", + "lon": 112.727016, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:47", + "devicecode": "98018" + }, + { + "eventid": "2dfe79bb-cf97-427f-b47f-a3cdd3390ccf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:37", + "lon": 112.727016, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:30", + "devicecode": "98018" + }, + { + "eventid": "2dfe79bb-cf97-427f-b47f-a3cdd3390ccf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:37", + "lon": 112.727016, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:30", + "devicecode": "98018" + }, + { + "eventid": "921c9843-9d5c-4337-8d34-52746c483e65", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:22", + "lon": 112.72701, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:15", + "devicecode": "98018" + }, + { + "eventid": "921c9843-9d5c-4337-8d34-52746c483e65", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:22", + "lon": 112.72701, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:15", + "devicecode": "98018" + }, + { + "eventid": "24b07505-ba69-42c7-ae20-b8d56b0a285b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:07", + "lon": 112.727013, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:59", + "devicecode": "98018" + }, + { + "eventid": "24b07505-ba69-42c7-ae20-b8d56b0a285b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:07", + "lon": 112.727013, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:59", + "devicecode": "98018" + }, + { + "eventid": "2ad27523-f2f6-4b51-87a7-02c3ddaf11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:52", + "lon": 112.72701, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:43", + "devicecode": "98018" + }, + { + "eventid": "2ad27523-f2f6-4b51-87a7-02c3ddaf11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:52", + "lon": 112.72701, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:43", + "devicecode": "98018" + }, + { + "eventid": "f302f929-c3b9-4146-82e8-acc92a08f91b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:37", + "lon": 112.727043, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:27", + "devicecode": "98018" + }, + { + "eventid": "f302f929-c3b9-4146-82e8-acc92a08f91b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:37", + "lon": 112.727043, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:27", + "devicecode": "98018" + }, + { + "eventid": "d3586b93-e5b6-4c1b-9d72-a9e79ab04aa6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:22", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:16", + "devicecode": "98018" + }, + { + "eventid": "d3586b93-e5b6-4c1b-9d72-a9e79ab04aa6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:22", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:16", + "devicecode": "98018" + }, + { + "eventid": "7ea38bf5-d63d-4c92-8b85-4862266bbff5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:07", + "lon": 112.727045, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:01", + "devicecode": "98018" + }, + { + "eventid": "7ea38bf5-d63d-4c92-8b85-4862266bbff5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:07", + "lon": 112.727045, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:01", + "devicecode": "98018" + }, + { + "eventid": "fe91602e-a6db-4959-9dcf-dbccb4be25d7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:52", + "lon": 112.727041, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:45", + "devicecode": "98018" + }, + { + "eventid": "fe91602e-a6db-4959-9dcf-dbccb4be25d7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:52", + "lon": 112.727041, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:45", + "devicecode": "98018" + }, + { + "eventid": "c28e0d67-6f8a-40bc-ad27-326012aafebb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:37", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:29", + "devicecode": "98018" + }, + { + "eventid": "c28e0d67-6f8a-40bc-ad27-326012aafebb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:37", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:29", + "devicecode": "98018" + }, + { + "eventid": "b578e7ec-0221-4c44-bd08-8e7914715d47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:22", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:12", + "devicecode": "98018" + }, + { + "eventid": "b578e7ec-0221-4c44-bd08-8e7914715d47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:22", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:12", + "devicecode": "98018" + }, + { + "eventid": "43e2c3f5-d993-4aac-a364-5d24062ffd7f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:07", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:02", + "devicecode": "98018" + }, + { + "eventid": "43e2c3f5-d993-4aac-a364-5d24062ffd7f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:07", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:02", + "devicecode": "98018" + }, + { + "eventid": "aedfc0d8-d65b-42ba-9aa9-a2ffe5678e61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:52", + "lon": 112.727043, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:43", + "devicecode": "98018" + }, + { + "eventid": "aedfc0d8-d65b-42ba-9aa9-a2ffe5678e61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:52", + "lon": 112.727043, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:43", + "devicecode": "98018" + }, + { + "eventid": "d4073090-83fa-4828-88e4-e72c8eab3f99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:37", + "lon": 112.72704, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:27", + "devicecode": "98018" + }, + { + "eventid": "d4073090-83fa-4828-88e4-e72c8eab3f99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:37", + "lon": 112.72704, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:27", + "devicecode": "98018" + }, + { + "eventid": "78255127-ac42-4bf0-b6f6-d5ed1cadb6dd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:01", + "devicecode": "98018" + }, + { + "eventid": "78255127-ac42-4bf0-b6f6-d5ed1cadb6dd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:01", + "devicecode": "98018" + }, + { + "eventid": "9761d196-b5a8-4466-8d3f-4bb2a95326ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:52", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:45", + "devicecode": "98018" + }, + { + "eventid": "9761d196-b5a8-4466-8d3f-4bb2a95326ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:52", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:45", + "devicecode": "98018" + }, + { + "eventid": "7adfd9a6-99d5-4e5d-b256-3d5dd38fddfb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:37", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:29", + "devicecode": "98018" + }, + { + "eventid": "7adfd9a6-99d5-4e5d-b256-3d5dd38fddfb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:37", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:29", + "devicecode": "98018" + }, + { + "eventid": "39f202b6-f418-417d-ac9b-26a7fde89366", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:22", + "lon": 112.72702, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:12", + "devicecode": "98018" + }, + { + "eventid": "39f202b6-f418-417d-ac9b-26a7fde89366", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:22", + "lon": 112.72702, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:12", + "devicecode": "98018" + }, + { + "eventid": "990db08b-e168-4f09-b7e1-3c14c0b44998", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:07", + "lon": 112.727013, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:02", + "devicecode": "98018" + }, + { + "eventid": "990db08b-e168-4f09-b7e1-3c14c0b44998", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:07", + "lon": 112.727013, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:02", + "devicecode": "98018" + }, + { + "eventid": "2b01fb05-b5d6-408f-83e6-60c656ced86a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:52", + "lon": 112.727018, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:45", + "devicecode": "98018" + }, + { + "eventid": "2b01fb05-b5d6-408f-83e6-60c656ced86a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:52", + "lon": 112.727018, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:45", + "devicecode": "98018" + }, + { + "eventid": "83073d52-32bc-4d22-94a4-0a48600d8599", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:37", + "lon": 112.727016, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:29", + "devicecode": "98018" + }, + { + "eventid": "83073d52-32bc-4d22-94a4-0a48600d8599", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:37", + "lon": 112.727016, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:29", + "devicecode": "98018" + }, + { + "eventid": "8f984745-671b-4216-a92b-2221cdbfd0ca", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:22", + "lon": 112.72701, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:12", + "devicecode": "98018" + }, + { + "eventid": "8f984745-671b-4216-a92b-2221cdbfd0ca", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:22", + "lon": 112.72701, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:12", + "devicecode": "98018" + }, + { + "eventid": "2d17a064-b28f-4662-902f-765a95d988cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:07", + "lon": 112.727016, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:01", + "devicecode": "98018" + }, + { + "eventid": "2d17a064-b28f-4662-902f-765a95d988cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:07", + "lon": 112.727016, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:01", + "devicecode": "98018" + }, + { + "eventid": "105fad3e-0c55-489b-bc3d-aaeb5aa863e6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:52", + "lon": 112.72703, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:45", + "devicecode": "98018" + }, + { + "eventid": "105fad3e-0c55-489b-bc3d-aaeb5aa863e6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:52", + "lon": 112.72703, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:45", + "devicecode": "98018" + }, + { + "eventid": "520ca9ca-7540-406d-a6c3-8a446d9a4708", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:37", + "lon": 112.727025, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:29", + "devicecode": "98018" + }, + { + "eventid": "520ca9ca-7540-406d-a6c3-8a446d9a4708", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:37", + "lon": 112.727025, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:29", + "devicecode": "98018" + }, + { + "eventid": "d698a35a-81d3-468c-a386-c7318c904276", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:22", + "lon": 112.727026, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:14", + "devicecode": "98018" + }, + { + "eventid": "d698a35a-81d3-468c-a386-c7318c904276", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:22", + "lon": 112.727026, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:14", + "devicecode": "98018" + }, + { + "eventid": "ce643d8a-fe65-40c1-93fe-9074eb22b06b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:07", + "lon": 112.727025, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:57", + "devicecode": "98018" + }, + { + "eventid": "ce643d8a-fe65-40c1-93fe-9074eb22b06b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:07", + "lon": 112.727025, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:57", + "devicecode": "98018" + }, + { + "eventid": "b7b29ad0-601d-4cea-8b6f-ea46ceeddb9c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:52", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:47", + "devicecode": "98018" + }, + { + "eventid": "b7b29ad0-601d-4cea-8b6f-ea46ceeddb9c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:52", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:47", + "devicecode": "98018" + }, + { + "eventid": "91797f72-0343-476a-8843-c2bb4dc8de27", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:37", + "lon": 112.727021, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:30", + "devicecode": "98018" + }, + { + "eventid": "91797f72-0343-476a-8843-c2bb4dc8de27", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:37", + "lon": 112.727021, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:30", + "devicecode": "98018" + }, + { + "eventid": "0981b27a-0a73-4c74-ac43-abe15db2a13d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:22", + "lon": 112.72702, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:15", + "devicecode": "98018" + }, + { + "eventid": "0981b27a-0a73-4c74-ac43-abe15db2a13d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:22", + "lon": 112.72702, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:15", + "devicecode": "98018" + }, + { + "eventid": "4380ee38-3c33-4212-97fd-c00735bc62c0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:07", + "lon": 112.727023, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:58", + "devicecode": "98018" + }, + { + "eventid": "4380ee38-3c33-4212-97fd-c00735bc62c0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:07", + "lon": 112.727023, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:58", + "devicecode": "98018" + }, + { + "eventid": "6a037af9-dfbf-4d2d-bc94-fbf715fce8a4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:52", + "lon": 112.727023, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:42", + "devicecode": "98018" + }, + { + "eventid": "6a037af9-dfbf-4d2d-bc94-fbf715fce8a4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:52", + "lon": 112.727023, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:42", + "devicecode": "98018" + }, + { + "eventid": "850f95bc-bc18-44de-8cca-0090ce8373d5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:31", + "devicecode": "98018" + }, + { + "eventid": "850f95bc-bc18-44de-8cca-0090ce8373d5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:31", + "devicecode": "98018" + }, + { + "eventid": "25335dc2-f0f6-4b20-8b50-8b6aff994e67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:22", + "lon": 112.727021, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:16", + "devicecode": "98018" + }, + { + "eventid": "25335dc2-f0f6-4b20-8b50-8b6aff994e67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:22", + "lon": 112.727021, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:16", + "devicecode": "98018" + }, + { + "eventid": "63792386-d5be-4b06-b4cd-651bf799b1d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:07", + "lon": 112.727016, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:59", + "devicecode": "98018" + }, + { + "eventid": "63792386-d5be-4b06-b4cd-651bf799b1d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:07", + "lon": 112.727016, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:59", + "devicecode": "98018" + }, + { + "eventid": "64373d76-1db7-4d32-87cc-38a98b966f3e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:52", + "lon": 112.727018, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:43", + "devicecode": "98018" + }, + { + "eventid": "64373d76-1db7-4d32-87cc-38a98b966f3e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:52", + "lon": 112.727018, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:43", + "devicecode": "98018" + }, + { + "eventid": "98b4882d-4cd5-451a-b543-8994917227a5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:37", + "lon": 112.727021, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:27", + "devicecode": "98018" + }, + { + "eventid": "98b4882d-4cd5-451a-b543-8994917227a5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:37", + "lon": 112.727021, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:27", + "devicecode": "98018" + }, + { + "eventid": "b8b66d04-0653-4ce7-98b0-852c088f41ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:22", + "lon": 112.72704, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:17", + "devicecode": "98018" + }, + { + "eventid": "b8b66d04-0653-4ce7-98b0-852c088f41ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:22", + "lon": 112.72704, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:17", + "devicecode": "98018" + }, + { + "eventid": "8e0f7407-632c-439e-b5b3-3f1ed71f9a41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:07", + "lon": 112.72705, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:00", + "devicecode": "98018" + }, + { + "eventid": "8e0f7407-632c-439e-b5b3-3f1ed71f9a41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:07", + "lon": 112.72705, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:00", + "devicecode": "98018" + }, + { + "eventid": "abe58599-d499-4581-8e94-bc8e3a2e4cae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:52", + "lon": 112.72705, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:43", + "devicecode": "98018" + }, + { + "eventid": "abe58599-d499-4581-8e94-bc8e3a2e4cae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:52", + "lon": 112.72705, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:43", + "devicecode": "98018" + }, + { + "eventid": "c29ca326-3fe5-4351-9ad3-23cd9af1bb3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:37", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:32", + "devicecode": "98018" + }, + { + "eventid": "c29ca326-3fe5-4351-9ad3-23cd9af1bb3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:37", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:32", + "devicecode": "98018" + }, + { + "eventid": "74cab526-0f57-4d62-9381-f32ee552fe62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:22", + "lon": 112.727025, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:15", + "devicecode": "98018" + }, + { + "eventid": "74cab526-0f57-4d62-9381-f32ee552fe62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:22", + "lon": 112.727025, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:15", + "devicecode": "98018" + }, + { + "eventid": "37bd5a53-3ef0-4342-9a9d-bcac29f5fef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:07", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:58", + "devicecode": "98018" + }, + { + "eventid": "37bd5a53-3ef0-4342-9a9d-bcac29f5fef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:07", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:58", + "devicecode": "98018" + }, + { + "eventid": "97d45b25-4f45-4ef8-ad87-f4623d944e46", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:52", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:47", + "devicecode": "98018" + }, + { + "eventid": "97d45b25-4f45-4ef8-ad87-f4623d944e46", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:52", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:47", + "devicecode": "98018" + }, + { + "eventid": "0e083ddb-add0-4658-bc36-39ff40335b23", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:37", + "lon": 112.727031, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:29", + "devicecode": "98018" + }, + { + "eventid": "0e083ddb-add0-4658-bc36-39ff40335b23", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:37", + "lon": 112.727031, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:29", + "devicecode": "98018" + }, + { + "eventid": "fe331792-17b3-4003-ab03-514488d57953", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:22", + "lon": 112.727031, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:12", + "devicecode": "98018" + }, + { + "eventid": "fe331792-17b3-4003-ab03-514488d57953", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:22", + "lon": 112.727031, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:12", + "devicecode": "98018" + }, + { + "eventid": "0f4f1f0d-912b-4a9b-9600-fc817cf5968d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:07", + "lon": 112.72703, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:00", + "devicecode": "98018" + }, + { + "eventid": "0f4f1f0d-912b-4a9b-9600-fc817cf5968d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:07", + "lon": 112.72703, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:00", + "devicecode": "98018" + }, + { + "eventid": "0a239405-b270-47d9-a46b-3d15bfcdac8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:52", + "lon": 112.727045, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:44", + "devicecode": "98018" + }, + { + "eventid": "0a239405-b270-47d9-a46b-3d15bfcdac8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:52", + "lon": 112.727045, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:44", + "devicecode": "98018" + }, + { + "eventid": "b1bc7c7f-f8bc-4a9e-aeef-a0d16994fc8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:37", + "lon": 112.727046, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:27", + "devicecode": "98018" + }, + { + "eventid": "b1bc7c7f-f8bc-4a9e-aeef-a0d16994fc8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:37", + "lon": 112.727046, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:27", + "devicecode": "98018" + }, + { + "eventid": "082d08b9-d829-4837-8523-560dcd7f6202", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:22", + "lon": 112.727046, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:16", + "devicecode": "98018" + }, + { + "eventid": "082d08b9-d829-4837-8523-560dcd7f6202", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:22", + "lon": 112.727046, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:16", + "devicecode": "98018" + }, + { + "eventid": "f00b2278-aefa-49cf-aa1a-5470d9114b15", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:59", + "devicecode": "98018" + }, + { + "eventid": "f00b2278-aefa-49cf-aa1a-5470d9114b15", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:59", + "devicecode": "98018" + }, + { + "eventid": "0fb331b1-03f8-4a81-9c81-d97b249a6087", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:52", + "lon": 112.727035, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:43", + "devicecode": "98018" + }, + { + "eventid": "0fb331b1-03f8-4a81-9c81-d97b249a6087", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:52", + "lon": 112.727035, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:43", + "devicecode": "98018" + }, + { + "eventid": "5ac9bbf4-64de-4a4e-8e9c-183e1e6ebd0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:37", + "lon": 112.727035, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:32", + "devicecode": "98018" + }, + { + "eventid": "5ac9bbf4-64de-4a4e-8e9c-183e1e6ebd0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:37", + "lon": 112.727035, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:32", + "devicecode": "98018" + }, + { + "eventid": "2a169cf9-280b-45ea-bb56-f6ce8bd70bfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:22", + "lon": 112.727036, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:15", + "devicecode": "98018" + }, + { + "eventid": "2a169cf9-280b-45ea-bb56-f6ce8bd70bfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:22", + "lon": 112.727036, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:15", + "devicecode": "98018" + }, + { + "eventid": "f47a5428-9054-4e63-9ef9-f4c896312c95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:07", + "lon": 112.727033, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:58", + "devicecode": "98018" + }, + { + "eventid": "f47a5428-9054-4e63-9ef9-f4c896312c95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:07", + "lon": 112.727033, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:58", + "devicecode": "98018" + }, + { + "eventid": "02a534a5-a991-4719-8cd7-6606d104eaad", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:52", + "lon": 112.727028, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:47", + "devicecode": "98018" + }, + { + "eventid": "02a534a5-a991-4719-8cd7-6606d104eaad", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:52", + "lon": 112.727028, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:47", + "devicecode": "98018" + }, + { + "eventid": "5703a040-8bc3-4ce4-bffe-df7f0ffdabe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:37", + "lon": 112.727023, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:29", + "devicecode": "98018" + }, + { + "eventid": "5703a040-8bc3-4ce4-bffe-df7f0ffdabe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:37", + "lon": 112.727023, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:29", + "devicecode": "98018" + }, + { + "eventid": "11f51806-38f9-4a25-8a8f-d6519510d56f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:22", + "lon": 112.727038, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:12", + "devicecode": "98018" + }, + { + "eventid": "11f51806-38f9-4a25-8a8f-d6519510d56f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:22", + "lon": 112.727038, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:12", + "devicecode": "98018" + }, + { + "eventid": "1b34a100-17bb-4bbe-9da1-4b1023ea3b45", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:07", + "lon": 112.727058, + "lat": 36.314825, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:02", + "devicecode": "98018" + }, + { + "eventid": "1b34a100-17bb-4bbe-9da1-4b1023ea3b45", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:07", + "lon": 112.727058, + "lat": 36.314825, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:02", + "devicecode": "98018" + }, + { + "eventid": "04e80af0-d3a4-4217-bfce-7300acffda2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:52", + "lon": 112.727048, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:44", + "devicecode": "98018" + }, + { + "eventid": "04e80af0-d3a4-4217-bfce-7300acffda2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:52", + "lon": 112.727048, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:44", + "devicecode": "98018" + }, + { + "eventid": "9f96ee6a-0b48-4417-8236-9a5f705ec199", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:37", + "lon": 112.727045, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:28", + "devicecode": "98018" + }, + { + "eventid": "9f96ee6a-0b48-4417-8236-9a5f705ec199", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:37", + "lon": 112.727045, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:28", + "devicecode": "98018" + }, + { + "eventid": "749fd207-706f-4c04-9806-f0bff71cafd8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:22", + "lon": 112.727046, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:17", + "devicecode": "98018" + }, + { + "eventid": "749fd207-706f-4c04-9806-f0bff71cafd8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:22", + "lon": 112.727046, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:17", + "devicecode": "98018" + }, + { + "eventid": "934ea87a-b782-4883-9860-fce90cfccf30", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:07", + "lon": 112.727045, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:00", + "devicecode": "98018" + }, + { + "eventid": "934ea87a-b782-4883-9860-fce90cfccf30", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:07", + "lon": 112.727045, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:00", + "devicecode": "98018" + }, + { + "eventid": "8317779a-38b4-4113-9b71-db4da0e64ff4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:52", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:42", + "devicecode": "98018" + }, + { + "eventid": "8317779a-38b4-4113-9b71-db4da0e64ff4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:52", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:42", + "devicecode": "98018" + }, + { + "eventid": "5939719c-53d2-4a57-91d8-e443fc9c4044", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:37", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:31", + "devicecode": "98018" + }, + { + "eventid": "5939719c-53d2-4a57-91d8-e443fc9c4044", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:37", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:31", + "devicecode": "98018" + }, + { + "eventid": "6063ced5-8a3b-4a13-974f-12ec685f48f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:22", + "lon": 112.727045, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:14", + "devicecode": "98018" + }, + { + "eventid": "6063ced5-8a3b-4a13-974f-12ec685f48f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:22", + "lon": 112.727045, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:14", + "devicecode": "98018" + }, + { + "eventid": "38d69155-32f4-428a-8c68-90ac1cc02eec", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:07", + "lon": 112.727035, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:57", + "devicecode": "98018" + }, + { + "eventid": "38d69155-32f4-428a-8c68-90ac1cc02eec", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:07", + "lon": 112.727035, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:57", + "devicecode": "98018" + }, + { + "eventid": "dc221abb-66da-464b-8639-eb03e78d19b9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:52", + "lon": 112.727033, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:46", + "devicecode": "98018" + }, + { + "eventid": "dc221abb-66da-464b-8639-eb03e78d19b9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:52", + "lon": 112.727033, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:46", + "devicecode": "98018" + }, + { + "eventid": "88295f15-3a78-4616-ba10-7a2e01c5c3ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:37", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:28", + "devicecode": "98018" + }, + { + "eventid": "88295f15-3a78-4616-ba10-7a2e01c5c3ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:37", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:28", + "devicecode": "98018" + }, + { + "eventid": "1d78e9bc-ee6b-4dd5-930f-33ad62e02425", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:22", + "lon": 112.727011, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:16", + "devicecode": "98018" + }, + { + "eventid": "5943b754-f5dd-4ac6-9169-e17282787fb9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:07", + "lon": 112.727006, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:58", + "devicecode": "98018" + }, + { + "eventid": "7d1a1da4-4e20-49c3-992c-d54096117a0a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:52", + "lon": 112.727005, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:47", + "devicecode": "98018" + }, + { + "eventid": "2febf098-a593-469d-aa57-0e519d0d3c71", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:37", + "lon": 112.727003, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:30", + "devicecode": "98018" + }, + { + "eventid": "46dee846-922c-44d8-91dc-d8e28a2b4bcb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:22", + "lon": 112.727008, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:13", + "devicecode": "98018" + }, + { + "eventid": "66d14b4c-e3b4-4e3a-8765-b553f582f61f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:07", + "lon": 112.727016, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:02", + "devicecode": "98018" + }, + { + "eventid": "384f85d0-b518-4293-804a-8032454de5ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:52", + "lon": 112.727026, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:45", + "devicecode": "98018" + }, + { + "eventid": "a060b188-f15d-40b6-8dab-8b744bd14b3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:37", + "lon": 112.727023, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:28", + "devicecode": "98018" + }, + { + "eventid": "e38bd206-7292-405f-a1c8-97d7c94d8c19", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:22", + "lon": 112.727008, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:17", + "devicecode": "98018" + }, + { + "eventid": "19e98aa4-fe3c-4f80-8518-a9c1db5e5eeb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:07", + "lon": 112.727003, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:00", + "devicecode": "98018" + }, + { + "eventid": "06e89936-c5c3-4995-87df-7030a2c5ae42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:52", + "lon": 112.726998, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:44", + "devicecode": "98018" + }, + { + "eventid": "3fb09b25-e976-4038-b456-d16397698eab", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:37", + "lon": 112.72701, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:27", + "devicecode": "98018" + }, + { + "eventid": "9574626a-44a7-4a33-b9cc-e7d894cae835", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:22", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:15", + "devicecode": "98018" + }, + { + "eventid": "c2ff19d2-f50b-42d5-ace4-3378df07c813", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:07", + "lon": 112.727033, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:58", + "devicecode": "98018" + }, + { + "eventid": "971f97a3-9c2e-4ec4-9952-38b25ed06810", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:52", + "lon": 112.727035, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:47", + "devicecode": "98018" + }, + { + "eventid": "287e3303-7975-4beb-8113-85eda7017b75", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:37", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:30", + "devicecode": "98018" + }, + { + "eventid": "0d14703b-56ec-4252-9b90-db921666347a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:22", + "lon": 112.727023, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:13", + "devicecode": "98018" + }, + { + "eventid": "d0b4a449-4ecb-40a1-b793-c781c6ed97b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:07", + "lon": 112.727001, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:02", + "devicecode": "98018" + }, + { + "eventid": "bdfb5fbf-675b-4189-ad5b-a161da81b178", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:52", + "lon": 112.727001, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:45", + "devicecode": "98018" + }, + { + "eventid": "4fd40fd6-6737-40ac-9221-f9aad737b0ae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:28", + "devicecode": "98018" + }, + { + "eventid": "6af18235-bcf3-4ba1-b094-6e5e0630df5d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:22", + "lon": 112.727015, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:17", + "devicecode": "98018" + }, + { + "eventid": "b103d699-e47a-4d7c-a2ee-8bbe183d3c7d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:07", + "lon": 112.727011, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:59", + "devicecode": "98018" + }, + { + "eventid": "626094a1-4631-44c0-b40a-168d01ca5783", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:52", + "lon": 112.727013, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:47", + "devicecode": "98018" + }, + { + "eventid": "04c49499-1d1a-4ead-8aa9-963ca115263f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:37", + "lon": 112.727018, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:29", + "devicecode": "98018" + }, + { + "eventid": "14051394-c946-4f5a-aa12-b350e9ad67e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:22", + "lon": 112.72702, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:17", + "devicecode": "98018" + }, + { + "eventid": "038998cb-0680-4ef6-9a16-459ec1c66adc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:07", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:00", + "devicecode": "98018" + }, + { + "eventid": "b3793942-cacc-42b1-8edb-46081bb579b3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:52", + "lon": 112.727023, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:43", + "devicecode": "98018" + }, + { + "eventid": "7550def9-ed29-4f49-b97a-f6209fa8816d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:37", + "lon": 112.727025, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:31", + "devicecode": "98018" + }, + { + "eventid": "77eec2b9-04ff-4f60-b5e9-7f01e1693d9e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:22", + "lon": 112.72702, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:14", + "devicecode": "98018" + }, + { + "eventid": "a7e4fa9a-820d-4a37-8b12-e505955dfdc3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:07", + "lon": 112.727025, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:57", + "devicecode": "98018" + }, + { + "eventid": "f640f407-9459-4584-bb17-550aeb10f0b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:52", + "lon": 112.727026, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:46", + "devicecode": "98018" + }, + { + "eventid": "e1e63ff1-c93b-4477-bf62-094eddc997ee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:37", + "lon": 112.727028, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:29", + "devicecode": "98018" + }, + { + "eventid": "c8b4e3bb-2896-4615-bc7b-5172300a1a61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:22", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:12", + "devicecode": "98018" + }, + { + "eventid": "25e8eaa4-c9d8-4ce7-8be8-dfd8b2fb8b98", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:07", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:01", + "devicecode": "98018" + }, + { + "eventid": "3d5fbfd1-ddf5-462b-b774-d59fedafad5b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:52", + "lon": 112.727028, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:44", + "devicecode": "98018" + }, + { + "eventid": "0401e365-d269-4088-be42-6f54329221df", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:37", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:27", + "devicecode": "98018" + }, + { + "eventid": "2a12311c-cf9f-4ef3-9f20-b6f23a51348a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:22", + "lon": 112.72704, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:15", + "devicecode": "98018" + }, + { + "eventid": "bcd39bca-caad-4157-9d8a-99d7851ef88d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:07", + "lon": 112.727046, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:57", + "devicecode": "98018" + }, + { + "eventid": "90b4295e-8681-44c8-89d2-a4a43dd05b6c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:52", + "lon": 112.727051, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:46", + "devicecode": "98018" + }, + { + "eventid": "ee5a02f8-16a4-4710-8494-e6d461a9ff67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:37", + "lon": 112.727043, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:29", + "devicecode": "98018" + }, + { + "eventid": "44e213ee-b012-4751-b21b-16a9ed1a7f8c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:22", + "lon": 112.727041, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:12", + "devicecode": "98018" + }, + { + "eventid": "4eab4304-4b67-4ba4-b33d-111a3697a581", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:07", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:00", + "devicecode": "98018" + }, + { + "eventid": "e1061014-4fff-44d9-9b33-6857c7b4515a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:52", + "lon": 112.727028, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:42", + "devicecode": "98018" + }, + { + "eventid": "4e6c2bc2-20ce-4afa-a004-216ce0ba7743", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:37", + "lon": 112.727031, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:31", + "devicecode": "98018" + }, + { + "eventid": "b54bf953-24b5-49fa-aa90-e42c8e92f79c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:22", + "lon": 112.72703, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:13", + "devicecode": "98018" + }, + { + "eventid": "3f582f25-f6a0-4a7e-9285-8233075b0780", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:52", + "lon": 112.727036, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:45", + "devicecode": "98018" + }, + { + "eventid": "eb37505e-6125-4e57-8cbb-61285b3f1454", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:37", + "lon": 112.727028, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:27", + "devicecode": "98018" + }, + { + "eventid": "1acfec54-eea9-4dc6-8c8b-8d7d6025928c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:22", + "lon": 112.727031, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:15", + "devicecode": "98018" + }, + { + "eventid": "e4a05334-2eed-4c34-a624-bb7e5a73ef67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:07", + "lon": 112.727031, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:57", + "devicecode": "98018" + }, + { + "eventid": "90172128-8dbf-44c3-84f1-f9f9031180c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:52", + "lon": 112.72703, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:44", + "devicecode": "98018" + }, + { + "eventid": "579f634a-937e-4522-8dba-8b3e31318345", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:37", + "lon": 112.727033, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:32", + "devicecode": "98018" + }, + { + "eventid": "1bb64234-165f-42fc-8989-4694eef1f70b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:22", + "lon": 112.727033, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:15", + "devicecode": "98018" + }, + { + "eventid": "ccf7b27b-8685-45bd-b0ef-15bd14e350a7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:07", + "lon": 112.727018, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:02", + "devicecode": "98018" + }, + { + "eventid": "87350792-37d1-4f2b-ba16-31d1b0c7aeba", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:52", + "lon": 112.727018, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:42", + "devicecode": "98018" + }, + { + "eventid": "b6fe404f-6f36-45f8-a8ae-cf6150e42e70", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:37", + "lon": 112.72701, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:29", + "devicecode": "98018" + }, + { + "eventid": "a5321f6d-ce7f-4fea-b69b-5a73a24ecdc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:22", + "lon": 112.727011, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:15", + "devicecode": "98018" + }, + { + "eventid": "b1889af3-34f6-49b2-9eff-5ee9a298cdf3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:07", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:02", + "devicecode": "98018" + }, + { + "eventid": "9074f966-5c55-4077-93c3-bd457ca00fff", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:52", + "lon": 112.727006, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:44", + "devicecode": "98018" + }, + { + "eventid": "e8a8e458-b73f-40f6-948a-7514d7b08c6f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:37", + "lon": 112.727013, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:27", + "devicecode": "98018" + }, + { + "eventid": "61b47a03-1c19-4a0e-8a90-c9983a4772d2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:22", + "lon": 112.727018, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:15", + "devicecode": "98018" + }, + { + "eventid": "05971b3c-10a5-4c52-8b5f-55b158bf9013", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:07", + "lon": 112.727026, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:57", + "devicecode": "98018" + }, + { + "eventid": "ae7a726e-8126-4dbe-a8f3-097c62a86487", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:52", + "lon": 112.727036, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:45", + "devicecode": "98018" + }, + { + "eventid": "1adc21c4-a850-4e72-a93f-31723bcc5147", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:37", + "lon": 112.727028, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:28", + "devicecode": "98018" + }, + { + "eventid": "7f2140c3-ea58-4734-bd7a-385cbf6ce0a9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:22", + "lon": 112.727018, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:17", + "devicecode": "98018" + }, + { + "eventid": "a806084b-45c8-4c53-8eb2-12b00bf15970", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:07", + "lon": 112.727, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:00", + "devicecode": "98018" + }, + { + "eventid": "ab95fb2f-4df4-4afb-9f54-a26ccfef2b51", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:52", + "lon": 112.72702, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:42", + "devicecode": "98018" + }, + { + "eventid": "c79684e6-fb55-460d-b3f2-3ac414b13a76", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:36", + "lon": 112.72702, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:31", + "devicecode": "98018" + }, + { + "eventid": "da8d8876-c814-42e6-8791-55184303e1d2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:21", + "lon": 112.727028, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:14", + "devicecode": "98018" + }, + { + "eventid": "36e266f3-7c66-4142-9a2d-760723a908df", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:06", + "lon": 112.727043, + "lat": 36.314775, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:57", + "devicecode": "98018" + }, + { + "eventid": "2bce4571-bf1a-4e3d-9be2-eabd816ad018", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:34", + "lon": 112.727013, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "f120cfcf-cfbe-4114-86f8-de55eafbe1e0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:49", + "lon": 112.727026, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "92b2c836-2bdd-48ad-810a-c67065873212", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:19", + "lon": 112.727003, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "74ad58df-ffeb-457e-bf50-1bd44d04958f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:04", + "lon": 112.727013, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "797d6c97-e4da-41cf-82a3-a43810950cb8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:49", + "lon": 112.727023, + "lat": 36.31477, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:43", + "devicecode": "98018" + }, + { + "eventid": "5e701fca-cd2c-48b8-9598-df8459814258", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:34", + "lon": 112.727028, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:25", + "devicecode": "98018" + }, + { + "eventid": "86f47421-bb10-4a08-8e5a-57952f1c121a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:19", + "lon": 112.727005, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:13", + "devicecode": "98018" + }, + { + "eventid": "a0564cef-6d75-45e3-8e42-647df12d41fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:04", + "lon": 112.727016, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:54", + "devicecode": "98018" + }, + { + "eventid": "e4354621-eb5d-43b6-a0bc-831df1e03803", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:49", + "lon": 112.727011, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:42", + "devicecode": "98018" + }, + { + "eventid": "ce027809-2834-4681-92e6-bded9e8f146d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:34", + "lon": 112.727001, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:25", + "devicecode": "98018" + }, + { + "eventid": "1658b389-8d78-4bb1-adae-ef224c5f0761", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:19", + "lon": 112.726988, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:13", + "devicecode": "98018" + }, + { + "eventid": "80e6d972-6d00-460e-a168-aff8cefc5682", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:04", + "lon": 112.726988, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:54", + "devicecode": "98018" + }, + { + "eventid": "11420478-eb4e-4af5-a011-39f176565a36", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:49", + "lon": 112.72699, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:41", + "devicecode": "98018" + }, + { + "eventid": "130d1269-eaeb-45b7-9ffa-007ac5d294b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:34", + "lon": 112.726995, + "lat": 36.314775, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:28", + "devicecode": "98018" + }, + { + "eventid": "6931cb21-13d1-49bd-b8cf-b59d060c5a4f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:19", + "lon": 112.726996, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:15", + "devicecode": "98018" + }, + { + "eventid": "10f01359-6c10-4c99-89a5-2739dc83134e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:04", + "lon": 112.727005, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:54", + "devicecode": "98018" + }, + { + "eventid": "92e60298-d032-454a-b0e9-9d525bbb91f5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:49", + "lon": 112.727003, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:41", + "devicecode": "98018" + }, + { + "eventid": "348e7172-fffa-462c-9872-2b00ada7729b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:34", + "lon": 112.727006, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:29", + "devicecode": "98018" + }, + { + "eventid": "ff1aea72-685d-476f-9b8b-247962215647", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:19", + "lon": 112.727013, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:12", + "devicecode": "98018" + }, + { + "eventid": "10f6693f-f96b-468d-a821-13a8134f9b62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:04", + "lon": 112.72703, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:55", + "devicecode": "98018" + }, + { + "eventid": "1d6dad82-396c-4440-b09e-a71dcbd0756d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:49", + "lon": 112.727056, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:43", + "devicecode": "98018" + }, + { + "eventid": "ef055786-7176-4b39-93fd-e945ebcba262", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:34", + "lon": 112.727073, + "lat": 36.314745, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:26", + "devicecode": "98018" + }, + { + "eventid": "ce37a58c-be9a-403c-afa1-7237781fada5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:19", + "lon": 112.727041, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:09", + "devicecode": "98018" + }, + { + "eventid": "6adf96f4-0585-4a30-8545-1454c3ed4680", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:04", + "lon": 112.727023, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:57", + "devicecode": "98018" + }, + { + "eventid": "d89d2c7e-5ff0-49c2-9246-e1bd1669728d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:49", + "lon": 112.727003, + "lat": 36.314748, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:39", + "devicecode": "98018" + }, + { + "eventid": "ff0dbe3d-6df6-4232-83f3-3bc511b790c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:34", + "lon": 112.72701, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:26", + "devicecode": "98018" + }, + { + "eventid": "55e09353-7b43-4f7b-9312-e40854ffdf54", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:19", + "lon": 112.72702, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:09", + "devicecode": "98018" + }, + { + "eventid": "456ebeb7-65a8-4884-b0b7-3ea6e09e2f42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:04", + "lon": 112.727011, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:58", + "devicecode": "98018" + }, + { + "eventid": "3715e260-9c78-4619-8b6b-49a024bd8642", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:49", + "lon": 112.727011, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:40", + "devicecode": "98018" + }, + { + "eventid": "b6d36a17-9247-44f7-bb9e-8a52c012ccf1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:34", + "lon": 112.727016, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:28", + "devicecode": "98018" + }, + { + "eventid": "3a5de114-57ad-4600-b4df-3db6eae5ca69", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:19", + "lon": 112.727018, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:11", + "devicecode": "98018" + }, + { + "eventid": "a44b5485-6df0-47dc-8452-e2f8dd62ab08", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:04", + "lon": 112.727018, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98018" + }, + { + "eventid": "10facd2d-faba-4116-83dc-d6b21ed1ec8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:49", + "lon": 112.727, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:39", + "devicecode": "98018" + }, + { + "eventid": "3c64e9bc-5a43-4153-9753-0d870a66921f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:34", + "lon": 112.726998, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98018" + }, + { + "eventid": "4ef4fdb4-5d1a-4eb1-8039-844998ae8c29", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:19", + "lon": 112.726993, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:09", + "devicecode": "98018" + }, + { + "eventid": "ddced2a5-87c8-43b3-b220-06594d62a2a9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:04", + "lon": 112.726996, + "lat": 36.314745, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98018" + }, + { + "eventid": "437dfbdd-ee8e-4417-abd2-13ff00cf2ca4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:49", + "lon": 112.727005, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:40", + "devicecode": "98018" + }, + { + "eventid": "c7fbcdf1-a4d8-429c-bd25-29f0baacc704", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:34", + "lon": 112.727026, + "lat": 36.314711, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98018" + }, + { + "eventid": "409fe610-96a5-4b0f-9fa9-92440918a4c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:19", + "lon": 112.727048, + "lat": 36.314706, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98018" + }, + { + "eventid": "36e07c44-ae52-47d2-8c9c-e362836777e2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:04", + "lon": 112.72703, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:58", + "devicecode": "98018" + }, + { + "eventid": "095ef31b-f1c2-4f36-8d2c-a2638c41433d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:49", + "lon": 112.727048, + "lat": 36.314723, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:40", + "devicecode": "98018" + }, + { + "eventid": "4f1e7696-e6dd-423d-bad9-2a3bb5c85ebd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:34", + "lon": 112.727023, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:28", + "devicecode": "98018" + }, + { + "eventid": "b90e79e4-624f-4bc5-a049-58eef0161c37", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:19", + "lon": 112.727018, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:09", + "devicecode": "98018" + }, + { + "eventid": "7294ea64-eb1a-4844-af28-f39592153026", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:04", + "lon": 112.727005, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:57", + "devicecode": "98018" + }, + { + "eventid": "e3e4de80-757c-4654-84e9-03cd64485633", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:49", + "lon": 112.727031, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:39", + "devicecode": "98018" + }, + { + "eventid": "7f908f6f-6955-4f19-ae7d-03396dd50e59", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:34", + "lon": 112.727031, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:27", + "devicecode": "98018" + }, + { + "eventid": "8e5d963e-0799-482d-9e1b-e1893b506284", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:19", + "lon": 112.727033, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:15", + "devicecode": "98018" + }, + { + "eventid": "e3ae50d0-f4d3-4f96-b46d-d054fd0a11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:04", + "lon": 112.727025, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:56", + "devicecode": "98018" + }, + { + "eventid": "9985a6f6-76be-46fa-8e2d-c40a23714c73", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:49", + "lon": 112.727018, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:44", + "devicecode": "98018" + }, + { + "eventid": "937598bc-0205-4434-845b-a88229bf2abc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:34", + "lon": 112.727013, + "lat": 36.31475, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:26", + "devicecode": "98018" + }, + { + "eventid": "bc5b50ea-66f7-43d6-a19f-2450bffabe41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:19", + "lon": 112.72702, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:14", + "devicecode": "98018" + }, + { + "eventid": "36749d99-b6b3-4e48-b1ea-70e59370d4d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:04", + "lon": 112.727011, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:57", + "devicecode": "98018" + }, + { + "eventid": "0c686fa4-05dc-4461-8d83-549b62e41a9a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:49", + "lon": 112.727006, + "lat": 36.31474, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:44", + "devicecode": "98018" + }, + { + "eventid": "4a96ec8c-a5ff-43cf-9bf5-5624522b5eee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:34", + "lon": 112.72699, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:26", + "devicecode": "98018" + }, + { + "eventid": "c7b56203-8a2d-4480-a85a-f3e7217fe5bc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:19", + "lon": 112.72699, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:14", + "devicecode": "98018" + }, + { + "eventid": "10db096c-d940-46a8-8f87-842400f3b1ac", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:04", + "lon": 112.726993, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:56", + "devicecode": "98018" + }, + { + "eventid": "ce958581-f8ae-4d55-bcdc-f1e4435d0acd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:49", + "lon": 112.726998, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:39", + "devicecode": "98018" + }, + { + "eventid": "5931b505-a837-48a7-a7c2-f076033ad090", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:34", + "lon": 112.727008, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:27", + "devicecode": "98018" + }, + { + "eventid": "90b94783-0cc2-42dc-9dec-8fe6db698168", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:19", + "lon": 112.727015, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98018" + }, + { + "eventid": "40cbc834-0f05-4060-b7ee-444868d32905", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:04", + "lon": 112.727028, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:58", + "devicecode": "98018" + }, + { + "eventid": "3c6294b6-e92d-43a1-a713-8092f914b235", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:49", + "lon": 112.72705, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:39", + "devicecode": "98018" + }, + { + "eventid": "ab673586-25a8-498d-b889-7a3847140722", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:34", + "lon": 112.727025, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:27", + "devicecode": "98018" + }, + { + "eventid": "d4cb5720-16e7-46a6-a4c6-a739412d5f42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:19", + "lon": 112.727013, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98018" + }, + { + "eventid": "112407fd-aefb-4680-9c13-071020483db2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:04", + "lon": 112.727018, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:56", + "devicecode": "98018" + }, + { + "eventid": "60ae0e27-78c0-496c-9016-d131360c1b29", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:49", + "lon": 112.727006, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:44", + "devicecode": "98018" + }, + { + "eventid": "728072f5-3a42-46c0-ad11-00835c9adf47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:34", + "lon": 112.726991, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:26", + "devicecode": "98018" + }, + { + "eventid": "ef11ec1b-24e7-4d1e-85a9-f1eef34f9993", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:19", + "lon": 112.726998, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:14", + "devicecode": "98018" + }, + { + "eventid": "d5eb6c71-4e03-4908-be01-984c4e82a394", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:04", + "lon": 112.727011, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:56", + "devicecode": "98018" + }, + { + "eventid": "b96ba278-4d82-4555-9d69-77ce47e5257f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:49", + "lon": 112.727018, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:44", + "devicecode": "98018" + }, + { + "eventid": "2ce88b13-d82c-4273-b809-b1293631854e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:34", + "lon": 112.727013, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:27", + "devicecode": "98018" + }, + { + "eventid": "6a6d2204-3e7d-47a7-9e0f-b10f28b0e38f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:19", + "lon": 112.727015, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:10", + "devicecode": "98018" + }, + { + "eventid": "a47736f7-56a0-4ee3-89be-c76b2d9d6fc9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:04", + "lon": 112.727021, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:58", + "devicecode": "98018" + }, + { + "eventid": "9560441e-4a6e-44c7-ae68-561b828826f4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:49", + "lon": 112.72702, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:44", + "devicecode": "98018" + }, + { + "eventid": "617222e4-3fe4-4fec-8678-d16a294e4e28", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:34", + "lon": 112.727023, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:25", + "devicecode": "98018" + }, + { + "eventid": "91d090ed-229c-4b19-97cc-fe7ab9a410f9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:19", + "lon": 112.727021, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:12", + "devicecode": "98018" + }, + { + "eventid": "cab5ca95-f854-4d0f-a931-e1e6b1d36b90", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:04", + "lon": 112.727021, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:55", + "devicecode": "98018" + }, + { + "eventid": "d6b75908-6ff1-4e0b-b36f-e948ee3ba70e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:49", + "lon": 112.727026, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:43", + "devicecode": "98018" + }, + { + "eventid": "5844bdb4-f3cc-4288-811f-51e20842ea59", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:34", + "lon": 112.72704, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:25", + "devicecode": "98018" + }, + { + "eventid": "c7548f3f-0c98-4234-a205-52be34217ec1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:19", + "lon": 112.727046, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:13", + "devicecode": "98018" + }, + { + "eventid": "71f40aed-dc58-495e-94fa-6593937f211a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:04", + "lon": 112.727043, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:54", + "devicecode": "98018" + }, + { + "eventid": "47dd0b79-77d5-4bc3-aa1c-61947d480d05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:49", + "lon": 112.727061, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:42", + "devicecode": "98018" + }, + { + "eventid": "f9070204-80a2-454f-857a-094be2a6ef6d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:34", + "lon": 112.727065, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:25", + "devicecode": "98018" + }, + { + "eventid": "4b1d9edf-017a-471d-8309-419d4dc80a96", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:19", + "lon": 112.72706, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:13", + "devicecode": "98018" + }, + { + "eventid": "65b277a6-1433-4988-8158-91f49f5568c9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:04", + "lon": 112.727046, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:55", + "devicecode": "98018" + }, + { + "eventid": "85bdf2cc-1d9b-40e4-ab4c-813a0fa50131", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:49", + "lon": 112.727061, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:43", + "devicecode": "98018" + }, + { + "eventid": "d272c834-193a-43a6-a2b3-75d3e088fa40", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:34", + "lon": 112.727046, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:26", + "devicecode": "98018" + }, + { + "eventid": "ad36870f-ff3f-4321-8ce0-4aa08cf1472d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:19", + "lon": 112.727028, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:14", + "devicecode": "98018" + }, + { + "eventid": "abbba5d8-c990-4c94-825a-276a89e28ddb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:04", + "lon": 112.727025, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:57", + "devicecode": "98018" + }, + { + "eventid": "1c88b328-365e-4e7a-820b-f6f939969f3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:49", + "lon": 112.727016, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:40", + "devicecode": "98018" + }, + { + "eventid": "4d0b23fb-332a-4e96-a288-fe886b95ca85", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:34", + "lon": 112.727001, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:29", + "devicecode": "98018" + }, + { + "eventid": "328b913f-b4af-4aa1-8c9b-7881bfd72eb0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:19", + "lon": 112.727008, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:12", + "devicecode": "98018" + }, + { + "eventid": "d8602af1-0acc-4c57-a9f6-e3dee14c7327", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:04", + "lon": 112.727006, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:55", + "devicecode": "98018" + }, + { + "eventid": "94110c1a-70b5-43c1-a7a3-2c10c66ba9e3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:49", + "lon": 112.727008, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:43", + "devicecode": "98018" + }, + { + "eventid": "5f5d6dc8-d2d1-4799-960f-5434f62af429", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:34", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:27", + "devicecode": "98018" + }, + { + "eventid": "f6be9af9-089f-49fb-a848-99510c0085c7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:04", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:54", + "devicecode": "98018" + }, + { + "eventid": "19ebe862-3381-4294-a589-0e5b065183b6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:49", + "lon": 112.72702, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:43", + "devicecode": "98018" + }, + { + "eventid": "ee4bbdf4-b410-4201-9ec9-cfd71a15cf1a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:34", + "lon": 112.727041, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:27", + "devicecode": "98018" + }, + { + "eventid": "27ce422b-d123-4362-b327-a644014a121a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:19", + "lon": 112.727041, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:10", + "devicecode": "98018" + }, + { + "eventid": "b021d6e3-57ad-4243-a7d9-6da2a77921f2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:04", + "lon": 112.727038, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:59", + "devicecode": "98018" + }, + { + "eventid": "45714a69-0248-4a84-97ca-556575dd6490", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:31", + "lon": 112.727053, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:37", + "devicecode": "98018" + }, + { + "eventid": "f80ae1b3-22a4-49bd-9f2d-9ec213f5dd69", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:46", + "lon": 112.727046, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:37", + "devicecode": "98018" + }, + { + "eventid": "4cfb1043-097b-4d48-90a7-c645414bf1f4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:16", + "lon": 112.72706, + "lat": 36.314818, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:26", + "devicecode": "98018" + }, + { + "eventid": "a7237a03-8091-4d97-9810-01b273ed8b63", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:01", + "lon": 112.727055, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:53", + "devicecode": "98018" + }, + { + "eventid": "a3d8d850-eb6f-4c6d-b78e-71561c4844c8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:46", + "lon": 112.727035, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:37", + "devicecode": "98018" + }, + { + "eventid": "05066418-ae48-47be-90ba-07330af6994d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:31", + "lon": 112.727016, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:25", + "devicecode": "98018" + }, + { + "eventid": "ba042710-df88-4756-95ee-67fd4012e27c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:16", + "lon": 112.727008, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:09", + "devicecode": "98018" + }, + { + "eventid": "1ee2b9ce-cf74-4c7b-a2a6-211b521d601c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:01", + "lon": 112.727011, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:52", + "devicecode": "98018" + }, + { + "eventid": "938e9581-630a-474d-a1b1-3c676363ef9f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:46", + "lon": 112.727025, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:41", + "devicecode": "98018" + }, + { + "eventid": "fb315e3f-84d5-4508-b74b-d79ccf035875", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:31", + "lon": 112.727045, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:22", + "devicecode": "98018" + }, + { + "eventid": "cdf42d37-9e2a-4f68-9b1f-0e9a631119be", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:16", + "lon": 112.72703, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:06", + "devicecode": "98018" + }, + { + "eventid": "34c6a322-7a03-47f2-a1d3-08a300d53cc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:59", + "lon": 112.72703, + "lat": 36.314773, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "fdda3bf5-a841-4432-a243-d8be97b9cc96", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:41", + "lon": 112.727035, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "6217b893-ae24-4439-8c22-7b657ba42839", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:26", + "lon": 112.72704, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "0b1a5708-241a-48ac-a665-d279acc210f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:56", + "lon": 112.727005, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98018" + }, + { + "eventid": "28dfd0d2-f573-4ad9-9b1f-b5d740bfcc12", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:11", + "lon": 112.72703, + "lat": 36.314743, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98018" + }, + { + "eventid": "9dead726-fc0c-41f4-8330-a2f0ae4060e4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:41", + "lon": 112.726995, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:49", + "devicecode": "98018" + }, + { + "eventid": "575640c5-0f25-4c6b-a8c0-d181029294a8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:26", + "lon": 112.72699, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:21", + "devicecode": "98018" + }, + { + "eventid": "c93a1310-18be-4f14-85ce-d5a2bd31b66a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:11", + "lon": 112.726985, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:05", + "devicecode": "98018" + }, + { + "eventid": "a73b6ba8-32fb-4415-9c9f-85f22e446977", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:56", + "lon": 112.72698, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:47", + "devicecode": "98018" + }, + { + "eventid": "622da735-e010-4033-a76f-6c9adbb45449", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:41", + "lon": 112.72697, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:36", + "devicecode": "98018" + }, + { + "eventid": "94c00c56-e424-4c06-a23d-bf9edee589f7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:26", + "lon": 112.726968, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:24", + "devicecode": "98018" + }, + { + "eventid": "eff8b5f2-fbe6-4d62-95ab-19d08bac4a6d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:11", + "lon": 112.726973, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:02", + "devicecode": "98018" + }, + { + "eventid": "5be99de8-af6e-4d4a-8f4e-d529cf0aebd6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:56", + "lon": 112.726993, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:51", + "devicecode": "98018" + }, + { + "eventid": "18b7967c-875f-4bbb-b7cf-02923ba5d11b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:41", + "lon": 112.726996, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:34", + "devicecode": "98018" + }, + { + "eventid": "025da956-84dc-40ca-9efe-9d7645e9437d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:26", + "lon": 112.726978, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:17", + "devicecode": "98018" + }, + { + "eventid": "398c5893-7c0c-4c3a-aa5b-76fecf99cc50", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:11", + "lon": 112.726978, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:05", + "devicecode": "98018" + }, + { + "eventid": "9cc83dfe-7f7b-447c-853f-2a47474ab494", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:56", + "lon": 112.72698, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:47", + "devicecode": "98018" + }, + { + "eventid": "ad66b815-b1ae-41be-90de-a1cbf6c002d9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:41", + "lon": 112.726985, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:36", + "devicecode": "98018" + }, + { + "eventid": "9728e875-cc26-4465-90c1-79e84217b347", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:26", + "lon": 112.726983, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:19", + "devicecode": "98018" + }, + { + "eventid": "d0431378-8348-4a4f-9b9f-9cabd54d0214", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:11", + "lon": 112.726981, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:03", + "devicecode": "98018" + }, + { + "eventid": "cac734c4-bc9c-4910-abdc-d1dd7fc67c05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:56", + "lon": 112.726986, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:46", + "devicecode": "98018" + }, + { + "eventid": "017b856b-16e9-4e8b-8774-41124df036cc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:41", + "lon": 112.726988, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:35", + "devicecode": "98018" + }, + { + "eventid": "b0bd773d-ce1a-4041-8b35-dd70463e7ba4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:26", + "lon": 112.726991, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:18", + "devicecode": "98018" + }, + { + "eventid": "30aba55d-6a56-4844-a13f-f9aa7303859d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:11", + "lon": 112.726986, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:02", + "devicecode": "98018" + }, + { + "eventid": "7881eb00-3470-429e-80ce-d8bf374561ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:56", + "lon": 112.726985, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98018" + }, + { + "eventid": "97a75d65-8ffa-42b3-b74e-d0c694bb38cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:41", + "lon": 112.726993, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:34", + "devicecode": "98018" + }, + { + "eventid": "21065031-efef-4c1c-8532-f24ba6f82c7a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:26", + "lon": 112.726986, + "lat": 36.314726, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:17", + "devicecode": "98018" + }, + { + "eventid": "60f42623-82c8-461a-9e44-cc06547f2e64", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:11", + "lon": 112.726978, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:01", + "devicecode": "98018" + }, + { + "eventid": "0d96d7b9-706d-4db4-854d-7b4cee8ec5ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:56", + "lon": 112.726986, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98018" + }, + { + "eventid": "221f8879-96bb-40e1-828a-ed13d2834106", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:41", + "lon": 112.727011, + "lat": 36.31475, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:34", + "devicecode": "98018" + }, + { + "eventid": "4872e66b-7c9a-4e38-967f-919209e530e1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:26", + "lon": 112.726993, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:17", + "devicecode": "98018" + }, + { + "eventid": "616f37c7-47ef-41b4-af5e-28e8b41543d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:11", + "lon": 112.726968, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:06", + "devicecode": "98018" + }, + { + "eventid": "f7b82f8d-3860-443d-b2dc-a754d81ccec5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:39", + "lon": 112.726961, + "lat": 36.314751, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "bdc2e403-ff5a-4c91-a312-48f6a860f054", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:09", + "lon": 112.726996, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "b2a33b99-4c08-4463-8f1a-5706aa2cfff6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:54", + "lon": 112.726955, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "b186d9bb-19c4-4a02-9f74-ef5f5f113a22", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:54", + "lon": 112.727001, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "6f1ac758-44af-43e5-b95a-75ba0fbc0fe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:24", + "lon": 112.726985, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "80d416e1-d328-431b-a5a7-27b645f9f5ba", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:39", + "lon": 112.726973, + "lat": 36.314743, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:32", + "devicecode": "98018" + }, + { + "eventid": "32bc26cc-dd9f-4808-9a0e-71ba1d6c3e2a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:24", + "lon": 112.726971, + "lat": 36.314751, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:20", + "devicecode": "98018" + }, + { + "eventid": "0e4fe95c-0a58-4981-8e3f-3a63d75b5a50", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:09", + "lon": 112.726965, + "lat": 36.314753, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:04", + "devicecode": "98018" + }, + { + "eventid": "35e54dd9-fc73-43f5-b6a4-a376a47a7988", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:54", + "lon": 112.72694, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:47", + "devicecode": "98018" + }, + { + "eventid": "6de25f43-4b13-4f62-927c-f752da509e95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:39", + "lon": 112.726941, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:35", + "devicecode": "98018" + }, + { + "eventid": "ee2902ee-6eff-4d24-817f-04868c485172", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:24", + "lon": 112.726943, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:18", + "devicecode": "98018" + }, + { + "eventid": "24a88cff-777b-468d-9743-ea838caa4995", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:09", + "lon": 112.726943, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:01", + "devicecode": "98018" + }, + { + "eventid": "f52c2ba1-654f-4a51-81f7-1f07a7fd4e97", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:54", + "lon": 112.726956, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:44", + "devicecode": "98018" + }, + { + "eventid": "4d43dbd1-6656-4d56-903a-6c054f8365db", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:39", + "lon": 112.726963, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:33", + "devicecode": "98018" + }, + { + "eventid": "d9978df3-48b4-4ef4-aae5-79d28f2b60da", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:24", + "lon": 112.726973, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:16", + "devicecode": "98018" + }, + { + "eventid": "ba2d7308-73f0-4377-b92c-cd7401a4ad00", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:09", + "lon": 112.727001, + "lat": 36.314708, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:00", + "devicecode": "98018" + }, + { + "eventid": "a42e0e13-2507-4b95-aa94-1f58ef667bf5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:54", + "lon": 112.726981, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:49", + "devicecode": "98018" + }, + { + "eventid": "b08a6292-7dd6-4095-8bec-77959474d1af", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:39", + "lon": 112.726966, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:32", + "devicecode": "98018" + }, + { + "eventid": "a439c8f2-f9b6-4257-97ea-72443bdf31d8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:24", + "lon": 112.726961, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:16", + "devicecode": "98018" + }, + { + "eventid": "7b6f89bc-1fe7-476b-b774-52eb60124813", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:09", + "lon": 112.726961, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:59", + "devicecode": "98018" + }, + { + "eventid": "6f2be8b7-705c-46f4-b408-b21fce283fdf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:54", + "lon": 112.726936, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:48", + "devicecode": "98018" + }, + { + "eventid": "41157d0c-09fe-4f88-ae53-b82f2cdb23a8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:39", + "lon": 112.726933, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98018" + }, + { + "eventid": "45af9ce7-8b57-4f18-9053-165aa265adb8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:24", + "lon": 112.726981, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98018" + }, + { + "eventid": "e995bfe2-75f3-43c8-848a-8e0658b2d196", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:09", + "lon": 112.72703, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:01", + "devicecode": "98018" + }, + { + "eventid": "87f584ca-a894-41c4-96bb-b8ff078fde85", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:54", + "lon": 112.727031, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98018" + }, + { + "eventid": "6c6be57a-8562-481e-a43d-e54b0a96d3e4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:39", + "lon": 112.727033, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:31", + "devicecode": "98018" + }, + { + "eventid": "cd82a8ef-935f-4e7c-ba4b-0118e16e2aee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:24", + "lon": 112.72703, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98018" + }, + { + "eventid": "e816568e-f6ba-42c6-977b-6c4a74c745f0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:09", + "lon": 112.727018, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98018" + }, + { + "eventid": "f1712c59-42ad-4447-8608-f666bc92b7c9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:54", + "lon": 112.727005, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:44", + "devicecode": "98018" + }, + { + "eventid": "ac6699a6-fc59-4389-bb95-0588f3098d05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:39", + "lon": 112.727026, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98018" + }, + { + "eventid": "86a769b4-ddcd-4ee5-a085-25c48bc6e14c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:24", + "lon": 112.727015, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98018" + }, + { + "eventid": "e68cce18-fb3f-4a58-98c1-8e21f61cab66", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:09", + "lon": 112.727023, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:00", + "devicecode": "98018" + }, + { + "eventid": "b4461eb0-05c9-451d-a92c-e18d4f97e688", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:54", + "lon": 112.727015, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:49", + "devicecode": "98018" + }, + { + "eventid": "7ccc490e-e54d-4a33-9d8f-7d877d62bd5d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:39", + "lon": 112.727001, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:32", + "devicecode": "98018" + }, + { + "eventid": "624dda92-7e08-4e9a-8602-c9812187ff99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:24", + "lon": 112.726991, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98018" + }, + { + "eventid": "e4eede82-0728-45e9-a88c-9c4cd13099e8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:09", + "lon": 112.727016, + "lat": 36.314821, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98018" + }, + { + "eventid": "382ea6be-5210-42a5-b5c3-353a47462760", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:54", + "lon": 112.727045, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:48", + "devicecode": "98018" + }, + { + "eventid": "bd8d81cb-9175-40b5-9259-3a572be910ee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:39", + "lon": 112.727043, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98018" + }, + { + "eventid": "321bc8e9-ac1b-4993-a36d-b367d11270bb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:24", + "lon": 112.727026, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98018" + }, + { + "eventid": "92ad9071-368e-4c4b-8be3-6475c7399b61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:09", + "lon": 112.727028, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:04", + "devicecode": "98018" + }, + { + "eventid": "73939898-092b-4e0f-840a-bc3e929638c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:54", + "lon": 112.727036, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:47", + "devicecode": "98018" + }, + { + "eventid": "899dc581-edba-4c4b-989b-b9e5101faa3c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:39", + "lon": 112.72704, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98018" + }, + { + "eventid": "4e14fe13-bfa2-43f9-ba7c-1755abac47f1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:24", + "lon": 112.727023, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98018" + }, + { + "eventid": "720e6c6a-d622-4812-af9b-b2556616a09a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:09", + "lon": 112.727038, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:03", + "devicecode": "98018" + }, + { + "eventid": "1edff582-12f3-4368-97a8-c4b70b9ee925", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:54", + "lon": 112.727035, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:46", + "devicecode": "98018" + }, + { + "eventid": "e07df168-7740-4a84-8dad-2e3528b4a1b7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:39", + "lon": 112.727018, + "lat": 36.314845, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98018" + }, + { + "eventid": "f2a623aa-858a-4872-938f-3c1c41d20b3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:24", + "lon": 112.72702, + "lat": 36.314916, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:18", + "devicecode": "98018" + }, + { + "eventid": "c9e1395b-1c56-4dde-90f0-fd0656be4714", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:09", + "lon": 112.726993, + "lat": 36.31504, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:02", + "devicecode": "98018" + }, + { + "eventid": "750af995-df46-48b9-b9ef-4ced50665edf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:54", + "lon": 112.727013, + "lat": 36.315151, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98018" + }, + { + "eventid": "70e7646f-86d3-4a5c-819e-282b3eaa9e0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:39", + "lon": 112.727035, + "lat": 36.315261, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:34", + "devicecode": "98018" + }, + { + "eventid": "262561ae-d212-4235-a417-f64fc291a831", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:24", + "lon": 112.72706, + "lat": 36.315346, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:22", + "devicecode": "98018" + }, + { + "eventid": "7f4a5308-8794-4128-99f1-57d95b237c3b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:09", + "lon": 112.727066, + "lat": 36.315418, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98018" + }, + { + "eventid": "10a1e4fa-9efa-4047-90ba-6bce768af9d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:54", + "lon": 112.727165, + "lat": 36.315533, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98018" + }, + { + "eventid": "1f15e714-6376-48f8-aa3b-19690e33ddc0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:39", + "lon": 112.727321, + "lat": 36.315493, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:33", + "devicecode": "98018" + }, + { + "eventid": "4abee14d-fa87-4cfd-9e0c-033dbe7034f3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:24", + "lon": 112.727506, + "lat": 36.315558, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:16", + "devicecode": "98018" + }, + { + "eventid": "00dd19f1-dc47-4aa3-8261-e69604086768", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:08", + "lon": 112.727671, + "lat": 36.315576, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:59", + "devicecode": "98018" + }, + { + "eventid": "0ec190b7-3931-455d-8761-2e78eceee561", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:49", + "lon": 112.72786, + "lat": 36.315561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98018" + }, + { + "eventid": "f228d492-ebc1-4bad-8725-619547fe0092", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:34", + "lon": 112.727845, + "lat": 36.315553, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98018" + }, + { + "eventid": "1a6b2b59-7eda-4817-9ef4-58207db4bbc1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:19", + "lon": 112.727845, + "lat": 36.315555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:10", + "devicecode": "98018" + }, + { + "eventid": "4b1448c2-5360-458a-99b2-70e8b42c63d1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:04", + "lon": 112.727838, + "lat": 36.315561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98018" + }, + { + "eventid": "80144b78-f85d-4773-a3c2-547fe0f6b81d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:49", + "lon": 112.727836, + "lat": 36.315555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98018" + }, + { + "eventid": "3eeb5fe0-12be-4252-af66-ab57797635d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:34", + "lon": 112.72784, + "lat": 36.31555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:25", + "devicecode": "98018" + }, + { + "eventid": "9bc084ba-4a23-4eb4-81bf-a6ab09b2726d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:19", + "lon": 112.72803, + "lat": 36.31544, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98018" + }, + { + "eventid": "85e48ec2-18d6-4f98-9549-b11c81fe1196", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:04", + "lon": 112.72873, + "lat": 36.314915, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:55", + "devicecode": "98018" + }, + { + "eventid": "ed960081-0f63-497d-a8f6-d85a7275d049", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:49", + "lon": 112.728793, + "lat": 36.314086, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:44", + "devicecode": "98018" + }, + { + "eventid": "c11fa65a-4a78-413a-96e3-1a8df0ab74aa", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:34", + "lon": 112.728526, + "lat": 36.313603, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98018" + }, + { + "eventid": "6d69f042-0e81-478e-a44c-1971e6960d66", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:19", + "lon": 112.727148, + "lat": 36.313643, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:14", + "devicecode": "98018" + }, + { + "eventid": "6800f30f-f711-434b-9bb0-09a5e1770ccb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:04", + "lon": 112.725823, + "lat": 36.313795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98018" + }, + { + "eventid": "a9e2d706-9d0c-4e22-8df1-eeeb0b5829d8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:49", + "lon": 112.724525, + "lat": 36.314501, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98018" + }, + { + "eventid": "3848d86d-f4b8-4d4a-8604-2b88567aac4a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:34", + "lon": 112.724345, + "lat": 36.315645, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98018" + }, + { + "eventid": "2afc2869-7769-4c23-8cb9-5f44fe91da03", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:19", + "lon": 112.723843, + "lat": 36.316853, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98018" + }, + { + "eventid": "8e9f5e94-28fb-4b89-b49b-61041bc38b0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:04", + "lon": 112.723576, + "lat": 36.318315, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:58", + "devicecode": "98018" + }, + { + "eventid": "005acae2-425a-455d-b681-1df4dc1deca6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:49", + "lon": 112.72339, + "lat": 36.319556, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98018" + }, + { + "eventid": "46915f9f-1f6b-4eb2-8d81-a8889b420cc3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:34", + "lon": 112.723275, + "lat": 36.320681, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:29", + "devicecode": "98018" + }, + { + "eventid": "22e34605-1a94-4437-bcdd-e23278a01b6a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:19", + "lon": 112.722913, + "lat": 36.320835, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98018" + }, + { + "eventid": "d42fc391-a390-4a99-9229-85ba7cdba152", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:04", + "lon": 112.72269, + "lat": 36.320283, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:01", + "devicecode": "98018" + }, + { + "eventid": "331aefbc-7ca9-4c29-8ac1-fbd7dd3568fc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:49", + "lon": 112.722466, + "lat": 36.31976, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:44", + "devicecode": "98018" + }, + { + "eventid": "bb467bad-06ca-45c6-ba6f-ab991a61967f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:34", + "lon": 112.721808, + "lat": 36.319836, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98018" + }, + { + "eventid": "c1ac2b52-3c1e-49cf-82de-0c04161be862", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:19", + "lon": 112.721316, + "lat": 36.320041, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98018" + }, + { + "eventid": "507551ac-de99-450e-94b0-39d60f4f8e0e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:04", + "lon": 112.721785, + "lat": 36.320316, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:59", + "devicecode": "98018" + }, + { + "eventid": "d22bf157-1818-47b7-a5c9-d631f55db3c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:49", + "lon": 112.721261, + "lat": 36.320625, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98018" + }, + { + "eventid": "0c792e23-6c81-43bc-bbb9-f0a46a194ad9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:34", + "lon": 112.720445, + "lat": 36.320843, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:29", + "devicecode": "98018" + }, + { + "eventid": "be984c3f-1a15-47e8-a02e-5febef1bbffb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:19", + "lon": 112.719763, + "lat": 36.320993, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:10", + "devicecode": "98018" + }, + { + "eventid": "2418bef7-675f-42fb-a8c9-ae3ddfe20b82", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:49", + "lon": 112.718371, + "lat": 36.321528, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:43", + "devicecode": "98018" + }, + { + "eventid": "3a7e4fbe-1167-4e71-a524-e1b9dcab0c3f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:34", + "lon": 112.717658, + "lat": 36.321515, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:31", + "devicecode": "98018" + }, + { + "eventid": "c194f946-9999-4e5e-a8ec-766b008e4cc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:19", + "lon": 112.717265, + "lat": 36.321161, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98018" + }, + { + "eventid": "89615e9f-a9da-4b45-b239-0d61ae0305e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:04", + "lon": 112.717075, + "lat": 36.321373, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:57", + "devicecode": "98018" + }, + { + "eventid": "fd31fb82-1858-4c53-9158-94364a556fc8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:49", + "lon": 112.71698, + "lat": 36.322053, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:46", + "devicecode": "98018" + }, + { + "eventid": "18e78520-b679-4a5f-8b97-c66365224f8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:34", + "lon": 112.716666, + "lat": 36.322728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:24", + "devicecode": "98018" + }, + { + "eventid": "4aa95d20-90ef-469c-9cf7-1f33d7e32694", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:19", + "lon": 112.716101, + "lat": 36.323231, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:13", + "devicecode": "98018" + }, + { + "eventid": "fbf96e67-5a5d-4ca4-9220-d5fa26bb41c8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:04", + "lon": 112.715896, + "lat": 36.32397, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98018" + }, + { + "eventid": "166c8876-6797-4b49-a90e-bb1f706ebf05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:16", + "lon": 112.713891, + "lat": 36.324561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "f0bad3f5-1b4a-48a1-b032-55ef27ffde1b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:31", + "lon": 112.714423, + "lat": 36.32438, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "7e697268-6a6a-404a-aa75-4ce0c76dd0b1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:46", + "lon": 112.715013, + "lat": 36.324258, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "2ef60bc6-63d7-4675-88d2-a4d5c7281335", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:01", + "lon": 112.71333, + "lat": 36.324931, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "2c0e561e-f2b6-4c72-b288-4a736ccb4c31", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:46", + "lon": 112.712783, + "lat": 36.324776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:12", + "devicecode": "98018" + }, + { + "eventid": "17fb97f5-73dc-4457-88d8-98063323aef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:31", + "lon": 112.712705, + "lat": 36.32532, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:27", + "devicecode": "98018" + }, + { + "eventid": "035c920f-c405-4839-b6ac-4014bdf3e5c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:13", + "lon": 112.712466, + "lat": 36.326011, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "f5af800f-9bd1-46c2-aac4-d61004de9d17", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:58", + "lon": 112.712338, + "lat": 36.32659, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "4d1dddc6-fe04-4a50-8ba3-76c2370af0f7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:28", + "lon": 112.711446, + "lat": 36.327608, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "430e25fb-b844-4167-b799-38b710a04dfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:43", + "lon": 112.711901, + "lat": 36.32708, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "0cbc4102-5e4d-4331-b4d0-552e55d0cb90", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:13", + "lon": 112.711128, + "lat": 36.328096, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "41f3d007-4b47-4494-873f-7a48fbcd40b8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:58", + "lon": 112.71098, + "lat": 36.328473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:53", + "devicecode": "98018" + }, + { + "eventid": "47450f77-b717-488a-8b61-72db8087753e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:41", + "lon": 112.710805, + "lat": 36.328898, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:42", + "devicecode": "98018" + }, + { + "eventid": "76f6e729-38f1-461f-ac72-d9a89b2088e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:25", + "lon": 112.710676, + "lat": 36.329201, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:42", + "devicecode": "98018" + }, + { + "eventid": "74f7a280-c7da-487d-a933-b183128adffa", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:10", + "lon": 112.71069, + "lat": 36.329201, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98018" + }, + { + "eventid": "7602e144-8f08-48be-ab28-c01386cf782b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:55", + "lon": 112.710658, + "lat": 36.329233, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:45", + "devicecode": "98018" + }, + { + "eventid": "80a5138a-bc57-411b-99af-5b87d61173e3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:23", + "lon": 112.710383, + "lat": 36.329245, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "f50c7579-b59c-49d9-8137-c86ceccb3215", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.710368, + "lat": 36.32923, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "c8fa5c56-0e53-4675-a6df-7bfc41709278", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:38", + "lon": 112.710478, + "lat": 36.32933, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "b66be05f-8f80-4fb0-9c21-f0a1a3f91137", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:20", + "lon": 112.71034, + "lat": 36.329185, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:34", + "devicecode": "98018" + }, + { + "eventid": "cae8f6a1-d2cf-45d0-8b02-cb1f9c5b60c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:36", + "lon": 112.710345, + "lat": 36.329196, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:34", + "devicecode": "98018" + }, + { + "eventid": "58c7e1aa-2838-4e7d-8e29-5a438f32a72f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:35", + "lon": 112.710541, + "lat": 36.329303, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "21ae0e59-b9c0-4494-b424-46875c593206", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:50", + "lon": 112.71097, + "lat": 36.328486, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "16729846-5f09-4732-9437-b7c12d91fdcd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:05", + "lon": 112.710748, + "lat": 36.328993, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "13ef0cc1-5458-4c43-ac1d-f591e0a1af13", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:05", + "lon": 112.710348, + "lat": 36.329185, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "d01e175a-1580-4f5d-920e-2d89fa57a7c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:20", + "lon": 112.710685, + "lat": 36.329241, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "87201d6d-56e1-427f-b3bb-e6acfc8a25fb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:35", + "lon": 112.711246, + "lat": 36.327963, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "5d7a7020-d2fa-4f5b-a74c-5c1811b9ca7e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:50", + "lon": 112.710425, + "lat": 36.329268, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "082f1351-2afd-4935-be58-4a0b7267062e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:20", + "lon": 112.711553, + "lat": 36.32742, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:56", + "devicecode": "98018" + }, + { + "eventid": "7110b9ff-2e32-44dc-8288-ccdf89a06469", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:05", + "lon": 112.71208, + "lat": 36.326943, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:56", + "devicecode": "98018" + }, + { + "eventid": "799b4175-2105-4629-ad67-c561b324b515", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:50", + "lon": 112.712378, + "lat": 36.326571, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98018" + }, + { + "eventid": "82a89cf0-33d4-42ed-b235-b5eece35a2c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:29", + "lon": 112.712396, + "lat": 36.326496, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98018" + }, + { + "eventid": "9839d72c-de61-4742-a9a7-661a4e5ca9fc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:14", + "lon": 112.71246, + "lat": 36.325928, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:06", + "devicecode": "98018" + }, + { + "eventid": "839bf0d7-aa39-4d83-8f6e-2dff5bbafa56", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:59", + "lon": 112.71271, + "lat": 36.325238, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:49", + "devicecode": "98018" + }, + { + "eventid": "f9d2ecdf-9464-4da2-b06e-32d049a71f0b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:44", + "lon": 112.71283, + "lat": 36.324791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:38", + "devicecode": "98018" + }, + { + "eventid": "e7d71b66-ef22-4a0c-8d66-46aec5da2b39", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:28", + "lon": 112.71349, + "lat": 36.324935, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:27", + "devicecode": "98018" + }, + { + "eventid": "9c7523ea-dce0-4a40-a9cd-182620741b0e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:13", + "lon": 112.714011, + "lat": 36.324458, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:05", + "devicecode": "98018" + }, + { + "eventid": "30f00b78-268b-430c-b3aa-1b176460b9dc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:58", + "lon": 112.714541, + "lat": 36.324353, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:49", + "devicecode": "98018" + }, + { + "eventid": "e533d99a-1c31-4566-952c-5a9ac8daca3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:43", + "lon": 112.715055, + "lat": 36.324253, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:37", + "devicecode": "98018" + }, + { + "eventid": "49e4e3a1-288a-4590-b684-bf9286795cde", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:08", + "lon": 112.715838, + "lat": 36.324056, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:21", + "devicecode": "98018" + }, + { + "eventid": "fdfdf6eb-ce38-4fe6-8724-022ef4e7be2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:26", + "lon": 112.715791, + "lat": 36.32412, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:21", + "devicecode": "98018" + }, + { + "eventid": "f657ef79-75d2-4faf-a106-a12178706019", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:52", + "lon": 112.715848, + "lat": 36.324053, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98018" + }, + { + "eventid": "bc996936-af8a-4bc3-b44d-0c679551fa3b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:37", + "lon": 112.715856, + "lat": 36.324043, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:31", + "devicecode": "98018" + }, + { + "eventid": "128b9f1d-4680-45e4-aca0-995728bb955b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:22", + "lon": 112.716141, + "lat": 36.32342, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:14", + "devicecode": "98018" + }, + { + "eventid": "2c637129-a7f8-447e-90df-dd72d45eec40", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:07", + "lon": 112.716305, + "lat": 36.322921, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98018" + }, + { + "eventid": "c0888826-dca4-4b22-99b4-ae0189c2a10d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:52", + "lon": 112.716881, + "lat": 36.322428, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:45", + "devicecode": "98018" + }, + { + "eventid": "1d370a83-8544-4554-b7d2-63fc21984ea2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:37", + "lon": 112.71704, + "lat": 36.32166, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:33", + "devicecode": "98018" + }, + { + "eventid": "ed301625-1553-4aa3-a3d4-1642bea2b905", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:22", + "lon": 112.717208, + "lat": 36.321101, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:15", + "devicecode": "98018" + }, + { + "eventid": "11299576-5771-498f-8ff5-2bc04bd28a81", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:07", + "lon": 112.717388, + "lat": 36.321296, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98018" + }, + { + "eventid": "8d2d9100-f1b4-4b9f-a2de-da0aa893d712", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:47", + "lon": 112.717553, + "lat": 36.32136, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98018" + }, + { + "eventid": "c11e5b08-bd89-4597-a484-94638f752bef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:32", + "lon": 112.71818, + "lat": 36.321558, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:29", + "devicecode": "98018" + }, + { + "eventid": "d51bd758-7e02-44b4-bd08-2b9d552e69a3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:17", + "lon": 112.719011, + "lat": 36.321423, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:09", + "devicecode": "98018" + }, + { + "eventid": "4e7319c2-5fa9-40a4-855b-e98b165f4d2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:02", + "lon": 112.719756, + "lat": 36.320995, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98018" + }, + { + "eventid": "d8dd3d71-9bcb-49fc-9867-0dba9d5ad19a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:47", + "lon": 112.720503, + "lat": 36.320858, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:40", + "devicecode": "98018" + }, + { + "eventid": "85c59fc0-e839-4bac-89ef-cfd6eb8ba418", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:32", + "lon": 112.721228, + "lat": 36.320663, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98018" + } + ] + }, + { + "eventid": "8577f081-2686-11e3-9e54-00216a3749b4", + "name": "杨志雄", + "sex": "01", + "duty": "巡线工", + "phone": "13935516451", + "unitname": "屯留站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "42877722-6ec7-4b07-bb76-a8f462e934ea", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:34", + "lon": 112.621758, + "lat": 36.345986, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:31", + "devicecode": "98022" + }, + { + "eventid": "573fb548-a07e-4736-8eb6-d45bc56fdf95", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:12", + "lon": 112.621756, + "lat": 36.345986, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:06", + "devicecode": "98022" + }, + { + "eventid": "745d5407-63c3-4022-94ff-690d68aa68f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:57", + "lon": 112.6219, + "lat": 36.345873, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:49", + "devicecode": "98022" + }, + { + "eventid": "71b1c7ef-ff08-4eb7-9954-bbbb2746e6dd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:42", + "lon": 112.622348, + "lat": 36.345501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:36", + "devicecode": "98022" + }, + { + "eventid": "f29b41a1-f5e0-4caa-be97-f0c966c2eb42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:27", + "lon": 112.62303, + "lat": 36.345258, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:21", + "devicecode": "98022" + }, + { + "eventid": "f6a21118-8644-4aaf-9160-1992cf5d2831", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:12", + "lon": 112.623753, + "lat": 36.345036, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:02", + "devicecode": "98022" + }, + { + "eventid": "bec37e30-6f6f-4d02-9fc8-21381c5fc0b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:57", + "lon": 112.624461, + "lat": 36.344943, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:51", + "devicecode": "98022" + }, + { + "eventid": "fa1c6039-dc77-449f-8e21-965e5f9c53f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:42", + "lon": 112.625213, + "lat": 36.34483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:33", + "devicecode": "98022" + }, + { + "eventid": "3017d33d-1036-41bf-bd95-8f7bf0ef30a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:27", + "lon": 112.625386, + "lat": 36.34443, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:22", + "devicecode": "98022" + }, + { + "eventid": "8b99fccd-a034-4b4e-9aaf-c5eb20078d81", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:12", + "lon": 112.625498, + "lat": 36.344308, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:04", + "devicecode": "98022" + }, + { + "eventid": "99b2abc9-9407-4530-bf49-3e8c843c60ca", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:57", + "lon": 112.625465, + "lat": 36.344343, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:47", + "devicecode": "98022" + }, + { + "eventid": "33967d00-126d-4fe6-ad2f-3b142452858e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:42", + "lon": 112.625496, + "lat": 36.344301, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:34", + "devicecode": "98022" + }, + { + "eventid": "0a822836-6116-432b-b167-f5bbd087bf7e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:27", + "lon": 112.625486, + "lat": 36.34426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:22", + "devicecode": "98022" + }, + { + "eventid": "a246db23-6506-4b18-a8bf-0eb8be64e6fd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:12", + "lon": 112.625486, + "lat": 36.344263, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:02", + "devicecode": "98022" + }, + { + "eventid": "06db2a57-3767-4924-ae13-a0cf9accc441", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:57", + "lon": 112.625486, + "lat": 36.344273, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:50", + "devicecode": "98022" + }, + { + "eventid": "6f784641-6ca3-4283-a4d9-7835e5bcbd12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:42", + "lon": 112.625481, + "lat": 36.344268, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:37", + "devicecode": "98022" + }, + { + "eventid": "8de9638f-043a-4208-a29b-61d2eb49788a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:12", + "lon": 112.62548, + "lat": 36.344271, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:03", + "devicecode": "98022" + }, + { + "eventid": "970c618c-cae3-488c-9e5d-8b2b8d8a6d2a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:57", + "lon": 112.625485, + "lat": 36.34428, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:52", + "devicecode": "98022" + }, + { + "eventid": "26d9dfbc-748b-4906-ba88-be1dfc026afc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:42", + "lon": 112.625498, + "lat": 36.344293, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:34", + "devicecode": "98022" + }, + { + "eventid": "e16a445c-019f-445a-be5f-782d712ba042", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:27", + "lon": 112.625501, + "lat": 36.344298, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:17", + "devicecode": "98022" + }, + { + "eventid": "06aa19e0-97cc-4642-8a7c-1a1445091aa7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:12", + "lon": 112.625501, + "lat": 36.3443, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:05", + "devicecode": "98022" + }, + { + "eventid": "e9f7b832-46fb-41de-95d8-7cd6a8fe262d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:56", + "lon": 112.625498, + "lat": 36.344315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:53", + "devicecode": "98022" + }, + { + "eventid": "ac079e9f-bf06-485c-938e-fd576627953f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:33", + "lon": 112.6255, + "lat": 36.34433, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:25", + "devicecode": "98022" + }, + { + "eventid": "86e54328-0d9c-4016-aecb-39d0240576aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:18", + "lon": 112.625385, + "lat": 36.344408, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:13", + "devicecode": "98022" + }, + { + "eventid": "d44fa98a-b929-4437-894e-0d29a86811d2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:03", + "lon": 112.625776, + "lat": 36.344693, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:56", + "devicecode": "98022" + }, + { + "eventid": "2b8e6ee5-3809-4782-8acd-9d27784c5274", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:48", + "lon": 112.626676, + "lat": 36.344403, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:39", + "devicecode": "98022" + }, + { + "eventid": "f45f55e2-f892-443a-abdf-ff286f029840", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:33", + "lon": 112.62746, + "lat": 36.34392, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:27", + "devicecode": "98022" + }, + { + "eventid": "57da256b-632a-4445-bd26-bade58b88aee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:18", + "lon": 112.628178, + "lat": 36.343483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:11", + "devicecode": "98022" + }, + { + "eventid": "dbe04468-cf59-47fa-929c-b95f10060614", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:03", + "lon": 112.628883, + "lat": 36.343025, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:59", + "devicecode": "98022" + }, + { + "eventid": "80d8144b-7c19-4279-bad1-ac0ae6721896", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:48", + "lon": 112.629576, + "lat": 36.342565, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:42", + "devicecode": "98022" + }, + { + "eventid": "936535e7-2919-415d-a743-f7056140397c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:33", + "lon": 112.630231, + "lat": 36.34214, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:25", + "devicecode": "98022" + }, + { + "eventid": "f9a6780a-ac80-4adb-aaf5-24528ada5e8e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:18", + "lon": 112.63091, + "lat": 36.341698, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:09", + "devicecode": "98022" + }, + { + "eventid": "5bd9afb5-8c18-4244-85e0-8d869f861dfe", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:03", + "lon": 112.631546, + "lat": 36.341276, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:58", + "devicecode": "98022" + }, + { + "eventid": "ff3a8911-b9af-49ef-b4e0-40f5651050a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:48", + "lon": 112.632006, + "lat": 36.34101, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:40", + "devicecode": "98022" + }, + { + "eventid": "0a6f70dc-150f-466f-bb79-f0f16d7e2e74", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:32", + "lon": 112.632011, + "lat": 36.341, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:24", + "devicecode": "98022" + }, + { + "eventid": "1cef4c3d-e01e-4c5a-bb38-721655b52908", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:11", + "lon": 112.6321, + "lat": 36.34104, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:07", + "devicecode": "98022" + }, + { + "eventid": "17e534d3-aabe-4620-aed7-be1412a6e77a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:56", + "lon": 112.632968, + "lat": 36.341736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:48", + "devicecode": "98022" + }, + { + "eventid": "2f1835ad-ea11-41b8-996d-6fd92dded165", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:41", + "lon": 112.633706, + "lat": 36.342426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:31", + "devicecode": "98022" + }, + { + "eventid": "510dd31d-ff89-4354-8eda-d0747a94c3ce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:26", + "lon": 112.633646, + "lat": 36.343523, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:19", + "devicecode": "98022" + }, + { + "eventid": "660ec75b-37c4-4cf7-ab40-1f337af8b42c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:11", + "lon": 112.634163, + "lat": 36.344083, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:02", + "devicecode": "98022" + }, + { + "eventid": "d6423803-c422-41fb-b8be-928e9364e97c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:56", + "lon": 112.635683, + "lat": 36.344345, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:51", + "devicecode": "98022" + }, + { + "eventid": "0920309c-5c99-495f-bc13-518d32a9595f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:41", + "lon": 112.637288, + "lat": 36.344616, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:33", + "devicecode": "98022" + }, + { + "eventid": "ad691083-ee01-46d7-90dd-1428f1e8dca9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:26", + "lon": 112.638916, + "lat": 36.344763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:21", + "devicecode": "98022" + }, + { + "eventid": "03080651-538e-499c-8084-c857c0e79af7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:11", + "lon": 112.640448, + "lat": 36.3446, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:04", + "devicecode": "98022" + }, + { + "eventid": "83ffa5d1-5add-4373-a289-4236e3b58606", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:56", + "lon": 112.641838, + "lat": 36.344213, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:46", + "devicecode": "98022" + }, + { + "eventid": "d8fe798f-d347-4490-ac7e-50c00c663e2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:41", + "lon": 112.64284, + "lat": 36.343315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:35", + "devicecode": "98022" + }, + { + "eventid": "fad6cfe0-cccd-4182-9af1-1473c91e6eb6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:26", + "lon": 112.643733, + "lat": 36.34227, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:17", + "devicecode": "98022" + }, + { + "eventid": "84db2b52-9b56-4e26-8aba-1c22b8558ddd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:11", + "lon": 112.644716, + "lat": 36.341298, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:01", + "devicecode": "98022" + }, + { + "eventid": "0fc1b2fe-18ef-49d4-9e92-d3d127a4aeb6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:56", + "lon": 112.645481, + "lat": 36.340646, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:50", + "devicecode": "98022" + }, + { + "eventid": "5f212dd4-48e7-403c-8ec9-92a1d533e3fa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:41", + "lon": 112.645661, + "lat": 36.34075, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:33", + "devicecode": "98022" + }, + { + "eventid": "bce27e41-92ea-463e-8ea2-6d0c65511c5b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:26", + "lon": 112.645771, + "lat": 36.340843, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:16", + "devicecode": "98022" + }, + { + "eventid": "aa098210-d04d-4635-a2c1-14fa24d085dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:10", + "lon": 112.645775, + "lat": 36.340835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:05", + "devicecode": "98022" + }, + { + "eventid": "d8f275df-9c92-4bb0-82f7-3afddee7faf7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:47", + "lon": 112.64575, + "lat": 36.340825, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:41", + "devicecode": "98022" + }, + { + "eventid": "08d94fee-f2f4-4e90-a3f2-57cdd0516821", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:32", + "lon": 112.645625, + "lat": 36.34049, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:22", + "devicecode": "98022" + }, + { + "eventid": "027acdc8-5464-4d1f-9859-291d8f7920cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:17", + "lon": 112.646571, + "lat": 36.339743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:08", + "devicecode": "98022" + }, + { + "eventid": "815dcf8c-b537-4d74-8010-52febac63a8b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:02", + "lon": 112.646658, + "lat": 36.339228, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:55", + "devicecode": "98022" + }, + { + "eventid": "606b5526-a9ca-4e5b-8c02-9ab001c7b402", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:47", + "lon": 112.645695, + "lat": 36.33862, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:37", + "devicecode": "98022" + }, + { + "eventid": "bfea0c5b-ce0c-44b8-9f7c-079ec93f54b6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:32", + "lon": 112.644681, + "lat": 36.33799, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:25", + "devicecode": "98022" + }, + { + "eventid": "067ea2da-2ba9-4ed7-8f6e-0e219133a48c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:17", + "lon": 112.644073, + "lat": 36.337911, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:12", + "devicecode": "98022" + }, + { + "eventid": "174009f4-bdc6-45d6-a2a9-4ddbe4577a4d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:02", + "lon": 112.64345, + "lat": 36.33834, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:53", + "devicecode": "98022" + }, + { + "eventid": "f631c213-f5d2-4383-aaa5-654d9351aed8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:47", + "lon": 112.643093, + "lat": 36.338955, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:41", + "devicecode": "98022" + }, + { + "eventid": "4de414b7-74af-4083-9b03-2d6beaee57d6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:32", + "lon": 112.64242, + "lat": 36.339493, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:23", + "devicecode": "98022" + }, + { + "eventid": "fcd1f08f-b057-40f6-b93d-92c97b39a17a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:17", + "lon": 112.641818, + "lat": 36.339668, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:07", + "devicecode": "98022" + }, + { + "eventid": "2d8e547d-5e05-4e81-8123-3006f4f216c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:01", + "lon": 112.641828, + "lat": 36.339673, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:56", + "devicecode": "98022" + }, + { + "eventid": "d5918398-49e3-4784-b54a-426544887558", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:38", + "lon": 112.64183, + "lat": 36.339661, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:33", + "devicecode": "98022" + }, + { + "eventid": "30465401-2951-41fd-b3f7-ab03db19323d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:23", + "lon": 112.642368, + "lat": 36.3395, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:16", + "devicecode": "98022" + }, + { + "eventid": "cb820d7d-281b-4dff-b2a5-05e0002256a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:08", + "lon": 112.643065, + "lat": 36.338983, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:58", + "devicecode": "98022" + }, + { + "eventid": "67f143a4-08d4-4992-a8ad-2d86b4a65fec", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:52", + "lon": 112.643468, + "lat": 36.33835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:47", + "devicecode": "98022" + }, + { + "eventid": "38106228-d267-4517-ae86-fc260e51927e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:37", + "lon": 112.644111, + "lat": 36.337865, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:29", + "devicecode": "98022" + }, + { + "eventid": "df37f0ff-c7e6-44ec-ada8-85da44afe546", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:22", + "lon": 112.644843, + "lat": 36.338066, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:17", + "devicecode": "98022" + }, + { + "eventid": "1818e5e2-92db-4c6d-bb9c-10933a3d0ab2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:07", + "lon": 112.646036, + "lat": 36.338823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:00", + "devicecode": "98022" + }, + { + "eventid": "409c97c1-26b2-4438-b6fe-2d33d5a16901", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:52", + "lon": 112.646701, + "lat": 36.339423, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:43", + "devicecode": "98022" + }, + { + "eventid": "d1554005-a348-4c0b-a802-f9bd0ffaf91a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:37", + "lon": 112.647308, + "lat": 36.33932, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:32", + "devicecode": "98022" + }, + { + "eventid": "f03d9013-8c40-44a6-a653-05a90cc238d0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:22", + "lon": 112.64831, + "lat": 36.338781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:14", + "devicecode": "98022" + }, + { + "eventid": "6bd70078-4543-422a-aa1a-08ea8c6d1c71", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:07", + "lon": 112.648565, + "lat": 36.339011, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:02", + "devicecode": "98022" + }, + { + "eventid": "69ef81e6-e418-4610-85ee-44a3de736616", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:52", + "lon": 112.648805, + "lat": 36.339358, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:46", + "devicecode": "98022" + }, + { + "eventid": "8a6e1414-feeb-4264-8d66-a331411ad9df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:37", + "lon": 112.64882, + "lat": 36.339365, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:30", + "devicecode": "98022" + }, + { + "eventid": "1024158e-2432-4d7b-a85e-3b8ecac55a18", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:20", + "lon": 112.648821, + "lat": 36.339368, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:14", + "devicecode": "98022" + }, + { + "eventid": "81370fe2-475b-49c6-985e-d0cf7df8dda7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:58", + "lon": 112.648818, + "lat": 36.339323, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:51", + "devicecode": "98022" + }, + { + "eventid": "5ad1e2e4-1fa8-43e2-9c3e-c35f55d98782", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:43", + "lon": 112.648596, + "lat": 36.339053, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:34", + "devicecode": "98022" + }, + { + "eventid": "1265efed-9f80-471a-ba39-52ad3f07b52b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:28", + "lon": 112.648706, + "lat": 36.338556, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:18", + "devicecode": "98022" + }, + { + "eventid": "14cb69ef-0fe5-4545-ac6c-43867deef97d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:13", + "lon": 112.650125, + "lat": 36.337786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:07", + "devicecode": "98022" + }, + { + "eventid": "3134cf81-7122-4b8c-a3ad-fdbc371bf6ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:58", + "lon": 112.651651, + "lat": 36.337173, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:50", + "devicecode": "98022" + }, + { + "eventid": "175184a8-d02e-41fc-9720-e4f3abcd3557", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:43", + "lon": 112.653206, + "lat": 36.336858, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:34", + "devicecode": "98022" + }, + { + "eventid": "36ba32b6-1ae0-4c04-ae0c-ff694e346a17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:28", + "lon": 112.654665, + "lat": 36.336571, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:23", + "devicecode": "98022" + }, + { + "eventid": "e2c44aa6-1e36-455c-8dfe-99b64f966ea5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:13", + "lon": 112.656026, + "lat": 36.336456, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:07", + "devicecode": "98022" + }, + { + "eventid": "e974fe94-d6e2-4a55-be53-79d4750b922e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:58", + "lon": 112.657486, + "lat": 36.336291, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:49", + "devicecode": "98022" + }, + { + "eventid": "97417903-bdb0-4f9b-971f-83f560837375", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:43", + "lon": 112.658933, + "lat": 36.336085, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:37", + "devicecode": "98022" + }, + { + "eventid": "8a111375-5017-40b6-aa69-7d7a6df03b42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:28", + "lon": 112.65942, + "lat": 36.33658, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:18", + "devicecode": "98022" + }, + { + "eventid": "83538fd1-9dea-4363-a02f-484b6d0c5650", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:13", + "lon": 112.659786, + "lat": 36.33723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:07", + "devicecode": "98022" + }, + { + "eventid": "f3a5590f-128b-445b-ba4b-2cc4d7206712", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:57", + "lon": 112.659803, + "lat": 36.337221, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:49", + "devicecode": "98022" + }, + { + "eventid": "e678293d-5392-42ff-bcbb-f5bc56999ba8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:34", + "lon": 112.659775, + "lat": 36.337216, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:25", + "devicecode": "98022" + }, + { + "eventid": "ffba0508-cdfb-42c7-a92c-e3b7488d819c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:19", + "lon": 112.659235, + "lat": 36.336316, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:14", + "devicecode": "98022" + }, + { + "eventid": "91016d81-b773-4834-8dda-332054a915d1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:04", + "lon": 112.659958, + "lat": 36.335928, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:57", + "devicecode": "98022" + }, + { + "eventid": "d0baee73-2d58-4009-b383-bc70fd77eb1b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:49", + "lon": 112.66147, + "lat": 36.335633, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:41", + "devicecode": "98022" + }, + { + "eventid": "5d1b79b7-4d88-46a0-ba00-dc7d141839aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:34", + "lon": 112.662706, + "lat": 36.334993, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:25", + "devicecode": "98022" + }, + { + "eventid": "57952b7f-9250-4681-bccb-ba7fc4a7ff2c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:18", + "lon": 112.663235, + "lat": 36.335221, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:08", + "devicecode": "98022" + }, + { + "eventid": "31d56418-9a6b-446a-8477-08a71b8c35a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:03", + "lon": 112.663703, + "lat": 36.335921, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:58", + "devicecode": "98022" + }, + { + "eventid": "637a185a-6f45-4d4b-b338-ba2648d8f04c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:48", + "lon": 112.66404, + "lat": 36.336456, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:41", + "devicecode": "98022" + }, + { + "eventid": "15515d2b-6d17-43d0-abdd-4ad7bcbf6f94", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:32", + "lon": 112.664103, + "lat": 36.33657, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:25", + "devicecode": "98022" + }, + { + "eventid": "2d104c5e-0035-4068-8116-e9f44b0f5098", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:10", + "lon": 112.664106, + "lat": 36.336578, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:03", + "devicecode": "98022" + }, + { + "eventid": "f2e00992-650d-497f-8db6-d0f6714da798", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:55", + "lon": 112.664048, + "lat": 36.336451, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:47", + "devicecode": "98022" + }, + { + "eventid": "14167e49-cc65-4ccd-a420-f3f6a7abcb7b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:40", + "lon": 112.663713, + "lat": 36.335858, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:30", + "devicecode": "98022" + }, + { + "eventid": "0379a910-4a30-4235-80dc-1d14e25cbc68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:10", + "lon": 112.665068, + "lat": 36.335178, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:03", + "devicecode": "98022" + }, + { + "eventid": "9660c003-2037-43f5-8d32-c09862632582", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:55", + "lon": 112.665345, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:46", + "devicecode": "98022" + }, + { + "eventid": "5d7d14bd-c4b0-412d-a6e3-a71467dc293b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:25", + "lon": 112.666231, + "lat": 36.335145, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:19", + "devicecode": "98022" + }, + { + "eventid": "30c336db-fa9b-425a-b133-2df6a5b49c41", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:10", + "lon": 112.666946, + "lat": 36.335488, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:02", + "devicecode": "98022" + }, + { + "eventid": "978a8693-b854-49e9-a93d-542b9fd2ff46", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:55", + "lon": 112.66695, + "lat": 36.335501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:47", + "devicecode": "98022" + }, + { + "eventid": "578033cc-7553-44c6-886c-f93508917611", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:39", + "lon": 112.66694, + "lat": 36.335501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:31", + "devicecode": "98022" + }, + { + "eventid": "ebb97f7a-2e30-47fa-abdf-d396d68b71a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:19", + "lon": 112.666895, + "lat": 36.335426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:10", + "devicecode": "98022" + }, + { + "eventid": "cefc7316-c34a-4295-a344-d285f1fa3ed2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:04", + "lon": 112.666153, + "lat": 36.335058, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:59:54", + "devicecode": "98022" + }, + { + "eventid": "98003eb1-aa5a-4d3f-91e8-8940f9bb0850", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:05:49", + "lon": 112.665623, + "lat": 36.334928, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:59:44", + "devicecode": "98022" + }, + { + "eventid": "73121426-145e-4d51-911a-0a2640aa5475", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:05:03", + "lon": 112.665265, + "lat": 36.333605, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:58:53", + "devicecode": "98022" + }, + { + "eventid": "8a6fbf79-c931-4ee8-b28a-058f3687f735", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:04:18", + "lon": 112.668733, + "lat": 36.331185, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:58:11", + "devicecode": "98022" + }, + { + "eventid": "a07ac9e7-2ffd-4c63-9ee4-f4786ce8e768", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:04:03", + "lon": 112.668956, + "lat": 36.331283, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:55", + "devicecode": "98022" + }, + { + "eventid": "e3ffc657-9bbe-45da-aaf0-66955fd5d0b2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:48", + "lon": 112.66929, + "lat": 36.331741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:39", + "devicecode": "98022" + }, + { + "eventid": "2eea884f-8fed-4489-85ae-0a7fc3f2fe77", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:18", + "lon": 112.669781, + "lat": 36.332201, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:13", + "devicecode": "98022" + }, + { + "eventid": "d03c5c82-4a24-45f2-a591-89e92d805a62", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:02", + "lon": 112.669766, + "lat": 36.332198, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:57", + "devicecode": "98022" + }, + { + "eventid": "a70350a2-26ae-4be5-b204-fb09a1a8ea43", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:39", + "lon": 112.669763, + "lat": 36.332171, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:30", + "devicecode": "98022" + }, + { + "eventid": "ec173ea2-ba3a-4e29-9c35-67591857552f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:24", + "lon": 112.669301, + "lat": 36.331915, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:15", + "devicecode": "98022" + }, + { + "eventid": "539c62b0-6e31-461c-a81a-687d1f19f7dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:09", + "lon": 112.66917, + "lat": 36.3315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:59", + "devicecode": "98022" + }, + { + "eventid": "b91bdf75-3c8a-4c12-b36c-b95608609d2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:39", + "lon": 112.669585, + "lat": 36.330495, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:33", + "devicecode": "98022" + }, + { + "eventid": "495fa3b9-70b9-40bd-a8a3-7648962107c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:24", + "lon": 112.670488, + "lat": 36.329775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:17", + "devicecode": "98022" + }, + { + "eventid": "e8104e6e-dfc4-44b6-abf7-3ee4cf2cb3e3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:09", + "lon": 112.670763, + "lat": 36.330141, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:00", + "devicecode": "98022" + }, + { + "eventid": "6668fc9b-7150-4d2c-8370-70c031ef8a19", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:00:54", + "lon": 112.67099, + "lat": 36.330758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:54:44", + "devicecode": "98022" + }, + { + "eventid": "677b2ea5-808e-407d-a357-9fe2657a8759", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:00:23", + "lon": 112.670913, + "lat": 36.331026, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:54:18", + "devicecode": "98022" + }, + { + "eventid": "5df462c7-ebf1-4cfb-a71f-38c2094f1686", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:47", + "lon": 112.670816, + "lat": 36.330373, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:41", + "devicecode": "98022" + }, + { + "eventid": "619d55b7-6508-4907-bb8a-0369c1f47283", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:32", + "lon": 112.670551, + "lat": 36.329676, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:25", + "devicecode": "98022" + }, + { + "eventid": "f95a09d7-4698-495a-aa1c-6760f26631d5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:17", + "lon": 112.669971, + "lat": 36.330043, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:09", + "devicecode": "98022" + }, + { + "eventid": "15e70a35-a2f9-4ed7-8d5d-69f1f65b8ab9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:02", + "lon": 112.668935, + "lat": 36.33087, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:52:54", + "devicecode": "98022" + }, + { + "eventid": "699abfbb-4259-4420-9fea-bd055d5eac17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:58:17", + "lon": 112.665661, + "lat": 36.333273, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:52:12", + "devicecode": "98022" + }, + { + "eventid": "9df1bea7-e8de-455b-bd4a-ef301ee0e52f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:58:02", + "lon": 112.66459, + "lat": 36.33388, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:51:56", + "devicecode": "98022" + }, + { + "eventid": "47e0f29c-3f71-4ef3-9024-c0e71e2a964e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:56:44", + "lon": 112.664091, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:51:19", + "devicecode": "98022" + }, + { + "eventid": "ed30638e-fb05-400b-852c-563cc5cc08c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:41:09", + "lon": 112.664116, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:35:03", + "devicecode": "98022" + }, + { + "eventid": "9326be05-d69e-41da-8db3-32f6e3690fd1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:54", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:47", + "devicecode": "98022" + }, + { + "eventid": "9ecde917-743b-47a6-9090-da6a8311aa16", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:39", + "lon": 112.664128, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:32", + "devicecode": "98022" + }, + { + "eventid": "ec019d1f-1d78-42ee-91d1-36a9a650552c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:24", + "lon": 112.664135, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:17", + "devicecode": "98022" + }, + { + "eventid": "55676d4a-714c-47cc-8f75-bd7fec241840", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:09", + "lon": 112.664135, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:02", + "devicecode": "98022" + }, + { + "eventid": "fc92e450-189c-4ec1-a32c-444d7636c848", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:54", + "lon": 112.664121, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:46", + "devicecode": "98022" + }, + { + "eventid": "b245feb7-1eff-4c53-920c-3abfbbb62357", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:39", + "lon": 112.664118, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:31", + "devicecode": "98022" + }, + { + "eventid": "5045abe6-3730-41ec-9a87-bf106fb32f4b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:24", + "lon": 112.664113, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:16", + "devicecode": "98022" + }, + { + "eventid": "6a24b3f2-a170-4bb5-9708-715ca5bcebe8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:09", + "lon": 112.664105, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:01", + "devicecode": "98022" + }, + { + "eventid": "a1669da2-44ed-49ac-bb80-f7db1201881f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:54", + "lon": 112.664105, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:45", + "devicecode": "98022" + }, + { + "eventid": "7f86b0f4-2741-47cf-bb04-8332a0d7e67c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:39", + "lon": 112.664101, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:30", + "devicecode": "98022" + }, + { + "eventid": "6768ad6c-8334-46c3-adb6-f31cd899e721", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:24", + "lon": 112.664093, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:15", + "devicecode": "98022" + }, + { + "eventid": "e23ced7d-7b73-4f9c-99d0-76585044735c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:09", + "lon": 112.664085, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:00", + "devicecode": "98022" + }, + { + "eventid": "5b24959d-29a1-437e-a9b2-c8a9c6685ab9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:54", + "lon": 112.66409, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:44", + "devicecode": "98022" + }, + { + "eventid": "153c3549-cffa-4a50-9b1b-78eef519f1ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:39", + "lon": 112.664096, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:29", + "devicecode": "98022" + }, + { + "eventid": "46060bfe-5e24-446a-bbcf-a5751e267813", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:24", + "lon": 112.664096, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:19", + "devicecode": "98022" + }, + { + "eventid": "5a117dc3-04f4-4965-b039-e774d2022ea2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:09", + "lon": 112.664098, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:04", + "devicecode": "98022" + }, + { + "eventid": "c974a51c-74a8-4333-8edf-d5ed580fa729", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:54", + "lon": 112.664098, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:48", + "devicecode": "98022" + }, + { + "eventid": "a06c4149-5521-4fd5-86cb-639980e5660c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:39", + "lon": 112.664096, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:33", + "devicecode": "98022" + }, + { + "eventid": "6343d892-4928-48ba-9d6d-d21d1abb8b2c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:24", + "lon": 112.664091, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:17", + "devicecode": "98022" + }, + { + "eventid": "08d6bcd1-8212-4956-8546-17861b6a5e25", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:09", + "lon": 112.664093, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:01", + "devicecode": "98022" + }, + { + "eventid": "83409c29-ca4d-43e4-a435-5f6f854b1c45", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:54", + "lon": 112.664096, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:45", + "devicecode": "98022" + }, + { + "eventid": "9a84ffc3-2ff1-4f41-91ad-58fa916cedd9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:39", + "lon": 112.664086, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:30", + "devicecode": "98022" + }, + { + "eventid": "7130920b-35dc-43fa-ba4f-5ec347a0dd44", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:24", + "lon": 112.664076, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:14", + "devicecode": "98022" + }, + { + "eventid": "b6cc0c2b-b7f6-4ddc-be83-8618fcd5aac3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:09", + "lon": 112.66407, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:04", + "devicecode": "98022" + }, + { + "eventid": "80fd84aa-23f8-41c1-908f-974a82f41e9c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:54", + "lon": 112.664073, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:49", + "devicecode": "98022" + }, + { + "eventid": "d629929c-a3fd-4141-90e2-d926eb76f594", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:39", + "lon": 112.664078, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:33", + "devicecode": "98022" + }, + { + "eventid": "21958ba3-690f-436d-a9e6-e6a0400e2bcf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:24", + "lon": 112.664075, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:18", + "devicecode": "98022" + }, + { + "eventid": "b64d4b95-6dd2-4f4b-8c17-3b57c1d24878", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:09", + "lon": 112.664075, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:02", + "devicecode": "98022" + }, + { + "eventid": "d3a96b0a-fec1-4c4a-aab7-c5e1af225392", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:54", + "lon": 112.664065, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:46", + "devicecode": "98022" + }, + { + "eventid": "0dd69082-4414-4342-b624-58b58eb17e29", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:39", + "lon": 112.664078, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:31", + "devicecode": "98022" + }, + { + "eventid": "f15bca94-6510-4be4-870e-bf637ac99c65", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:24", + "lon": 112.664081, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:15", + "devicecode": "98022" + }, + { + "eventid": "84bcf21d-9855-4514-b87e-98a6964ee01f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:09", + "lon": 112.66405, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:05", + "devicecode": "98022" + }, + { + "eventid": "296dc596-c246-4747-b33c-2bb6be49f789", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:54", + "lon": 112.664058, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:44", + "devicecode": "98022" + }, + { + "eventid": "529f99fd-1cf9-420e-8959-96b9d7fb9e29", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:39", + "lon": 112.664083, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:34", + "devicecode": "98022" + }, + { + "eventid": "381c4c6f-d50b-4a9d-a008-fd7880beee2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:24", + "lon": 112.664096, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:18", + "devicecode": "98022" + }, + { + "eventid": "10d93838-d8f9-473f-b747-b5e0896d5906", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:09", + "lon": 112.664095, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:03", + "devicecode": "98022" + }, + { + "eventid": "547ba0eb-85de-40a7-8004-81667fd72555", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:54", + "lon": 112.664091, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:47", + "devicecode": "98022" + }, + { + "eventid": "efe17740-8d29-4248-8841-7db05e0176c6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:39", + "lon": 112.664073, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:32", + "devicecode": "98022" + }, + { + "eventid": "312414a5-7783-4cda-817b-bc97d0dae0a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:24", + "lon": 112.664053, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:16", + "devicecode": "98022" + }, + { + "eventid": "e1960183-9109-4655-a6b5-a433211d008c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:09", + "lon": 112.66404, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:01", + "devicecode": "98022" + }, + { + "eventid": "bff310c6-fbe6-40d7-a619-dfdbc072cfce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:54", + "lon": 112.66404, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:46", + "devicecode": "98022" + }, + { + "eventid": "7c4292ad-efc4-42d6-a1bc-fae6cd2ea8ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:39", + "lon": 112.664043, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:30", + "devicecode": "98022" + }, + { + "eventid": "63c8cd34-7c2b-495c-b1b3-82a9715ce76b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:24", + "lon": 112.664038, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:20", + "devicecode": "98022" + }, + { + "eventid": "57685242-4918-4dd1-b834-4422eb2481b1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:09", + "lon": 112.664045, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:59", + "devicecode": "98022" + }, + { + "eventid": "08e56b6e-ec11-4fa4-a78c-cf367ac976c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:54", + "lon": 112.664063, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:48", + "devicecode": "98022" + }, + { + "eventid": "ebed2da8-d89e-4fff-a775-d1ebee273909", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:39", + "lon": 112.664088, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:33", + "devicecode": "98022" + }, + { + "eventid": "46663d93-58ce-4c5a-a706-4f59fdd9b757", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:24", + "lon": 112.66409, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:18", + "devicecode": "98022" + }, + { + "eventid": "5d623948-26f9-4079-b513-d9a5745d9f02", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:09", + "lon": 112.664101, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:02", + "devicecode": "98022" + }, + { + "eventid": "4fdb64c1-4861-4e23-ab20-ff113f0bc70e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:54", + "lon": 112.664103, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:47", + "devicecode": "98022" + }, + { + "eventid": "156bfdfe-0c58-4241-9aee-a1cb2dc01f4f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:39", + "lon": 112.664103, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:31", + "devicecode": "98022" + }, + { + "eventid": "c5f4e88f-393b-453c-8a79-2371a85a64f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:24", + "lon": 112.664103, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:16", + "devicecode": "98022" + }, + { + "eventid": "5687aedf-745e-47bb-8506-389a6adb1d91", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:09", + "lon": 112.664116, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:00", + "devicecode": "98022" + }, + { + "eventid": "8df3399a-728f-49fa-8ad7-d5badfc3bda9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:54", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:45", + "devicecode": "98022" + }, + { + "eventid": "7cb7b8c8-77af-427e-9e1a-9596dfc1fcbc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:39", + "lon": 112.664121, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:29", + "devicecode": "98022" + }, + { + "eventid": "8ccfffa7-76ff-49ea-903a-2e9159d82fc6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:24", + "lon": 112.664115, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:19", + "devicecode": "98022" + }, + { + "eventid": "d0248441-931e-4f2b-8752-9aaa1242b68f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:09", + "lon": 112.664115, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:03", + "devicecode": "98022" + }, + { + "eventid": "cded0945-7682-408e-82fb-fd346f610ee4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:54", + "lon": 112.664113, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:48", + "devicecode": "98022" + }, + { + "eventid": "4ad0aba5-7ce1-4039-bb50-ba22f853c1c7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:39", + "lon": 112.664113, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:33", + "devicecode": "98022" + }, + { + "eventid": "e1b44c33-4038-4145-9e59-0c231794fe6a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:24", + "lon": 112.664106, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:17", + "devicecode": "98022" + }, + { + "eventid": "de4a3db7-c2a8-4b5d-8f36-896991ac0abf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:09", + "lon": 112.66409, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:02", + "devicecode": "98022" + }, + { + "eventid": "96eeef18-0e9f-43fe-9984-7ac9fb992898", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:54", + "lon": 112.664066, + "lat": 36.334736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:46", + "devicecode": "98022" + }, + { + "eventid": "a0c509df-e5a2-4745-a8ff-81e49aa8c468", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:39", + "lon": 112.664041, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:31", + "devicecode": "98022" + }, + { + "eventid": "d7e5d101-0436-4d04-97fe-cc7dcb710a05", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:24", + "lon": 112.664031, + "lat": 36.334723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:15", + "devicecode": "98022" + }, + { + "eventid": "54b58330-7712-4a54-88b3-55f58588a752", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:09", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:59", + "devicecode": "98022" + }, + { + "eventid": "c313356a-33d9-43a4-8b7a-d2c255e67b2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:54", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:49", + "devicecode": "98022" + }, + { + "eventid": "47f850a6-936d-4207-b074-85c7f16654ed", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:39", + "lon": 112.66404, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:33", + "devicecode": "98022" + }, + { + "eventid": "fd952c92-4039-4b2c-ba81-b66ef868317d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:24", + "lon": 112.664055, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:18", + "devicecode": "98022" + }, + { + "eventid": "f56f8028-dd72-421c-9005-15d43472e06b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:09", + "lon": 112.664058, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:03", + "devicecode": "98022" + }, + { + "eventid": "fb3e4194-bcd4-4054-83c8-ab3399484de0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:54", + "lon": 112.664046, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:47", + "devicecode": "98022" + }, + { + "eventid": "1aa95210-6b3e-425f-9d63-821e27287fca", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:39", + "lon": 112.66404, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:32", + "devicecode": "98022" + }, + { + "eventid": "21a2334f-2c47-4f3a-9d7d-872e2e8074aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:24", + "lon": 112.664045, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:16", + "devicecode": "98022" + }, + { + "eventid": "217e61d6-c5ba-4cda-8282-a9d491d4e007", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:09", + "lon": 112.664065, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:01", + "devicecode": "98022" + }, + { + "eventid": "e432d4ee-406d-4026-ae8f-8226f8fbc6f9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:54", + "lon": 112.66408, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:45", + "devicecode": "98022" + }, + { + "eventid": "806e5118-9cde-4433-b5d4-9fa1b8032aa8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:39", + "lon": 112.664095, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:30", + "devicecode": "98022" + }, + { + "eventid": "74617641-7380-4740-82a1-eee15e88027c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:23", + "lon": 112.664106, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:14", + "devicecode": "98022" + }, + { + "eventid": "fcf76371-2cf9-4284-9358-af8e64866aeb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:08", + "lon": 112.664083, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:58", + "devicecode": "98022" + }, + { + "eventid": "cccb0a15-5411-4093-8df9-01c62e26f99c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:53", + "lon": 112.66407, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:48", + "devicecode": "98022" + }, + { + "eventid": "64ae7e7f-dc98-449a-845f-b78356d2861d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:38", + "lon": 112.664066, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:33", + "devicecode": "98022" + }, + { + "eventid": "ecdd86fd-00b4-4443-8460-6c2ba113d1a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:23", + "lon": 112.664071, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:17", + "devicecode": "98022" + }, + { + "eventid": "e599d0ad-a51d-4502-9434-126cd71573f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:08", + "lon": 112.664071, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:01", + "devicecode": "98022" + }, + { + "eventid": "79a7b8c5-7b4b-4e9c-8104-3818ff783979", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:53", + "lon": 112.664066, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:46", + "devicecode": "98022" + }, + { + "eventid": "8edbfdca-0958-4fb8-b209-d15a545b4854", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:38", + "lon": 112.664076, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:31", + "devicecode": "98022" + }, + { + "eventid": "8d465e4c-c578-473f-9c90-1d7ee99788e7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:23", + "lon": 112.664086, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:15", + "devicecode": "98022" + }, + { + "eventid": "1c6d1873-2b5b-47be-818f-f7b3f8da8bb1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:08", + "lon": 112.6641, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:00", + "devicecode": "98022" + }, + { + "eventid": "20978c44-8eda-4289-a20c-993a2d6a7b9b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:53", + "lon": 112.66411, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:44", + "devicecode": "98022" + }, + { + "eventid": "1c6d4537-ca77-4d5f-9a59-43c98f2bf9dd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:38", + "lon": 112.664113, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:29", + "devicecode": "98022" + }, + { + "eventid": "740d920e-4ce5-4ad3-b3e0-df0c5a708ca2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:23", + "lon": 112.664123, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:13", + "devicecode": "98022" + }, + { + "eventid": "846d90eb-8510-4a0b-a522-695bfa386733", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:08", + "lon": 112.664115, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:02", + "devicecode": "98022" + }, + { + "eventid": "076570bc-d770-4ffd-857e-08192cf87067", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:53", + "lon": 112.664105, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:47", + "devicecode": "98022" + }, + { + "eventid": "ccb4d899-2890-4b90-b5a2-eb30b0a43922", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:38", + "lon": 112.664105, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:31", + "devicecode": "98022" + }, + { + "eventid": "a6964378-b702-4656-beed-3d47159a1633", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:23", + "lon": 112.664111, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:16", + "devicecode": "98022" + }, + { + "eventid": "ead07aea-0242-42b5-b18b-a5f4879c4838", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:08", + "lon": 112.66412, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:00", + "devicecode": "98022" + }, + { + "eventid": "85ec2777-09d9-4c5e-a659-7891a6287b36", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:53", + "lon": 112.664118, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:44", + "devicecode": "98022" + }, + { + "eventid": "3555bd91-b9cb-4f40-ae89-b2d08b21c632", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:38", + "lon": 112.664115, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:28", + "devicecode": "98022" + }, + { + "eventid": "169db9d5-4c71-465f-9589-d1f640152f6a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:23", + "lon": 112.664105, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:18", + "devicecode": "98022" + }, + { + "eventid": "ea552c72-0cbd-4d96-8892-82ccf067491c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:08", + "lon": 112.6641, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:02", + "devicecode": "98022" + }, + { + "eventid": "5de5bdf1-b0d3-43ee-987c-c9e964a458c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:53", + "lon": 112.66411, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:47", + "devicecode": "98022" + }, + { + "eventid": "be5cb570-4a3c-4b99-9d19-59e0fca64dc5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:38", + "lon": 112.664125, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:31", + "devicecode": "98022" + }, + { + "eventid": "426f554a-c8d9-4c61-a9be-9eeda8f384db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:23", + "lon": 112.664118, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:21", + "devicecode": "98022" + }, + { + "eventid": "b6d66f3c-9d77-4412-a754-e0e3a945787c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:08", + "lon": 112.66409, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:00", + "devicecode": "98022" + }, + { + "eventid": "51f0b163-5919-4f8b-bdf0-8c0161c488b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:53", + "lon": 112.664093, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:44", + "devicecode": "98022" + }, + { + "eventid": "1711a534-87de-4a1b-9001-a0a807053106", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:38", + "lon": 112.664091, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:33", + "devicecode": "98022" + }, + { + "eventid": "e2d72017-b3de-434d-bce2-b7b98fc806e8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:23", + "lon": 112.664081, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:18", + "devicecode": "98022" + }, + { + "eventid": "9b8f751e-f512-48cc-b246-d8685a3652fa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:08", + "lon": 112.664066, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:02", + "devicecode": "98022" + }, + { + "eventid": "76056c90-6c38-406d-a7cc-05d4d0df58a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:53", + "lon": 112.664073, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:47", + "devicecode": "98022" + }, + { + "eventid": "0e57b674-838f-419b-a8c9-a57ab603b7cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:38", + "lon": 112.664065, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:31", + "devicecode": "98022" + }, + { + "eventid": "3406df23-df47-40a8-a00d-f1a8f48fa769", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:23", + "lon": 112.664053, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:15", + "devicecode": "98022" + }, + { + "eventid": "18705e1f-5eb3-4d13-9e57-711d870acec8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:08", + "lon": 112.66405, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:00", + "devicecode": "98022" + }, + { + "eventid": "e49cf4a8-b4b0-4435-a3d6-a05e65bcff93", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:53", + "lon": 112.664053, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:44", + "devicecode": "98022" + }, + { + "eventid": "5a01e2f6-e632-4ddb-94c3-5ac2400d8188", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:38", + "lon": 112.66406, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:29", + "devicecode": "98022" + }, + { + "eventid": "314440ad-25c7-48b7-8836-7449c5c3d12b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:23", + "lon": 112.664063, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:13", + "devicecode": "98022" + }, + { + "eventid": "fe448334-30c3-43a5-9e47-eb95c58df388", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:08", + "lon": 112.664066, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:03", + "devicecode": "98022" + }, + { + "eventid": "ce2c3aa9-09d1-4e26-b1a3-4a0a16be6290", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:53", + "lon": 112.664066, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:47", + "devicecode": "98022" + }, + { + "eventid": "82f0ac48-85a1-4450-867c-d2dde542b6f3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:38", + "lon": 112.664058, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:31", + "devicecode": "98022" + }, + { + "eventid": "732719bb-e48c-4d3e-91b9-1d55f933589c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:23", + "lon": 112.664056, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:16", + "devicecode": "98022" + }, + { + "eventid": "b17138d0-e0ae-40f7-a57f-9a2ff3af5eba", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:08", + "lon": 112.664056, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:00", + "devicecode": "98022" + }, + { + "eventid": "e7bda781-89ca-49a7-809f-2e9c84be58db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:53", + "lon": 112.66406, + "lat": 36.334738, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:44", + "devicecode": "98022" + }, + { + "eventid": "f23b7209-d16e-4e4f-ae11-ea659e33410b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:38", + "lon": 112.66406, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:29", + "devicecode": "98022" + }, + { + "eventid": "772772fb-29d6-4496-a8fa-4884f2c9e61f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:23", + "lon": 112.664063, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:13", + "devicecode": "98022" + }, + { + "eventid": "f1a5c96c-073b-4c1b-a1db-5548f7bd5751", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:08", + "lon": 112.664071, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:03", + "devicecode": "98022" + }, + { + "eventid": "2c4b1ebf-10e8-4296-806d-2d98f5027fb0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:53", + "lon": 112.66408, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:47", + "devicecode": "98022" + }, + { + "eventid": "62c0af62-2690-4fcb-b868-62c5691874db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:38", + "lon": 112.664085, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:31", + "devicecode": "98022" + }, + { + "eventid": "f3a3dd3d-ab6a-4a5e-a28e-341bcc246211", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:23", + "lon": 112.664086, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:16", + "devicecode": "98022" + }, + { + "eventid": "12d1a86e-583d-4ede-b70c-a6d910daf5b3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:08", + "lon": 112.664088, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:00", + "devicecode": "98022" + }, + { + "eventid": "ca45e84b-6e15-4c79-9b80-f708561ae5f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:53", + "lon": 112.664078, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:45", + "devicecode": "98022" + }, + { + "eventid": "a2fea664-e6f2-411a-a8b3-3927ea7d4772", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:38", + "lon": 112.664078, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:29", + "devicecode": "98022" + }, + { + "eventid": "7d06b920-7e3f-4c83-b65f-c92d4e3756c9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:23", + "lon": 112.664088, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:14", + "devicecode": "98022" + }, + { + "eventid": "d8421fb9-54b0-4151-aeea-2229b77a3565", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:08", + "lon": 112.664111, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:58", + "devicecode": "98022" + }, + { + "eventid": "bde5cf80-2edc-4519-8da4-2c34e17c3def", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:53", + "lon": 112.664128, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:48", + "devicecode": "98022" + }, + { + "eventid": "9e4cf638-9f12-4105-8e35-6d3672c08f68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:38", + "lon": 112.664145, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:32", + "devicecode": "98022" + }, + { + "eventid": "effc1a2c-1882-4b4b-a141-60eee39907a2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:23", + "lon": 112.664141, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:16", + "devicecode": "98022" + }, + { + "eventid": "026a250a-8adf-4596-8077-ffc2f754340e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:08", + "lon": 112.664131, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:00", + "devicecode": "98022" + }, + { + "eventid": "6f2a9b53-9175-4426-bf7b-5eb5550fde35", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:53", + "lon": 112.664128, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:45", + "devicecode": "98022" + }, + { + "eventid": "6243ac7e-8260-44e5-9585-6e55487775be", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:38", + "lon": 112.664123, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:29", + "devicecode": "98022" + }, + { + "eventid": "19677196-7f3f-4249-87e2-51cb3f47a191", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:23", + "lon": 112.664115, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:13", + "devicecode": "98022" + }, + { + "eventid": "e026e775-617a-4801-963f-9ae73ac4facc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:08", + "lon": 112.664111, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:03", + "devicecode": "98022" + }, + { + "eventid": "80653ff8-e545-4023-b088-1366372bb2c7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:53", + "lon": 112.664111, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:48", + "devicecode": "98022" + }, + { + "eventid": "7b444a6b-fc91-46b9-b185-35faab514695", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:38", + "lon": 112.664123, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:32", + "devicecode": "98022" + }, + { + "eventid": "11a393f7-6aa7-41db-a8ce-929a76d7f752", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:23", + "lon": 112.664135, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:16", + "devicecode": "98022" + }, + { + "eventid": "965e3745-a1c7-43e5-aa93-62c5d848b3cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:08", + "lon": 112.664146, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:01", + "devicecode": "98022" + }, + { + "eventid": "a061ac08-80fb-4620-b94b-d51e9cd1d27f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:53", + "lon": 112.664155, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:45", + "devicecode": "98022" + }, + { + "eventid": "ef5386af-898d-4366-ada2-9d90b340f33c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:38", + "lon": 112.664168, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:29", + "devicecode": "98022" + }, + { + "eventid": "698d7b11-4f0b-4ed0-9fb8-9f0007e69252", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:23", + "lon": 112.664166, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:13", + "devicecode": "98022" + }, + { + "eventid": "95e1155f-9165-4e1d-bf20-5ac0eeb26e95", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:08", + "lon": 112.664156, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:03", + "devicecode": "98022" + }, + { + "eventid": "e0a06a25-30d5-4d49-a30c-8b1e46559498", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:53", + "lon": 112.664148, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:47", + "devicecode": "98022" + }, + { + "eventid": "9e9bf838-482b-4ea4-b655-27813b5b827c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:38", + "lon": 112.664155, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:31", + "devicecode": "98022" + }, + { + "eventid": "ee494e17-19d9-4f46-ae31-5c8cb794225a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:23", + "lon": 112.664163, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:15", + "devicecode": "98022" + }, + { + "eventid": "c1ff19fe-d09f-44cb-b863-c6ccf60a714d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:08", + "lon": 112.664161, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:00", + "devicecode": "98022" + }, + { + "eventid": "7ae122d4-7ec7-4db3-aefb-1f07ebd74ddc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:53", + "lon": 112.664165, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:43", + "devicecode": "98022" + }, + { + "eventid": "27c3eaaf-a15e-4607-ae65-71e1153d9fe9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:38", + "lon": 112.664165, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:33", + "devicecode": "98022" + }, + { + "eventid": "318792c6-ff6e-41c7-b854-2562a0b69bd1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:23", + "lon": 112.664165, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:17", + "devicecode": "98022" + }, + { + "eventid": "5bea4851-7790-4dc7-be1c-b9eaaef34bb7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:08", + "lon": 112.664165, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:01", + "devicecode": "98022" + }, + { + "eventid": "43329dd6-5d0f-42ac-a546-adec79f17600", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:53", + "lon": 112.664165, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:45", + "devicecode": "98022" + }, + { + "eventid": "02fdfbd9-0767-431c-9eec-705907c35930", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:38", + "lon": 112.66416, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:29", + "devicecode": "98022" + }, + { + "eventid": "85663734-00ab-4298-9512-b21ed8ae65cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:23", + "lon": 112.664146, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:13", + "devicecode": "98022" + }, + { + "eventid": "e9014c6b-190a-43c1-96cc-310ab8e7bc16", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:08", + "lon": 112.664131, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:03", + "devicecode": "98022" + }, + { + "eventid": "88697469-372d-4b4d-a01a-f81897db6114", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:53", + "lon": 112.664121, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:46", + "devicecode": "98022" + }, + { + "eventid": "ea3443c7-cab3-449d-acdb-9a551efaf5f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:38", + "lon": 112.664116, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:31", + "devicecode": "98022" + }, + { + "eventid": "74014381-ffe0-4d3b-a425-414aa79ade41", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:23", + "lon": 112.664116, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:15", + "devicecode": "98022" + }, + { + "eventid": "5cb916ff-c7c9-4b4c-b8da-9c8051edaa88", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:08", + "lon": 112.66412, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:00", + "devicecode": "98022" + }, + { + "eventid": "537d7bd4-eca6-44e5-87b4-2ac57c854477", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:53", + "lon": 112.664116, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:44", + "devicecode": "98022" + }, + { + "eventid": "53820917-fc8d-4986-bcc2-3d37ea298303", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:38", + "lon": 112.664116, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:28", + "devicecode": "98022" + }, + { + "eventid": "dd940b05-a531-4741-8c1d-d58a93238c20", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:23", + "lon": 112.664123, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:18", + "devicecode": "98022" + }, + { + "eventid": "a871a14f-501a-4626-b5cd-1d6466b1e1b4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:08", + "lon": 112.664125, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:02", + "devicecode": "98022" + }, + { + "eventid": "7864c159-2009-47ef-9660-95b39fbc4c18", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:53", + "lon": 112.664128, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:46", + "devicecode": "98022" + }, + { + "eventid": "77c37471-6e3a-4d1d-9d9b-0fe68ff4a58d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:38", + "lon": 112.664133, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:31", + "devicecode": "98022" + }, + { + "eventid": "4091eb0f-576d-43a0-9a47-2b7348fc9ce5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:23", + "lon": 112.664136, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:15", + "devicecode": "98022" + }, + { + "eventid": "0a87d0e4-7475-4d4a-981d-4958c28196b0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:08", + "lon": 112.664135, + "lat": 36.334815, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:59", + "devicecode": "98022" + }, + { + "eventid": "31658944-568e-427f-a5b2-06d9b6c5bf5e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:53", + "lon": 112.664133, + "lat": 36.334823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:43", + "devicecode": "98022" + }, + { + "eventid": "cafbc303-ed37-46ce-9a2c-2b8e97bc835d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:38", + "lon": 112.66413, + "lat": 36.334835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:33", + "devicecode": "98022" + }, + { + "eventid": "08cd49a5-a997-4abc-b1fc-1d8de344efbc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:23", + "lon": 112.664125, + "lat": 36.33483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:17", + "devicecode": "98022" + }, + { + "eventid": "b81cd70c-0a99-4112-8258-dfc6b7703788", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:08", + "lon": 112.66412, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:02", + "devicecode": "98022" + }, + { + "eventid": "288f2ccc-7f50-42e9-bbe2-360b51dee394", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:53", + "lon": 112.664113, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:46", + "devicecode": "98022" + }, + { + "eventid": "756773b6-b83e-4dae-9b9d-16b6f48405b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:38", + "lon": 112.664115, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:31", + "devicecode": "98022" + }, + { + "eventid": "4e347f2c-0f52-45ee-a473-aeaa729f1233", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:23", + "lon": 112.664108, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:15", + "devicecode": "98022" + }, + { + "eventid": "fc41d8ea-019b-42da-aaf3-8d1ec0b44648", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:08", + "lon": 112.664106, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:03", + "devicecode": "98022" + }, + { + "eventid": "2d1c15c6-d1d1-4a05-ab97-9ca8d8f6cbc8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:53", + "lon": 112.664106, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:46", + "devicecode": "98022" + }, + { + "eventid": "4c40c492-a6f6-4578-9449-b50d1c940865", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:38", + "lon": 112.664111, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:31", + "devicecode": "98022" + }, + { + "eventid": "a74622dc-0d4e-4538-8a2c-b2ced4ab6431", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:23", + "lon": 112.664121, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:15", + "devicecode": "98022" + }, + { + "eventid": "c7baaec9-0704-44b4-b017-097b88ab2d30", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:08", + "lon": 112.664128, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:59", + "devicecode": "98022" + }, + { + "eventid": "6ee3dff2-36ed-4f98-aba9-65257db7e54c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:53", + "lon": 112.664126, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:43", + "devicecode": "98022" + }, + { + "eventid": "d9089315-be1b-46ad-bee4-1f7972eda42d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:38", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:33", + "devicecode": "98022" + }, + { + "eventid": "2f528b49-ea2b-4c4e-bacd-62b37adee3cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:23", + "lon": 112.664115, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:17", + "devicecode": "98022" + }, + { + "eventid": "e8d09cc7-aca5-47aa-a263-e5413af0d781", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:08", + "lon": 112.664113, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:01", + "devicecode": "98022" + }, + { + "eventid": "9f30dab3-f048-4812-b0c4-465439ae7639", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:53", + "lon": 112.664113, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:46", + "devicecode": "98022" + }, + { + "eventid": "3fb66b0d-6274-4b3c-882e-3e4de0c20880", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:38", + "lon": 112.664111, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:31", + "devicecode": "98022" + }, + { + "eventid": "fff9f56b-3ea8-4d2e-aa34-8571363ed108", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:23", + "lon": 112.664115, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:15", + "devicecode": "98022" + }, + { + "eventid": "f42dd8f4-8f8f-48f5-881e-d0b70257b888", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:08", + "lon": 112.664113, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:00", + "devicecode": "98022" + }, + { + "eventid": "45a000e8-0cd1-4a03-8e4c-8437e30e4dad", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:53", + "lon": 112.664111, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:44", + "devicecode": "98022" + }, + { + "eventid": "76cff6f8-61e5-48f5-90c7-5cc5ba98a2aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:38", + "lon": 112.664125, + "lat": 36.334823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:29", + "devicecode": "98022" + }, + { + "eventid": "01935761-a9d0-4b4e-81a6-feb44c761cfc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:23", + "lon": 112.664138, + "lat": 36.334833, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:14", + "devicecode": "98022" + }, + { + "eventid": "a1ba09ad-f902-4fc3-b518-fe00ff0bfa45", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:08", + "lon": 112.66416, + "lat": 36.334846, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:58", + "devicecode": "98022" + }, + { + "eventid": "217d8270-cac3-436e-ab99-1002647f38f2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:53", + "lon": 112.664183, + "lat": 36.33485, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:43", + "devicecode": "98022" + }, + { + "eventid": "80b2035d-6d42-4f00-8765-18f5ce8a73af", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:38", + "lon": 112.664181, + "lat": 36.334833, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:33", + "devicecode": "98022" + }, + { + "eventid": "2131b161-0d64-4138-9e50-48701b6176be", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:23", + "lon": 112.664183, + "lat": 36.334828, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:18", + "devicecode": "98022" + }, + { + "eventid": "84ebf3c8-0ed2-48be-ad0d-4ab9dc83301f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:08", + "lon": 112.664163, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:02", + "devicecode": "98022" + }, + { + "eventid": "2fac053c-c5ad-4a23-b17b-22b8e04aa07f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:53", + "lon": 112.664153, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:47", + "devicecode": "98022" + }, + { + "eventid": "874254e5-8643-45fe-b9be-7a962fe54e72", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:38", + "lon": 112.664148, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:31", + "devicecode": "98022" + }, + { + "eventid": "2a9f8fa1-7f50-449f-82d3-e0174a5fce8e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:23", + "lon": 112.664148, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:16", + "devicecode": "98022" + }, + { + "eventid": "2dedc7e3-fad0-489c-8bbb-dbcaca7f65a1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:08", + "lon": 112.664158, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:01", + "devicecode": "98022" + }, + { + "eventid": "6a505915-6dcb-4a4f-a3ba-40f8a1e0393a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:53", + "lon": 112.664158, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:45", + "devicecode": "98022" + }, + { + "eventid": "3a5a0bc4-18c9-46ca-8a3c-9e36b9aabdf7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:38", + "lon": 112.66416, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:30", + "devicecode": "98022" + }, + { + "eventid": "7718a6de-b0f7-4c5f-80d3-d1620520d390", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:23", + "lon": 112.66416, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:15", + "devicecode": "98022" + }, + { + "eventid": "7ed68677-917f-488c-b0b4-1490876d45df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:08", + "lon": 112.664148, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:59", + "devicecode": "98022" + }, + { + "eventid": "b3fb79a5-a8cf-4058-ab63-ac7e7d434852", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:53", + "lon": 112.664141, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:44", + "devicecode": "98022" + }, + { + "eventid": "cda1805a-d88c-41c6-86f6-9b3410594552", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:38", + "lon": 112.664141, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:29", + "devicecode": "98022" + }, + { + "eventid": "6cb6a510-52b7-44a6-9b88-40e5d6aba39c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:23", + "lon": 112.66414, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:14", + "devicecode": "98022" + }, + { + "eventid": "10c02e17-4522-402c-afd1-80253741a353", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:08", + "lon": 112.66413, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:58", + "devicecode": "98022" + }, + { + "eventid": "7ef7c438-ea1b-435b-91e2-41879c9a4b32", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:53", + "lon": 112.664115, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:48", + "devicecode": "98022" + }, + { + "eventid": "56b61313-c6b3-4243-97af-94569c054635", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:38", + "lon": 112.66411, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:32", + "devicecode": "98022" + }, + { + "eventid": "ef86fc58-a376-40d5-a8a1-01a369b69a93", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:23", + "lon": 112.664101, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:17", + "devicecode": "98022" + }, + { + "eventid": "75d53fc9-0f67-4525-b355-53b5cc03cc9d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:08", + "lon": 112.664085, + "lat": 36.334701, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:02", + "devicecode": "98022" + }, + { + "eventid": "ec930558-6775-41d3-bd27-232448df4fe9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:53", + "lon": 112.66407, + "lat": 36.334688, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:46", + "devicecode": "98022" + }, + { + "eventid": "0796f630-8687-4080-9790-ae8366bab9a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:38", + "lon": 112.66408, + "lat": 36.3347, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:31", + "devicecode": "98022" + }, + { + "eventid": "9fd91b31-1775-4eb3-a870-0f9af2236adc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:23", + "lon": 112.664101, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:16", + "devicecode": "98022" + }, + { + "eventid": "19968b60-c988-4785-aed6-ed31dfc44b12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:08", + "lon": 112.664106, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:00", + "devicecode": "98022" + }, + { + "eventid": "ff231938-0957-40a8-b329-e8008597343b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:53", + "lon": 112.664108, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:45", + "devicecode": "98022" + }, + { + "eventid": "40eeb011-06ec-474d-943a-4c11b122b1c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:38", + "lon": 112.664116, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:30", + "devicecode": "98022" + }, + { + "eventid": "ac29d068-ff2f-4f74-bd67-cd7bd80ba243", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:23", + "lon": 112.664133, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:14", + "devicecode": "98022" + }, + { + "eventid": "f9077dcc-714b-44fc-aad6-d4911fb98d42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:08", + "lon": 112.664145, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:59", + "devicecode": "98022" + }, + { + "eventid": "e02e227b-3431-4fe8-955f-867aea147764", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:53", + "lon": 112.664148, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:44", + "devicecode": "98022" + }, + { + "eventid": "01c38146-6759-44c4-90f0-4f7cd6a4c099", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:38", + "lon": 112.664145, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:28", + "devicecode": "98022" + }, + { + "eventid": "fc7c7821-517b-4377-b673-0562c84a2591", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:23", + "lon": 112.664141, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:13", + "devicecode": "98022" + }, + { + "eventid": "97aa1285-eb8a-4676-948b-ab631f01b2c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:08", + "lon": 112.664141, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:03", + "devicecode": "98022" + }, + { + "eventid": "f6d2ccd7-a40a-4abe-8fc2-41595a0a46ee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:53", + "lon": 112.664133, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:48", + "devicecode": "98022" + }, + { + "eventid": "0eedcf58-abf4-4c55-8db6-7b0f8f433065", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:38", + "lon": 112.66412, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:32", + "devicecode": "98022" + }, + { + "eventid": "ed7bb1ed-6a18-4f11-811f-73ddc58cf116", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:23", + "lon": 112.664115, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:17", + "devicecode": "98022" + }, + { + "eventid": "f4b49f95-0d8b-45a0-b783-928bf9d4d291", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:08", + "lon": 112.664113, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:01", + "devicecode": "98022" + }, + { + "eventid": "c5c3805f-36a3-47d9-a4e2-89ba7a5483c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:53", + "lon": 112.6641, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:45", + "devicecode": "98022" + }, + { + "eventid": "c2577bfb-ff44-493b-9854-9b0b31df7d03", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:38", + "lon": 112.6641, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:30", + "devicecode": "98022" + }, + { + "eventid": "b8e1e926-d222-4c0a-b550-0f464f9845cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:23", + "lon": 112.664101, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:15", + "devicecode": "98022" + }, + { + "eventid": "59e9ece9-9205-4444-94d2-67ade98415aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:08", + "lon": 112.66411, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:00", + "devicecode": "98022" + }, + { + "eventid": "7541cb38-2b5f-40c4-9426-467a81ff3075", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:53", + "lon": 112.664111, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:44", + "devicecode": "98022" + }, + { + "eventid": "7640fc24-c05e-4608-90d1-5d2866ceac4b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:38", + "lon": 112.664111, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:29", + "devicecode": "98022" + }, + { + "eventid": "8670ac26-b486-4763-bd03-aa6ebee74b06", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:23", + "lon": 112.664113, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:14", + "devicecode": "98022" + }, + { + "eventid": "c4e02ef1-c33e-42e9-a2ee-32fcbb47791c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:08", + "lon": 112.66411, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:58", + "devicecode": "98022" + }, + { + "eventid": "d5841a13-a588-4f5c-b07b-5d64594e061d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:53", + "lon": 112.664108, + "lat": 36.334796, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:48", + "devicecode": "98022" + }, + { + "eventid": "bf83cad0-7b00-4a18-880c-61c71c85aded", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:38", + "lon": 112.664106, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:33", + "devicecode": "98022" + }, + { + "eventid": "ff5ca221-b108-4d8f-b01a-b7f8c46a024e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:23", + "lon": 112.664106, + "lat": 36.334803, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:17", + "devicecode": "98022" + }, + { + "eventid": "fe73c6d5-2385-47af-a44b-47fe68bc1abc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:08", + "lon": 112.664106, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:02", + "devicecode": "98022" + }, + { + "eventid": "fffe568f-319b-4e21-9d7c-3567768f1cb0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:53", + "lon": 112.664115, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:46", + "devicecode": "98022" + }, + { + "eventid": "365f7582-d2ec-40de-91af-43378c3630e3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:38", + "lon": 112.66413, + "lat": 36.334813, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:31", + "devicecode": "98022" + }, + { + "eventid": "9e02a7c8-8a7b-4156-96f4-303f90ebfdd2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:23", + "lon": 112.664135, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:16", + "devicecode": "98022" + }, + { + "eventid": "7064de27-f4f4-46ff-a6d5-8f149b36c8e8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:08", + "lon": 112.664131, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:00", + "devicecode": "98022" + }, + { + "eventid": "143d4601-465e-4c6d-82c2-2bae7fd77038", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:53", + "lon": 112.66413, + "lat": 36.33482, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:45", + "devicecode": "98022" + }, + { + "eventid": "d3a0748d-d061-4c81-ab6f-0b165c3a3425", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:38", + "lon": 112.664128, + "lat": 36.334825, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:30", + "devicecode": "98022" + }, + { + "eventid": "e0bccc57-fece-42a5-a81b-a68743edadb3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:23", + "lon": 112.664131, + "lat": 36.334821, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:14", + "devicecode": "98022" + }, + { + "eventid": "f7f5a97a-424d-4918-80d8-1f4c42552803", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:08", + "lon": 112.664136, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:59", + "devicecode": "98022" + }, + { + "eventid": "ae5f29fb-1fb6-436d-9d1b-959363ef0930", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:53", + "lon": 112.664141, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:43", + "devicecode": "98022" + }, + { + "eventid": "f6e9d25c-598e-4a9b-ad47-b1e94bf6b0df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:38", + "lon": 112.66414, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:33", + "devicecode": "98022" + }, + { + "eventid": "1078e090-7124-45cb-9098-7d6f8609bf17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:23", + "lon": 112.664133, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:18", + "devicecode": "98022" + }, + { + "eventid": "429df7e5-8634-40ce-9ae2-b1f40b2f514a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:08", + "lon": 112.664126, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:02", + "devicecode": "98022" + }, + { + "eventid": "965bffa9-fb4f-4019-9684-4dd015b341bc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:53", + "lon": 112.664128, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:47", + "devicecode": "98022" + }, + { + "eventid": "c68aa348-8557-4247-935c-a49a61f52348", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:38", + "lon": 112.664133, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:31", + "devicecode": "98022" + }, + { + "eventid": "113525aa-4407-437e-a5d9-2d2a27e1fb24", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:23", + "lon": 112.664141, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:16", + "devicecode": "98022" + }, + { + "eventid": "a1672e2c-3fde-4baf-abab-640369424c25", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:08", + "lon": 112.664141, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:01", + "devicecode": "98022" + }, + { + "eventid": "dd3d1b96-73c7-4bd7-953d-addcd0ecc40e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:53", + "lon": 112.664133, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:45", + "devicecode": "98022" + }, + { + "eventid": "6ae0e760-86a9-4b06-9865-84b2a945e6e9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:38", + "lon": 112.664128, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:30", + "devicecode": "98022" + }, + { + "eventid": "aab91dd5-74cd-4fe5-a7a4-da77cc3673b9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:23", + "lon": 112.664115, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:15", + "devicecode": "98022" + }, + { + "eventid": "bad4a91c-c290-4116-8d33-0e43d03d4ca8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:08", + "lon": 112.664108, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:59", + "devicecode": "98022" + }, + { + "eventid": "32360787-6829-42da-ada7-c8b1a777d360", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:53", + "lon": 112.66411, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:44", + "devicecode": "98022" + }, + { + "eventid": "e28d3d52-cd6b-48fb-9e46-0b3237cbbd56", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:38", + "lon": 112.664101, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:29", + "devicecode": "98022" + }, + { + "eventid": "07220427-14a2-4830-b6d7-e06212558462", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:23", + "lon": 112.664091, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:13", + "devicecode": "98022" + }, + { + "eventid": "d592c568-c337-4313-8316-fe18cd3a1db0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:08", + "lon": 112.664088, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:58", + "devicecode": "98022" + }, + { + "eventid": "e743e49e-a2da-445c-bbd4-0102f3d64d4c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:53", + "lon": 112.664098, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:48", + "devicecode": "98022" + }, + { + "eventid": "9d6ac243-129e-4c82-a163-ad64c5b63184", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:38", + "lon": 112.664106, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:33", + "devicecode": "98022" + }, + { + "eventid": "f96531c4-16e5-460e-8126-f9058de20f1e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:23", + "lon": 112.664113, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:17", + "devicecode": "98022" + }, + { + "eventid": "935c78b4-4cf4-4e1e-95a3-6c6f2aabc8f9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:08", + "lon": 112.66413, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:02", + "devicecode": "98022" + }, + { + "eventid": "8fa4a4ca-4883-4a34-a83f-69280a73704b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:53", + "lon": 112.664153, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:46", + "devicecode": "98022" + }, + { + "eventid": "eae1fbf0-4a64-443b-a660-e914bed7e122", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:38", + "lon": 112.664163, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:31", + "devicecode": "98022" + }, + { + "eventid": "21e8e09a-f785-4e67-896d-47a4303c93a0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:23", + "lon": 112.66416, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:16", + "devicecode": "98022" + }, + { + "eventid": "f9f1d67a-94b5-4c2d-8d75-9bcc3166a48a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:08", + "lon": 112.664141, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:00", + "devicecode": "98022" + }, + { + "eventid": "12e3c6fb-ea93-48ba-b165-fe40fd0a59d5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:53", + "lon": 112.66411, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:45", + "devicecode": "98022" + }, + { + "eventid": "302ab293-1ebe-4406-91f1-b5e954568ab2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:38", + "lon": 112.664093, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:30", + "devicecode": "98022" + }, + { + "eventid": "0e897cd8-bbb8-4178-afa1-f74ee49b51aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:23", + "lon": 112.664086, + "lat": 36.334721, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:14", + "devicecode": "98022" + }, + { + "eventid": "1a3be907-a462-4959-98c6-252b6f8c0095", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:08", + "lon": 112.66408, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:59", + "devicecode": "98022" + }, + { + "eventid": "c43b6718-fe7b-4db6-a8d3-49425af6e6f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:53", + "lon": 112.664073, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:43", + "devicecode": "98022" + }, + { + "eventid": "3bfba974-a3ec-4785-b71c-a6cbfd7b2b7c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:38", + "lon": 112.664073, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:28", + "devicecode": "98022" + }, + { + "eventid": "627afc88-a3bf-4823-8082-a630eb1eb28a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:23", + "lon": 112.664088, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:18", + "devicecode": "98022" + }, + { + "eventid": "660c7c7e-a364-4145-90ce-92859c18cfd7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:08", + "lon": 112.6641, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:03", + "devicecode": "98022" + }, + { + "eventid": "86f08977-1dbd-4115-91e0-6c9e6c0b6710", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:53", + "lon": 112.664105, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:47", + "devicecode": "98022" + }, + { + "eventid": "9b02be3b-ee94-4827-acd7-4ea558d3e93f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:38", + "lon": 112.664103, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:32", + "devicecode": "98022" + }, + { + "eventid": "e81c45a2-cafd-40c4-abe2-e1cbe296584b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:23", + "lon": 112.664101, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:16", + "devicecode": "98022" + }, + { + "eventid": "3c98081d-4454-46f0-9398-15837e26c001", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:08", + "lon": 112.664103, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:01", + "devicecode": "98022" + }, + { + "eventid": "810ed754-c2e5-480a-b961-89884e15f03d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:53", + "lon": 112.664106, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:45", + "devicecode": "98022" + }, + { + "eventid": "3c561dbb-13d3-4693-a4df-8c7fe415b21c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:38", + "lon": 112.664108, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:30", + "devicecode": "98022" + }, + { + "eventid": "10141c73-cc4d-4b6d-bd3e-b8073320ca06", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:23", + "lon": 112.66411, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:14", + "devicecode": "98022" + }, + { + "eventid": "e02209b2-eb62-44d1-86ed-eefcf17c9de6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:08", + "lon": 112.664115, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:59", + "devicecode": "98022" + }, + { + "eventid": "00ea2e0d-9f27-43e0-9388-e1b925180ec0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:53", + "lon": 112.66412, + "lat": 36.334821, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:43", + "devicecode": "98022" + }, + { + "eventid": "1628c937-a81e-4ac0-9195-62026d0b05a4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:38", + "lon": 112.664118, + "lat": 36.334815, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:33", + "devicecode": "98022" + }, + { + "eventid": "ea394396-42f7-443d-a554-f93da132b3ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:23", + "lon": 112.664113, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:18", + "devicecode": "98022" + }, + { + "eventid": "70ade2ec-f380-49cf-9333-f3588ba4b8dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:08", + "lon": 112.664106, + "lat": 36.334791, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:02", + "devicecode": "98022" + }, + { + "eventid": "fec08dcd-c04d-497d-8d64-799dd41c9cb9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:53", + "lon": 112.664105, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:47", + "devicecode": "98022" + }, + { + "eventid": "715866e6-157f-4c38-aae2-4bcb8ae10dac", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:38", + "lon": 112.66411, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:31", + "devicecode": "98022" + }, + { + "eventid": "5b5b0506-1813-40f7-94a7-2edcb5919eb2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:23", + "lon": 112.664091, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:16", + "devicecode": "98022" + }, + { + "eventid": "e4c36808-0a42-45a6-b202-4f980c05f7b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:08", + "lon": 112.66406, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:01", + "devicecode": "98022" + }, + { + "eventid": "d526c100-11b9-4117-b2e6-458a385465ad", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:53", + "lon": 112.664035, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:45", + "devicecode": "98022" + }, + { + "eventid": "149a5c3e-64b1-4320-822a-60af8e8af719", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:38", + "lon": 112.664025, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:35", + "devicecode": "98022" + }, + { + "eventid": "850176d6-2f24-4a78-b816-7a22400921a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:23", + "lon": 112.66402, + "lat": 36.334736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:14", + "devicecode": "98022" + }, + { + "eventid": "79cecbd0-a4c7-4456-9e37-63c037c1b7cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:08", + "lon": 112.664021, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:04", + "devicecode": "98022" + }, + { + "eventid": "dc4b17f4-4bda-4c01-a711-8a6e9def53cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:53", + "lon": 112.664026, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:43", + "devicecode": "98022" + }, + { + "eventid": "1d4a0182-44c8-4c09-9e31-7aeea2824e94", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:38", + "lon": 112.66403, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:33", + "devicecode": "98022" + }, + { + "eventid": "dd7b2aa5-11c4-408e-9869-c4869a271ae6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:23", + "lon": 112.664035, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:18", + "devicecode": "98022" + }, + { + "eventid": "fd82a8ec-58d8-46ca-a0e5-fe670ec05368", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:08", + "lon": 112.66405, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:03", + "devicecode": "98022" + }, + { + "eventid": "a79c3f45-9b42-4f8b-b908-917e13e28070", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:53", + "lon": 112.664065, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:47", + "devicecode": "98022" + }, + { + "eventid": "f8ea1ace-6b2a-4f47-a5a8-562ff5985a68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:38", + "lon": 112.664088, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:32", + "devicecode": "98022" + }, + { + "eventid": "8c78420a-472f-482b-b845-d7bd9c795325", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:23", + "lon": 112.664093, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:17", + "devicecode": "98022" + }, + { + "eventid": "260a586b-f468-4c91-a002-44eff7d42f91", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:08", + "lon": 112.664088, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:01", + "devicecode": "98022" + }, + { + "eventid": "16edf67d-11da-4bd4-a4cd-47ca65e1e5cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:53", + "lon": 112.664085, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:46", + "devicecode": "98022" + }, + { + "eventid": "78b5d25b-628f-4f82-869b-8257691ca609", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:38", + "lon": 112.664081, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:31", + "devicecode": "98022" + }, + { + "eventid": "4c79475f-95d7-496c-a3f4-da67b0cf4e92", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:23", + "lon": 112.664073, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:15", + "devicecode": "98022" + }, + { + "eventid": "bc541f8f-129d-4971-8a78-69fe0a51af12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:08", + "lon": 112.664063, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:00", + "devicecode": "98022" + }, + { + "eventid": "d1e1f735-c9df-422e-b1e3-acd60a1da03a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:53", + "lon": 112.664058, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:44", + "devicecode": "98022" + }, + { + "eventid": "a5cfbe2e-3ac3-44b5-9405-6b950735ad0e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:38", + "lon": 112.664055, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:29", + "devicecode": "98022" + }, + { + "eventid": "03ad28c5-16f9-4a28-86f9-360d92d78783", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:23", + "lon": 112.664048, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:13", + "devicecode": "98022" + }, + { + "eventid": "1c61ada9-6bf1-4252-b839-b395eebc049c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:08", + "lon": 112.664045, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:03", + "devicecode": "98022" + }, + { + "eventid": "a6763bd1-58df-4b75-a4e0-12ec4932a5b9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:53", + "lon": 112.664048, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:48", + "devicecode": "98022" + }, + { + "eventid": "a4eb4cf9-04ce-44e1-848c-f18b1d60fd0b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:38", + "lon": 112.664055, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:32", + "devicecode": "98022" + }, + { + "eventid": "b595fbfb-93fd-422f-b2a0-f02567ba0a66", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:23", + "lon": 112.664065, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:22", + "devicecode": "98022" + }, + { + "eventid": "67f6d3be-f0cb-4c2a-95a4-1896e6222694", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:08", + "lon": 112.664071, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:02", + "devicecode": "98022" + }, + { + "eventid": "8496ad21-ecbf-4f89-a3f7-62ff817d8dee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:53", + "lon": 112.664081, + "lat": 36.334813, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:46", + "devicecode": "98022" + }, + { + "eventid": "f8ef46d6-4bcc-4f1e-9ad0-207612982c03", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:38", + "lon": 112.664095, + "lat": 36.334828, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:31", + "devicecode": "98022" + }, + { + "eventid": "1b701b8a-b0db-4cbd-98ba-74ecb7023754", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:23", + "lon": 112.66411, + "lat": 36.334835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:15", + "devicecode": "98022" + }, + { + "eventid": "3d50a825-abb3-4c97-a21b-df32de63c6c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:08", + "lon": 112.664121, + "lat": 36.334838, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:00", + "devicecode": "98022" + }, + { + "eventid": "e6544dff-94ec-4c44-bb16-e9b8b4d20410", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:53", + "lon": 112.664116, + "lat": 36.334831, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:44", + "devicecode": "98022" + }, + { + "eventid": "8ba8641c-bc51-4508-8989-fb774eef157c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:38", + "lon": 112.664108, + "lat": 36.334826, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:29", + "devicecode": "98022" + }, + { + "eventid": "035339e3-0d3e-46f0-b837-3b02de4ec9bb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:23", + "lon": 112.664095, + "lat": 36.334818, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:14", + "devicecode": "98022" + }, + { + "eventid": "c90f8078-f2b9-4cf8-a737-e6d61b3c0be0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:08", + "lon": 112.664085, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:58", + "devicecode": "98022" + }, + { + "eventid": "48398c04-befe-4488-8a14-2ee1398383c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:53", + "lon": 112.664076, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:48", + "devicecode": "98022" + }, + { + "eventid": "9d8e233b-321c-4d6b-bdff-ff66add001c9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:38", + "lon": 112.664073, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:33", + "devicecode": "98022" + }, + { + "eventid": "612c9809-f2e6-4d6c-9e87-7e113d3e6246", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:23", + "lon": 112.664073, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:17", + "devicecode": "98022" + }, + { + "eventid": "72114cdd-38ac-4630-a464-cb9d1b1688ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:08", + "lon": 112.664066, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:02", + "devicecode": "98022" + }, + { + "eventid": "93d7706d-e353-4964-9a21-4e161bd94055", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:53", + "lon": 112.664056, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:46", + "devicecode": "98022" + }, + { + "eventid": "6403bb7d-fa78-4a1a-b244-f4e488e93324", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:38", + "lon": 112.664038, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:31", + "devicecode": "98022" + }, + { + "eventid": "cd0783d5-446f-432d-9b23-b720c5f5b734", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:23", + "lon": 112.664033, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:16", + "devicecode": "98022" + }, + { + "eventid": "0ac8ae02-3b63-4c1d-9f9b-171fe368d9dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:08", + "lon": 112.664028, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:00", + "devicecode": "98022" + }, + { + "eventid": "073aa143-618b-442a-bab6-f9272571a601", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:53", + "lon": 112.664023, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:45", + "devicecode": "98022" + }, + { + "eventid": "53ea3bba-f725-4e11-8286-c5cbfc4085ce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:38", + "lon": 112.664023, + "lat": 36.334723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:30", + "devicecode": "98022" + }, + { + "eventid": "72e50c92-db1f-4c34-a31c-021ee386849c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:23", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:14", + "devicecode": "98022" + }, + { + "eventid": "284d6b53-5ba3-4f27-86f9-2830a4e92e8b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:08", + "lon": 112.66403, + "lat": 36.334711, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:59", + "devicecode": "98022" + }, + { + "eventid": "5dee576e-54fe-45c4-9498-0a684d4c95a7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:53", + "lon": 112.664026, + "lat": 36.334703, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:44", + "devicecode": "98022" + }, + { + "eventid": "363076c5-d3c6-4692-8986-2b8bfeb9574a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:38", + "lon": 112.664021, + "lat": 36.334703, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:28", + "devicecode": "98022" + }, + { + "eventid": "400f72ba-35b9-4c6a-abbd-3e4bdec6109f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:23", + "lon": 112.664011, + "lat": 36.334705, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:18", + "devicecode": "98022" + }, + { + "eventid": "455112e7-8317-4065-a205-54711313b530", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:08", + "lon": 112.664025, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:03", + "devicecode": "98022" + }, + { + "eventid": "34a46db9-1f33-4012-ae9a-d27f864ee239", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:53", + "lon": 112.664061, + "lat": 36.334738, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:47", + "devicecode": "98022" + }, + { + "eventid": "b912dd54-8910-48f6-8eaf-ea99ef293430", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:38", + "lon": 112.664078, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:32", + "devicecode": "98022" + }, + { + "eventid": "82747dab-7006-46ca-83fc-601900fe10a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:23", + "lon": 112.664081, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:17", + "devicecode": "98022" + }, + { + "eventid": "af55ded1-6d29-4d87-9301-ea7feeed1b77", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:08", + "lon": 112.664081, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:01", + "devicecode": "98022" + }, + { + "eventid": "3d2a85a9-7991-47f9-983c-88157f035af2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:53", + "lon": 112.66409, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:46", + "devicecode": "98022" + }, + { + "eventid": "f6399b8f-a425-4f3a-86f7-b6d6b35c5b33", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:38", + "lon": 112.664091, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:36", + "devicecode": "98022" + }, + { + "eventid": "87806f62-d621-4322-91cf-42ac3f280431", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:23", + "lon": 112.664081, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:15", + "devicecode": "98022" + }, + { + "eventid": "c2d610b9-0a01-449f-8f28-6a42a28f5b1a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:08", + "lon": 112.66408, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:00", + "devicecode": "98022" + }, + { + "eventid": "96d1b70c-d988-43d8-a5d6-856eab3b1523", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:53", + "lon": 112.664071, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:45", + "devicecode": "98022" + }, + { + "eventid": "4a89bc7e-6853-4e2e-9dcb-9db38da4efd6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:38", + "lon": 112.664071, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:29", + "devicecode": "98022" + }, + { + "eventid": "1cf3e78c-a3a2-4713-8f7d-1310df060444", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:23", + "lon": 112.664071, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:14", + "devicecode": "98022" + }, + { + "eventid": "0199757d-464b-470b-a7e0-e377116a4cdf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:08", + "lon": 112.664078, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:59", + "devicecode": "98022" + }, + { + "eventid": "ed9c433f-b187-4b2c-a807-9b9e985583a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:53", + "lon": 112.664086, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:43", + "devicecode": "98022" + }, + { + "eventid": "182074ac-82f2-43e8-ac01-d62dd40a8ce2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:38", + "lon": 112.664095, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:33", + "devicecode": "98022" + }, + { + "eventid": "357f8012-22bd-468d-809b-c4e1907fbe5b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:23", + "lon": 112.6641, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:18", + "devicecode": "98022" + }, + { + "eventid": "dbcfe07a-b7c1-46f6-84fa-2ef9e3762f63", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:08", + "lon": 112.664116, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:02", + "devicecode": "98022" + }, + { + "eventid": "631a7e31-f417-416c-861f-a8cbd91615b3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:53", + "lon": 112.664125, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:47", + "devicecode": "98022" + }, + { + "eventid": "07b0ec62-efd1-4694-88f5-a20d303296f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:38", + "lon": 112.664126, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:31", + "devicecode": "98022" + }, + { + "eventid": "82df4ea3-8aec-4d01-b833-ece2eaa9ae07", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:23", + "lon": 112.66412, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:16", + "devicecode": "98022" + }, + { + "eventid": "1bc4994e-7bc5-4a45-84ec-4852f8b524e5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:08", + "lon": 112.66412, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:00", + "devicecode": "98022" + }, + { + "eventid": "4c0e7dc3-52db-4e53-958f-4ae6175873cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:09:53", + "lon": 112.664123, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:03:45", + "devicecode": "98022" + } + ] + }, + { + "eventid": "8577f082-2686-11e3-9e54-00216a3749b4", + "name": "袁玉清", + "sex": "01", + "duty": "巡线工", + "phone": "13467032084", + "unitname": "屯留站", + "identitycard": "132434195808130019", + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "aabec56c-0186-416f-8ca4-453d34588eaf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:35", + "lon": 112.557085, + "lat": 36.326363, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:28", + "devicecode": "98017" + }, + { + "eventid": "16c00b8c-6cc0-42e7-8520-117add286fe0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:20", + "lon": 112.557061, + "lat": 36.326371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:12", + "devicecode": "98017" + }, + { + "eventid": "b4cdf7f8-a053-4cc0-8428-2492b7d11baf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:05", + "lon": 112.557043, + "lat": 36.32628, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:00", + "devicecode": "98017" + }, + { + "eventid": "7ae5ee1e-082a-4635-bf53-ad070e0ad82f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:50", + "lon": 112.557005, + "lat": 36.32627, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:43", + "devicecode": "98017" + }, + { + "eventid": "529d6d51-065c-4a7b-82e7-fdb319964f3f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:35", + "lon": 112.557013, + "lat": 36.326298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:25", + "devicecode": "98017" + }, + { + "eventid": "7162eb47-892d-46c7-ab25-70cb7458f5d5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:20", + "lon": 112.55702, + "lat": 36.326316, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:13", + "devicecode": "98017" + }, + { + "eventid": "a5d9a79f-a5a6-4bea-a7d5-6b64ce22c9f4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:05", + "lon": 112.55701, + "lat": 36.3263, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:00", + "devicecode": "98017" + }, + { + "eventid": "be27fa93-ef6d-42ef-b45e-224f33a65d21", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:50", + "lon": 112.557008, + "lat": 36.32628, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:42", + "devicecode": "98017" + }, + { + "eventid": "847759ad-4feb-43bb-a856-139a120e2ecf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:35", + "lon": 112.557016, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:31", + "devicecode": "98017" + }, + { + "eventid": "a9bd03c2-292a-453f-b208-912e8b5bf321", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:20", + "lon": 112.55701, + "lat": 36.326295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:13", + "devicecode": "98017" + }, + { + "eventid": "efa8df79-5749-4420-9581-c6f7b54d4055", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:05", + "lon": 112.556993, + "lat": 36.326278, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:00", + "devicecode": "98017" + }, + { + "eventid": "4e2f4167-e0e7-4c5a-b90a-b8fa294b21fc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:50", + "lon": 112.556985, + "lat": 36.326283, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:41", + "devicecode": "98017" + }, + { + "eventid": "08a93f21-81b9-472a-8b30-44c6ee70d084", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:35", + "lon": 112.557001, + "lat": 36.326293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:28", + "devicecode": "98017" + }, + { + "eventid": "75c50b2d-5dc6-47a4-a092-878c2599045d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:20", + "lon": 112.557063, + "lat": 36.326326, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:15", + "devicecode": "98017" + }, + { + "eventid": "e02510c3-d28d-427d-b254-c74b46bdc2fa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:05", + "lon": 112.55717, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:01", + "devicecode": "98017" + }, + { + "eventid": "f973ef59-b224-4559-b386-7b64ddde09a3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:50", + "lon": 112.557678, + "lat": 36.32669, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:41", + "devicecode": "98017" + }, + { + "eventid": "16beb960-0aa7-45f3-9f57-25bae40954c0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:35", + "lon": 112.558498, + "lat": 36.327218, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:29", + "devicecode": "98017" + }, + { + "eventid": "3d7796f8-86f5-4594-b3de-c159954857ec", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:20", + "lon": 112.559696, + "lat": 36.327818, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:12", + "devicecode": "98017" + }, + { + "eventid": "61624587-5dff-4d83-8f31-b127a07f9e54", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:05", + "lon": 112.56086, + "lat": 36.328391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:55", + "devicecode": "98017" + }, + { + "eventid": "3e6c48fb-8c1c-49d1-8f26-2de020cbbe9b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:50", + "lon": 112.561878, + "lat": 36.328985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:43", + "devicecode": "98017" + }, + { + "eventid": "0860bbf2-e0db-4507-b7ee-bb59f45528f5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:35", + "lon": 112.563038, + "lat": 36.32969, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:26", + "devicecode": "98017" + }, + { + "eventid": "9ffd7016-cd07-4061-b43e-539c35375c79", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:20", + "lon": 112.564546, + "lat": 36.330083, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:15", + "devicecode": "98017" + }, + { + "eventid": "0556060f-8634-48c1-985c-387959f66169", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:05", + "lon": 112.566106, + "lat": 36.330235, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:57", + "devicecode": "98017" + }, + { + "eventid": "722041c6-e66a-4457-ab8a-3555685af2df", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:50", + "lon": 112.567795, + "lat": 36.330413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:44", + "devicecode": "98017" + }, + { + "eventid": "efa51b69-0472-448e-ab2c-b995fa819d7c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:35", + "lon": 112.56924, + "lat": 36.331058, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:26", + "devicecode": "98017" + }, + { + "eventid": "0a8eed0d-0d6a-45be-b1f8-fb1d08e87112", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:20", + "lon": 112.570123, + "lat": 36.332218, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:15", + "devicecode": "98017" + }, + { + "eventid": "932219f3-c9b8-412b-8b48-832268670fa1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:05", + "lon": 112.570893, + "lat": 36.333281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:58", + "devicecode": "98017" + }, + { + "eventid": "5348e78f-17b9-45c8-ac67-200629035100", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:50", + "lon": 112.571701, + "lat": 36.334368, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:40", + "devicecode": "98017" + }, + { + "eventid": "e293a1a3-2f7a-4afa-ae4c-edecd3b74722", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:35", + "lon": 112.572573, + "lat": 36.335481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:28", + "devicecode": "98017" + }, + { + "eventid": "f5017638-10e8-4040-8eee-5c98bcdc2e01", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:20", + "lon": 112.573728, + "lat": 36.336256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:11", + "devicecode": "98017" + }, + { + "eventid": "942eb091-64ab-473a-bab7-ab318cf63a73", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:05", + "lon": 112.575128, + "lat": 36.337008, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98017" + }, + { + "eventid": "204a21ee-3e46-4ee6-96e7-82e2edcf921d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:50", + "lon": 112.576423, + "lat": 36.337806, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:46", + "devicecode": "98017" + }, + { + "eventid": "453bb25f-a4f2-4b81-a660-866e39070380", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:35", + "lon": 112.576963, + "lat": 36.339115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98017" + }, + { + "eventid": "96caeeca-e548-4d0f-add6-2d835e93d597", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:20", + "lon": 112.57717, + "lat": 36.340655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:15", + "devicecode": "98017" + }, + { + "eventid": "d56fd4d8-06b8-45d5-b753-92f7c8c1fbbc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:05", + "lon": 112.577516, + "lat": 36.342161, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98017" + }, + { + "eventid": "a272e9f1-dd82-4ed0-89ce-b30b4f9e6245", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:50", + "lon": 112.577976, + "lat": 36.343591, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:40", + "devicecode": "98017" + }, + { + "eventid": "408a8c82-8762-4506-8872-ea87c9b9d618", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:35", + "lon": 112.578536, + "lat": 36.344933, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98017" + }, + { + "eventid": "83f10aaf-0c5a-43c3-b6a5-f67f8e6ac5a3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:20", + "lon": 112.579136, + "lat": 36.346155, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98017" + }, + { + "eventid": "15dc83f7-0511-4b68-a351-25ba928763c2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:05", + "lon": 112.580208, + "lat": 36.347186, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:58", + "devicecode": "98017" + }, + { + "eventid": "bde83440-2f8d-44bb-bc36-c5dcdddc12a5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:50", + "lon": 112.581936, + "lat": 36.347511, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:40", + "devicecode": "98017" + }, + { + "eventid": "9211cd35-3a43-44f3-ad23-1ee52e1a3df5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:34", + "lon": 112.583938, + "lat": 36.347573, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:28", + "devicecode": "98017" + }, + { + "eventid": "a119db0c-a8bf-4230-949a-80847b0d1270", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:19", + "lon": 112.585416, + "lat": 36.347666, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:09", + "devicecode": "98017" + }, + { + "eventid": "0f1422a4-ab70-48d8-8919-8f925f733ec5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:04", + "lon": 112.586835, + "lat": 36.347901, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:57", + "devicecode": "98017" + }, + { + "eventid": "1001d33b-055c-47be-839f-d85c28e9dac1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:49", + "lon": 112.588375, + "lat": 36.348415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:39", + "devicecode": "98017" + }, + { + "eventid": "a96fa5c8-1733-4fad-9966-d6fb75e9b119", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:34", + "lon": 112.589996, + "lat": 36.349081, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:27", + "devicecode": "98017" + }, + { + "eventid": "63542887-a803-418b-8137-e73350b06b80", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:19", + "lon": 112.592051, + "lat": 36.349328, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:15", + "devicecode": "98017" + }, + { + "eventid": "813cf35a-0236-4952-ba1c-19eee1bcfd71", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:04", + "lon": 112.594036, + "lat": 36.349426, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:56", + "devicecode": "98017" + }, + { + "eventid": "4f28c379-c039-4273-bd4d-46ea33b115ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:49", + "lon": 112.595695, + "lat": 36.349508, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:44", + "devicecode": "98017" + }, + { + "eventid": "1b508c32-0795-4c09-9437-5abac661539e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:34", + "lon": 112.597033, + "lat": 36.349563, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:26", + "devicecode": "98017" + }, + { + "eventid": "3c5a0f5a-e1ed-4b85-af07-16055610f346", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:19", + "lon": 112.598123, + "lat": 36.349738, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:14", + "devicecode": "98017" + }, + { + "eventid": "19f4659d-a1d8-488b-a561-487afdce945c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:04", + "lon": 112.599148, + "lat": 36.350148, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:57", + "devicecode": "98017" + }, + { + "eventid": "7b1aebe4-ad85-472d-9bef-7adea460d240", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:48", + "lon": 112.600578, + "lat": 36.350783, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:44", + "devicecode": "98017" + }, + { + "eventid": "71a9949f-187c-4f99-949b-7b6c27ae17c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:33", + "lon": 112.601945, + "lat": 36.351401, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:26", + "devicecode": "98017" + }, + { + "eventid": "519931f7-1183-4c6e-bf7c-f5f960fca297", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:18", + "lon": 112.60295, + "lat": 36.351638, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:08", + "devicecode": "98017" + }, + { + "eventid": "440937fc-9141-4e55-a88e-784156cc4ded", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:45", + "lon": 112.604048, + "lat": 36.351508, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98017" + }, + { + "eventid": "77b8bcb1-f2a4-475e-94af-2de7b6715feb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:00", + "lon": 112.603388, + "lat": 36.35158, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98017" + }, + { + "eventid": "60de4809-4d87-4527-b5c2-ff0d4c7c066a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:30", + "lon": 112.604843, + "lat": 36.351453, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:39", + "devicecode": "98017" + }, + { + "eventid": "223b8906-c96b-4f6f-a2f7-6b66524524e8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:14", + "lon": 112.605966, + "lat": 36.351341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98017" + }, + { + "eventid": "0dff1ef8-4e18-4773-9b6b-17cb25f8ef00", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:59", + "lon": 112.606715, + "lat": 36.351255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:58", + "devicecode": "98017" + }, + { + "eventid": "c7cf555b-0777-4fdb-bd25-5743215af336", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:44", + "lon": 112.606736, + "lat": 36.351273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:39", + "devicecode": "98017" + }, + { + "eventid": "f131ab47-839f-4960-bd9b-7ecc347c8896", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:29", + "lon": 112.606766, + "lat": 36.35127, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:21", + "devicecode": "98017" + }, + { + "eventid": "be18007a-9bc4-499b-bc76-e8d07900c2e1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:14", + "lon": 112.606776, + "lat": 36.351275, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98017" + }, + { + "eventid": "251e3fc1-4a05-4ec7-b497-adbdfb74b340", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:59", + "lon": 112.606775, + "lat": 36.35128, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:50", + "devicecode": "98017" + }, + { + "eventid": "4e76fbbd-1c8a-4d7b-989b-af37de42a04b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:44", + "lon": 112.60678, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:38", + "devicecode": "98017" + }, + { + "eventid": "3d9b12db-0937-41fc-9a56-30077a9dde8b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:29", + "lon": 112.606786, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:20", + "devicecode": "98017" + }, + { + "eventid": "b59a29b0-1917-4a37-bcc7-fe2d8633526e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:14", + "lon": 112.606816, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:08", + "devicecode": "98017" + }, + { + "eventid": "14be4aeb-e290-47e5-bd27-72618fe86ce7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:59", + "lon": 112.60682, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:50", + "devicecode": "98017" + }, + { + "eventid": "d15de553-3973-4605-9dde-61afc8574239", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:44", + "lon": 112.606785, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:38", + "devicecode": "98017" + }, + { + "eventid": "b48d8946-1dfe-4963-8a64-7bb7c000fab5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:29", + "lon": 112.606798, + "lat": 36.351288, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:21", + "devicecode": "98017" + }, + { + "eventid": "c4162131-c80f-473b-9fab-498d22205e5f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:14", + "lon": 112.606798, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:04", + "devicecode": "98017" + }, + { + "eventid": "53e2a6e5-69d0-4343-8af1-fe4e3a72e339", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:59", + "lon": 112.606778, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:51", + "devicecode": "98017" + }, + { + "eventid": "8504580a-b9d8-4b3e-99d6-497ce429b175", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:44", + "lon": 112.606775, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:38", + "devicecode": "98017" + }, + { + "eventid": "2b0b3582-7dff-413d-a3a4-6377aacfe657", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:29", + "lon": 112.606766, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:25", + "devicecode": "98017" + }, + { + "eventid": "b1a4b5ab-9d6f-4301-872a-c07d54e29b9d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:14", + "lon": 112.606758, + "lat": 36.351298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:12", + "devicecode": "98017" + }, + { + "eventid": "fb5bdb02-3ee4-4ded-9287-a80832835c76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:59", + "lon": 112.606753, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:49", + "devicecode": "98017" + }, + { + "eventid": "2609a4f2-b447-47e4-a6b0-6d9d393952b9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:44", + "lon": 112.606748, + "lat": 36.351296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:37", + "devicecode": "98017" + }, + { + "eventid": "0c4fb1d1-92c2-43c8-b577-771953132cbf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:29", + "lon": 112.606741, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:19", + "devicecode": "98017" + }, + { + "eventid": "adca9c24-445a-4a1e-b4e2-cb2720c10cde", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:14", + "lon": 112.606736, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:07", + "devicecode": "98017" + }, + { + "eventid": "8b7e2c41-4827-41aa-8fc6-900fa440ab41", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:59", + "lon": 112.606751, + "lat": 36.351296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:54", + "devicecode": "98017" + }, + { + "eventid": "85ab4ede-e650-4a75-ba69-81fd18284844", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:44", + "lon": 112.606776, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:36", + "devicecode": "98017" + }, + { + "eventid": "92b074ca-b8ce-4c2d-8807-88168e1f9e43", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:28", + "lon": 112.606795, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:19", + "devicecode": "98017" + }, + { + "eventid": "95746e74-69c0-4ec3-9863-1c55281e70d3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:13", + "lon": 112.606798, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:07", + "devicecode": "98017" + }, + { + "eventid": "2a00ea41-7cd4-414c-a902-55abef72bf5f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:58", + "lon": 112.606788, + "lat": 36.351253, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:49", + "devicecode": "98017" + }, + { + "eventid": "cbdc68e5-4446-49f5-8608-f40b828d4e28", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:43", + "lon": 112.606771, + "lat": 36.351255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:38", + "devicecode": "98017" + }, + { + "eventid": "65e59030-b215-40c5-bab3-e8531961b629", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:28", + "lon": 112.606761, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:20", + "devicecode": "98017" + }, + { + "eventid": "de3e4a33-ae58-4332-8de9-37aaf2cd71e6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:13", + "lon": 112.606755, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:08", + "devicecode": "98017" + }, + { + "eventid": "8813a188-0aab-43ac-ad46-a667a18c5797", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:58", + "lon": 112.60674, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:51", + "devicecode": "98017" + }, + { + "eventid": "691f8246-0cba-4e79-bb7e-dca35e71e572", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:42", + "lon": 112.606728, + "lat": 36.351285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:35", + "devicecode": "98017" + }, + { + "eventid": "5f14502b-d74b-4c3b-a397-48c717b93a06", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:27", + "lon": 112.606713, + "lat": 36.351285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:18", + "devicecode": "98017" + }, + { + "eventid": "233b0b3d-bd1f-435f-a99d-6dc9a8c2afbb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:12", + "lon": 112.606705, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:06", + "devicecode": "98017" + }, + { + "eventid": "b1cb1d2c-19f0-43ab-82eb-ea4a8bb8fbb6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:57", + "lon": 112.6067, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:49", + "devicecode": "98017" + }, + { + "eventid": "ebbcc673-4d9f-42c4-af40-cbdac7bc74c8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:42", + "lon": 112.6067, + "lat": 36.351281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:32", + "devicecode": "98017" + }, + { + "eventid": "210f7f07-43f7-457e-ac09-6ec73a7b5063", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:27", + "lon": 112.60671, + "lat": 36.351273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:22", + "devicecode": "98017" + }, + { + "eventid": "c7de773b-54b4-4a9d-9595-d04c369bd2b0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:12", + "lon": 112.60672, + "lat": 36.351268, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:06", + "devicecode": "98017" + }, + { + "eventid": "4195ce3a-3c0e-4d9f-8f04-21bec1c720ff", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:57", + "lon": 112.606725, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:49", + "devicecode": "98017" + }, + { + "eventid": "24ed1a6e-eeb7-473b-b0ce-cefcfcb8a51c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:42", + "lon": 112.606721, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:32", + "devicecode": "98017" + }, + { + "eventid": "d7afbec5-aad6-4c0c-a3f0-15f14f9f80d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:27", + "lon": 112.606706, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:21", + "devicecode": "98017" + }, + { + "eventid": "f7253c7c-3263-47e9-87ed-9a95399e386e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:12", + "lon": 112.606691, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:04", + "devicecode": "98017" + }, + { + "eventid": "f02f2a8f-6082-4cd6-81a5-b0fddf166c98", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:42", + "lon": 112.606686, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:32", + "devicecode": "98017" + }, + { + "eventid": "06f5e0fc-8df8-45bc-80b9-c268a5c22ba3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:27", + "lon": 112.606813, + "lat": 36.35124, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:21", + "devicecode": "98017" + }, + { + "eventid": "17fc0861-b69c-49a4-aae5-0a9add120190", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:12", + "lon": 112.60698, + "lat": 36.351243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:04", + "devicecode": "98017" + }, + { + "eventid": "31875b15-efc3-467f-bde2-4a82818ed513", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:42", + "lon": 112.608145, + "lat": 36.351091, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:37", + "devicecode": "98017" + }, + { + "eventid": "e6e3e05b-f394-4799-bbfa-3ca34f7ae543", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:27", + "lon": 112.609236, + "lat": 36.350975, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:20", + "devicecode": "98017" + }, + { + "eventid": "8670ccce-ba87-41a7-bafa-9134ea840d0f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:12", + "lon": 112.610306, + "lat": 36.350716, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:03", + "devicecode": "98017" + }, + { + "eventid": "ec148fa6-3e12-4f4b-b541-a4f6eab708ba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:57", + "lon": 112.611346, + "lat": 36.350385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:52", + "devicecode": "98017" + }, + { + "eventid": "93932cea-6e86-4dcb-a66f-cc6fbb398f41", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:42", + "lon": 112.612446, + "lat": 36.350038, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:34", + "devicecode": "98017" + }, + { + "eventid": "12e47b54-d742-4046-a6c2-e5962920597c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:27", + "lon": 112.613658, + "lat": 36.349773, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:22", + "devicecode": "98017" + }, + { + "eventid": "3a9af195-d3fa-4484-9281-b046fbb250a9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:12", + "lon": 112.615026, + "lat": 36.349591, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:06", + "devicecode": "98017" + }, + { + "eventid": "94473d92-59e1-4ae9-8b09-5a306fd4a999", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:57", + "lon": 112.616283, + "lat": 36.349506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98017" + }, + { + "eventid": "6a67e4e2-1dfd-4ee2-88ce-aebc06195c44", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:42", + "lon": 112.61706, + "lat": 36.349448, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:33", + "devicecode": "98017" + }, + { + "eventid": "827ed988-3966-4e38-8ad6-e49084be54f2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:27", + "lon": 112.617105, + "lat": 36.349353, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:22", + "devicecode": "98017" + }, + { + "eventid": "6f73239e-895e-4cb8-836c-719dacb987c7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:12", + "lon": 112.61706, + "lat": 36.349125, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:05", + "devicecode": "98017" + }, + { + "eventid": "f02942b6-f7d0-4421-811e-d61d597df637", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:57", + "lon": 112.616945, + "lat": 36.348748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:49", + "devicecode": "98017" + }, + { + "eventid": "78b455e5-5cd3-48b5-99d5-54765459e3cc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:42", + "lon": 112.61686, + "lat": 36.348413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:32", + "devicecode": "98017" + }, + { + "eventid": "37275460-026d-424c-9bb4-8bfc14fe3f25", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:27", + "lon": 112.616835, + "lat": 36.348161, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:21", + "devicecode": "98017" + }, + { + "eventid": "f031a03e-00c8-40c1-81dc-c54c77d4feba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:12", + "lon": 112.616835, + "lat": 36.348093, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:05", + "devicecode": "98017" + }, + { + "eventid": "40709e43-bba7-4d16-aeb4-3eff14cec083", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:57", + "lon": 112.616823, + "lat": 36.348085, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:47", + "devicecode": "98017" + }, + { + "eventid": "f0fc11dd-36a1-44b0-98c5-06e50ca81e30", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:42", + "lon": 112.616826, + "lat": 36.348083, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:36", + "devicecode": "98017" + }, + { + "eventid": "5610ffb5-b46f-4e3c-9226-6e038f648dfd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:27", + "lon": 112.616885, + "lat": 36.348056, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:19", + "devicecode": "98017" + }, + { + "eventid": "3f4408af-2d20-40b1-bb53-c36610898f89", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:12", + "lon": 112.616835, + "lat": 36.348088, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:07", + "devicecode": "98017" + }, + { + "eventid": "f63f9cb6-f9ab-4978-9d46-6c8a22c1daa2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:57", + "lon": 112.616875, + "lat": 36.348063, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:51", + "devicecode": "98017" + }, + { + "eventid": "484e36d0-acf9-4c8e-891b-dd9bc336ad32", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:42", + "lon": 112.616876, + "lat": 36.348065, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:34", + "devicecode": "98017" + }, + { + "eventid": "90019509-a17c-43ce-9d7b-3082b5a81cbb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:27", + "lon": 112.616866, + "lat": 36.348115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:17", + "devicecode": "98017" + }, + { + "eventid": "9482ee9b-4211-478d-931d-d0152d11dd53", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:12", + "lon": 112.61683, + "lat": 36.348273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:05", + "devicecode": "98017" + }, + { + "eventid": "11182382-d48f-42cc-a660-3153a4c068c7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:57", + "lon": 112.616866, + "lat": 36.348486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:53", + "devicecode": "98017" + }, + { + "eventid": "bd4b2d00-d3c8-4b9d-b299-28bab7f293d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:42", + "lon": 112.616958, + "lat": 36.348765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:36", + "devicecode": "98017" + }, + { + "eventid": "88cc9e56-819b-45bc-90d6-c46654f931c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:27", + "lon": 112.617023, + "lat": 36.34903, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:24", + "devicecode": "98017" + }, + { + "eventid": "ca9f6f93-a37a-4ee8-ab2f-df73906f0d58", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:12", + "lon": 112.617083, + "lat": 36.349243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:03", + "devicecode": "98017" + }, + { + "eventid": "e4767ddd-9392-436b-8c8a-57944b7556bb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:57", + "lon": 112.617048, + "lat": 36.349386, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:51", + "devicecode": "98017" + }, + { + "eventid": "878d95d5-42fa-437c-b736-07f4715129c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:42", + "lon": 112.61686, + "lat": 36.349391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:35", + "devicecode": "98017" + }, + { + "eventid": "e85473c0-e227-4b94-a4e8-d0fef6d0c6c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:27", + "lon": 112.616101, + "lat": 36.349435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:18", + "devicecode": "98017" + }, + { + "eventid": "9f509584-081b-4ef0-bdb6-3a26eb856094", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:12", + "lon": 112.615036, + "lat": 36.349516, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:07", + "devicecode": "98017" + }, + { + "eventid": "aaba9ad9-46f8-4971-a68c-81e1669532d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:57", + "lon": 112.61369, + "lat": 36.349711, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98017" + }, + { + "eventid": "406baae7-6520-4f92-bd38-aadbd607d9d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:42", + "lon": 112.6124, + "lat": 36.349996, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:34", + "devicecode": "98017" + }, + { + "eventid": "af35b489-3a00-4176-8356-4601c3cff969", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:27", + "lon": 112.611578, + "lat": 36.350238, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:17", + "devicecode": "98017" + }, + { + "eventid": "77ac70be-0133-474b-aa44-fbfce6a92b5b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:57", + "lon": 112.611403, + "lat": 36.350296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98017" + }, + { + "eventid": "6484aed8-fd27-4e41-9a6e-8be87fbcd66a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:42", + "lon": 112.611398, + "lat": 36.350318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:34", + "devicecode": "98017" + }, + { + "eventid": "209d1fb9-044f-493e-8c60-05b34b3bfe8f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:19", + "lon": 112.611401, + "lat": 36.350298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:11", + "devicecode": "98017" + }, + { + "eventid": "162c2ea7-bdb0-414d-a2c0-29d17a29e05c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:04", + "lon": 112.611393, + "lat": 36.350295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:55", + "devicecode": "98017" + }, + { + "eventid": "04ea3916-9d92-440f-ac99-bc39b0aa7e0b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:49", + "lon": 112.610636, + "lat": 36.350543, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:44", + "devicecode": "98017" + }, + { + "eventid": "8a417f19-ded6-42c3-b657-730a705a4abb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:34", + "lon": 112.609421, + "lat": 36.350913, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:27", + "devicecode": "98017" + }, + { + "eventid": "476a5e08-fb14-46ea-9ba9-4d49cc421705", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:19", + "lon": 112.608425, + "lat": 36.351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:10", + "devicecode": "98017" + }, + { + "eventid": "dccb3c2e-56a8-4e72-bcc2-a07665117874", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:04", + "lon": 112.607651, + "lat": 36.35106, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:54", + "devicecode": "98017" + }, + { + "eventid": "0d3c1311-7b92-4522-acea-7fc6f02dd5c6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:49", + "lon": 112.606645, + "lat": 36.351198, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:43", + "devicecode": "98017" + }, + { + "eventid": "005a800f-381a-4daa-8458-cf09ec52c967", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:34", + "lon": 112.605595, + "lat": 36.351335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:26", + "devicecode": "98017" + }, + { + "eventid": "2e41330c-14b7-4638-bbdd-be6e764a1319", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:19", + "lon": 112.604273, + "lat": 36.351448, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:09", + "devicecode": "98017" + }, + { + "eventid": "926e71a8-7bb6-477f-9e3c-f6c5a42ae62f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:04", + "lon": 112.603128, + "lat": 36.351566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:58", + "devicecode": "98017" + }, + { + "eventid": "98890311-9147-4483-a2ae-7bf6a4a5b436", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:49", + "lon": 112.602008, + "lat": 36.351391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:41", + "devicecode": "98017" + }, + { + "eventid": "a01419e4-f991-4a84-90c7-739dc7498bf6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:34", + "lon": 112.600881, + "lat": 36.350863, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:29", + "devicecode": "98017" + }, + { + "eventid": "12a59477-216e-499e-8be9-cb2ee443a20b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:19", + "lon": 112.600468, + "lat": 36.350643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:12", + "devicecode": "98017" + }, + { + "eventid": "79b5792f-9520-4a04-8ebd-0cdbf0f34895", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:04", + "lon": 112.600463, + "lat": 36.350648, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:55", + "devicecode": "98017" + }, + { + "eventid": "78d55ecc-3e91-4efc-95a2-ac65618ce791", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:47", + "lon": 112.600445, + "lat": 36.350646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:44", + "devicecode": "98017" + }, + { + "eventid": "578c6e44-9f08-4001-b4ad-d65f33312fc0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:32", + "lon": 112.600461, + "lat": 36.350655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:22", + "devicecode": "98017" + }, + { + "eventid": "f96c93de-71ca-436a-8f3e-2e580b1acc78", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:17", + "lon": 112.600533, + "lat": 36.35066, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:11", + "devicecode": "98017" + }, + { + "eventid": "5f31a028-8a3e-4906-9833-2be6949e398d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:02", + "lon": 112.600668, + "lat": 36.350553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:54", + "devicecode": "98017" + }, + { + "eventid": "f14d8f29-29da-44c9-a2ed-31a75e212123", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:47", + "lon": 112.600768, + "lat": 36.350431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:38", + "devicecode": "98017" + }, + { + "eventid": "46f12a55-f49f-4ec6-8fd1-839ec822aa77", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:32", + "lon": 112.60084, + "lat": 36.350306, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:27", + "devicecode": "98017" + }, + { + "eventid": "77314601-e13a-4cb6-a948-46c0a29af098", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:17", + "lon": 112.600913, + "lat": 36.35023, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:10", + "devicecode": "98017" + }, + { + "eventid": "c97f46e6-fc19-43b8-a6fd-65b3e4997cf7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:00", + "lon": 112.600906, + "lat": 36.350213, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:54", + "devicecode": "98017" + }, + { + "eventid": "470324d2-ea58-4295-bfbb-965c2dc6a4f4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:41", + "lon": 112.600836, + "lat": 36.350265, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98017" + }, + { + "eventid": "bd2b2167-509b-4015-b503-35ecf7a668af", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:26", + "lon": 112.600755, + "lat": 36.3504, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98017" + }, + { + "eventid": "74c57c44-7bfe-4bfa-b484-8a4347422cfc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:11", + "lon": 112.600613, + "lat": 36.350548, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:01", + "devicecode": "98017" + }, + { + "eventid": "ddc6aa2e-eec4-4eff-8bc7-e3b0a5050d3d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:56", + "lon": 112.600518, + "lat": 36.350673, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98017" + }, + { + "eventid": "528d33a8-400c-4ce8-a040-b96c43bf19eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:41", + "lon": 112.600421, + "lat": 36.350651, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:31", + "devicecode": "98017" + }, + { + "eventid": "b5793a7a-9b9c-4135-a673-9ca89bfdd11f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:26", + "lon": 112.60042, + "lat": 36.350671, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98017" + }, + { + "eventid": "15a0314e-bc41-45ae-a5c8-bbc6f2c158e3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:11", + "lon": 112.600415, + "lat": 36.350663, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98017" + }, + { + "eventid": "5bf5f9bf-457f-48cb-af50-21a846b5e4ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:56", + "lon": 112.6002, + "lat": 36.35057, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:51", + "devicecode": "98017" + }, + { + "eventid": "a34e6fac-6776-4e43-98ed-c1c6366c4d21", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:41", + "lon": 112.599211, + "lat": 36.35012, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98017" + }, + { + "eventid": "a8f9bc90-f24f-426a-b64c-2580f3527de6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:26", + "lon": 112.598246, + "lat": 36.349701, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98017" + }, + { + "eventid": "27e83c49-cfc1-4b7c-b977-ea16fcf92da0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:11", + "lon": 112.597538, + "lat": 36.349553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:05", + "devicecode": "98017" + }, + { + "eventid": "4f8c087d-50ab-4d8d-bcee-267a5ee178a5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:54", + "lon": 112.597515, + "lat": 36.349553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:49", + "devicecode": "98017" + }, + { + "eventid": "3797ffa6-a71b-4e78-af5b-ffed5de1978d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:39", + "lon": 112.597015, + "lat": 36.349498, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:32", + "devicecode": "98017" + }, + { + "eventid": "91a76238-b2c4-46fc-aded-c3f5624346ee", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:24", + "lon": 112.59564, + "lat": 36.349443, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98017" + }, + { + "eventid": "41346fe9-2707-4b6a-9f5d-81a2ebb4df6f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:09", + "lon": 112.594166, + "lat": 36.349371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98017" + }, + { + "eventid": "c8c8c87a-4a01-45ee-a9af-007f8d6dcbeb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:54", + "lon": 112.593045, + "lat": 36.349333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:48", + "devicecode": "98017" + }, + { + "eventid": "9ba709fb-a4d6-485f-9d06-53268f381ecd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:39", + "lon": 112.591966, + "lat": 36.349275, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98017" + }, + { + "eventid": "6ca470cb-3060-4ed8-a2c8-657cc97b33e5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:24", + "lon": 112.59061, + "lat": 36.349193, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98017" + }, + { + "eventid": "fd925b74-4001-4e37-9e25-25a2a5b5bb65", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:09", + "lon": 112.589328, + "lat": 36.348765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:04", + "devicecode": "98017" + }, + { + "eventid": "aa791d5d-d1e6-42a2-9290-29b6e07aa84c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:54", + "lon": 112.588565, + "lat": 36.348425, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:47", + "devicecode": "98017" + }, + { + "eventid": "0b039b7f-409a-427c-addf-94779c77a1a7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:38", + "lon": 112.588551, + "lat": 36.348408, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98017" + }, + { + "eventid": "608408ca-cb29-4146-b4cd-4ee0931933c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:20", + "lon": 112.588273, + "lat": 36.348308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98017" + }, + { + "eventid": "44a0a368-7044-4c90-bc09-285b2a330821", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:05", + "lon": 112.587501, + "lat": 36.348013, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:57", + "devicecode": "98017" + }, + { + "eventid": "4732aa61-898b-4901-956b-63a011a7beb7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:50", + "lon": 112.587195, + "lat": 36.347913, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:40", + "devicecode": "98017" + }, + { + "eventid": "72038f47-c715-4cbb-85f2-2bf1365c9663", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:35", + "lon": 112.5872, + "lat": 36.347916, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98017" + }, + { + "eventid": "8ee8246a-8685-4faf-adff-622b196ca25f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:20", + "lon": 112.587195, + "lat": 36.347928, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:13", + "devicecode": "98017" + }, + { + "eventid": "db2817dd-9d8c-4f8b-881b-c91916e42c45", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:05", + "lon": 112.587243, + "lat": 36.347945, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:56", + "devicecode": "98017" + }, + { + "eventid": "830dc6a5-89c7-481e-961f-36e4e676eeb9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:50", + "lon": 112.587383, + "lat": 36.348, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98017" + }, + { + "eventid": "4cf0563d-648c-40d7-b936-6da1ccc5dafd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:35", + "lon": 112.587481, + "lat": 36.347981, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:28", + "devicecode": "98017" + }, + { + "eventid": "78c0f321-5830-4188-a1ee-46c40514b6f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:20", + "lon": 112.587531, + "lat": 36.34791, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:11", + "devicecode": "98017" + }, + { + "eventid": "1af6a304-5a22-4946-82af-83d7b2bb61fd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:05", + "lon": 112.587605, + "lat": 36.347778, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98017" + }, + { + "eventid": "db231a65-285a-4327-81b0-f3e86390ae76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:50", + "lon": 112.587698, + "lat": 36.347663, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98017" + }, + { + "eventid": "193ac67d-9431-4e80-a4ca-af3254499817", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:35", + "lon": 112.587813, + "lat": 36.347533, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:27", + "devicecode": "98017" + }, + { + "eventid": "9eef9e35-60ed-4589-b4fd-d146334a08f9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:20", + "lon": 112.587931, + "lat": 36.347393, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:11", + "devicecode": "98017" + }, + { + "eventid": "c9ba88e4-fa9d-4ec8-b86b-d205700b7c6b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:05", + "lon": 112.588051, + "lat": 36.347256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:59", + "devicecode": "98017" + }, + { + "eventid": "98da715c-76eb-44f0-ab58-95727226911a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:50", + "lon": 112.588125, + "lat": 36.34718, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98017" + }, + { + "eventid": "db9d8452-0b90-4f71-88d0-bc4c1548e7ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:35", + "lon": 112.588183, + "lat": 36.347086, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98017" + }, + { + "eventid": "4cf0ed8a-82dc-43a9-909e-585c830ad6f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:20", + "lon": 112.588263, + "lat": 36.346971, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:10", + "devicecode": "98017" + }, + { + "eventid": "24c24ee0-4790-4534-a131-52a04e69bedb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:03", + "lon": 112.588248, + "lat": 36.346985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98017" + }, + { + "eventid": "4b282292-e372-4012-b572-df87cdf2c320", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:48", + "lon": 112.588146, + "lat": 36.34709, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98017" + }, + { + "eventid": "427da59a-70df-41e1-9bde-05abdacab516", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:33", + "lon": 112.588055, + "lat": 36.34723, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:25", + "devicecode": "98017" + }, + { + "eventid": "79109ac5-4aa4-4f5e-ba61-fb04890d2589", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:18", + "lon": 112.587928, + "lat": 36.347386, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98017" + }, + { + "eventid": "1d6b58e1-948b-4590-acb4-024064195922", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:03", + "lon": 112.58781, + "lat": 36.34754, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:01", + "devicecode": "98017" + }, + { + "eventid": "952759bb-2254-4f3c-8e93-e5c5a4ab2dc8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:47", + "lon": 112.587671, + "lat": 36.347713, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:38", + "devicecode": "98017" + }, + { + "eventid": "d3126f4f-65cf-436c-9bc2-8359b922df22", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:32", + "lon": 112.58754, + "lat": 36.347885, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98017" + }, + { + "eventid": "5e2f07d0-299e-4079-91e4-66803e6abcf9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:17", + "lon": 112.58742, + "lat": 36.347968, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:08", + "devicecode": "98017" + }, + { + "eventid": "25ab2018-f202-49dc-9691-90d5a70ffe12", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:02", + "lon": 112.587231, + "lat": 36.347951, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98017" + }, + { + "eventid": "624c213a-5c65-493a-ad31-4f92a36f75c4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:47", + "lon": 112.587218, + "lat": 36.347958, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98017" + }, + { + "eventid": "21374541-683f-4aa4-8928-6f703e50cc0d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:32", + "lon": 112.58721, + "lat": 36.347948, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98017" + }, + { + "eventid": "dd57c108-d56c-4cfa-8100-4c9b2ee228ce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:17", + "lon": 112.587061, + "lat": 36.347921, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98017" + }, + { + "eventid": "6f1edeca-6958-4f5d-a98b-c7ad49075c46", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:02", + "lon": 112.586118, + "lat": 36.347758, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:52", + "devicecode": "98017" + }, + { + "eventid": "b914dcfd-037c-4505-8784-a23366822837", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:47", + "lon": 112.58483, + "lat": 36.347595, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98017" + }, + { + "eventid": "467722f1-cec9-4ed4-b090-bd02d16ad032", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:32", + "lon": 112.583308, + "lat": 36.34753, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98017" + }, + { + "eventid": "941448b8-af74-4e27-8a2e-467d05c83d9e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:17", + "lon": 112.581741, + "lat": 36.34748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:12", + "devicecode": "98017" + }, + { + "eventid": "c066293a-b496-4027-bcc6-1272fc4b1412", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:02", + "lon": 112.58024, + "lat": 36.34716, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:55", + "devicecode": "98017" + }, + { + "eventid": "3a18dd7d-1aa4-4d1b-99ec-2d74e7c3cdc8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:47", + "lon": 112.579193, + "lat": 36.346181, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:38", + "devicecode": "98017" + }, + { + "eventid": "5bdce608-3031-4808-a5dd-57f5956bbc03", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:32", + "lon": 112.578645, + "lat": 36.345103, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98017" + }, + { + "eventid": "ebc220c4-2629-453b-a65c-c9a24d893d4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:17", + "lon": 112.578308, + "lat": 36.344205, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98017" + }, + { + "eventid": "5170c845-8ac4-4600-99b6-6cfc1f5a6f23", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:01", + "lon": 112.578271, + "lat": 36.344121, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98017" + }, + { + "eventid": "76de9c01-9e4c-45d5-8332-bda397a5620a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:39", + "lon": 112.578255, + "lat": 36.344085, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:29", + "devicecode": "98017" + }, + { + "eventid": "9a93b273-03ba-4867-aabf-4b8cbd3580b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:24", + "lon": 112.57791, + "lat": 36.343193, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:16", + "devicecode": "98017" + }, + { + "eventid": "5d6bae9c-4c81-4603-843c-712ee0a1718b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:09", + "lon": 112.577568, + "lat": 36.341973, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:59", + "devicecode": "98017" + }, + { + "eventid": "f03a682f-0b72-478b-b719-4faea1bb1fe1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:54", + "lon": 112.577321, + "lat": 36.34076, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:49", + "devicecode": "98017" + }, + { + "eventid": "509adfbd-7a94-49b6-ae29-951525447037", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:39", + "lon": 112.577113, + "lat": 36.339571, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:31", + "devicecode": "98017" + }, + { + "eventid": "35a3d3f3-4839-4bad-960c-906f995a9eee", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:24", + "lon": 112.576881, + "lat": 36.338465, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98017" + }, + { + "eventid": "124c73a4-b430-4c45-98d4-f0002f90b9fe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:09", + "lon": 112.576348, + "lat": 36.337688, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:03", + "devicecode": "98017" + }, + { + "eventid": "f59cbb31-b0d3-46cc-bba7-3203618ed4b2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:54", + "lon": 112.576138, + "lat": 36.337548, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:46", + "devicecode": "98017" + }, + { + "eventid": "73c35b37-0160-4b82-a942-ec980344d296", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:39", + "lon": 112.576143, + "lat": 36.337546, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:30", + "devicecode": "98017" + }, + { + "eventid": "96e853d3-92da-415d-bd69-ec49dc29efc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:24", + "lon": 112.576168, + "lat": 36.337531, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:18", + "devicecode": "98017" + }, + { + "eventid": "0fca7031-a6a7-456e-a4a2-400e99f7d866", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:09", + "lon": 112.576153, + "lat": 36.337536, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98017" + }, + { + "eventid": "0653f14f-0263-4737-843a-5feb3d2b93e7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:54", + "lon": 112.576146, + "lat": 36.337528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:45", + "devicecode": "98017" + }, + { + "eventid": "faa7368f-1151-42bf-af4c-57bafced27d6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:39", + "lon": 112.576155, + "lat": 36.337505, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:34", + "devicecode": "98017" + }, + { + "eventid": "c3b6f2bc-f6f1-4791-a74b-f9395bb306d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:24", + "lon": 112.575585, + "lat": 36.337203, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:17", + "devicecode": "98017" + }, + { + "eventid": "c1a8beb8-4521-45f0-b0ee-b34a17417b47", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:09", + "lon": 112.574458, + "lat": 36.336595, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:01", + "devicecode": "98017" + }, + { + "eventid": "a1d12d69-f531-4c45-9375-cc7f4c8d0aaf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:54", + "lon": 112.573233, + "lat": 36.335911, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:44", + "devicecode": "98017" + }, + { + "eventid": "3f8d088b-ac7d-42b8-a4f2-91b2fffa383a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:39", + "lon": 112.572218, + "lat": 36.334953, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:33", + "devicecode": "98017" + }, + { + "eventid": "009ab302-3a70-441c-ae68-6d0297410ee1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:24", + "lon": 112.571401, + "lat": 36.333783, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:15", + "devicecode": "98017" + }, + { + "eventid": "b1e53c81-bcb4-43b9-8b23-3dcc3112928f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:09", + "lon": 112.57061, + "lat": 36.332751, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:04", + "devicecode": "98017" + }, + { + "eventid": "f9cac220-aa13-4fe2-80d2-fade538a77be", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:54", + "lon": 112.569808, + "lat": 36.33174, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:47", + "devicecode": "98017" + }, + { + "eventid": "a8ff6006-9797-4831-8993-09ae3ca86267", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:39", + "lon": 112.569261, + "lat": 36.331028, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:31", + "devicecode": "98017" + }, + { + "eventid": "0ca353a5-c3c9-467e-86a6-75abce35a0b4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:24", + "lon": 112.569253, + "lat": 36.331018, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:15", + "devicecode": "98017" + }, + { + "eventid": "7fb4dbb4-a9ac-459c-8cc6-ad1919dfb0d8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:09", + "lon": 112.569256, + "lat": 36.331015, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:04", + "devicecode": "98017" + }, + { + "eventid": "309c0b14-0fd0-4ff8-b3df-6a0d3bd00f01", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:54", + "lon": 112.569268, + "lat": 36.331, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:47", + "devicecode": "98017" + }, + { + "eventid": "20aba45d-0943-4734-b31c-2e378fd5082e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:39", + "lon": 112.569276, + "lat": 36.330985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:31", + "devicecode": "98017" + }, + { + "eventid": "b8a8da53-5b88-457f-ad1f-7bdc11362570", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:23", + "lon": 112.56924, + "lat": 36.330981, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98017" + }, + { + "eventid": "f9ea6de5-033c-44a9-8a20-676dbbc7f81d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:08", + "lon": 112.56888, + "lat": 36.330651, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:03", + "devicecode": "98017" + }, + { + "eventid": "77599b8e-e65c-49fd-9abf-7e93b7027ae8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:53", + "lon": 112.567863, + "lat": 36.33035, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:45", + "devicecode": "98017" + }, + { + "eventid": "594f8e62-05ec-457c-a7aa-39cc4ebe800d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:38", + "lon": 112.566658, + "lat": 36.330243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98017" + }, + { + "eventid": "ad4138de-0bee-46f8-8008-6dc781910374", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:23", + "lon": 112.565291, + "lat": 36.330121, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:17", + "devicecode": "98017" + }, + { + "eventid": "cbe442d6-ef58-4b8d-b07c-a06763b07f60", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.563868, + "lat": 36.329961, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:01", + "devicecode": "98017" + }, + { + "eventid": "2bef9c23-0e05-4fb5-ae54-087245e2a76b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:53", + "lon": 112.56281, + "lat": 36.329475, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:45", + "devicecode": "98017" + }, + { + "eventid": "4e4d9935-29ff-41c4-b9ce-68284a8fe40b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:38", + "lon": 112.561706, + "lat": 36.328803, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98017" + }, + { + "eventid": "cc5dafcd-71b0-4e1e-806c-c338294279b7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:23", + "lon": 112.560493, + "lat": 36.32817, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:17", + "devicecode": "98017" + }, + { + "eventid": "d3599fb9-0a8b-4640-90a8-75fb64e94cce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.559365, + "lat": 36.32761, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98017" + }, + { + "eventid": "485affa4-ec80-4041-b9b9-46fa61e2986e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:53", + "lon": 112.558375, + "lat": 36.32709, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:44", + "devicecode": "98017" + }, + { + "eventid": "27ebbb23-8f0e-4b9e-bf52-4b1bf3d1037d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:38", + "lon": 112.557678, + "lat": 36.32662, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:28", + "devicecode": "98017" + }, + { + "eventid": "f925ffb6-8c6f-48a3-b9fd-962a9d29ac09", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:23", + "lon": 112.557285, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:17", + "devicecode": "98017" + }, + { + "eventid": "804fa7df-16bd-4d3e-b163-43f4dcd49ce8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:53", + "lon": 112.557071, + "lat": 36.326291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:45", + "devicecode": "98017" + }, + { + "eventid": "43e1cfd9-684c-4698-910a-88c3b47853c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:38", + "lon": 112.557053, + "lat": 36.326308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:28", + "devicecode": "98017" + }, + { + "eventid": "a7d26224-f5cd-44ca-be40-47d0601732bd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:23", + "lon": 112.557061, + "lat": 36.32633, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:17", + "devicecode": "98017" + }, + { + "eventid": "e2d983bf-1b10-4674-9e45-de95d47ddf90", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:08", + "lon": 112.556983, + "lat": 36.326301, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98017" + }, + { + "eventid": "986a927d-1c1d-42b0-9471-cc246a85d1ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:53", + "lon": 112.556973, + "lat": 36.326318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98017" + }, + { + "eventid": "48663dcb-cc8d-41f6-bde7-d9dcbbda7402", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:38", + "lon": 112.55691, + "lat": 36.326303, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:28", + "devicecode": "98017" + }, + { + "eventid": "52b61f8d-b859-4dba-8e02-524354431b71", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:23", + "lon": 112.556905, + "lat": 36.326288, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:17", + "devicecode": "98017" + }, + { + "eventid": "adf51d4c-bc9a-4117-9442-e4a49afd524c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:08", + "lon": 112.55692, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:00", + "devicecode": "98017" + }, + { + "eventid": "2d37afab-5160-4ab0-95ad-461bc4c14741", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:35", + "lon": 112.556933, + "lat": 36.326293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98017" + }, + { + "eventid": "e2657abe-91e4-4f4b-a306-c398c76f1d65", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:50", + "lon": 112.556923, + "lat": 36.32627, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98017" + }, + { + "eventid": "20b25887-80f0-4f45-86bd-b49be6512d7e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:54", + "lon": 112.556955, + "lat": 36.326313, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:27", + "devicecode": "98017" + }, + { + "eventid": "5001ed69-6ab7-4c32-b26f-2c0fb9421ce5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:51", + "lon": 112.556953, + "lat": 36.326323, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:46", + "devicecode": "98017" + }, + { + "eventid": "d3628936-edbc-4527-8fa3-a28b635aeaf8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:36", + "lon": 112.556991, + "lat": 36.326318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:30", + "devicecode": "98017" + }, + { + "eventid": "233101d7-5b09-4a7b-afbf-58a6076bc429", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:21", + "lon": 112.557028, + "lat": 36.326268, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:11", + "devicecode": "98017" + }, + { + "eventid": "1a95f8a2-e658-4b7c-b268-f94655221952", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:06", + "lon": 112.557013, + "lat": 36.326255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:00", + "devicecode": "98017" + }, + { + "eventid": "14531b0f-0829-4205-a706-88a00ccc8ab7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:51", + "lon": 112.557036, + "lat": 36.326241, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:44", + "devicecode": "98017" + }, + { + "eventid": "ba1cf80c-d448-4170-9199-ba443bd29a47", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:36", + "lon": 112.557043, + "lat": 36.326231, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:27", + "devicecode": "98017" + }, + { + "eventid": "373bb546-5462-4850-986b-1a61bfd5cd94", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:21", + "lon": 112.55701, + "lat": 36.32625, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:16", + "devicecode": "98017" + }, + { + "eventid": "648baad5-6483-451f-ae97-66b093a6ca13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:06", + "lon": 112.556926, + "lat": 36.326301, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:59", + "devicecode": "98017" + }, + { + "eventid": "3f565fa0-7378-402c-86a6-8431ad82019f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:51", + "lon": 112.556938, + "lat": 36.3263, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:42", + "devicecode": "98017" + }, + { + "eventid": "39ca36b2-8159-4ed3-a74d-32942e04cdd0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:36", + "lon": 112.557008, + "lat": 36.32639, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:26", + "devicecode": "98017" + }, + { + "eventid": "f26439fd-e017-48a4-9bb6-cfc5bbba80f1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:21", + "lon": 112.556928, + "lat": 36.326421, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:14", + "devicecode": "98017" + }, + { + "eventid": "19d70f3f-1d16-41d6-93f3-2051736e8ba3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:06", + "lon": 112.556928, + "lat": 36.326438, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:57", + "devicecode": "98017" + }, + { + "eventid": "dbfa027e-b49a-454d-9353-80d73e126055", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:51", + "lon": 112.556965, + "lat": 36.32646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:45", + "devicecode": "98017" + }, + { + "eventid": "16ac40cb-e5b8-4697-b97b-b011ff241df6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:36", + "lon": 112.556986, + "lat": 36.326493, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:27", + "devicecode": "98017" + }, + { + "eventid": "00be831c-2a1d-4d96-94cd-08cb997f43ca", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:21", + "lon": 112.557006, + "lat": 36.326518, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:14", + "devicecode": "98017" + }, + { + "eventid": "dd6fc786-9e14-44b7-a037-85b43447a7da", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:06", + "lon": 112.556978, + "lat": 36.326506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:57", + "devicecode": "98017" + }, + { + "eventid": "a36dd4f7-0282-4b05-89c2-34937e858fd8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:51", + "lon": 112.556983, + "lat": 36.326488, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:46", + "devicecode": "98017" + }, + { + "eventid": "a9ac083e-dc54-41be-b422-2a6b429eb70d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:36", + "lon": 112.55694, + "lat": 36.326455, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:29", + "devicecode": "98017" + }, + { + "eventid": "afc46b7a-10d5-40ee-b10f-d6f892d9eb9c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:21", + "lon": 112.55696, + "lat": 36.326458, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:12", + "devicecode": "98017" + }, + { + "eventid": "c345e1a7-0bb4-494e-adb8-14911a1c2a9a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:06", + "lon": 112.556965, + "lat": 36.326456, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:00", + "devicecode": "98017" + }, + { + "eventid": "59e57939-2822-4d4a-b03c-f0e44ca35ed1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:51", + "lon": 112.556965, + "lat": 36.326455, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:43", + "devicecode": "98017" + }, + { + "eventid": "b57bab8c-7354-4f5c-b78a-48f1a4f9957f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:36", + "lon": 112.556951, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:27", + "devicecode": "98017" + }, + { + "eventid": "0a943038-3050-4d36-a5ae-b5405efbf340", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:21", + "lon": 112.556953, + "lat": 36.326421, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:15", + "devicecode": "98017" + }, + { + "eventid": "c4c21733-077c-4661-8968-466f668644eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:06", + "lon": 112.55695, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:58", + "devicecode": "98017" + }, + { + "eventid": "1c430b5e-fc6f-4809-b175-ebf26baebfe1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:51", + "lon": 112.556976, + "lat": 36.326423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:41", + "devicecode": "98017" + }, + { + "eventid": "83aebdb3-9ba9-495b-86c8-942a0025a775", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:36", + "lon": 112.556993, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:30", + "devicecode": "98017" + }, + { + "eventid": "cb566007-cf9e-4564-b721-06bf66799cda", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:21", + "lon": 112.556991, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:13", + "devicecode": "98017" + }, + { + "eventid": "f3e5ae83-d60a-45be-9022-541e4e604c4b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:06", + "lon": 112.556976, + "lat": 36.326435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:57", + "devicecode": "98017" + }, + { + "eventid": "a110eae7-c0d8-4e24-a897-2c1fff690480", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:51", + "lon": 112.556963, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:46", + "devicecode": "98017" + }, + { + "eventid": "0d83c6f4-49c9-435d-bc71-b80ea834d7b2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:36", + "lon": 112.556948, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:29", + "devicecode": "98017" + }, + { + "eventid": "28b9089c-d69b-4ac9-be55-9d292a06f2b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:21", + "lon": 112.55694, + "lat": 36.326433, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:13", + "devicecode": "98017" + }, + { + "eventid": "1382b6a2-8a7c-407a-b776-9d14c7e2cd48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:06", + "lon": 112.556943, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:56", + "devicecode": "98017" + }, + { + "eventid": "0a4a5d55-10d6-4af4-ad4f-62453810dffe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:51", + "lon": 112.556956, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:44", + "devicecode": "98017" + }, + { + "eventid": "b5e40a98-abc0-47bf-ba29-0836d27408eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:36", + "lon": 112.556956, + "lat": 36.326443, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:27", + "devicecode": "98017" + }, + { + "eventid": "d3aa037d-3881-49cc-811d-765c1c51d788", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:21", + "lon": 112.556948, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98017" + }, + { + "eventid": "247d6a4c-a00d-4a63-b978-0d9b2273c6e3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:06", + "lon": 112.556941, + "lat": 36.326426, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:59", + "devicecode": "98017" + }, + { + "eventid": "3ba334bd-c88b-445a-944d-e8312fd444b8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:51", + "lon": 112.556945, + "lat": 36.326423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:42", + "devicecode": "98017" + }, + { + "eventid": "7821a01a-97ec-4449-b144-b30a28238701", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:06", + "lon": 112.556936, + "lat": 36.326406, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:59", + "devicecode": "98017" + }, + { + "eventid": "a46e4559-f3f6-4f4b-a0a6-ef3b01ce1e37", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:51", + "lon": 112.556935, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:43", + "devicecode": "98017" + }, + { + "eventid": "f2762979-480b-48c6-8fa7-dfbf73e5248c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:36", + "lon": 112.55693, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:26", + "devicecode": "98017" + }, + { + "eventid": "2c5f4b70-a8de-44e0-bc80-b4058d06e010", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:21", + "lon": 112.556918, + "lat": 36.326403, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:15", + "devicecode": "98017" + }, + { + "eventid": "7f1dceaa-1e6a-4d84-b68c-5cb578f69b50", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:06", + "lon": 112.55692, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:59", + "devicecode": "98017" + }, + { + "eventid": "35d4d39f-94dd-49a6-860a-5c9df3eab19e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:51", + "lon": 112.556916, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:42", + "devicecode": "98017" + }, + { + "eventid": "e00228d1-c471-4b74-8ce4-52783099a2e5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:36", + "lon": 112.556898, + "lat": 36.3264, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:26", + "devicecode": "98017" + }, + { + "eventid": "d937fddf-ad7a-4f2f-bd1f-235d3dba0d76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:21", + "lon": 112.556913, + "lat": 36.326405, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:15", + "devicecode": "98017" + }, + { + "eventid": "0a0b62a0-da1a-43aa-b313-f5d8e27f676f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:06", + "lon": 112.556936, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:59", + "devicecode": "98017" + }, + { + "eventid": "4760c80d-2693-4275-9a82-57ae0061432b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:51", + "lon": 112.556956, + "lat": 36.326425, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:42", + "devicecode": "98017" + }, + { + "eventid": "520eaa28-b8c8-4dc9-9d7d-5b434b1277d0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:36", + "lon": 112.556985, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:26", + "devicecode": "98017" + }, + { + "eventid": "563ef7fa-4101-4a4d-a12a-0f6db692e5de", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:21", + "lon": 112.557005, + "lat": 36.326468, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:15", + "devicecode": "98017" + }, + { + "eventid": "305c2ec7-72f5-49fa-bd8a-204efdffa713", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:06", + "lon": 112.557031, + "lat": 36.326505, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:58", + "devicecode": "98017" + }, + { + "eventid": "9ed4a219-35a8-481b-9ccc-f60243f649c4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:51", + "lon": 112.55705, + "lat": 36.32653, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:41", + "devicecode": "98017" + }, + { + "eventid": "b62b8da3-baf1-48df-86e2-a82be9ece597", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:36", + "lon": 112.557051, + "lat": 36.326535, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:30", + "devicecode": "98017" + }, + { + "eventid": "8dffc5b9-197e-4d13-bdc3-f0334b1ea5b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:06", + "lon": 112.55703, + "lat": 36.326523, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:56", + "devicecode": "98017" + }, + { + "eventid": "e6dd525f-5b97-44ec-9a34-b61768ebaf60", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:51", + "lon": 112.55703, + "lat": 36.32652, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:45", + "devicecode": "98017" + }, + { + "eventid": "54e233b7-d513-40b5-bd49-6970b74424a9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:36", + "lon": 112.557033, + "lat": 36.326513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:28", + "devicecode": "98017" + }, + { + "eventid": "c0a7b3dd-7161-494e-9a85-6a93279671c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:21", + "lon": 112.557031, + "lat": 36.326498, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:16", + "devicecode": "98017" + }, + { + "eventid": "7f4adbac-1e7f-44f4-adfa-a50d1dcc6b9f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:06", + "lon": 112.55702, + "lat": 36.326481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:00", + "devicecode": "98017" + }, + { + "eventid": "090fd173-31eb-47ee-b4e1-b91fb74e72e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:51", + "lon": 112.557023, + "lat": 36.326476, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:43", + "devicecode": "98017" + }, + { + "eventid": "a6f9ff54-52d9-403d-b7f5-5050cdc7a656", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:36", + "lon": 112.557035, + "lat": 36.326481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:27", + "devicecode": "98017" + }, + { + "eventid": "6520d476-3a68-422b-ae1c-b1c7fa147841", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:21", + "lon": 112.557021, + "lat": 36.32646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:16", + "devicecode": "98017" + }, + { + "eventid": "a0bc1702-4c0a-40f1-8257-c01cd4e3d014", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:06", + "lon": 112.55704, + "lat": 36.326471, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:59", + "devicecode": "98017" + }, + { + "eventid": "5decefe7-121f-4a4d-a5f5-41247f89659d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:48", + "lon": 112.557055, + "lat": 36.326485, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:48", + "devicecode": "98017" + }, + { + "eventid": "8950ea2e-9ad3-4e56-898e-0826eca48b85", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:33", + "lon": 112.557046, + "lat": 36.326478, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:48", + "devicecode": "98017" + }, + { + "eventid": "195f9087-b79c-40b8-9b4b-024fd4d6a230", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:38:43", + "lon": 112.627205, + "lat": 36.347603, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:32:39", + "devicecode": "98017" + }, + { + "eventid": "e1831086-757b-4e0c-8072-2e65d4dee028", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:38:13", + "lon": 112.623008, + "lat": 36.34946, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:32:08", + "devicecode": "98017" + }, + { + "eventid": "1afb5d0b-02e5-4a18-aae2-950f0138d1d9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:58", + "lon": 112.620831, + "lat": 36.349225, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:52", + "devicecode": "98017" + }, + { + "eventid": "d4ad7d94-b6b7-44f6-8417-0c558d968634", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:43", + "lon": 112.618821, + "lat": 36.3493, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:37", + "devicecode": "98017" + }, + { + "eventid": "d263577a-4a24-486b-b568-df9dbb0e5bea", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:28", + "lon": 112.61736, + "lat": 36.349385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:21", + "devicecode": "98017" + }, + { + "eventid": "c2fa8fcd-7036-4647-b493-936bd7ee623a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:36:43", + "lon": 112.616815, + "lat": 36.348326, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:30:34", + "devicecode": "98017" + }, + { + "eventid": "85dbe77a-e2d1-4d7f-a5c8-625a1bcea0c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:36:10", + "lon": 112.6168, + "lat": 36.348265, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:30:03", + "devicecode": "98017" + }, + { + "eventid": "c2e9a2a2-91b4-49ca-8324-891d402f8ae6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:55", + "lon": 112.616901, + "lat": 36.3486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:48", + "devicecode": "98017" + }, + { + "eventid": "d9fb1826-65d9-42f0-ac72-16acb025e1c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:40", + "lon": 112.617011, + "lat": 36.349001, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:32", + "devicecode": "98017" + }, + { + "eventid": "37f26b01-898a-4a08-ade3-a9a0e09b9ffa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:10", + "lon": 112.615773, + "lat": 36.3495, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:01", + "devicecode": "98017" + }, + { + "eventid": "9b88aa3c-3ea1-468d-aace-8fb03f89c89d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:37", + "lon": 112.611638, + "lat": 36.350231, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:31", + "devicecode": "98017" + }, + { + "eventid": "77f4113b-3ac6-4edd-b949-8c805640fda9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:20", + "lon": 112.610496, + "lat": 36.350576, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:15", + "devicecode": "98017" + }, + { + "eventid": "b8d4489c-3bc7-4bf7-94c6-0b93954f958d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:05", + "lon": 112.609128, + "lat": 36.350951, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:00", + "devicecode": "98017" + }, + { + "eventid": "06702007-5445-4c0a-bf1c-738875951d1b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:33:05", + "lon": 112.601986, + "lat": 36.351365, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:59", + "devicecode": "98017" + }, + { + "eventid": "b5ffe5f4-8545-4b1e-8b9c-e118624914b7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:50", + "lon": 112.600856, + "lat": 36.350853, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:44", + "devicecode": "98017" + }, + { + "eventid": "da3bb5ad-f3b1-4d36-a49b-3e4b70cd5189", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:35", + "lon": 112.600513, + "lat": 36.35068, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:28", + "devicecode": "98017" + }, + { + "eventid": "a709c632-fb33-4bf2-adb8-9b85dc17f5cb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:20", + "lon": 112.600616, + "lat": 36.350566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:13", + "devicecode": "98017" + }, + { + "eventid": "fb171cb0-2c1a-413e-bf8e-d9b8a6081b69", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:05", + "lon": 112.600776, + "lat": 36.350428, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:58", + "devicecode": "98017" + }, + { + "eventid": "73fd3281-8ca5-403e-8fa9-b5f9e6027349", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:50", + "lon": 112.60088, + "lat": 36.350325, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:42", + "devicecode": "98017" + }, + { + "eventid": "1e204b99-14bb-420d-9640-b2782bebff62", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:33", + "lon": 112.600731, + "lat": 36.350393, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:27", + "devicecode": "98017" + }, + { + "eventid": "b7df4fd9-99ae-4b7a-9ed1-c351aef8c4e9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:18", + "lon": 112.600533, + "lat": 36.35057, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:11", + "devicecode": "98017" + }, + { + "eventid": "5e4fd402-cd6e-47f6-8d16-e3c69cf64d3b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:03", + "lon": 112.600501, + "lat": 36.350681, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:56", + "devicecode": "98017" + }, + { + "eventid": "88592f17-f11a-4573-9223-0984e9628232", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:48", + "lon": 112.60019, + "lat": 36.350528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:41", + "devicecode": "98017" + }, + { + "eventid": "5c360764-d245-4183-a0e1-e49a2ed86f48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:33", + "lon": 112.59861, + "lat": 36.349841, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:25", + "devicecode": "98017" + }, + { + "eventid": "d33bc222-aae8-4170-a5d1-940713f3f040", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:18", + "lon": 112.597643, + "lat": 36.349551, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:10", + "devicecode": "98017" + }, + { + "eventid": "6335336f-b2f5-4e52-838b-193a823995d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:00", + "lon": 112.5973, + "lat": 36.349503, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:55", + "devicecode": "98017" + }, + { + "eventid": "331880e8-9ffb-4220-8c94-336348d8ca62", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:44", + "lon": 112.595866, + "lat": 36.349446, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:34", + "devicecode": "98017" + }, + { + "eventid": "871bc9dc-1577-42c9-8ee4-48bee00563aa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:28", + "lon": 112.593731, + "lat": 36.349343, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:24", + "devicecode": "98017" + }, + { + "eventid": "4c8cb786-1692-4542-a7a7-c413e4050a9c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:13", + "lon": 112.591861, + "lat": 36.349256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:04", + "devicecode": "98017" + }, + { + "eventid": "7f73eada-0867-46c7-8864-023fd5ffa1b9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:58", + "lon": 112.590003, + "lat": 36.348986, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:53", + "devicecode": "98017" + }, + { + "eventid": "93532f4a-c6e8-4665-bd5d-329a3caf6724", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:43", + "lon": 112.588791, + "lat": 36.348501, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:38", + "devicecode": "98017" + }, + { + "eventid": "5db648da-9de2-4337-8077-a461a67b2ede", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:26", + "lon": 112.588108, + "lat": 36.348248, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:17", + "devicecode": "98017" + }, + { + "eventid": "b180f8f4-af4c-46ff-b70f-a1a754aa2360", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:11", + "lon": 112.587533, + "lat": 36.34793, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:06", + "devicecode": "98017" + }, + { + "eventid": "01868b0f-e52d-41cf-bc09-274743b1497b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:56", + "lon": 112.587918, + "lat": 36.347413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:51", + "devicecode": "98017" + }, + { + "eventid": "aa9c070d-61ae-460d-adfd-22287481c812", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:39", + "lon": 112.588335, + "lat": 36.34684, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:31", + "devicecode": "98017" + }, + { + "eventid": "9847e204-4c7f-4712-b328-948ec2e80f2f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:23", + "lon": 112.588355, + "lat": 36.346673, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:15", + "devicecode": "98017" + }, + { + "eventid": "282b41bd-bcfd-49b7-b00f-ea447354b373", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:08", + "lon": 112.588318, + "lat": 36.34684, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:00", + "devicecode": "98017" + }, + { + "eventid": "f7875ad3-abdd-452a-9fef-7dce687b4fc2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:26:52", + "lon": 112.587953, + "lat": 36.347318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:20:44", + "devicecode": "98017" + }, + { + "eventid": "15a8206f-0112-4655-89bc-5ccf6cb633a0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:26:07", + "lon": 112.585636, + "lat": 36.347645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:58", + "devicecode": "98017" + }, + { + "eventid": "31b20fc4-9b6c-4995-9ce7-acc8c895622f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:25:52", + "lon": 112.58426, + "lat": 36.347528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:48", + "devicecode": "98017" + }, + { + "eventid": "182d98b9-2739-490c-8e2e-54d07a7c3d3f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:25:37", + "lon": 112.582338, + "lat": 36.34746, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:28", + "devicecode": "98017" + }, + { + "eventid": "0074f2c4-f6bd-4d9b-b55d-f3cb77159eb1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:52", + "lon": 112.578555, + "lat": 36.344765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:52", + "devicecode": "98017" + }, + { + "eventid": "0018d920-82c6-4715-9bdc-1485f44058f2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:37", + "lon": 112.57833, + "lat": 36.344178, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:37", + "devicecode": "98017" + }, + { + "eventid": "0e7bf01c-6990-46a9-807d-7764a10a24c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:21", + "lon": 112.578243, + "lat": 36.343915, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:16", + "devicecode": "98017" + }, + { + "eventid": "32ad6289-43cf-4d74-9bb9-470623625abe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:04", + "lon": 112.577688, + "lat": 36.342358, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:56", + "devicecode": "98017" + }, + { + "eventid": "a01dfeef-15a6-4f3e-a65d-76b452e962ef", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:49", + "lon": 112.577345, + "lat": 36.340911, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:40", + "devicecode": "98017" + }, + { + "eventid": "d262065f-805f-4c66-a8a8-8ae501eaa07b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:34", + "lon": 112.577093, + "lat": 36.339423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:25", + "devicecode": "98017" + }, + { + "eventid": "02d24d1c-a004-4618-90a9-7a237758647a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:19", + "lon": 112.576765, + "lat": 36.338115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:10", + "devicecode": "98017" + }, + { + "eventid": "4ba7d0f1-babe-438e-a756-510b7c043e8f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:04", + "lon": 112.576168, + "lat": 36.337516, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:54", + "devicecode": "98017" + }, + { + "eventid": "4075a2bd-d9b2-47d1-b444-683819cf3d48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:48", + "lon": 112.575736, + "lat": 36.337285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:38", + "devicecode": "98017" + }, + { + "eventid": "6c5c91b9-8cb3-4280-b8ee-990f115e91cb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:18", + "lon": 112.57267, + "lat": 36.335555, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:13", + "devicecode": "98017" + }, + { + "eventid": "d71cdc25-cad8-4229-84d2-93b2b8f781af", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:03", + "lon": 112.571566, + "lat": 36.33415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:58", + "devicecode": "98017" + }, + { + "eventid": "d6c1e4f6-48c7-4a51-a91a-503279ead197", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:48", + "lon": 112.570486, + "lat": 36.332656, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:42", + "devicecode": "98017" + }, + { + "eventid": "0577b428-9722-4766-ad97-5f817c639c99", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:18", + "lon": 112.569291, + "lat": 36.331021, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:12", + "devicecode": "98017" + }, + { + "eventid": "ff065e63-2fd8-4adb-9d9e-223865f2801a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:03", + "lon": 112.569268, + "lat": 36.331013, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:56", + "devicecode": "98017" + }, + { + "eventid": "58734ee8-caac-48b7-9f3d-d86175a2b1e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:20:48", + "lon": 112.56921, + "lat": 36.330946, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:41", + "devicecode": "98017" + }, + { + "eventid": "07e925a5-bc18-4b2f-b067-2367eb54c00f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:20:33", + "lon": 112.567591, + "lat": 36.330335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:26", + "devicecode": "98017" + }, + { + "eventid": "44c3f0be-6384-4b1f-8c00-b74b9b1787fb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:48", + "lon": 112.561511, + "lat": 36.328658, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:40", + "devicecode": "98017" + }, + { + "eventid": "57ffcfd0-d8a8-4968-a926-f882988ffc91", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:33", + "lon": 112.559941, + "lat": 36.327866, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:25", + "devicecode": "98017" + }, + { + "eventid": "1268f0f6-351c-47a7-be1f-30167d07f153", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:18", + "lon": 112.558298, + "lat": 36.32706, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:10", + "devicecode": "98017" + }, + { + "eventid": "d94bfa4c-0b14-41dc-b20c-701a04958ec3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:03", + "lon": 112.557246, + "lat": 36.326325, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:54", + "devicecode": "98017" + }, + { + "eventid": "a197d068-3140-4bee-946c-d4cb9df80f5e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:33", + "lon": 112.557013, + "lat": 36.326355, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:24", + "devicecode": "98017" + }, + { + "eventid": "4e5ea339-ac28-4b78-8cd0-6ecba166c7d7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:18", + "lon": 112.556961, + "lat": 36.326366, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:08", + "devicecode": "98017" + }, + { + "eventid": "570320c8-dbdc-4945-8ec0-1d377b9220f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:03", + "lon": 112.55697, + "lat": 36.326366, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:58", + "devicecode": "98017" + }, + { + "eventid": "21e5cbf4-e768-42c9-92d6-ae5f47469807", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:33", + "lon": 112.557, + "lat": 36.326333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:27", + "devicecode": "98017" + }, + { + "eventid": "e3bb0e5e-2aa7-4893-8ec4-0c55b025478e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:18", + "lon": 112.557045, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:12", + "devicecode": "98017" + }, + { + "eventid": "9de9a97f-3ffa-4199-b3cc-6d912ad212ab", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:03", + "lon": 112.557031, + "lat": 36.326323, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:57", + "devicecode": "98017" + }, + { + "eventid": "770e7a7b-6169-4cab-a7c0-8c0c3336198e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:48", + "lon": 112.557025, + "lat": 36.326308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:42", + "devicecode": "98017" + }, + { + "eventid": "6402748e-b2ed-49ac-9b3f-4511540b4935", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:18", + "lon": 112.557033, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:11", + "devicecode": "98017" + }, + { + "eventid": "bdc4b188-4f02-47dc-8bbc-dd13b22a0241", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:03", + "lon": 112.557041, + "lat": 36.326321, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:56", + "devicecode": "98017" + }, + { + "eventid": "8206f2bc-a7f9-42af-bfa9-5b4b80b744d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:48", + "lon": 112.557035, + "lat": 36.326313, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:41", + "devicecode": "98017" + }, + { + "eventid": "adcb3615-51b5-47a8-a4dd-559854ff0f4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:33", + "lon": 112.557026, + "lat": 36.32632, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:26", + "devicecode": "98017" + }, + { + "eventid": "92e0d7df-f740-4ee7-b4b0-b0901435fe6f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:18", + "lon": 112.557051, + "lat": 36.326306, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:10", + "devicecode": "98017" + }, + { + "eventid": "8e38d059-abd4-407d-bbe2-341ca527bf13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:14:48", + "lon": 112.557025, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:08:40", + "devicecode": "98017" + }, + { + "eventid": "8ff01a7f-3648-433d-aaa4-e8f0a3ac37bd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:13:48", + "lon": 112.557, + "lat": 36.326378, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:07:39", + "devicecode": "98017" + }, + { + "eventid": "5ac80585-28a0-4a49-8be9-d7688e6f2b64", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:13:18", + "lon": 112.556985, + "lat": 36.326373, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:07:13", + "devicecode": "98017" + }, + { + "eventid": "9c7e4189-9915-4a4e-9344-a31e7bc134cd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:46", + "lon": 112.557005, + "lat": 36.326361, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:06:27", + "devicecode": "98017" + }, + { + "eventid": "7e150c55-b151-461a-9761-c547a7a91fdd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:16", + "lon": 112.556995, + "lat": 36.32638, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:05:06", + "devicecode": "98017" + }, + { + "eventid": "54a902ac-cf08-4303-b894-d5e8421c22f9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:01", + "lon": 112.557, + "lat": 36.326371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:04:56", + "devicecode": "98017" + }, + { + "eventid": "4c27cbc3-a1bf-4bf2-9a74-f4390c6b2a2a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:10:31", + "lon": 112.557051, + "lat": 36.32635, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:04:25", + "devicecode": "98017" + }, + { + "eventid": "0a40be6a-0f5b-425f-b5ed-43239c9e3c82", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:10:01", + "lon": 112.557053, + "lat": 36.326361, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:55", + "devicecode": "98017" + }, + { + "eventid": "998cc969-dae5-4d75-a754-11363b6f6265", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:46", + "lon": 112.557051, + "lat": 36.32636, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:40", + "devicecode": "98017" + }, + { + "eventid": "d40dedf7-2772-4897-8c85-25faf4bc5706", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:31", + "lon": 112.557038, + "lat": 36.326353, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:24", + "devicecode": "98017" + }, + { + "eventid": "3efb3e83-51a8-4052-a521-b68881c13a3d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:16", + "lon": 112.557038, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:09", + "devicecode": "98017" + }, + { + "eventid": "63569e12-78c2-45b6-a636-73bd5b3e7bc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:01", + "lon": 112.557045, + "lat": 36.32635, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:54", + "devicecode": "98017" + }, + { + "eventid": "c4660d2a-4647-4d46-9d38-bcbe41b82f4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:46", + "lon": 112.557058, + "lat": 36.326351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:38", + "devicecode": "98017" + }, + { + "eventid": "094b1b86-de8a-43e3-95bb-49aa4b45b55c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:31", + "lon": 112.557061, + "lat": 36.326351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:23", + "devicecode": "98017" + }, + { + "eventid": "4788012c-27e9-45be-abe3-48cb0ca14992", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:16", + "lon": 112.557076, + "lat": 36.32634, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:08", + "devicecode": "98017" + }, + { + "eventid": "4e6ad105-c915-407a-a5f3-f8e53ce8d8c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:31", + "lon": 112.557066, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:01:22", + "devicecode": "98017" + }, + { + "eventid": "59d810c0-28a4-441c-9f08-4d6c8f2d1a83", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:16", + "lon": 112.557078, + "lat": 36.326333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:01:07", + "devicecode": "98017" + }, + { + "eventid": "4f7ebfb0-34da-4a6a-8719-230cc5beba11", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:01", + "lon": 112.557083, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:51", + "devicecode": "98017" + }, + { + "eventid": "6167f3ed-7ad3-4241-8d4d-ba2986761bf7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:46", + "lon": 112.557043, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:36", + "devicecode": "98017" + }, + { + "eventid": "dd94f129-2d3d-4a35-9277-ea53165d82f6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:31", + "lon": 112.557048, + "lat": 36.326348, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:21", + "devicecode": "98017" + }, + { + "eventid": "f8b28bbe-6436-419f-a71a-0317ff2ba72d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:16", + "lon": 112.557078, + "lat": 36.326363, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:11", + "devicecode": "98017" + }, + { + "eventid": "32d2ce9a-a2bd-46ac-b37f-63d49cb93b9a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:01", + "lon": 112.557081, + "lat": 36.326398, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:56", + "devicecode": "98017" + }, + { + "eventid": "0b40a726-0cce-43b3-bb6d-a20d17b59a15", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:46", + "lon": 112.557066, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:40", + "devicecode": "98017" + }, + { + "eventid": "c2e2b2f8-89e0-483d-841a-90738215d86c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:29", + "lon": 112.557056, + "lat": 36.326435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:20", + "devicecode": "98017" + }, + { + "eventid": "f365c631-c8a9-4642-a2b2-9077a274c4ef", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:14", + "lon": 112.557001, + "lat": 36.326506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:20", + "devicecode": "98017" + }, + { + "eventid": "d4ba291d-e97d-400c-9869-1d6f647972cc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:56", + "lon": 112.720475, + "lat": 36.30776, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:51", + "devicecode": "98017" + }, + { + "eventid": "7d782223-5a55-4b2f-b528-ad0fc328f997", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:41", + "lon": 112.720478, + "lat": 36.307758, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:36", + "devicecode": "98017" + }, + { + "eventid": "ea611f12-031d-4e54-8c93-da82a92a4d15", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:26", + "lon": 112.720485, + "lat": 36.307745, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:21", + "devicecode": "98017" + }, + { + "eventid": "6874b873-f22c-42f0-b27d-445075bc8d54", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:11", + "lon": 112.720501, + "lat": 36.307748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:05", + "devicecode": "98017" + }, + { + "eventid": "a1bf3cf3-854f-42cb-a67c-f9ee101b6099", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:56", + "lon": 112.720395, + "lat": 36.307853, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:50", + "devicecode": "98017" + }, + { + "eventid": "3bcec68d-8d35-4d52-8679-244f0acf95e9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:41", + "lon": 112.719283, + "lat": 36.308956, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:35", + "devicecode": "98017" + }, + { + "eventid": "bd08fcd4-4b83-4776-8734-dfbcd83e9fdc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:26", + "lon": 112.717748, + "lat": 36.310645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:20", + "devicecode": "98017" + }, + { + "eventid": "127110a7-27ec-4a22-878a-fde05ff81d09", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:11", + "lon": 112.715918, + "lat": 36.312653, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:05", + "devicecode": "98017" + }, + { + "eventid": "07160929-92a1-4bd4-90a7-f042fc07b9ce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:56", + "lon": 112.713821, + "lat": 36.314041, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:49", + "devicecode": "98017" + }, + { + "eventid": "94898c4a-4709-45ed-802d-d52a5a13e056", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:41", + "lon": 112.711508, + "lat": 36.314781, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:34", + "devicecode": "98017" + }, + { + "eventid": "01b32a0c-9376-4362-a015-0df43b407073", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:26", + "lon": 112.708796, + "lat": 36.315655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:19", + "devicecode": "98017" + }, + { + "eventid": "28c79fbc-d707-41a3-b4c2-449ca3867017", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:11", + "lon": 112.706186, + "lat": 36.316856, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:03", + "devicecode": "98017" + }, + { + "eventid": "1dd76452-7189-4afc-9183-054f9bf533c8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:56", + "lon": 112.703796, + "lat": 36.318941, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:48", + "devicecode": "98017" + }, + { + "eventid": "2f37553d-fcf5-4035-bb25-ef157d14d682", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:41", + "lon": 112.701546, + "lat": 36.320998, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:33", + "devicecode": "98017" + }, + { + "eventid": "12fd6087-cf7f-4756-a638-0a84e7dd4d1f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:26", + "lon": 112.699818, + "lat": 36.322486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:18", + "devicecode": "98017" + }, + { + "eventid": "4b46f062-999e-4b41-90c9-c93cb24e842b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:11", + "lon": 112.697573, + "lat": 36.32351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:03", + "devicecode": "98017" + }, + { + "eventid": "7b390ccc-f982-4568-89fd-c74d82a817ae", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:56", + "lon": 112.694431, + "lat": 36.32479, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:47", + "devicecode": "98017" + }, + { + "eventid": "021a3396-efe0-417d-ba52-a2c11dd5ead2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:41", + "lon": 112.691505, + "lat": 36.325725, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:32", + "devicecode": "98017" + }, + { + "eventid": "6f864d5c-43f8-463e-ac7d-b59ad174616d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:26", + "lon": 112.689543, + "lat": 36.32581, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:17", + "devicecode": "98017" + }, + { + "eventid": "9eb434ea-bfa1-4935-8c5c-e04ae48e27ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:11", + "lon": 112.687586, + "lat": 36.325688, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:02", + "devicecode": "98017" + }, + { + "eventid": "9cae3859-2f3a-4623-af3c-9237037eca89", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:56", + "lon": 112.684666, + "lat": 36.32582, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:52", + "devicecode": "98017" + }, + { + "eventid": "a6dd1b8a-593c-40b8-805f-8a1c5eb8e086", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:41", + "lon": 112.681915, + "lat": 36.326436, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:36", + "devicecode": "98017" + }, + { + "eventid": "d3d7837d-35fb-44fc-9b0b-d6df0a60cb7a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:26", + "lon": 112.679158, + "lat": 36.327068, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:21", + "devicecode": "98017" + }, + { + "eventid": "35ac97c3-af22-4be9-9d54-fbd55b1e49b1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:11", + "lon": 112.676903, + "lat": 36.327568, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:06", + "devicecode": "98017" + }, + { + "eventid": "0972ab18-553d-4b06-8182-bccb9ab3efd4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:56", + "lon": 112.674266, + "lat": 36.328158, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:51", + "devicecode": "98017" + }, + { + "eventid": "65df7281-ef8f-4824-87c5-0e93cb361935", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:41", + "lon": 112.671455, + "lat": 36.328971, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:35", + "devicecode": "98017" + }, + { + "eventid": "23f689e1-57b3-41ef-a57e-d9d13c00e8d6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:26", + "lon": 112.669208, + "lat": 36.330703, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:20", + "devicecode": "98017" + }, + { + "eventid": "ac330457-2dac-4d37-959f-632eb329daff", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:11", + "lon": 112.66714, + "lat": 36.332336, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:05", + "devicecode": "98017" + }, + { + "eventid": "22fd7a41-bfbc-4970-a1e7-423e2546d555", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:56", + "lon": 112.665538, + "lat": 36.333385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:50", + "devicecode": "98017" + }, + { + "eventid": "ac1c31a6-18d1-4649-b4ae-331859b6e1e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:41", + "lon": 112.663443, + "lat": 36.334533, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:34", + "devicecode": "98017" + }, + { + "eventid": "4405d889-2d65-4958-ba3a-f03e18cc0498", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:26", + "lon": 112.661048, + "lat": 36.33567, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:19", + "devicecode": "98017" + }, + { + "eventid": "3f7eae88-e226-4b40-bd52-40db7ec93dc1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:11", + "lon": 112.65824, + "lat": 36.336111, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:04", + "devicecode": "98017" + }, + { + "eventid": "8354c9fb-6382-4415-b14a-37974caef913", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:56", + "lon": 112.655573, + "lat": 36.336438, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:49", + "devicecode": "98017" + }, + { + "eventid": "917e7f29-0fda-4e7c-a058-4823b6e4aea9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:41", + "lon": 112.653328, + "lat": 36.33677, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:34", + "devicecode": "98017" + }, + { + "eventid": "63773f18-5f6e-4c0c-a529-6a2157d98550", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:26", + "lon": 112.650945, + "lat": 36.337333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:18", + "devicecode": "98017" + }, + { + "eventid": "ca8b1ade-7d6b-44bf-9fbc-fa18f3778200", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:11", + "lon": 112.648591, + "lat": 36.338536, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:03", + "devicecode": "98017" + }, + { + "eventid": "c2ebdd87-ab10-436f-abaa-0d4449850454", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:56", + "lon": 112.646336, + "lat": 36.339863, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:48", + "devicecode": "98017" + }, + { + "eventid": "43ba269c-5669-4082-b274-95fe299393d8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:41", + "lon": 112.644471, + "lat": 36.341468, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:33", + "devicecode": "98017" + }, + { + "eventid": "fb46e478-15eb-414b-8424-3968d1c6c677", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:26", + "lon": 112.642603, + "lat": 36.343521, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:17", + "devicecode": "98017" + }, + { + "eventid": "af48717f-3f19-4c8d-8c1d-1ca1bb682eba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:11", + "lon": 112.639915, + "lat": 36.344645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:02", + "devicecode": "98017" + }, + { + "eventid": "b9d51357-6b4c-48eb-89cc-2a5c14f5f52a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:56", + "lon": 112.63677, + "lat": 36.344495, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:47", + "devicecode": "98017" + }, + { + "eventid": "deafaed0-5a6d-4487-857a-f2452fc30abd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:41", + "lon": 112.633611, + "lat": 36.343953, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:37", + "devicecode": "98017" + }, + { + "eventid": "429fcf97-e2fc-41f9-a161-7e378a6ddb3c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:26", + "lon": 112.631061, + "lat": 36.343958, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:22", + "devicecode": "98017" + }, + { + "eventid": "b45ab14a-6053-4582-bf67-ad0a2ca7cba5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:11", + "lon": 112.629326, + "lat": 36.345696, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:07", + "devicecode": "98017" + }, + { + "eventid": "2a442c04-cfe0-4ba0-ab1b-b7d804853347", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:56", + "lon": 112.627753, + "lat": 36.34723, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:51", + "devicecode": "98017" + }, + { + "eventid": "aa930df9-4109-4ed7-b623-4367cbb9d3ba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:41", + "lon": 112.625406, + "lat": 36.348686, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:36", + "devicecode": "98017" + }, + { + "eventid": "4d4d830e-0a97-4168-9b35-4e221b287ca9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:26", + "lon": 112.62309, + "lat": 36.349481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:21", + "devicecode": "98017" + }, + { + "eventid": "4c5f0e54-e927-4e0a-9178-1fb32f71200f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:11", + "lon": 112.620708, + "lat": 36.349201, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:06", + "devicecode": "98017" + }, + { + "eventid": "89066b5a-7b87-4a2d-9199-11e347e51070", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:56", + "lon": 112.61847, + "lat": 36.349305, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:50", + "devicecode": "98017" + }, + { + "eventid": "f529c04a-8df8-4228-b579-35b871937db6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:41", + "lon": 112.617133, + "lat": 36.34939, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:35", + "devicecode": "98017" + }, + { + "eventid": "caf5ac6e-f79b-425a-b77e-37dcab35fd85", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:26", + "lon": 112.617025, + "lat": 36.348998, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:20", + "devicecode": "98017" + }, + { + "eventid": "5bd0027e-e377-4e99-86a0-07b65fb5e101", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:11", + "lon": 112.61688, + "lat": 36.34843, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:05", + "devicecode": "98017" + }, + { + "eventid": "3a454d00-0bce-41d8-bf4f-8ca2e58f5ece", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:56", + "lon": 112.61679, + "lat": 36.348128, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:50", + "devicecode": "98017" + }, + { + "eventid": "e6e349a5-8dfb-443d-8a0b-286a87b68c28", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:41", + "lon": 112.616795, + "lat": 36.34813, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:34", + "devicecode": "98017" + }, + { + "eventid": "75d40520-4364-49e2-8905-18e4cd8f5093", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:24", + "lon": 112.616818, + "lat": 36.348296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:19", + "devicecode": "98017" + }, + { + "eventid": "3ce5632d-32b5-4e0c-8ac5-693a58f52cfd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:09", + "lon": 112.616956, + "lat": 36.34872, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:04", + "devicecode": "98017" + }, + { + "eventid": "8e2a7d8b-a066-4dd6-aff7-4e960613be2f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:54", + "lon": 112.617071, + "lat": 36.349146, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:49", + "devicecode": "98017" + }, + { + "eventid": "05cc36f3-1777-4f66-bb34-d068f99e8154", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:39", + "lon": 112.616691, + "lat": 36.349415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:34", + "devicecode": "98017" + }, + { + "eventid": "e115bf58-ec6b-403f-8224-73f119b5b355", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:24", + "lon": 112.614651, + "lat": 36.349588, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:18", + "devicecode": "98017" + }, + { + "eventid": "b601c1ba-f0eb-4111-830d-b1daac4f12df", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:09", + "lon": 112.612596, + "lat": 36.349938, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:03", + "devicecode": "98017" + }, + { + "eventid": "bf657aa9-fef0-4e02-9d56-e0551684ef7d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:54", + "lon": 112.611436, + "lat": 36.350291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:48", + "devicecode": "98017" + }, + { + "eventid": "4884e7aa-bea7-4fad-be2c-6f53847f7ddb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:38", + "lon": 112.610186, + "lat": 36.35073, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:33", + "devicecode": "98017" + }, + { + "eventid": "eee12378-33c2-4622-b804-9eaf0a5b6b79", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:23", + "lon": 112.608361, + "lat": 36.351086, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:18", + "devicecode": "98017" + }, + { + "eventid": "e7f2aef8-4e0f-46a4-90bf-1b7d7dcc8416", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:08", + "lon": 112.606455, + "lat": 36.351261, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:02", + "devicecode": "98017" + }, + { + "eventid": "65a582b2-e75d-4bb1-b9da-df356ee99739", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:53", + "lon": 112.604458, + "lat": 36.351446, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:47", + "devicecode": "98017" + }, + { + "eventid": "89f393ac-9625-4963-b0b1-ba4d6f409827", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:38", + "lon": 112.602736, + "lat": 36.351566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:32", + "devicecode": "98017" + }, + { + "eventid": "d36c8fa1-58c9-4375-88d4-e1f24ac853c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:23", + "lon": 112.601463, + "lat": 36.351163, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:17", + "devicecode": "98017" + }, + { + "eventid": "76dce0b7-cd6d-459d-8c2e-db3d00c90b96", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:08", + "lon": 112.599978, + "lat": 36.350475, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:01", + "devicecode": "98017" + }, + { + "eventid": "a32dee4d-89bb-4475-b987-ee1d36d2acc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:53", + "lon": 112.598416, + "lat": 36.34979, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:46", + "devicecode": "98017" + }, + { + "eventid": "370f4942-6bb8-4bc8-a86d-4b10c8fc7b13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:38", + "lon": 112.59762, + "lat": 36.349575, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:31", + "devicecode": "98017" + }, + { + "eventid": "23c917b9-37b5-42ee-b647-42302f67882e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:22", + "lon": 112.59636, + "lat": 36.349496, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:16", + "devicecode": "98017" + } + ] + }, + { + "eventid": "8577f088-2686-11e3-9e54-00216a3749b4", + "name": "索旭强", + "sex": "01", + "duty": "巡线工", + "phone": "15234539890", + "unitname": "长子站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "6963e82c-9184-49dd-bd7f-058569185e19", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.931608, + "lat": 36.180236, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98003" + }, + { + "eventid": "fbc6aab5-051b-40d2-822f-3e302acc5aed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:45", + "lon": 112.931766, + "lat": 36.180231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:39", + "devicecode": "98003" + }, + { + "eventid": "86d5de81-808d-4415-a425-0a5640174321", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:30", + "lon": 112.93273, + "lat": 36.180133, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:22", + "devicecode": "98003" + }, + { + "eventid": "9608adcf-ba69-4b02-b3dd-dfa66d816aaa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:15", + "lon": 112.933683, + "lat": 36.18004, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:06", + "devicecode": "98003" + }, + { + "eventid": "13a80f00-86c1-47fa-a9ed-8624198258ad", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:00", + "lon": 112.934585, + "lat": 36.179948, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:50", + "devicecode": "98003" + }, + { + "eventid": "9d5a02bb-42ae-41d6-9ee5-87462c1671ab", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:45", + "lon": 112.935241, + "lat": 36.179885, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:39", + "devicecode": "98003" + }, + { + "eventid": "d1ba7444-f984-4638-ab6c-761c9bfa44b9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:30", + "lon": 112.936098, + "lat": 36.179801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:23", + "devicecode": "98003" + }, + { + "eventid": "cb7cb8e9-c722-43c1-9415-711ecad0c7d7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:00", + "lon": 112.937881, + "lat": 36.179638, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98003" + }, + { + "eventid": "64c6a61c-9a8b-4272-851d-e5b7dc1f9a85", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:45", + "lon": 112.938813, + "lat": 36.179545, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98003" + }, + { + "eventid": "80dfc333-be2f-42c0-8ff6-46876d32e3ba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:26", + "lon": 112.939835, + "lat": 36.179401, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98003" + }, + { + "eventid": "a3f5e229-6557-4777-844c-e9f8eed5395f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:11", + "lon": 112.940661, + "lat": 36.179245, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98003" + }, + { + "eventid": "1376e5ce-187e-4f07-86ec-26d9694654e5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:56", + "lon": 112.94092, + "lat": 36.178801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:00", + "devicecode": "98003" + }, + { + "eventid": "0ed95fbd-57e7-4be0-969a-cf13a2aa1f20", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:37", + "lon": 112.940851, + "lat": 36.178041, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:33", + "devicecode": "98003" + }, + { + "eventid": "d221d91b-8e79-483e-bb7c-f4f4e9276b1f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:22", + "lon": 112.94076, + "lat": 36.177505, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:33", + "devicecode": "98003" + }, + { + "eventid": "a149920d-1cff-43d2-a9cf-fbd2bc13d133", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:07", + "lon": 112.940638, + "lat": 36.177063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:16", + "devicecode": "98003" + }, + { + "eventid": "46bf79d0-7377-4d75-bf7c-2cd77e175b44", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:52", + "lon": 112.94058, + "lat": 36.176593, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:43", + "devicecode": "98003" + }, + { + "eventid": "ad3c0295-1238-4c2a-8aca-8a511fc1a960", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:37", + "lon": 112.940475, + "lat": 36.176225, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:32", + "devicecode": "98003" + }, + { + "eventid": "5506b8c3-1f54-490b-9a6f-259f4e9824f0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:22", + "lon": 112.940435, + "lat": 36.175755, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:15", + "devicecode": "98003" + }, + { + "eventid": "f7e106cf-d148-45c9-845e-9a4a4db762a8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:07", + "lon": 112.940286, + "lat": 36.17536, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98003" + }, + { + "eventid": "522d441c-0771-41d6-92f2-8c6e658b5f8d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:52", + "lon": 112.94017, + "lat": 36.174871, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:47", + "devicecode": "98003" + }, + { + "eventid": "340d6944-01ef-498a-8d4e-1a3db05237b1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:37", + "lon": 112.939703, + "lat": 36.174653, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:31", + "devicecode": "98003" + }, + { + "eventid": "be488fa2-3df8-4dd2-a7bc-c05ebc2c003b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:22", + "lon": 112.939056, + "lat": 36.174691, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:14", + "devicecode": "98003" + }, + { + "eventid": "0f55b9fd-409c-401e-a0ec-e2f4725166e4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:07", + "lon": 112.938936, + "lat": 36.174166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98003" + }, + { + "eventid": "f53320e4-68c1-4230-a2f5-1998904c3847", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:52", + "lon": 112.938671, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:45", + "devicecode": "98003" + }, + { + "eventid": "5e267341-c4d0-404f-b559-ab49b5b2cfe1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:37", + "lon": 112.937986, + "lat": 36.17354, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:33", + "devicecode": "98003" + }, + { + "eventid": "7669b2c4-8cfa-48b4-be21-5edf9d8576da", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:22", + "lon": 112.937283, + "lat": 36.173326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:15", + "devicecode": "98003" + }, + { + "eventid": "722ca3fb-79e4-456f-be0e-b2f83498197e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:07", + "lon": 112.936586, + "lat": 36.173143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98003" + }, + { + "eventid": "041ea423-7493-458f-b7e0-fb18b708311f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:52", + "lon": 112.935908, + "lat": 36.172951, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98003" + }, + { + "eventid": "ff919190-e68a-4b90-8fe1-302ee5b6265d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:37", + "lon": 112.935358, + "lat": 36.172805, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:29", + "devicecode": "98003" + }, + { + "eventid": "3254e5bb-ed64-4a66-96c1-9aab4195dd9e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:21", + "lon": 112.93536, + "lat": 36.172808, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:15", + "devicecode": "98003" + }, + { + "eventid": "85d9036e-144f-4399-88fb-604f0536c5bb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:00", + "lon": 112.935506, + "lat": 36.172853, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98003" + }, + { + "eventid": "e80c77ce-9de3-45b5-9def-693a4f68f98e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:30", + "lon": 112.936783, + "lat": 36.17321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98003" + }, + { + "eventid": "3ea3b6dc-3c3c-4603-b306-72cbf5a1eb20", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:15", + "lon": 112.937411, + "lat": 36.17337, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:06", + "devicecode": "98003" + }, + { + "eventid": "0fece409-ccc8-4644-b260-e15a6406e2ef", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:00", + "lon": 112.938021, + "lat": 36.17356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:55", + "devicecode": "98003" + }, + { + "eventid": "ecce515b-6300-4de3-9c9b-fffd0033d909", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:45", + "lon": 112.938641, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:38", + "devicecode": "98003" + }, + { + "eventid": "fc2ce8ff-9867-4294-84ef-70b6158f9930", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:30", + "lon": 112.939261, + "lat": 36.173853, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:21", + "devicecode": "98003" + }, + { + "eventid": "b432858e-27a4-444d-85f6-475f0f8959c5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:15", + "lon": 112.939831, + "lat": 36.174001, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:10", + "devicecode": "98003" + }, + { + "eventid": "d507e661-6a41-4b76-949a-26f84dc4e12a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:00", + "lon": 112.940395, + "lat": 36.174168, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:53", + "devicecode": "98003" + }, + { + "eventid": "2d0ee120-d56b-4e5b-bdff-9e7ad5dc8346", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:45", + "lon": 112.940921, + "lat": 36.17431, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:37", + "devicecode": "98003" + }, + { + "eventid": "2e3cd99a-0308-4316-a309-bddab38b2c0f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:30", + "lon": 112.941368, + "lat": 36.174388, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:20", + "devicecode": "98003" + }, + { + "eventid": "954b7ebf-36d6-40a3-9de5-4e4a415de861", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:15", + "lon": 112.941715, + "lat": 36.174098, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:08", + "devicecode": "98003" + }, + { + "eventid": "490e94c7-9862-4423-98ab-f0205feef7fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:00", + "lon": 112.94187, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:51", + "devicecode": "98003" + }, + { + "eventid": "deed7f4c-9d96-4da4-841f-f6f71c96ebcc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:45", + "lon": 112.941943, + "lat": 36.173371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:39", + "devicecode": "98003" + }, + { + "eventid": "5b28ce9f-ffb6-48a4-8244-0e11124f6d08", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:30", + "lon": 112.941905, + "lat": 36.172996, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:21", + "devicecode": "98003" + }, + { + "eventid": "2d272588-76c9-44a9-bd4f-45d2f4ee7bfd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:15", + "lon": 112.941403, + "lat": 36.172945, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:08", + "devicecode": "98003" + }, + { + "eventid": "6c4a5170-e58b-4537-a311-5cb556e92c45", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:00", + "lon": 112.94122, + "lat": 36.172675, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:51", + "devicecode": "98003" + }, + { + "eventid": "cf159b06-b0a1-434a-b26d-45af240bcdaa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:45", + "lon": 112.940816, + "lat": 36.172553, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:40", + "devicecode": "98003" + }, + { + "eventid": "bba554b2-caef-4ec1-8616-32b4b3151b96", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:30", + "lon": 112.9403, + "lat": 36.17232, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:23", + "devicecode": "98003" + }, + { + "eventid": "cdd16b46-8358-4011-bfed-c8e542b2219a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:15", + "lon": 112.939735, + "lat": 36.172093, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:06", + "devicecode": "98003" + }, + { + "eventid": "b6b38644-4477-4b28-8dc2-3a1d925a4907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:56", + "lon": 112.939376, + "lat": 36.171363, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "ef7e2a62-344f-4c28-b84e-fd9f02022751", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:56", + "lon": 112.937901, + "lat": 36.169375, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "86f8681f-b611-49aa-9705-30e2809dfc7b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:41", + "lon": 112.93747, + "lat": 36.168848, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "5dd3c3f2-fdee-4438-9e6b-36fd16124b31", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:41", + "lon": 112.939178, + "lat": 36.17075, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "4bf93122-ba02-4897-8f50-dcce49ce28ca", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:11", + "lon": 112.938545, + "lat": 36.169598, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "b7bad515-c8fc-4270-ba3a-7a627fb7c5bc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:26", + "lon": 112.93888, + "lat": 36.170101, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "e50b3e56-7354-4458-9d9e-7da1bf1d6e02", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:26", + "lon": 112.937096, + "lat": 36.168446, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:43", + "devicecode": "98003" + }, + { + "eventid": "c4806e6f-8ff7-4ba9-a131-7fa11e0024f3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:11", + "lon": 112.936506, + "lat": 36.168355, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:02", + "devicecode": "98003" + }, + { + "eventid": "af35efb6-b029-45db-9fef-a40501ca7b6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:56", + "lon": 112.936196, + "lat": 36.168735, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:51", + "devicecode": "98003" + }, + { + "eventid": "481bf53d-a413-4cac-9561-ec09eba48433", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:41", + "lon": 112.93593, + "lat": 36.168901, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:35", + "devicecode": "98003" + }, + { + "eventid": "780e4769-1cea-4ca6-a73e-76b94b7990fc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:24", + "lon": 112.93594, + "lat": 36.16891, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:18", + "devicecode": "98003" + }, + { + "eventid": "cdc97713-c72c-40be-adb9-458b5ff0e298", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:02", + "lon": 112.936086, + "lat": 36.168816, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:56", + "devicecode": "98003" + }, + { + "eventid": "8c1efe99-86c7-4c78-9325-333994bf78e1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:47", + "lon": 112.936438, + "lat": 36.168478, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:38", + "devicecode": "98003" + }, + { + "eventid": "2f991620-13f7-4b66-9f2e-19fafb371e3b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:32", + "lon": 112.936241, + "lat": 36.168321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:27", + "devicecode": "98003" + }, + { + "eventid": "3de21a2b-ad8b-4592-8429-b380e2c05206", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:17", + "lon": 112.935668, + "lat": 36.168285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:10", + "devicecode": "98003" + }, + { + "eventid": "3748c9d1-1063-49ec-beb0-94e945f490d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:02", + "lon": 112.935405, + "lat": 36.168261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:53", + "devicecode": "98003" + }, + { + "eventid": "d2d0d32e-7332-41c0-b8d0-2c903324a6c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:47", + "lon": 112.935396, + "lat": 36.168261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:42", + "devicecode": "98003" + }, + { + "eventid": "37b0b9aa-a353-4c1a-841d-0f7e3ac21a86", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:15", + "lon": 112.935326, + "lat": 36.168256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:10", + "devicecode": "98003" + }, + { + "eventid": "846e2f32-d7f8-4880-a98e-6a8f34682b62", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:52", + "lon": 112.935366, + "lat": 36.168281, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:43", + "devicecode": "98003" + }, + { + "eventid": "9561c953-c932-4014-88e3-698dabbb0c9e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:37", + "lon": 112.935918, + "lat": 36.168321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:32", + "devicecode": "98003" + }, + { + "eventid": "79df59f4-2889-4ae8-a2ae-3f00825a4b59", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:22", + "lon": 112.936433, + "lat": 36.168348, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:21", + "devicecode": "98003" + }, + { + "eventid": "cb39b294-9b7b-420e-bb74-76a36189584c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:07", + "lon": 112.936398, + "lat": 36.16812, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:59", + "devicecode": "98003" + }, + { + "eventid": "f03182f2-6011-4a70-9d58-fa272a906e68", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:52", + "lon": 112.936211, + "lat": 36.167511, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:42", + "devicecode": "98003" + }, + { + "eventid": "518e800d-245f-4198-8fc7-ee933e81c2ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:37", + "lon": 112.936083, + "lat": 36.166886, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:31", + "devicecode": "98003" + }, + { + "eventid": "51414aa6-a5de-41bc-a3df-d987c8f46630", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:22", + "lon": 112.935823, + "lat": 36.166285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:15", + "devicecode": "98003" + }, + { + "eventid": "f68a3ba5-9318-4304-a9f5-b58eaf53da84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:52", + "lon": 112.935381, + "lat": 36.165566, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:42", + "devicecode": "98003" + }, + { + "eventid": "ffa88af3-64b8-4cee-9d56-39a4486721dc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:37", + "lon": 112.934876, + "lat": 36.165478, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:31", + "devicecode": "98003" + }, + { + "eventid": "70ca4594-96a6-4a72-85de-f1603d149ed8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:22", + "lon": 112.934716, + "lat": 36.16518, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:15", + "devicecode": "98003" + }, + { + "eventid": "a2765d2a-2498-4fb9-b28b-4227479a0556", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:07", + "lon": 112.93453, + "lat": 36.16494, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:58", + "devicecode": "98003" + }, + { + "eventid": "28ac1dfd-e4d7-4d7b-9aa9-eeb19f18094c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:52", + "lon": 112.93443, + "lat": 36.164803, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:47", + "devicecode": "98003" + }, + { + "eventid": "8b43954b-8b30-466e-bd68-b756ca5ccd5d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:37", + "lon": 112.934726, + "lat": 36.16466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:35", + "devicecode": "98003" + }, + { + "eventid": "068ab0a7-e3d6-4ee0-b0bc-5a9439a2e872", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:07", + "lon": 112.934645, + "lat": 36.16389, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:02", + "devicecode": "98003" + }, + { + "eventid": "a987f10f-e982-467c-b284-48ee08d6df66", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:52", + "lon": 112.934623, + "lat": 36.163476, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:45", + "devicecode": "98003" + }, + { + "eventid": "fc529509-36f4-42db-a8e9-02a750e320b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:37", + "lon": 112.934601, + "lat": 36.163036, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:28", + "devicecode": "98003" + }, + { + "eventid": "280a0c6f-b756-4974-a2d0-1e30f095bbfd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:22", + "lon": 112.934571, + "lat": 36.162616, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:16", + "devicecode": "98003" + }, + { + "eventid": "10546560-3aa8-4e93-b533-021912afa570", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:07", + "lon": 112.934206, + "lat": 36.162591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:00", + "devicecode": "98003" + }, + { + "eventid": "4d82ac69-78f2-4190-9fcb-4594b7cb1bba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:52", + "lon": 112.933705, + "lat": 36.16261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:43", + "devicecode": "98003" + }, + { + "eventid": "517b3e15-cfaf-447d-992c-3aee9235869e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:37", + "lon": 112.933253, + "lat": 36.162628, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:32", + "devicecode": "98003" + }, + { + "eventid": "97fbf2d9-74fd-41ea-a5a5-8700838e0728", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:22", + "lon": 112.933176, + "lat": 36.162303, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:16", + "devicecode": "98003" + }, + { + "eventid": "bcfdde97-38be-4466-8ab1-a477f222b3b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:07", + "lon": 112.933101, + "lat": 36.161896, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:59", + "devicecode": "98003" + }, + { + "eventid": "a9361dc8-34df-4a6f-bb93-ed590fab26ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:52", + "lon": 112.932926, + "lat": 36.161593, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:43", + "devicecode": "98003" + }, + { + "eventid": "2ebad922-a558-4cb3-a90a-a952ba55d01f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:35", + "lon": 112.932921, + "lat": 36.161363, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:32", + "devicecode": "98003" + }, + { + "eventid": "3c339ed8-1712-40bd-9acc-ca7747e0a452", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:14", + "lon": 112.932935, + "lat": 36.16129, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:09", + "devicecode": "98003" + }, + { + "eventid": "633c9016-43b5-496a-83f6-c22b4afa0fdf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:59", + "lon": 112.932871, + "lat": 36.160826, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:52", + "devicecode": "98003" + }, + { + "eventid": "e679c006-b7e6-4247-ae7c-c2d866ccf224", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:44", + "lon": 112.932745, + "lat": 36.160261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:36", + "devicecode": "98003" + }, + { + "eventid": "84094514-951c-4112-85e0-54fdcfd53d3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:29", + "lon": 112.932661, + "lat": 36.159771, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:20", + "devicecode": "98003" + }, + { + "eventid": "cf4d0ac4-e35d-4f38-988c-0b23a8c39827", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:14", + "lon": 112.932586, + "lat": 36.159361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:09", + "devicecode": "98003" + }, + { + "eventid": "93e4a529-4255-4845-878e-1c8869224f3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:59", + "lon": 112.932498, + "lat": 36.15889, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:53", + "devicecode": "98003" + }, + { + "eventid": "d18fa2b7-49d3-4f1e-98f0-322a10706964", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:44", + "lon": 112.93242, + "lat": 36.158473, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:36", + "devicecode": "98003" + }, + { + "eventid": "b2f13880-efe4-44f2-bfae-cd1b24cfb19f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:29", + "lon": 112.932338, + "lat": 36.158063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:20", + "devicecode": "98003" + }, + { + "eventid": "44c96cd8-b237-43f8-8953-e3759be0e475", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:14", + "lon": 112.932253, + "lat": 36.15767, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:09", + "devicecode": "98003" + }, + { + "eventid": "a527f679-01b3-4416-bf4e-d56b22800057", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:59", + "lon": 112.932193, + "lat": 36.15733, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:52", + "devicecode": "98003" + }, + { + "eventid": "773945c9-7d35-4679-b7c9-45b207baf296", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:44", + "lon": 112.93213, + "lat": 36.157025, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:35", + "devicecode": "98003" + }, + { + "eventid": "c0d7654f-f7b8-4a2a-9260-33a11c6a1db0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:29", + "lon": 112.932056, + "lat": 36.156673, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:24", + "devicecode": "98003" + }, + { + "eventid": "06871ff7-15cd-4d64-91ec-164c4c20f99f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:14", + "lon": 112.93202, + "lat": 36.156361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:08", + "devicecode": "98003" + }, + { + "eventid": "6315007c-af4e-436c-96c2-84bbf5eec24e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:59", + "lon": 112.932446, + "lat": 36.156326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:51", + "devicecode": "98003" + }, + { + "eventid": "fa503ae0-7722-4a04-9a55-bb0a5773202f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:44", + "lon": 112.932708, + "lat": 36.156318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:35", + "devicecode": "98003" + }, + { + "eventid": "94775cb8-1b04-4cd8-9bdb-70ae916459ea", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:28", + "lon": 112.932706, + "lat": 36.156321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:24", + "devicecode": "98003" + }, + { + "eventid": "da80b008-4591-4d08-9c0f-3b003634e687", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:13", + "lon": 112.932716, + "lat": 36.156326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:07", + "devicecode": "98003" + }, + { + "eventid": "1577556b-f386-43cb-b183-83430698f4f2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:58", + "lon": 112.932726, + "lat": 36.156323, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:50", + "devicecode": "98003" + }, + { + "eventid": "2d8e0c82-2a91-4166-b451-5980416d9c29", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:43", + "lon": 112.932661, + "lat": 36.156306, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:33", + "devicecode": "98003" + }, + { + "eventid": "65641bb2-4a26-4ee8-99af-bb79b4be108d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:28", + "lon": 112.932071, + "lat": 36.156296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:22", + "devicecode": "98003" + }, + { + "eventid": "59d5e01a-f71c-4fad-b287-c1f877686ee0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:13", + "lon": 112.931941, + "lat": 36.155933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:04", + "devicecode": "98003" + }, + { + "eventid": "b488af0c-5fb6-43a9-ba46-f24c2eff99ce", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:58", + "lon": 112.931858, + "lat": 36.15553, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:52", + "devicecode": "98003" + }, + { + "eventid": "9403e385-afe6-4901-b56a-8a1b41906b4d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:43", + "lon": 112.931775, + "lat": 36.155016, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:36", + "devicecode": "98003" + }, + { + "eventid": "b8169419-a669-494b-97cc-6014cf2bacbb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:28", + "lon": 112.931686, + "lat": 36.154588, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:19", + "devicecode": "98003" + }, + { + "eventid": "e2e389c3-4760-4505-8831-c3353622fe12", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:13", + "lon": 112.931625, + "lat": 36.154208, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:08", + "devicecode": "98003" + }, + { + "eventid": "656ab62d-b291-4057-8341-32fc191d0d01", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:43", + "lon": 112.931471, + "lat": 36.153418, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:34", + "devicecode": "98003" + }, + { + "eventid": "631a3ff1-5707-47b4-a253-f5bff48f84b3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:28", + "lon": 112.931431, + "lat": 36.152931, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:23", + "devicecode": "98003" + }, + { + "eventid": "42aa81a4-9731-4bd6-85fd-07f45cafe591", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:13", + "lon": 112.931328, + "lat": 36.152305, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:06", + "devicecode": "98003" + }, + { + "eventid": "37ff5b65-79e0-426b-a3ff-fb3282176a52", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:58", + "lon": 112.93123, + "lat": 36.151611, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:48", + "devicecode": "98003" + }, + { + "eventid": "97ba9649-6cf9-4bd8-bc05-bda677a10286", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:43", + "lon": 112.931126, + "lat": 36.15092, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:36", + "devicecode": "98003" + }, + { + "eventid": "d9b8049c-3540-4a79-acd8-6c576c0f46a2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:28", + "lon": 112.93104, + "lat": 36.150311, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:24", + "devicecode": "98003" + }, + { + "eventid": "963cb11c-7639-4733-9507-bc39ffcde1ec", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:13", + "lon": 112.931023, + "lat": 36.14992, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:04", + "devicecode": "98003" + }, + { + "eventid": "b4443212-967f-43df-b3b3-60b2da04599f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:58", + "lon": 112.931771, + "lat": 36.14985, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:52", + "devicecode": "98003" + }, + { + "eventid": "fc376661-208f-498c-b1cf-e316ad6061fe", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:43", + "lon": 112.93251, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:35", + "devicecode": "98003" + }, + { + "eventid": "217d65c4-ad89-49b0-b0b3-4e94c4967982", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:27", + "lon": 112.932763, + "lat": 36.149785, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:23", + "devicecode": "98003" + }, + { + "eventid": "037873a6-a1f2-4ad2-b968-cb311859af22", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:06", + "lon": 112.932758, + "lat": 36.14979, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:00", + "devicecode": "98003" + }, + { + "eventid": "5d864ad1-ad87-4a42-a058-24afb833383c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:51", + "lon": 112.932755, + "lat": 36.149775, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:43", + "devicecode": "98003" + }, + { + "eventid": "144e4877-d9a9-4ace-83ad-b8c2c3cb57bd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:36", + "lon": 112.932436, + "lat": 36.149746, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:32", + "devicecode": "98003" + }, + { + "eventid": "a5746758-2dfb-4706-b9b5-7172bf917a87", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:21", + "lon": 112.931455, + "lat": 36.14982, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:15", + "devicecode": "98003" + }, + { + "eventid": "4f5482fe-2143-4605-90a3-bae950f93600", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:06", + "lon": 112.930446, + "lat": 36.149896, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:57", + "devicecode": "98003" + }, + { + "eventid": "adbb15ba-489a-44be-a28e-c403bcfc5989", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:51", + "lon": 112.929648, + "lat": 36.14998, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:45", + "devicecode": "98003" + }, + { + "eventid": "d452879b-beb9-41d4-8868-0d569a45a373", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:36", + "lon": 112.929055, + "lat": 36.15001, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:29", + "devicecode": "98003" + }, + { + "eventid": "a693f0ed-2dc8-4f72-84c2-287f51923710", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:21", + "lon": 112.929046, + "lat": 36.149143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:12", + "devicecode": "98003" + }, + { + "eventid": "27533013-54b7-4b71-8d7d-f2ff3fd07303", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:06", + "lon": 112.929038, + "lat": 36.148198, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:00", + "devicecode": "98003" + }, + { + "eventid": "679fcdb4-da20-483f-bce9-1580975ac6ba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:51", + "lon": 112.92904, + "lat": 36.147266, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:43", + "devicecode": "98003" + }, + { + "eventid": "95e19f19-b164-4a43-bf2d-2ddca31c4c98", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:36", + "lon": 112.92904, + "lat": 36.146365, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:31", + "devicecode": "98003" + }, + { + "eventid": "c4680d68-d466-4f07-8127-eec1e18f9e04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:21", + "lon": 112.929036, + "lat": 36.145498, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:12", + "devicecode": "98003" + }, + { + "eventid": "f0d7426e-41ed-4f0c-99b9-702729863644", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:06", + "lon": 112.929058, + "lat": 36.144586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:00", + "devicecode": "98003" + }, + { + "eventid": "8403aa1b-9652-4bb2-8c9f-b23a2a9c7421", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:51", + "lon": 112.929616, + "lat": 36.144263, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:42", + "devicecode": "98003" + }, + { + "eventid": "e699f096-1448-4ec0-8430-e4d5bcddb0eb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:35", + "lon": 112.930735, + "lat": 36.144226, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:29", + "devicecode": "98003" + }, + { + "eventid": "571fa38d-420f-4904-82a2-84651ee9b0fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:20", + "lon": 112.93175, + "lat": 36.144146, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:14", + "devicecode": "98003" + }, + { + "eventid": "d2a29368-470d-4223-acbd-527f96e6a551", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:05", + "lon": 112.93262, + "lat": 36.144055, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:56", + "devicecode": "98003" + }, + { + "eventid": "1196a325-8010-4129-8fb9-989687411c3f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:50", + "lon": 112.933425, + "lat": 36.144045, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:45", + "devicecode": "98003" + }, + { + "eventid": "434b96a6-462a-4242-a8b5-a75b264d9315", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:35", + "lon": 112.934151, + "lat": 36.144018, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:28", + "devicecode": "98003" + }, + { + "eventid": "e6d14a16-9d93-4f9d-ad95-7fc917c5f907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:20", + "lon": 112.934886, + "lat": 36.143956, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:10", + "devicecode": "98003" + }, + { + "eventid": "861d1650-5469-4359-bbe7-0811df8851e3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:05", + "lon": 112.935546, + "lat": 36.143888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:59", + "devicecode": "98003" + }, + { + "eventid": "bd30dd0d-a437-4726-ac8f-1cd3c48ae463", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:50", + "lon": 112.936388, + "lat": 36.143845, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:40", + "devicecode": "98003" + }, + { + "eventid": "7a75e8a8-b2f6-485c-becb-61c0462d2a0f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:35", + "lon": 112.936913, + "lat": 36.143698, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:28", + "devicecode": "98003" + }, + { + "eventid": "8ea8e24a-66fa-41f5-ae83-b2a5fda1d094", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:20", + "lon": 112.936835, + "lat": 36.143061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:15", + "devicecode": "98003" + }, + { + "eventid": "af9b0501-a598-4be1-aba4-b8e00113c5f8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:05", + "lon": 112.936746, + "lat": 36.142448, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:56", + "devicecode": "98003" + }, + { + "eventid": "87ba0995-dffd-499e-b462-e3df72a6874b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:50", + "lon": 112.936776, + "lat": 36.141943, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:43", + "devicecode": "98003" + }, + { + "eventid": "5a65851e-4114-4e23-a298-bb42ba7a1efb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:35", + "lon": 112.936746, + "lat": 36.141728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:25", + "devicecode": "98003" + }, + { + "eventid": "7ffef4cd-981d-4bbe-b131-18037d6eec05", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:20", + "lon": 112.936728, + "lat": 36.141518, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:14", + "devicecode": "98003" + }, + { + "eventid": "a35f52da-e76e-4e63-8cfe-f74e35d5dc0a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:50", + "lon": 112.93663, + "lat": 36.140845, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:40", + "devicecode": "98003" + }, + { + "eventid": "f7efd53c-3a8d-4e0c-a306-6311c7e68679", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:35", + "lon": 112.936593, + "lat": 36.140435, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:28", + "devicecode": "98003" + }, + { + "eventid": "bb5db53c-134d-42f9-9670-610e43756208", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:20", + "lon": 112.936543, + "lat": 36.140155, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:11", + "devicecode": "98003" + }, + { + "eventid": "e7dfad65-1ee5-450d-a760-0437baa07119", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:05", + "lon": 112.936516, + "lat": 36.139958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:59", + "devicecode": "98003" + }, + { + "eventid": "6f2c330b-f613-43ec-96c0-486461da89fc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:50", + "lon": 112.936566, + "lat": 36.139833, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:42", + "devicecode": "98003" + }, + { + "eventid": "85bbca3c-fca4-44e5-9dae-6ac5247a53cb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:35", + "lon": 112.93688, + "lat": 36.139788, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:25", + "devicecode": "98003" + }, + { + "eventid": "4bbf353b-87e2-4bdd-9fd2-8dca7884bbd3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:20", + "lon": 112.937101, + "lat": 36.139745, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:13", + "devicecode": "98003" + }, + { + "eventid": "3f401587-db6e-4138-ac8c-1105fc7edfe9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:05", + "lon": 112.937085, + "lat": 36.139528, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:56", + "devicecode": "98003" + }, + { + "eventid": "fbb4dac2-cf69-42ea-9d15-8ab0f2d5e1c0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:50", + "lon": 112.937038, + "lat": 36.13883, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:45", + "devicecode": "98003" + }, + { + "eventid": "1e98e425-74a4-4a37-8274-8e684e48d536", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:35", + "lon": 112.93721, + "lat": 36.138563, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:27", + "devicecode": "98003" + }, + { + "eventid": "cd6c8a4f-64c9-4cf4-a1dd-9692cc63ad45", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:20", + "lon": 112.93793, + "lat": 36.138458, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:11", + "devicecode": "98003" + }, + { + "eventid": "627bea9b-e4ab-4fd6-85ea-6911f0ecaa39", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:05", + "lon": 112.938651, + "lat": 36.138341, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:59", + "devicecode": "98003" + }, + { + "eventid": "6fb6c8fd-ca81-46ef-bbd1-e698b1d70bde", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:50", + "lon": 112.939371, + "lat": 36.138223, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:42", + "devicecode": "98003" + }, + { + "eventid": "50399338-daab-4186-b767-c763bd1343cf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:35", + "lon": 112.939913, + "lat": 36.138151, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:25", + "devicecode": "98003" + }, + { + "eventid": "a5f68fc7-746c-4f03-9198-6ffa8db6c571", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:19", + "lon": 112.94001, + "lat": 36.138121, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:15", + "devicecode": "98003" + }, + { + "eventid": "4d97adb9-1719-4ba6-a8a3-6810224f4f3c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:59", + "lon": 112.94, + "lat": 36.13813, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:52", + "devicecode": "98003" + }, + { + "eventid": "2bd5b953-557a-4438-978a-b16da003d99f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:44", + "lon": 112.939993, + "lat": 36.138136, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:34", + "devicecode": "98003" + }, + { + "eventid": "9cf3f37c-a282-429f-bee6-5d8f0963ef53", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:29", + "lon": 112.94005, + "lat": 36.138121, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:24", + "devicecode": "98003" + }, + { + "eventid": "ee43cc5c-5fef-4a70-8b4c-bc39c296dec6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:14", + "lon": 112.940518, + "lat": 36.138046, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:07", + "devicecode": "98003" + }, + { + "eventid": "9f5a16e9-38f2-4ffd-ad07-527645386e0b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:59", + "lon": 112.94059, + "lat": 36.137621, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:54", + "devicecode": "98003" + }, + { + "eventid": "65e5d01e-e7e2-432b-ae4c-a968a9b239de", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:44", + "lon": 112.940566, + "lat": 36.137351, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:37", + "devicecode": "98003" + }, + { + "eventid": "43e140df-5cc6-4a13-949b-2f11dde3eef1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:29", + "lon": 112.940538, + "lat": 36.137105, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:25", + "devicecode": "98003" + }, + { + "eventid": "2006c790-cf36-4763-bd87-1929f2b520f5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:14", + "lon": 112.940538, + "lat": 36.137088, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:08", + "devicecode": "98003" + }, + { + "eventid": "9f24bf95-087e-4b44-a022-57876fbd0d77", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:59", + "lon": 112.940546, + "lat": 36.13709, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:51", + "devicecode": "98003" + }, + { + "eventid": "2ac764be-7ac4-417d-800d-ccadd5938783", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:44", + "lon": 112.940541, + "lat": 36.137085, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:39", + "devicecode": "98003" + }, + { + "eventid": "81516cfd-ce1b-41bd-b246-eb9c5af91068", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:29", + "lon": 112.940525, + "lat": 36.13707, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:21", + "devicecode": "98003" + }, + { + "eventid": "92959bbc-de42-43b3-b68f-894127df60eb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:14", + "lon": 112.940538, + "lat": 36.137075, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:10", + "devicecode": "98003" + }, + { + "eventid": "3b61f108-ac82-4a32-b04c-d7861dc190af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:59", + "lon": 112.94055, + "lat": 36.137083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:52", + "devicecode": "98003" + }, + { + "eventid": "1936d166-916e-4203-b6aa-ff3e4265b851", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:44", + "lon": 112.940541, + "lat": 36.137076, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:35", + "devicecode": "98003" + }, + { + "eventid": "6d62fc14-f30e-43ed-aaf5-e4c1212bc1f6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:29", + "lon": 112.940538, + "lat": 36.137073, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:23", + "devicecode": "98003" + }, + { + "eventid": "ad629d3d-d915-40b7-8e51-8bf0c4847c56", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:14", + "lon": 112.940536, + "lat": 36.137061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:06", + "devicecode": "98003" + }, + { + "eventid": "5b306584-d7d2-4e75-b484-de5d1a6891df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:59", + "lon": 112.940531, + "lat": 36.137076, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:50", + "devicecode": "98003" + }, + { + "eventid": "78424845-67c0-4b60-ace4-a30d2c7c4172", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:44", + "lon": 112.940533, + "lat": 36.13708, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:38", + "devicecode": "98003" + }, + { + "eventid": "38739c9c-11bc-441d-855b-20c17872332d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:29", + "lon": 112.940531, + "lat": 36.137085, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:22", + "devicecode": "98003" + }, + { + "eventid": "b2e68683-7320-40ca-b199-31ca631d8bd6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:14", + "lon": 112.940538, + "lat": 36.137083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:05", + "devicecode": "98003" + }, + { + "eventid": "c34a4dc7-bfd6-47f6-8eb6-287b540cb907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:59", + "lon": 112.940541, + "lat": 36.137068, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:53", + "devicecode": "98003" + }, + { + "eventid": "a5370810-f331-4537-bad8-8b091d482ba3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:44", + "lon": 112.940538, + "lat": 36.137061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:35", + "devicecode": "98003" + }, + { + "eventid": "953f5b8d-a19c-4886-8279-817baca629d0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:29", + "lon": 112.940533, + "lat": 36.137086, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:22", + "devicecode": "98003" + }, + { + "eventid": "6d194cf7-dd3c-49c2-b590-e56f6b679909", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:14", + "lon": 112.940545, + "lat": 36.137106, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:08", + "devicecode": "98003" + }, + { + "eventid": "decfdf58-fd8d-4a5d-a816-77132ce3a7ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:59", + "lon": 112.940561, + "lat": 36.137111, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:49", + "devicecode": "98003" + }, + { + "eventid": "94a97c2b-89f5-41ea-b027-0191270344f0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:44", + "lon": 112.940561, + "lat": 36.137101, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:37", + "devicecode": "98003" + }, + { + "eventid": "a183a389-546e-444a-8626-34aa95f62ac2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:29", + "lon": 112.940513, + "lat": 36.137011, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:19", + "devicecode": "98003" + }, + { + "eventid": "0a4ed988-c47c-4913-98ff-58c128b02dfb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:14", + "lon": 112.940453, + "lat": 36.13645, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:05", + "devicecode": "98003" + }, + { + "eventid": "f2a32e41-bf51-41e1-b2d4-b0cf0aa64f9d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:59", + "lon": 112.940393, + "lat": 36.13582, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:53", + "devicecode": "98003" + }, + { + "eventid": "5258a3de-aa27-46cb-95e6-e95e0f6e473a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:44", + "lon": 112.940328, + "lat": 36.135221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:35", + "devicecode": "98003" + }, + { + "eventid": "0b8ed2d2-91cf-45bd-b639-251e94f60f0c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:29", + "lon": 112.940273, + "lat": 36.134728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:23", + "devicecode": "98003" + }, + { + "eventid": "2f499dbd-cc3c-426f-9a9b-aa4cc3405e11", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:14", + "lon": 112.940213, + "lat": 36.13434, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:07", + "devicecode": "98003" + }, + { + "eventid": "6ec4cd08-5ff1-454a-8ab0-4b8e1db13618", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:59", + "lon": 112.940403, + "lat": 36.134, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:50", + "devicecode": "98003" + }, + { + "eventid": "95ddd469-e3b2-45a6-a2f4-de304e3d9a2c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:44", + "lon": 112.941146, + "lat": 36.133908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:39", + "devicecode": "98003" + }, + { + "eventid": "06fc6b75-c69f-47c6-875e-4054e2badbb4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:29", + "lon": 112.94187, + "lat": 36.133796, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:22", + "devicecode": "98003" + }, + { + "eventid": "19b7ea16-1e8f-45a3-bf9d-25ef81bba038", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:14", + "lon": 112.942585, + "lat": 36.133693, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:09", + "devicecode": "98003" + }, + { + "eventid": "f8adcd5f-f2f7-49b3-9ccc-9e92749031db", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:59", + "lon": 112.943218, + "lat": 36.133586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:53", + "devicecode": "98003" + }, + { + "eventid": "30e69627-fa13-4fee-b6b5-d57cccd6afae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:44", + "lon": 112.943716, + "lat": 36.133288, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:35", + "devicecode": "98003" + }, + { + "eventid": "865df9ee-e6fb-42dd-97ac-fb4657e4a68c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:29", + "lon": 112.943646, + "lat": 36.13272, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:23", + "devicecode": "98003" + }, + { + "eventid": "748c1d2e-1c8a-4be5-aed1-6ccb3d58c2d0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:14", + "lon": 112.94356, + "lat": 36.132133, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:06", + "devicecode": "98003" + }, + { + "eventid": "4995470e-090b-4904-a68f-18fa99b7ee65", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:59", + "lon": 112.94352, + "lat": 36.131413, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:54", + "devicecode": "98003" + }, + { + "eventid": "02768b91-5a76-4510-88eb-50e3c484c47c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:44", + "lon": 112.943445, + "lat": 36.13062, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:38", + "devicecode": "98003" + }, + { + "eventid": "f0fbb861-f6aa-4e3c-910b-540b8378c31b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:29", + "lon": 112.943351, + "lat": 36.129833, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:20", + "devicecode": "98003" + }, + { + "eventid": "e5ad5e73-9dcf-4726-a766-6ecfcb274aec", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:14", + "lon": 112.943415, + "lat": 36.129516, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:08", + "devicecode": "98003" + }, + { + "eventid": "ff979164-1584-4b8f-8d3f-fa2095bca943", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:37", + "lon": 112.943436, + "lat": 36.129486, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:30", + "devicecode": "98003" + }, + { + "eventid": "c15c7bce-420d-435b-91a7-606eadb8021e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:22", + "lon": 112.943458, + "lat": 36.129466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:14", + "devicecode": "98003" + }, + { + "eventid": "03d1fd31-f7cf-4f5d-9918-140087df5b6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:07", + "lon": 112.943388, + "lat": 36.12924, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:03", + "devicecode": "98003" + }, + { + "eventid": "5f27d9a6-6ad0-4d3b-ad0c-f78f60614498", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:52", + "lon": 112.943415, + "lat": 36.128601, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:46", + "devicecode": "98003" + }, + { + "eventid": "ac66f3cc-b841-4d96-8fb6-ee17c90df48a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:37", + "lon": 112.943396, + "lat": 36.127663, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:29", + "devicecode": "98003" + }, + { + "eventid": "68796713-f572-4a0f-aff8-2d0aa621357c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:22", + "lon": 112.943151, + "lat": 36.126865, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:13", + "devicecode": "98003" + }, + { + "eventid": "827b7906-4200-4d2f-83a8-61093108642e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:07", + "lon": 112.943018, + "lat": 36.126235, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:02", + "devicecode": "98003" + }, + { + "eventid": "7045b9cf-bac5-4594-bda7-f46f169838bd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:52", + "lon": 112.942995, + "lat": 36.12537, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:45", + "devicecode": "98003" + }, + { + "eventid": "7d5919d3-caa2-4acb-9811-086739d44ca5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:18", + "lon": 112.94292, + "lat": 36.123851, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:28", + "devicecode": "98003" + }, + { + "eventid": "f2978ab1-ea3d-4390-917f-aa589e25a772", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:33", + "lon": 112.942951, + "lat": 36.124443, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:28", + "devicecode": "98003" + }, + { + "eventid": "78401d2c-2663-4bf1-94d9-92f1a44089d6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:03", + "lon": 112.942796, + "lat": 36.12317, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:07", + "devicecode": "98003" + }, + { + "eventid": "7c521f23-6ac5-4c1e-b443-b5b5bbf17db9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:37", + "lon": 112.949758, + "lat": 36.120348, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:49:30", + "devicecode": "98003" + }, + { + "eventid": "36750d38-7800-4b59-a12d-98cd1d4e32db", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:22", + "lon": 112.94977, + "lat": 36.120331, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:49:15", + "devicecode": "98003" + }, + { + "eventid": "335dc39b-751b-4689-bc93-a8cfcb6d5dde", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:07", + "lon": 112.94977, + "lat": 36.120333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:59", + "devicecode": "98003" + }, + { + "eventid": "9d6260b6-8e64-435d-bea3-dbcdeebdfb91", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:52", + "lon": 112.949731, + "lat": 36.120371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:43", + "devicecode": "98003" + }, + { + "eventid": "722c9db1-2d9e-4372-b98e-1929838f23df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:37", + "lon": 112.94971, + "lat": 36.12037, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:32", + "devicecode": "98003" + }, + { + "eventid": "1772b858-624c-4070-b034-7a053fa0594b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:22", + "lon": 112.949693, + "lat": 36.12035, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:16", + "devicecode": "98003" + }, + { + "eventid": "6dce96e3-49f5-469c-9bed-efceb7d4c2ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:07", + "lon": 112.949683, + "lat": 36.120333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:59", + "devicecode": "98003" + }, + { + "eventid": "39dc4daf-5830-4882-8118-d67adb15be24", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:52", + "lon": 112.949683, + "lat": 36.12034, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:43", + "devicecode": "98003" + }, + { + "eventid": "d26ec10a-3385-4457-8077-f260f273ebf3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:37", + "lon": 112.949678, + "lat": 36.120343, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:32", + "devicecode": "98003" + }, + { + "eventid": "857539df-8b9a-4df5-95a7-f81827fc513f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:22", + "lon": 112.949656, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:17", + "devicecode": "98003" + }, + { + "eventid": "5fe075a9-7dcc-4a62-990a-5f12ce73ff4d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:07", + "lon": 112.949645, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:01", + "devicecode": "98003" + }, + { + "eventid": "fe9fabfb-a3d9-410e-9b9f-b687879113cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:52", + "lon": 112.949635, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:45", + "devicecode": "98003" + }, + { + "eventid": "06a1af2a-f729-482d-afa2-43a2168657d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:37", + "lon": 112.94962, + "lat": 36.120328, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:29", + "devicecode": "98003" + }, + { + "eventid": "a75f3a94-54f5-478f-ab4d-4d557d88c021", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:22", + "lon": 112.94959, + "lat": 36.120328, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:13", + "devicecode": "98003" + }, + { + "eventid": "e2fc5bc3-a035-4bf6-9e6c-43d74a1b3746", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:07", + "lon": 112.949591, + "lat": 36.120281, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:02", + "devicecode": "98003" + }, + { + "eventid": "4af7e6a3-1956-45a4-9f75-17f08351a6c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:52", + "lon": 112.949543, + "lat": 36.120256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:46", + "devicecode": "98003" + }, + { + "eventid": "eb0d9141-3d3c-4ac6-8a7b-aa50600b427b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:37", + "lon": 112.949483, + "lat": 36.120245, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:30", + "devicecode": "98003" + }, + { + "eventid": "125726eb-8fa9-43f8-b570-bd44518e5207", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:22", + "lon": 112.94925, + "lat": 36.120105, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:14", + "devicecode": "98003" + }, + { + "eventid": "d2b0a095-5c45-4d17-87d9-f0556082cd1d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:07", + "lon": 112.949105, + "lat": 36.119118, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:59", + "devicecode": "98003" + }, + { + "eventid": "8b7f6b0e-3387-4979-b2ae-e19f6dc25d7f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:52", + "lon": 112.948611, + "lat": 36.118813, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:43", + "devicecode": "98003" + }, + { + "eventid": "9895fb9a-aa72-46e5-807f-c465d3e6e097", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:37", + "lon": 112.947196, + "lat": 36.118965, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:32", + "devicecode": "98003" + }, + { + "eventid": "eeb7a765-9dea-4a9f-8232-4011c1ecf952", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:18", + "lon": 112.945423, + "lat": 36.119161, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:11", + "devicecode": "98003" + }, + { + "eventid": "db16f4de-613d-4c92-8d39-d273b3271b95", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:03", + "lon": 112.944355, + "lat": 36.119298, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:11", + "devicecode": "98003" + }, + { + "eventid": "6c0ff80e-54f3-47c4-bc64-9b97f39419af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:48", + "lon": 112.943188, + "lat": 36.119406, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:06", + "devicecode": "98003" + }, + { + "eventid": "996efe6e-705b-4fb0-967e-aa557f5929b1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:33", + "lon": 112.941805, + "lat": 36.119591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:43:24", + "devicecode": "98003" + }, + { + "eventid": "3a658f01-7760-4668-8319-ccc64da5a1fd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:18", + "lon": 112.940495, + "lat": 36.119741, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:43:13", + "devicecode": "98003" + }, + { + "eventid": "32dddf12-ae83-4928-992c-c7c2af5f0645", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:03", + "lon": 112.939706, + "lat": 36.120271, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:58", + "devicecode": "98003" + }, + { + "eventid": "e8a1d763-7698-404a-bc52-09f5975e16c8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:48", + "lon": 112.940158, + "lat": 36.120933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:42", + "devicecode": "98003" + }, + { + "eventid": "463ef30c-25a5-4acd-b2f7-52e2e92b31a1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:33", + "lon": 112.941268, + "lat": 36.121838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:26", + "devicecode": "98003" + }, + { + "eventid": "d95906e9-e5c2-40c6-8195-9b66f607c965", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:18", + "lon": 112.942473, + "lat": 36.122706, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:10", + "devicecode": "98003" + }, + { + "eventid": "4ff239cd-f609-448d-bf0c-515da4b23643", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:03", + "lon": 112.942751, + "lat": 36.12356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:54", + "devicecode": "98003" + }, + { + "eventid": "a074282d-1062-4d8e-a57f-be2aa8c63a06", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:48", + "lon": 112.942816, + "lat": 36.124536, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:43", + "devicecode": "98003" + }, + { + "eventid": "15f31ee6-7016-4d5b-8d33-a69ff87b52f1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:33", + "lon": 112.94289, + "lat": 36.125396, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:27", + "devicecode": "98003" + }, + { + "eventid": "0f2e3de8-251f-4dd4-9d97-f86c55f6af0e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:18", + "lon": 112.942968, + "lat": 36.12635, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:12", + "devicecode": "98003" + }, + { + "eventid": "6b58c4f1-1231-46ac-a43c-a2a53d30ab96", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:59", + "lon": 112.942998, + "lat": 36.127576, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:50", + "devicecode": "98003" + }, + { + "eventid": "8c913099-4c64-4b39-96e2-839ccb627993", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:44", + "lon": 112.942608, + "lat": 36.127958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:50", + "devicecode": "98003" + }, + { + "eventid": "7e41cd80-c4cc-4cc2-b53e-c1e7843838c1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:29", + "lon": 112.941551, + "lat": 36.128005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:39", + "devicecode": "98003" + }, + { + "eventid": "49e85964-beda-463b-a960-2b3355b686cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:14", + "lon": 112.940571, + "lat": 36.128026, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:07", + "devicecode": "98003" + }, + { + "eventid": "92a5f78d-c134-4698-b226-a27e53a0cd04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:59", + "lon": 112.939668, + "lat": 36.128063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:49", + "devicecode": "98003" + }, + { + "eventid": "ab2bb98f-0900-4112-8184-e7995ca4d968", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:44", + "lon": 112.939603, + "lat": 36.128618, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:38", + "devicecode": "98003" + }, + { + "eventid": "70ee54fb-a4f7-411d-80de-ec5e1e708e91", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:29", + "lon": 112.939685, + "lat": 36.129398, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:22", + "devicecode": "98003" + }, + { + "eventid": "66f0ef75-d4aa-49b2-9aa9-f5e0b8e8cd75", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:14", + "lon": 112.939778, + "lat": 36.130221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:06", + "devicecode": "98003" + }, + { + "eventid": "d777b469-f7a3-4b40-82fc-51dca9b913ab", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:59", + "lon": 112.939875, + "lat": 36.13103, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:50", + "devicecode": "98003" + }, + { + "eventid": "4462aaa4-68bd-4b13-8ae4-bd5d88b152df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:44", + "lon": 112.939961, + "lat": 36.131908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:40", + "devicecode": "98003" + }, + { + "eventid": "6a5fef5b-e999-4386-bfed-1b8d78754e6d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:29", + "lon": 112.940073, + "lat": 36.132973, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:24", + "devicecode": "98003" + }, + { + "eventid": "af6c5fd3-8d72-4e20-95ad-4ba686e28c66", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:14", + "lon": 112.940193, + "lat": 36.133958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:08", + "devicecode": "98003" + }, + { + "eventid": "3812991f-cbd8-446a-9612-f43f2ca76028", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:59", + "lon": 112.94026, + "lat": 36.134483, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:52", + "devicecode": "98003" + }, + { + "eventid": "cb1fdd70-3325-4dd5-a868-204d1bc9c991", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:44", + "lon": 112.940335, + "lat": 36.135246, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:36", + "devicecode": "98003" + }, + { + "eventid": "dae4bef1-c6ee-47d9-b865-03d036e74689", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:29", + "lon": 112.94042, + "lat": 36.136145, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:20", + "devicecode": "98003" + }, + { + "eventid": "92c113a1-a780-4b25-b7ea-eeb21a95787b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:14", + "lon": 112.940505, + "lat": 36.137, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:05", + "devicecode": "98003" + }, + { + "eventid": "360f69a0-c74a-4f2a-be42-9932fc0f9cb1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:59", + "lon": 112.940568, + "lat": 36.137571, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:54", + "devicecode": "98003" + }, + { + "eventid": "ee75aa2e-8c48-4b5b-b551-2dfe137b9b6c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:44", + "lon": 112.940618, + "lat": 36.137891, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:38", + "devicecode": "98003" + }, + { + "eventid": "6a4793d2-e089-472c-9b08-1f6037cdbd8c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:29", + "lon": 112.940711, + "lat": 36.138658, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:22", + "devicecode": "98003" + }, + { + "eventid": "2b187f3e-ea9d-49bc-9454-b5140d0b2a82", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:14", + "lon": 112.940776, + "lat": 36.139405, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:06", + "devicecode": "98003" + }, + { + "eventid": "30047456-0e57-4fed-82eb-11b261eb2612", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:59", + "lon": 112.940828, + "lat": 36.140166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:50", + "devicecode": "98003" + }, + { + "eventid": "69849ca3-349d-4bea-87df-9b0b8c740659", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:44", + "lon": 112.940891, + "lat": 36.140828, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:34", + "devicecode": "98003" + }, + { + "eventid": "9a0246bc-e366-48d8-8be3-36bbc09f5e0b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:29", + "lon": 112.940956, + "lat": 36.141496, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:24", + "devicecode": "98003" + }, + { + "eventid": "5c8a9385-82e2-425b-ae39-4212a71a749c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:14", + "lon": 112.940445, + "lat": 36.141678, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:08", + "devicecode": "98003" + }, + { + "eventid": "af8109df-b14c-4b61-9304-7202ea50b5ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:59", + "lon": 112.939721, + "lat": 36.141743, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:52", + "devicecode": "98003" + }, + { + "eventid": "fb7300f6-3f30-4882-b973-2abc92741435", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:44", + "lon": 112.938896, + "lat": 36.14182, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:36", + "devicecode": "98003" + }, + { + "eventid": "ff789d55-a7a1-4f68-a26b-a12479d9cf2a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:29", + "lon": 112.937966, + "lat": 36.141915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:20", + "devicecode": "98003" + }, + { + "eventid": "ec624dbb-3186-441b-a077-55e68a915a09", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:14", + "lon": 112.936938, + "lat": 36.142005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:09", + "devicecode": "98003" + }, + { + "eventid": "f559738f-8f94-4f62-9052-2b169e4ac598", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:59", + "lon": 112.936828, + "lat": 36.142586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:53", + "devicecode": "98003" + }, + { + "eventid": "79915470-69dc-4730-b7a9-f1c16eb8b7b4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:44", + "lon": 112.936898, + "lat": 36.143508, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:37", + "devicecode": "98003" + }, + { + "eventid": "7503e67c-1dac-4436-aa4c-d21c1d5b3d51", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:29", + "lon": 112.93611, + "lat": 36.143803, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:22", + "devicecode": "98003" + }, + { + "eventid": "3d97d5ad-f24a-4d7c-b32a-f612494d8a68", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:14", + "lon": 112.93519, + "lat": 36.143883, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:06", + "devicecode": "98003" + }, + { + "eventid": "35b3226d-3505-4c23-b264-af2b80decece", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:59", + "lon": 112.934305, + "lat": 36.14397, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:49", + "devicecode": "98003" + }, + { + "eventid": "4810f28d-8499-462d-9ca4-8294dc6c8a94", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:44", + "lon": 112.933258, + "lat": 36.14407, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:39", + "devicecode": "98003" + }, + { + "eventid": "ca197bc8-1f9e-47e5-8d7e-d8d7e077b0b6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:29", + "lon": 112.932136, + "lat": 36.144128, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:23", + "devicecode": "98003" + }, + { + "eventid": "08fb3362-8a00-4f25-8493-604811978f28", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:14", + "lon": 112.931138, + "lat": 36.144185, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:07", + "devicecode": "98003" + }, + { + "eventid": "ca13e4d4-8603-4f2c-ae79-7a6a4dcf9e8b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:59", + "lon": 112.929863, + "lat": 36.144211, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:50", + "devicecode": "98003" + }, + { + "eventid": "520d7683-8a4b-48cb-a4dd-b53e8438068e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:44", + "lon": 112.929033, + "lat": 36.144398, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:39", + "devicecode": "98003" + }, + { + "eventid": "f4e47f3b-5371-46ee-87d6-b63040d58f3c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:29", + "lon": 112.929016, + "lat": 36.14564, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:23", + "devicecode": "98003" + }, + { + "eventid": "99a828fb-3fa0-4409-b8d2-90f90d3f9651", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:14", + "lon": 112.929031, + "lat": 36.147096, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:06", + "devicecode": "98003" + }, + { + "eventid": "7f30ea71-03f6-4fc5-bb06-2931e096e24d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:59", + "lon": 112.929031, + "lat": 36.14857, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:55", + "devicecode": "98003" + }, + { + "eventid": "02c3971e-cd13-4ad3-a2c7-d52589c1c715", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:44", + "lon": 112.92903, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:38", + "devicecode": "98003" + }, + { + "eventid": "9745cd1f-573f-4042-9e1a-aba9492ed26a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:29", + "lon": 112.929005, + "lat": 36.1505, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:21", + "devicecode": "98003" + }, + { + "eventid": "4a21e055-9896-4c55-b33c-641cc31236d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:14", + "lon": 112.928991, + "lat": 36.151786, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:10", + "devicecode": "98003" + }, + { + "eventid": "96f488b1-389b-4b96-a1c8-26254ef63f63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:59", + "lon": 112.928996, + "lat": 36.152728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:52", + "devicecode": "98003" + }, + { + "eventid": "fed8d009-da22-4c67-8d4a-d66401636bb8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:44", + "lon": 112.929108, + "lat": 36.153925, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:36", + "devicecode": "98003" + }, + { + "eventid": "c07b29ee-c5ef-460b-9b3c-907ecbe0e74e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:29", + "lon": 112.929221, + "lat": 36.154665, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:24", + "devicecode": "98003" + }, + { + "eventid": "2c6c8794-4c98-42ae-8f3e-6af3c9189367", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:14", + "lon": 112.929415, + "lat": 36.155765, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:08", + "devicecode": "98003" + }, + { + "eventid": "191514c1-5730-4d5a-ade2-9d5f87d48306", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:59", + "lon": 112.929615, + "lat": 36.156981, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:51", + "devicecode": "98003" + }, + { + "eventid": "b37d5831-054a-41dd-8fd0-d1a318565dbe", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:10", + "lon": 112.929066, + "lat": 36.160393, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "99d55d79-e60b-4759-b511-d8e6e57cce84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:25", + "lon": 112.930015, + "lat": 36.159838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "06ec3524-77eb-4d80-b905-642dd40c3fb1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:55", + "lon": 112.928536, + "lat": 36.160821, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "c8ba774f-1a3e-44d5-8efc-6f5895f1ce5b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:40", + "lon": 112.929955, + "lat": 36.158756, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "a1a17bd9-1de5-4d5f-8210-91cc8fc7d171", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:40", + "lon": 112.92769, + "lat": 36.161488, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:23", + "devicecode": "98003" + }, + { + "eventid": "33e3a8bf-40de-4a62-84ef-f29c73490d22", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:25", + "lon": 112.926628, + "lat": 36.16231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:20", + "devicecode": "98003" + }, + { + "eventid": "34690206-595a-4741-ad2b-0b2f19dcc11e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:36", + "lon": 112.92337, + "lat": 36.164178, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "4720762c-6446-4630-987c-27c7b4ab69fd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:06", + "lon": 112.924655, + "lat": 36.163083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "464e845a-c7e6-4e79-ac30-583440df8867", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:51", + "lon": 112.923376, + "lat": 36.163391, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "d2a648f9-1214-498f-9f39-235289050d21", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:21", + "lon": 112.92376, + "lat": 36.165583, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:26:15", + "devicecode": "98003" + }, + { + "eventid": "28830fe2-4dab-4a43-b402-ff4fe4b0eacf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:06", + "lon": 112.924061, + "lat": 36.16666, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:57", + "devicecode": "98003" + }, + { + "eventid": "0ad3392a-4e4d-4925-8dd3-b345c442e05b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:51", + "lon": 112.924443, + "lat": 36.168031, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:46", + "devicecode": "98003" + }, + { + "eventid": "fea6d449-8976-4bac-83c2-07d9ca4ba146", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:36", + "lon": 112.924773, + "lat": 36.169171, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:27", + "devicecode": "98003" + }, + { + "eventid": "65b9fb1b-a161-4267-b7cc-b6a3b631637b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:21", + "lon": 112.925156, + "lat": 36.169778, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:14", + "devicecode": "98003" + }, + { + "eventid": "327d10a4-4725-457c-b124-79007e13116a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:06", + "lon": 112.926048, + "lat": 36.169585, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:57", + "devicecode": "98003" + }, + { + "eventid": "06ae7ce8-8223-4ddc-bb25-363b35c03c84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:51", + "lon": 112.927335, + "lat": 36.169296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:44", + "devicecode": "98003" + }, + { + "eventid": "c58cea64-6b0f-457a-ae3a-93ceb28997ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:36", + "lon": 112.928151, + "lat": 36.169346, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:32", + "devicecode": "98003" + }, + { + "eventid": "155d115a-bf8b-435e-956c-6a93ae6db657", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:21", + "lon": 112.928413, + "lat": 36.170356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:14", + "devicecode": "98003" + }, + { + "eventid": "457ecd37-e336-458a-8335-00de0f513e7a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:06", + "lon": 112.928758, + "lat": 36.17166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:57", + "devicecode": "98003" + }, + { + "eventid": "47306a3b-6795-4c30-aa78-115997ff7906", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:51", + "lon": 112.92903, + "lat": 36.17278, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:46", + "devicecode": "98003" + }, + { + "eventid": "1000aab9-04e6-43e7-8219-7a794f97f565", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:36", + "lon": 112.92919, + "lat": 36.174145, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:29", + "devicecode": "98003" + }, + { + "eventid": "e8219e48-d3ff-46a5-ac6b-c47fc730266e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:21", + "lon": 112.929321, + "lat": 36.175455, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:17", + "devicecode": "98003" + }, + { + "eventid": "40446a9b-32ff-43ff-93c7-6e1193340cae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:06", + "lon": 112.929461, + "lat": 36.176923, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:05", + "devicecode": "98003" + }, + { + "eventid": "42554a05-cc01-4485-bd5f-b5f5a4b2ad1e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:51", + "lon": 112.929613, + "lat": 36.17838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:43", + "devicecode": "98003" + }, + { + "eventid": "17ef92aa-5921-49cb-aa1b-154d14bf363a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:36", + "lon": 112.929723, + "lat": 36.179721, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:27", + "devicecode": "98003" + }, + { + "eventid": "25c2139b-7569-4279-8df7-19d3c7ba618f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:21", + "lon": 112.92987, + "lat": 36.180371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:16", + "devicecode": "98003" + }, + { + "eventid": "1309fbad-5a8f-4247-88bb-c9149ea5aba8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:06", + "lon": 112.93106, + "lat": 36.180271, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:04", + "devicecode": "98003" + }, + { + "eventid": "cc0d3efe-0ee3-4c72-9392-7ac4802ca953", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:36", + "lon": 112.931586, + "lat": 36.180218, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:21:31", + "devicecode": "98003" + }, + { + "eventid": "f2d02492-8000-4580-ae85-4b38e72ce298", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:20", + "lon": 112.931583, + "lat": 36.180208, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:21:15", + "devicecode": "98003" + }, + { + "eventid": "65750114-9587-4f3d-9d6d-b0f4a3a6f5a5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:05", + "lon": 112.932355, + "lat": 36.180131, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:58", + "devicecode": "98003" + }, + { + "eventid": "5a1f1a19-d857-4381-b958-2b28e0200261", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:50", + "lon": 112.933656, + "lat": 36.180018, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:41", + "devicecode": "98003" + }, + { + "eventid": "50de9678-674d-474c-85a9-ea13959ef8d1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:35", + "lon": 112.933758, + "lat": 36.179461, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:30", + "devicecode": "98003" + }, + { + "eventid": "84d0df4e-9542-4b4d-b9de-1e93f3fa964b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:20", + "lon": 112.933643, + "lat": 36.178586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:13", + "devicecode": "98003" + }, + { + "eventid": "3662a2f5-8bd7-4583-8f7f-58be0d3f8f28", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:05", + "lon": 112.93355, + "lat": 36.177801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:56", + "devicecode": "98003" + }, + { + "eventid": "072744a9-9db3-45fc-9544-3ec4213b6df2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:50", + "lon": 112.9335, + "lat": 36.177283, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:45", + "devicecode": "98003" + }, + { + "eventid": "4539c16c-28d9-4692-b463-9d5cd69789ee", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:35", + "lon": 112.934255, + "lat": 36.177236, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:39", + "devicecode": "98003" + }, + { + "eventid": "0e9859a3-a756-43a8-82f4-e1265c0af410", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:20", + "lon": 112.935138, + "lat": 36.177188, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:11", + "devicecode": "98003" + }, + { + "eventid": "08d5aa0b-506d-4818-9393-e3c5970d8ef5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:31", + "lon": 112.937855, + "lat": 36.177043, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "ede77271-bb47-4be0-bfd8-e0b510dd7cf6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:01", + "lon": 112.93623, + "lat": 36.177123, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "c83f3f27-0b58-44a0-b7d2-1e29878492b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:01", + "lon": 112.939616, + "lat": 36.176966, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "c465a7c0-028d-43b3-9d72-b969adb0a4d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:46", + "lon": 112.94043, + "lat": 36.176903, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "bc717805-63b2-43f9-a640-cb6aa4bc5d21", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:46", + "lon": 112.93702, + "lat": 36.177093, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "830c105b-47f9-404d-8fb5-ecf98eacf970", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:16", + "lon": 112.938638, + "lat": 36.177008, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "bf6eda2e-0965-429b-afd5-1f865e5a74cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:31", + "lon": 112.940465, + "lat": 36.176435, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:36", + "devicecode": "98003" + }, + { + "eventid": "6001d234-cde1-4078-a3b3-689174443ea5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:16", + "lon": 112.940388, + "lat": 36.176005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:17:10", + "devicecode": "98003" + }, + { + "eventid": "c0cc68f6-07c3-4f09-a4e4-4d745be4cc67", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:01", + "lon": 112.940256, + "lat": 36.175291, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:53", + "devicecode": "98003" + }, + { + "eventid": "cbafc506-1047-4d82-92e7-cda6a7d1c091", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:46", + "lon": 112.940063, + "lat": 36.17466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:36", + "devicecode": "98003" + }, + { + "eventid": "4af853b9-ce08-49fa-bac8-64657e0356c4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:31", + "lon": 112.939093, + "lat": 36.174698, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:25", + "devicecode": "98003" + }, + { + "eventid": "b5eed5b7-6465-40b1-97aa-948e7480d317", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:16", + "lon": 112.938881, + "lat": 36.173918, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:08", + "devicecode": "98003" + }, + { + "eventid": "c959f3d8-83aa-4ec8-8979-dd5e5a2c8fdc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:01", + "lon": 112.938236, + "lat": 36.173595, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:55", + "devicecode": "98003" + }, + { + "eventid": "b56e1230-50c4-4bde-886b-dac61cd834a3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:46", + "lon": 112.937288, + "lat": 36.173318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:38", + "devicecode": "98003" + }, + { + "eventid": "18f53f5c-717a-4bcf-a972-ad5431341b2b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:31", + "lon": 112.936345, + "lat": 36.173066, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:27", + "devicecode": "98003" + }, + { + "eventid": "0e0e1c61-baf1-4b32-9a94-abfb136aecf4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:16", + "lon": 112.935458, + "lat": 36.172818, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:10", + "devicecode": "98003" + }, + { + "eventid": "4f486bb2-a19d-4acf-9aa2-beabf2d32fe5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:00", + "lon": 112.935276, + "lat": 36.17277, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:53", + "devicecode": "98003" + }, + { + "eventid": "f9e87190-6e03-4058-b780-42d5696034b3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:37", + "lon": 112.93529, + "lat": 36.172755, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:30", + "devicecode": "98003" + }, + { + "eventid": "7362469b-240d-4fa8-9ccb-37e4e88bd5d1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:22", + "lon": 112.936136, + "lat": 36.17299, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:18", + "devicecode": "98003" + }, + { + "eventid": "6fcf06e5-0543-4a6d-8a1b-70d3e018d831", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:07", + "lon": 112.937233, + "lat": 36.173301, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:00", + "devicecode": "98003" + }, + { + "eventid": "fc98929d-5d49-4bda-94b7-3028f1df6865", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:52", + "lon": 112.938288, + "lat": 36.173598, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:44", + "devicecode": "98003" + }, + { + "eventid": "defc99ed-49ac-42af-892b-f6c6eec75029", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:37", + "lon": 112.939366, + "lat": 36.173848, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:32", + "devicecode": "98003" + }, + { + "eventid": "47882922-b966-41dd-8d73-8cdc870e6f6c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:22", + "lon": 112.940373, + "lat": 36.174141, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:16", + "devicecode": "98003" + }, + { + "eventid": "7e63e255-358d-4481-b220-3776f972fdd4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:07", + "lon": 112.941153, + "lat": 36.174378, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:58", + "devicecode": "98003" + }, + { + "eventid": "33abd4c5-4a2c-45e2-b5f1-61f243f28a97", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:52", + "lon": 112.941638, + "lat": 36.174185, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:47", + "devicecode": "98003" + }, + { + "eventid": "b807dbcc-e5e0-4d6f-8e00-2ebdc453912f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:37", + "lon": 112.941861, + "lat": 36.1737, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:30", + "devicecode": "98003" + }, + { + "eventid": "094a3748-1716-44ba-ace1-ca6393549312", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:22", + "lon": 112.941915, + "lat": 36.17309, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:12", + "devicecode": "98003" + }, + { + "eventid": "0b790f41-797d-4ab1-8c83-5a27077939ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:07", + "lon": 112.941633, + "lat": 36.172926, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:01", + "devicecode": "98003" + }, + { + "eventid": "8331dbfc-2be5-4fee-9957-76368add26a3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:52", + "lon": 112.94123, + "lat": 36.172678, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:44", + "devicecode": "98003" + }, + { + "eventid": "9297dde4-a6c3-4ab6-909f-ec725c6e302b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:37", + "lon": 112.940606, + "lat": 36.172463, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:33", + "devicecode": "98003" + }, + { + "eventid": "5a958a84-b3f2-4930-8c39-c6eacbf64fc8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:22", + "lon": 112.93981, + "lat": 36.172143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:16", + "devicecode": "98003" + }, + { + "eventid": "ec0493ac-0d30-4788-baa0-a0f14fe85df8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:07", + "lon": 112.93937, + "lat": 36.17138, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:58", + "devicecode": "98003" + }, + { + "eventid": "70b77618-bbf8-451b-9354-ccdee022c734", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:52", + "lon": 112.939063, + "lat": 36.170535, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:47", + "devicecode": "98003" + }, + { + "eventid": "29c82c8f-d65b-4f65-889b-cbd3960d2a81", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:37", + "lon": 112.93865, + "lat": 36.169675, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:29", + "devicecode": "98003" + }, + { + "eventid": "294ece99-a61e-4b26-9969-3739b205d883", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:22", + "lon": 112.938008, + "lat": 36.169516, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:13", + "devicecode": "98003" + }, + { + "eventid": "9c55614d-c09b-42e9-a121-7f25928f7bc6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:07", + "lon": 112.937416, + "lat": 36.168778, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:01", + "devicecode": "98003" + }, + { + "eventid": "fdbbef14-a28c-4b43-b50f-feef1c0d5ded", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:52", + "lon": 112.936731, + "lat": 36.168376, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:44", + "devicecode": "98003" + }, + { + "eventid": "99f547b6-6b9e-42db-aed4-524fa372848d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:37", + "lon": 112.936236, + "lat": 36.168718, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:32", + "devicecode": "98003" + }, + { + "eventid": "329df34b-c7d6-4940-ae2d-3dd8a6aaf54f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:21", + "lon": 112.935885, + "lat": 36.168913, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:15", + "devicecode": "98003" + }, + { + "eventid": "34130175-62db-41b9-99d9-1f3b8f44f8c9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:58", + "lon": 112.935891, + "lat": 36.168915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:51", + "devicecode": "98003" + }, + { + "eventid": "f045a698-d1d9-42c7-a0cb-7cc50a5fff30", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:43", + "lon": 112.935856, + "lat": 36.168935, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:34", + "devicecode": "98003" + }, + { + "eventid": "dc6a8d93-2393-4941-8587-46e13eb5762b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:28", + "lon": 112.935835, + "lat": 36.16894, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:23", + "devicecode": "98003" + }, + { + "eventid": "c6e3f852-5a60-4707-b3fa-f6caaae8508c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:13", + "lon": 112.93587, + "lat": 36.168948, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:06", + "devicecode": "98003" + }, + { + "eventid": "afb24322-3e5d-4494-9941-6cce8acc4da3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:58", + "lon": 112.936353, + "lat": 36.168588, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98003" + }, + { + "eventid": "b4fa7fa0-9e5c-4692-b293-5f31e30c08fa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:43", + "lon": 112.936318, + "lat": 36.16835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:37", + "devicecode": "98003" + }, + { + "eventid": "ec5de699-6d82-4e6a-9ce5-a814e1939e73", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:28", + "lon": 112.935746, + "lat": 36.168305, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:20", + "devicecode": "98003" + }, + { + "eventid": "a63c5f49-8fc6-40d8-bd6f-8bb0c882886e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:12", + "lon": 112.935315, + "lat": 36.168251, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:09", + "devicecode": "98003" + }, + { + "eventid": "0ce00438-c465-4ff6-ab24-4a0a63040921", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:52", + "lon": 112.935308, + "lat": 36.16826, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:47", + "devicecode": "98003" + }, + { + "eventid": "2c4407ad-0b22-4e79-b37d-9ae129cf94b7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:37", + "lon": 112.935296, + "lat": 36.168256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:30", + "devicecode": "98003" + }, + { + "eventid": "b6a6eddc-0946-42b1-bbeb-fe049c5da1bb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:22", + "lon": 112.935671, + "lat": 36.168285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98003" + }, + { + "eventid": "296bbdbe-4c25-4b37-8ce7-a98a56402688", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:07", + "lon": 112.9361, + "lat": 36.168313, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:02", + "devicecode": "98003" + }, + { + "eventid": "0b6bd262-acb8-46d2-9cdb-4fa4d03812da", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:52", + "lon": 112.936505, + "lat": 36.16834, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:44", + "devicecode": "98003" + }, + { + "eventid": "20b4f1f6-99bf-43a9-9f6a-ad84951456fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:37", + "lon": 112.93623, + "lat": 36.16765, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:32", + "devicecode": "98003" + }, + { + "eventid": "9a6e152d-2966-43cf-9626-a4834b253e3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:22", + "lon": 112.936005, + "lat": 36.166746, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:12", + "devicecode": "98003" + }, + { + "eventid": "f38f0cee-9c95-41f8-965e-1fb7c752fa59", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:07", + "lon": 112.935663, + "lat": 36.16606, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:01", + "devicecode": "98003" + }, + { + "eventid": "80701521-bc0c-4245-bbb4-ab8830c02a60", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:52", + "lon": 112.935393, + "lat": 36.165645, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:44", + "devicecode": "98003" + }, + { + "eventid": "741d48aa-3634-425e-84f5-c4d51f3db125", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:37", + "lon": 112.934825, + "lat": 36.165468, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:33", + "devicecode": "98003" + }, + { + "eventid": "d6823ba3-b8eb-4974-9f06-ecd484417658", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:21", + "lon": 112.934526, + "lat": 36.164933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:15", + "devicecode": "98003" + }, + { + "eventid": "81383c15-0920-435b-ae0a-f7ec62797451", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:06", + "lon": 112.934583, + "lat": 36.164731, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:59", + "devicecode": "98003" + }, + { + "eventid": "1e4451f9-bedb-4379-b856-5032c9c81d63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:51", + "lon": 112.934643, + "lat": 36.164231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:42", + "devicecode": "98003" + }, + { + "eventid": "1ffe35c8-de84-4a3d-8a43-f76d730a2b35", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:36", + "lon": 112.934601, + "lat": 36.163531, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:31", + "devicecode": "98003" + }, + { + "eventid": "b3f040e0-7e38-4449-a5da-8acb535cf158", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:21", + "lon": 112.934573, + "lat": 36.16286, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:14", + "devicecode": "98003" + }, + { + "eventid": "50931be2-345c-43b5-84f0-c41ce70a3132", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:06", + "lon": 112.934646, + "lat": 36.162575, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:56", + "devicecode": "98003" + }, + { + "eventid": "a614ea51-05ec-443f-b7f6-961168d589b6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:51", + "lon": 112.935063, + "lat": 36.162558, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:45", + "devicecode": "98003" + }, + { + "eventid": "33dc6903-bfbb-4d86-bddc-30e1725972bc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:36", + "lon": 112.935581, + "lat": 36.162545, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:28", + "devicecode": "98003" + }, + { + "eventid": "69ff709b-888a-40a9-8718-79f4ad2d4d9c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:21", + "lon": 112.935616, + "lat": 36.162548, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:17", + "devicecode": "98003" + }, + { + "eventid": "f8fa06d7-d2ea-4b75-9fda-4bc8400466dc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:06", + "lon": 112.935173, + "lat": 36.162563, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:00", + "devicecode": "98003" + }, + { + "eventid": "c81fddea-a4dd-4e4d-aa62-1e769c05f98b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:51", + "lon": 112.934775, + "lat": 36.162586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:42", + "devicecode": "98003" + }, + { + "eventid": "ea2c11cc-e04b-4051-867b-a1535e36cf65", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:36", + "lon": 112.934121, + "lat": 36.162618, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:30", + "devicecode": "98003" + }, + { + "eventid": "28a73f4d-83e9-4c46-8cfe-77af2a46740d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:17", + "lon": 112.933305, + "lat": 36.162631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98003" + }, + { + "eventid": "f8241832-1686-4c45-be73-fe93f92cb6df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:02", + "lon": 112.93315, + "lat": 36.162205, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98003" + }, + { + "eventid": "7ac0bc7c-fedf-4226-987c-d3ca1a268068", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:47", + "lon": 112.932973, + "lat": 36.161701, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:01", + "devicecode": "98003" + }, + { + "eventid": "47a76f84-caa7-41f6-a204-8a63069f1821", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:31", + "lon": 112.932915, + "lat": 36.16139, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:29", + "devicecode": "98003" + }, + { + "eventid": "3d9a9c5f-dbc7-4640-af19-0255b2d75aa9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:08", + "lon": 112.932915, + "lat": 36.161393, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:03", + "devicecode": "98003" + }, + { + "eventid": "92b5c92d-9bd8-4460-a833-06d8305048e1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:53", + "lon": 112.932921, + "lat": 36.16138, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:45", + "devicecode": "98003" + }, + { + "eventid": "09a4477b-579e-4122-bbef-93ea1c5883c6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:38", + "lon": 112.932921, + "lat": 36.161361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:32", + "devicecode": "98003" + }, + { + "eventid": "94aa54ca-fca6-41f5-81b3-f21c2ff6dabd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:23", + "lon": 112.932923, + "lat": 36.161221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:20", + "devicecode": "98003" + }, + { + "eventid": "bec27ce9-65c1-4152-bf44-1be292ba3568", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:08", + "lon": 112.932773, + "lat": 36.160423, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:01", + "devicecode": "98003" + }, + { + "eventid": "48b71e42-2743-463a-a4ff-94b5a630be4a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:53", + "lon": 112.93266, + "lat": 36.159695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:48", + "devicecode": "98003" + }, + { + "eventid": "56268ba9-1426-4aed-aecb-4bc164fc3cb5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:38", + "lon": 112.93253, + "lat": 36.159, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:29", + "devicecode": "98003" + }, + { + "eventid": "c60d77f5-145d-4f1b-82a4-472dc95e28c1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:23", + "lon": 112.932391, + "lat": 36.158345, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:17", + "devicecode": "98003" + }, + { + "eventid": "2eef0630-e319-492d-8651-ff0142097c72", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:08", + "lon": 112.932273, + "lat": 36.157743, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:59", + "devicecode": "98003" + }, + { + "eventid": "26473eb9-82a7-49b5-994c-17726774eec1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:53", + "lon": 112.93216, + "lat": 36.157193, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:47", + "devicecode": "98003" + }, + { + "eventid": "ff4f0d0f-7fdc-4aea-b74d-617fe7aa9e6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:38", + "lon": 112.932051, + "lat": 36.15665, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:34", + "devicecode": "98003" + }, + { + "eventid": "c504b0a7-4d16-41f5-b690-5255635dcb44", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:23", + "lon": 112.932203, + "lat": 36.156325, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:15", + "devicecode": "98003" + }, + { + "eventid": "df75336e-e647-4668-8517-e4e5c9e51509", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:07", + "lon": 112.932708, + "lat": 36.15632, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:03", + "devicecode": "98003" + }, + { + "eventid": "d29a4779-dd6d-4483-8fd1-3c7ce44aba7f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:49", + "lon": 112.932705, + "lat": 36.156318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:40", + "devicecode": "98003" + }, + { + "eventid": "ca09f35d-aab8-4094-87ea-1fb868c27c03", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:34", + "lon": 112.932715, + "lat": 36.15631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:28", + "devicecode": "98003" + }, + { + "eventid": "08bca574-9d16-4473-bab2-7bc0546749b7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:19", + "lon": 112.932578, + "lat": 36.156296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:10", + "devicecode": "98003" + }, + { + "eventid": "ea0096b0-26d4-42de-845f-8b66fa2f8e43", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:04", + "lon": 112.931958, + "lat": 36.156146, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:58", + "devicecode": "98003" + }, + { + "eventid": "18319af7-816e-470d-9aaf-40c549ef47d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:49", + "lon": 112.931786, + "lat": 36.15548, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:41", + "devicecode": "98003" + }, + { + "eventid": "8855183c-7a2c-4497-a1e2-efbdf253474b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:34", + "lon": 112.931683, + "lat": 36.154888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:29", + "devicecode": "98003" + }, + { + "eventid": "4e746ef3-5dd1-4f6d-a635-53c423f7960f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:19", + "lon": 112.931596, + "lat": 36.154351, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:12", + "devicecode": "98003" + }, + { + "eventid": "d2f87f72-090a-481d-9131-eb99dd9b07df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:04", + "lon": 112.931478, + "lat": 36.153856, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:59", + "devicecode": "98003" + }, + { + "eventid": "15f68c48-39d6-454e-8f7d-e03dd139c3a1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:49", + "lon": 112.93145, + "lat": 36.15333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:42", + "devicecode": "98003" + }, + { + "eventid": "8badbe84-154f-4ac0-b4d1-5e42c05f025e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:34", + "lon": 112.931363, + "lat": 36.152623, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:25", + "devicecode": "98003" + }, + { + "eventid": "a7fe3b69-5ea9-4e2b-b936-4df1a7eb08b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:19", + "lon": 112.931235, + "lat": 36.151735, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:13", + "devicecode": "98003" + }, + { + "eventid": "6f2faf55-ee71-46c8-8be9-d7c2da64c89c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:04", + "lon": 112.93111, + "lat": 36.150835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:56", + "devicecode": "98003" + }, + { + "eventid": "4fda0e67-0f1b-4a1b-b88f-764a6e1e52d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:49", + "lon": 112.930998, + "lat": 36.150055, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:45", + "devicecode": "98003" + }, + { + "eventid": "14627060-0182-4944-986f-c96435043799", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:34", + "lon": 112.93152, + "lat": 36.149873, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:28", + "devicecode": "98003" + }, + { + "eventid": "4ededafa-aa7b-41b9-a517-c3fbcf0716a4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:19", + "lon": 112.932356, + "lat": 36.149805, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:11", + "devicecode": "98003" + }, + { + "eventid": "0511d605-8c01-413f-8552-8b708cfcc3d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:04", + "lon": 112.932755, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:00", + "devicecode": "98003" + }, + { + "eventid": "c64107ad-8075-4dd8-b854-9b77352b2d9b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:41", + "lon": 112.932773, + "lat": 36.149788, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:37", + "devicecode": "98003" + }, + { + "eventid": "f7ec6863-ece1-44dd-8c6b-e8a4d01b14b0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:26", + "lon": 112.932771, + "lat": 36.149785, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:20", + "devicecode": "98003" + }, + { + "eventid": "76bc954c-0814-4e3b-bd16-9552e4301acf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:11", + "lon": 112.932755, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:03", + "devicecode": "98003" + }, + { + "eventid": "830525d2-6f8b-4def-bef8-8e7ba91c58b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:56", + "lon": 112.932793, + "lat": 36.149786, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:51", + "devicecode": "98003" + }, + { + "eventid": "a8b91b1d-8c74-43a7-b867-b919baca6917", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:41", + "lon": 112.933493, + "lat": 36.14973, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:33", + "devicecode": "98003" + }, + { + "eventid": "c039336a-117f-4942-a85e-dfe7f4230745", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:26", + "lon": 112.934363, + "lat": 36.149673, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:21", + "devicecode": "98003" + }, + { + "eventid": "4641c344-8c7d-4cbf-a3d0-e8ae0d73a00f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:11", + "lon": 112.93492, + "lat": 36.149888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:04", + "devicecode": "98003" + }, + { + "eventid": "680c204d-60a3-475d-90d4-8bfe8f37cf33", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:56", + "lon": 112.934991, + "lat": 36.150641, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:47", + "devicecode": "98003" + }, + { + "eventid": "18bfdf9d-f894-430c-949c-1b50414c8fa5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:41", + "lon": 112.935061, + "lat": 36.15141, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:35", + "devicecode": "98003" + }, + { + "eventid": "f1866578-4182-42e8-844f-3d5d4f5f458c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:26", + "lon": 112.935158, + "lat": 36.15224, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:18", + "devicecode": "98003" + }, + { + "eventid": "3eceb5d7-0f77-4fa9-9804-73da4ec78a13", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:11", + "lon": 112.935235, + "lat": 36.153061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:01", + "devicecode": "98003" + }, + { + "eventid": "483ae789-ae19-4602-9c46-3c3067c9039a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:56", + "lon": 112.935321, + "lat": 36.153726, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:49", + "devicecode": "98003" + }, + { + "eventid": "e492bd51-29ed-4c96-8f3f-ed2f34e2d92c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:41", + "lon": 112.936328, + "lat": 36.153686, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:32", + "devicecode": "98003" + }, + { + "eventid": "31c3d0bf-1e56-45be-9f09-df740f774d36", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:26", + "lon": 112.93779, + "lat": 36.153558, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:20", + "devicecode": "98003" + }, + { + "eventid": "2ab54501-f82b-4c0b-82de-66ff77f73850", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:11", + "lon": 112.939238, + "lat": 36.153436, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:04", + "devicecode": "98003" + }, + { + "eventid": "6c68c9a1-0b3e-4f24-ab04-10ec9b943885", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:56", + "lon": 112.940791, + "lat": 36.153311, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:47", + "devicecode": "98003" + }, + { + "eventid": "fdc98377-a155-4641-bcf1-c853f13d0a34", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:41", + "lon": 112.9422, + "lat": 36.153171, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:31", + "devicecode": "98003" + }, + { + "eventid": "f56ccc1e-8ba3-4f76-a7f5-f3e588ee00d8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:26", + "lon": 112.943016, + "lat": 36.152915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:21", + "devicecode": "98003" + }, + { + "eventid": "7c3abd06-5b2e-4ac4-9aba-dcbb5b1429de", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:11", + "lon": 112.942886, + "lat": 36.151911, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:04", + "devicecode": "98003" + }, + { + "eventid": "fa7951d7-b979-402e-95ee-bad5468092b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:56", + "lon": 112.942711, + "lat": 36.150855, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:48", + "devicecode": "98003" + }, + { + "eventid": "50c68630-9bde-4462-b130-4bc312c19201", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:41", + "lon": 112.942371, + "lat": 36.149921, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:32", + "devicecode": "98003" + }, + { + "eventid": "d1366c7f-1b2d-45a8-9941-a4d3b898ca55", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:26", + "lon": 112.942226, + "lat": 36.148943, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:20", + "devicecode": "98003" + }, + { + "eventid": "4a04ab2b-b2f5-4625-9b6a-194b9c5a0730", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:11", + "lon": 112.942086, + "lat": 36.147865, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:10", + "devicecode": "98003" + }, + { + "eventid": "9f57d949-c2bd-4dde-9835-2e5eab06c005", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:56", + "lon": 112.943213, + "lat": 36.147631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:48", + "devicecode": "98003" + }, + { + "eventid": "c923fe6e-5e98-485f-90a0-469011e07331", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:41", + "lon": 112.944575, + "lat": 36.14751, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:37", + "devicecode": "98003" + }, + { + "eventid": "4a9574ec-22b0-477e-9687-ba33e46bcfdf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:25", + "lon": 112.944795, + "lat": 36.14694, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:20", + "devicecode": "98003" + }, + { + "eventid": "0427b960-b349-4bd6-bbe1-d383d0a9f2f3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:10", + "lon": 112.94465, + "lat": 36.145591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:03", + "devicecode": "98003" + }, + { + "eventid": "586cc120-f229-46e6-84a1-02ccf9c8e88b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:55", + "lon": 112.944553, + "lat": 36.144396, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98003" + }, + { + "eventid": "87cb6d47-9482-4cfb-bc22-996d9f9216af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:40", + "lon": 112.944436, + "lat": 36.143178, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:35", + "devicecode": "98003" + }, + { + "eventid": "6ad9c10f-cafb-4f4b-9858-60127f25c2f4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:25", + "lon": 112.944333, + "lat": 36.14195, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:18", + "devicecode": "98003" + }, + { + "eventid": "021bf79f-91c8-4c1f-af1f-b4d8751e3a9d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:10", + "lon": 112.944255, + "lat": 36.140835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:02", + "devicecode": "98003" + }, + { + "eventid": "bcc496ea-3481-48a7-a2f0-16d754c98747", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:55", + "lon": 112.944201, + "lat": 36.139841, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:51", + "devicecode": "98003" + }, + { + "eventid": "10819bc8-2b01-495d-8fdd-6773d26d612e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:39", + "lon": 112.944063, + "lat": 36.138908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:34", + "devicecode": "98003" + }, + { + "eventid": "a4199f96-0805-4cdf-9735-4e4d8e9f7316", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:24", + "lon": 112.944028, + "lat": 36.138246, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:18", + "devicecode": "98003" + }, + { + "eventid": "d341608a-d5e3-4f44-bd16-5a43bf9cf543", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:09", + "lon": 112.944063, + "lat": 36.138221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:02", + "devicecode": "98003" + }, + { + "eventid": "34fc9838-60c6-42f6-9923-15509b8949c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:54", + "lon": 112.944058, + "lat": 36.137768, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:45", + "devicecode": "98003" + }, + { + "eventid": "8103093e-fcd9-473b-8fcd-ef6650179f55", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:39", + "lon": 112.943981, + "lat": 36.136821, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:35", + "devicecode": "98003" + }, + { + "eventid": "47d13065-0901-49ab-8bef-73108cec579e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:24", + "lon": 112.943885, + "lat": 36.135453, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:18", + "devicecode": "98003" + }, + { + "eventid": "43179d57-54f4-4380-8b45-1412b23c10cc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:09", + "lon": 112.943761, + "lat": 36.134173, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:01", + "devicecode": "98003" + }, + { + "eventid": "4d31bfcf-aa59-4d29-9921-875a36359eb3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:54", + "lon": 112.943683, + "lat": 36.13317, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:49", + "devicecode": "98003" + }, + { + "eventid": "63e1128c-4d3c-4e19-8bc7-73a9e0dc7a2c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:39", + "lon": 112.943663, + "lat": 36.13296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:33", + "devicecode": "98003" + }, + { + "eventid": "90cd62ab-3d51-4e67-95af-7e78a27b8079", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:24", + "lon": 112.943658, + "lat": 36.132945, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:16", + "devicecode": "98003" + }, + { + "eventid": "1a7551d8-38e1-486b-a2b7-72cafb455818", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:09", + "lon": 112.94365, + "lat": 36.132918, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:00", + "devicecode": "98003" + }, + { + "eventid": "c9d79ac3-bc9a-474c-bafb-facb4989ee9a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:54", + "lon": 112.943595, + "lat": 36.132495, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:48", + "devicecode": "98003" + }, + { + "eventid": "5523d940-a33b-447f-bf23-e402aceb0360", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:39", + "lon": 112.943566, + "lat": 36.132008, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:32", + "devicecode": "98003" + }, + { + "eventid": "4114472d-fe9e-4af6-8a57-d91cf23d6f63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:24", + "lon": 112.943493, + "lat": 36.13135, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:15", + "devicecode": "98003" + }, + { + "eventid": "a31dfd3a-46fa-44e7-b09f-56cb28242096", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:09", + "lon": 112.943388, + "lat": 36.130603, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:04", + "devicecode": "98003" + }, + { + "eventid": "74ec31a9-39fa-420a-bf9e-106ff3a52f04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:54", + "lon": 112.943305, + "lat": 36.129541, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:48", + "devicecode": "98003" + }, + { + "eventid": "f927aedb-d8e4-4071-b15a-50cb88e9308b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:39", + "lon": 112.943295, + "lat": 36.129041, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:31", + "devicecode": "98003" + }, + { + "eventid": "3b6595e0-1ac2-42f7-a53b-c5cdc4710004", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:24", + "lon": 112.943333, + "lat": 36.12903, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:15", + "devicecode": "98003" + }, + { + "eventid": "c6fab2fd-263a-4b8c-95fc-42cda9aa5445", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:09", + "lon": 112.943325, + "lat": 36.129028, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:04", + "devicecode": "98003" + }, + { + "eventid": "e9da2ecf-25ee-4dbe-ba8c-755e50ffa94e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:54", + "lon": 112.94333, + "lat": 36.129028, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:48", + "devicecode": "98003" + }, + { + "eventid": "f7911cd7-f381-4026-a295-4b15d6076c2e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:39", + "lon": 112.94332, + "lat": 36.129023, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:31", + "devicecode": "98003" + } + ] + }, + { + "eventid": "8577f089-2686-11e3-9e54-00216a3749b4", + "name": "宋爱斌", + "sex": "01", + "duty": "巡线工", + "phone": "18735538923", + "unitname": "长子站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "423f7da5-d1fb-4853-8402-5998cf57157b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:43", + "lon": 112.860163, + "lat": 36.252866, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:38", + "devicecode": "98015" + }, + { + "eventid": "d32bd1de-4f48-477f-bb02-aafa857d3859", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:28", + "lon": 112.86089, + "lat": 36.253248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:21", + "devicecode": "98015" + }, + { + "eventid": "13e12f41-5d6e-41ac-ad57-1a3ac755135a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:13", + "lon": 112.861725, + "lat": 36.253715, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:03", + "devicecode": "98015" + }, + { + "eventid": "53571499-74f4-4020-9234-e009414d3bce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:58", + "lon": 112.862443, + "lat": 36.2541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:52", + "devicecode": "98015" + }, + { + "eventid": "32288e0a-b5f2-4cfd-8c4e-5f2376b9ff8f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:43", + "lon": 112.86306, + "lat": 36.254425, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:35", + "devicecode": "98015" + }, + { + "eventid": "a336329b-295c-436c-9270-cb7c338485a0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:27", + "lon": 112.86378, + "lat": 36.254808, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:23", + "devicecode": "98015" + }, + { + "eventid": "20611d9c-1f1d-4291-bdb9-4bbd847ab7aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:12", + "lon": 112.864536, + "lat": 36.255203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:06", + "devicecode": "98015" + }, + { + "eventid": "9f291298-5485-49a7-81e4-d1458fb98c9f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:57", + "lon": 112.865303, + "lat": 36.255606, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:48", + "devicecode": "98015" + }, + { + "eventid": "a970bc1e-901e-4863-bfa9-fb9b0fac3387", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:42", + "lon": 112.866213, + "lat": 36.256091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:48", + "devicecode": "98015" + }, + { + "eventid": "f00167b4-ea73-44bb-a0a2-51c3de4b6899", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:27", + "lon": 112.867218, + "lat": 36.256628, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:19", + "devicecode": "98015" + }, + { + "eventid": "efccd0a0-8749-443d-a5f5-31ba68e84e4e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:57", + "lon": 112.868986, + "lat": 36.257691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:50", + "devicecode": "98015" + }, + { + "eventid": "88b35bf5-ee9d-485e-8ce7-0dd405d2d931", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:42", + "lon": 112.869578, + "lat": 36.258298, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:32", + "devicecode": "98015" + }, + { + "eventid": "e269852b-9ce0-4868-90bc-1e8b33cf543e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:27", + "lon": 112.869955, + "lat": 36.259055, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:20", + "devicecode": "98015" + }, + { + "eventid": "ca6b4d67-c3aa-4c66-93a2-5f8e6f030ff6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:12", + "lon": 112.870186, + "lat": 36.2601, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:03", + "devicecode": "98015" + }, + { + "eventid": "5fc856e7-71d2-4296-98ea-2d9090a7e9b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:57", + "lon": 112.870408, + "lat": 36.261215, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:50", + "devicecode": "98015" + }, + { + "eventid": "b9681fad-77da-4746-99b8-7d2816eeea6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:42", + "lon": 112.870643, + "lat": 36.262338, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:32", + "devicecode": "98015" + }, + { + "eventid": "c562b942-66ec-4260-870b-00dd1a5ff869", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:27", + "lon": 112.870868, + "lat": 36.263423, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:20", + "devicecode": "98015" + }, + { + "eventid": "25f88abf-5b65-4d87-a00f-f8a471c4b29b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:12", + "lon": 112.871076, + "lat": 36.264466, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:08", + "devicecode": "98015" + }, + { + "eventid": "5e9e2b92-4651-4f27-a22b-c1325c7999f2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:57", + "lon": 112.871258, + "lat": 36.26531, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:55", + "devicecode": "98015" + }, + { + "eventid": "98a7bc74-ac38-412d-ac6a-3e899f21524e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:42", + "lon": 112.871425, + "lat": 36.2662, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:35", + "devicecode": "98015" + }, + { + "eventid": "fa84dba9-80d2-46a8-8468-8558fa2aa29a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:27", + "lon": 112.87161, + "lat": 36.267111, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:22", + "devicecode": "98015" + }, + { + "eventid": "5bd00097-986b-40d2-ac16-2293e8e27604", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:12", + "lon": 112.871835, + "lat": 36.268003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:02", + "devicecode": "98015" + }, + { + "eventid": "3b2f3928-2aaa-49a3-87ff-a7fcf4461555", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:57", + "lon": 112.872098, + "lat": 36.268988, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:50", + "devicecode": "98015" + }, + { + "eventid": "a4f33362-7646-4b32-81b1-07cdc19319f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:42", + "lon": 112.872283, + "lat": 36.26996, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:32", + "devicecode": "98015" + }, + { + "eventid": "f4604fae-f7e7-4fdb-b78c-6657a938f4ba", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:27", + "lon": 112.872441, + "lat": 36.270693, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:21", + "devicecode": "98015" + }, + { + "eventid": "62ea779e-efd5-4cbd-9231-d363c695990f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:12", + "lon": 112.87246, + "lat": 36.270733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:03", + "devicecode": "98015" + }, + { + "eventid": "76349961-849b-4e75-928c-fe286eca3466", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:57", + "lon": 112.872465, + "lat": 36.270733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:51", + "devicecode": "98015" + }, + { + "eventid": "c7a4bc02-0020-4e49-9494-6552e1b9cfe9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:42", + "lon": 112.872463, + "lat": 36.27073, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:34", + "devicecode": "98015" + }, + { + "eventid": "05191cbe-9ce8-42dc-b441-e0c58a3efea2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:27", + "lon": 112.872461, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:22", + "devicecode": "98015" + }, + { + "eventid": "61e13e0c-a23c-4640-a903-962652872e43", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:12", + "lon": 112.872456, + "lat": 36.270725, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:05", + "devicecode": "98015" + }, + { + "eventid": "a4e8295d-e1a5-443c-8bf5-ced6eccb561d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:57", + "lon": 112.87245, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:48", + "devicecode": "98015" + }, + { + "eventid": "9f3fd1b3-7547-437d-8e24-c79dfb946296", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:42", + "lon": 112.87245, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:36", + "devicecode": "98015" + }, + { + "eventid": "cbf51ccc-9c2c-4d07-9c68-a9ff88753d57", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:27", + "lon": 112.872458, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:19", + "devicecode": "98015" + }, + { + "eventid": "91212a16-f17a-49f3-950d-1f03edb1c948", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:12", + "lon": 112.872461, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:02", + "devicecode": "98015" + }, + { + "eventid": "5806938a-9426-4efb-b8d0-be783768e138", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:57", + "lon": 112.872465, + "lat": 36.270731, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:51", + "devicecode": "98015" + }, + { + "eventid": "c20e7312-f542-4a75-a2b6-de110fa7104e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:42", + "lon": 112.872473, + "lat": 36.270736, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:34", + "devicecode": "98015" + }, + { + "eventid": "ac82f6fe-3078-487f-9584-01013914313f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:27", + "lon": 112.87248, + "lat": 36.27074, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:17", + "devicecode": "98015" + }, + { + "eventid": "57f0ef63-59d5-4663-b159-58dc2e1acc75", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:12", + "lon": 112.872475, + "lat": 36.27074, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:06", + "devicecode": "98015" + }, + { + "eventid": "d64ce2fa-ccbd-45c6-9e62-b19e1ffa2a04", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:57", + "lon": 112.872473, + "lat": 36.270735, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:48", + "devicecode": "98015" + }, + { + "eventid": "c457e032-3269-4223-99fc-bced2ce93d2f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:42", + "lon": 112.872483, + "lat": 36.270738, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:37", + "devicecode": "98015" + }, + { + "eventid": "487f15ab-a843-472e-a716-33176ce0627a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:27", + "lon": 112.872535, + "lat": 36.2709, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:19", + "devicecode": "98015" + }, + { + "eventid": "1f80e323-ad43-49c9-86c0-c8bc60018049", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:12", + "lon": 112.872726, + "lat": 36.271646, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:06", + "devicecode": "98015" + }, + { + "eventid": "417d4b4b-7cf6-4fb1-a3d4-af1bba5245f3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:57", + "lon": 112.872968, + "lat": 36.272588, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:48", + "devicecode": "98015" + }, + { + "eventid": "7248b156-9ef4-4282-b004-80fb01802b58", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:42", + "lon": 112.8732, + "lat": 36.27351, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:37", + "devicecode": "98015" + }, + { + "eventid": "9189de91-2c7f-4942-ad93-7d01492403ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:27", + "lon": 112.873401, + "lat": 36.27431, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:19", + "devicecode": "98015" + }, + { + "eventid": "fe4fac51-d690-4dcc-ac28-6bfaad052710", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:12", + "lon": 112.873633, + "lat": 36.275165, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:07", + "devicecode": "98015" + }, + { + "eventid": "d3ef80bf-cc72-470b-97af-cdc84303f444", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:57", + "lon": 112.873821, + "lat": 36.276, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:47", + "devicecode": "98015" + }, + { + "eventid": "d9cc8171-ea55-4edc-b0aa-dab77940957f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:42", + "lon": 112.87403, + "lat": 36.276891, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:35", + "devicecode": "98015" + }, + { + "eventid": "e4f5a1bf-4aa1-4c66-8b4f-e0bd36c63a50", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:27", + "lon": 112.87426, + "lat": 36.277786, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:21", + "devicecode": "98015" + }, + { + "eventid": "eeb861c2-a59f-47f2-bb3e-95a0cc6e987a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:12", + "lon": 112.874446, + "lat": 36.278591, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:08", + "devicecode": "98015" + }, + { + "eventid": "f9e5168d-4a86-4bd1-89fa-a0f738a8a5d8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:57", + "lon": 112.874645, + "lat": 36.279423, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:47", + "devicecode": "98015" + }, + { + "eventid": "7093c909-29fd-4070-b707-713fb16bc00e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:42", + "lon": 112.87485, + "lat": 36.280228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:35", + "devicecode": "98015" + }, + { + "eventid": "e85906ca-6f31-4dd4-bbf0-601ec6279457", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:27", + "lon": 112.875045, + "lat": 36.280981, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:18", + "devicecode": "98015" + }, + { + "eventid": "f8323c18-2718-47e8-b531-ef68c8777ca3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:12", + "lon": 112.875248, + "lat": 36.281761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:06", + "devicecode": "98015" + }, + { + "eventid": "277b8d3a-55b7-437e-9d71-04c352bc2d14", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:57", + "lon": 112.875475, + "lat": 36.282633, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:49", + "devicecode": "98015" + }, + { + "eventid": "d0799e48-0027-41d0-9d07-49ef31aca1e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:42", + "lon": 112.875625, + "lat": 36.283131, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:32", + "devicecode": "98015" + }, + { + "eventid": "fd94d3f7-a80f-4eea-91f6-f2e0b03c960d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:24", + "lon": 112.875761, + "lat": 36.28319, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:15", + "devicecode": "98015" + }, + { + "eventid": "e05c3c70-2203-4e2e-8ce9-af0406fef590", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:09", + "lon": 112.875658, + "lat": 36.282815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:03", + "devicecode": "98015" + }, + { + "eventid": "93728813-27c1-4677-87d8-e2ec276cf473", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:54", + "lon": 112.875503, + "lat": 36.282165, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:44", + "devicecode": "98015" + }, + { + "eventid": "9e69c9ae-8f81-4cdd-80d4-ec36b8c78e08", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:39", + "lon": 112.875316, + "lat": 36.281351, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:32", + "devicecode": "98015" + }, + { + "eventid": "f112dbf1-23ed-482e-9929-d15c2f8aa095", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:24", + "lon": 112.875141, + "lat": 36.280501, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:15", + "devicecode": "98015" + }, + { + "eventid": "4e73c145-f7b2-4439-858b-30a4dcd48041", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:09", + "lon": 112.874936, + "lat": 36.279678, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:04", + "devicecode": "98015" + }, + { + "eventid": "15576157-5e4d-427c-b4cf-ffe1c14234a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:54", + "lon": 112.874706, + "lat": 36.278895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:46", + "devicecode": "98015" + }, + { + "eventid": "6f648ee2-5e14-40ac-bb62-a5bba6824f6f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:39", + "lon": 112.874488, + "lat": 36.278075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:34", + "devicecode": "98015" + }, + { + "eventid": "75c238c4-18a6-4d63-a8bc-edacb2d8426e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:24", + "lon": 112.874275, + "lat": 36.27717, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:16", + "devicecode": "98015" + }, + { + "eventid": "a928739b-b20e-4264-a35b-d75a4093f915", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:09", + "lon": 112.874016, + "lat": 36.276401, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98015" + }, + { + "eventid": "e85e8f2b-2378-4322-a38f-65390c3ccdb2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:54", + "lon": 112.874623, + "lat": 36.276143, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:46", + "devicecode": "98015" + }, + { + "eventid": "35b236e3-9e0c-442e-911d-b58bca36094a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:36", + "lon": 112.875876, + "lat": 36.275976, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98015" + }, + { + "eventid": "8827532e-79d4-4586-b367-9c8e2f4b4c20", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:21", + "lon": 112.87698, + "lat": 36.275853, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98015" + }, + { + "eventid": "0596e9ef-560f-4879-9c12-9c09b4db37b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:06", + "lon": 112.877866, + "lat": 36.275691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98015" + }, + { + "eventid": "a29f4a6b-1a2a-438f-bcb9-1718eea025cf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:51", + "lon": 112.878693, + "lat": 36.275586, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:46", + "devicecode": "98015" + }, + { + "eventid": "71ea6c3a-2523-4cdd-80b9-e0e815b618c8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:34", + "lon": 112.878841, + "lat": 36.275573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98015" + }, + { + "eventid": "5b4bcebf-0201-4840-8f13-e2c7d0c6c8b8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:59", + "lon": 112.878876, + "lat": 36.27555, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98015" + }, + { + "eventid": "f36eac52-933e-4bab-b1b6-b32d4a54cee0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:14", + "lon": 112.878825, + "lat": 36.275573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98015" + }, + { + "eventid": "9f3ef654-5dc0-4840-8e8e-82cd9c1b62a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:44", + "lon": 112.878815, + "lat": 36.275566, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:52", + "devicecode": "98015" + }, + { + "eventid": "25d4f633-559c-4c45-86b7-f186bdb88c23", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:28", + "lon": 112.878023, + "lat": 36.27567, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:22", + "devicecode": "98015" + }, + { + "eventid": "18189a49-3a99-453f-926e-0b4d0515edd6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:13", + "lon": 112.877056, + "lat": 36.275805, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:03", + "devicecode": "98015" + }, + { + "eventid": "a3baad27-08d0-4a8b-abc9-93e78d119fc3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:58", + "lon": 112.876115, + "lat": 36.275933, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:51", + "devicecode": "98015" + }, + { + "eventid": "9130af14-7645-4ff6-9eee-4216ed751d8a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:43", + "lon": 112.87502, + "lat": 36.276071, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:33", + "devicecode": "98015" + }, + { + "eventid": "333cf4b4-8c11-4c0f-905b-c5a71ea75eb0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:28", + "lon": 112.874091, + "lat": 36.276166, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:21", + "devicecode": "98015" + }, + { + "eventid": "b04e7be8-2817-43b8-950a-8704421c0eef", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:13", + "lon": 112.873733, + "lat": 36.275335, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:08", + "devicecode": "98015" + }, + { + "eventid": "93efee1e-8bc3-4272-8e79-ecdaef7ad89b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:58", + "lon": 112.87345, + "lat": 36.274161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:50", + "devicecode": "98015" + }, + { + "eventid": "1df71bfe-a9e3-4015-ba56-35fb01fd8934", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:43", + "lon": 112.873136, + "lat": 36.27289, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:38", + "devicecode": "98015" + }, + { + "eventid": "fef9bd44-1a12-4383-8b81-b86de8637de4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:28", + "lon": 112.872896, + "lat": 36.271945, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:20", + "devicecode": "98015" + }, + { + "eventid": "49f22f57-d41f-4a14-8e49-ebf55fd0ee32", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:13", + "lon": 112.872681, + "lat": 36.271126, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:08", + "devicecode": "98015" + }, + { + "eventid": "6cfa638f-c4cc-4b0b-90f2-5fd0b8edbdbe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:58", + "lon": 112.872453, + "lat": 36.270223, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:51", + "devicecode": "98015" + }, + { + "eventid": "48cebb48-ef83-4176-a7ac-7c03d26d9e19", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:43", + "lon": 112.872198, + "lat": 36.269248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:37", + "devicecode": "98015" + }, + { + "eventid": "3ea900af-98e5-482e-9467-8c6be5b3cab3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:28", + "lon": 112.871996, + "lat": 36.268268, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:20", + "devicecode": "98015" + }, + { + "eventid": "b7817c25-e70d-4b0a-a9b0-206ba9784a66", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:13", + "lon": 112.871841, + "lat": 36.267748, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:08", + "devicecode": "98015" + }, + { + "eventid": "bbec2640-bf18-4d22-a2eb-fff1a9e33c03", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:58", + "lon": 112.87206, + "lat": 36.267705, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98015" + }, + { + "eventid": "642b2cdd-9845-4e52-8454-e3242725a99f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:43", + "lon": 112.872488, + "lat": 36.267656, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:33", + "devicecode": "98015" + }, + { + "eventid": "324e61a3-0863-48f4-be42-59b4cdf51a6b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:28", + "lon": 112.873078, + "lat": 36.267573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:21", + "devicecode": "98015" + }, + { + "eventid": "e9d3fd3a-8d45-46aa-80b0-ecb7bbd8118d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:13", + "lon": 112.873875, + "lat": 36.267473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98015" + }, + { + "eventid": "5056c34f-5b16-4d3f-8979-a96ad21c2f64", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:58", + "lon": 112.874485, + "lat": 36.267428, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:52", + "devicecode": "98015" + }, + { + "eventid": "0a4f2848-a92b-4844-963b-76b8786d0067", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:43", + "lon": 112.874881, + "lat": 36.267375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:33", + "devicecode": "98015" + }, + { + "eventid": "2b8fc41b-8d1e-4224-b6f6-f8d227a7891a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:28", + "lon": 112.875243, + "lat": 36.267341, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:21", + "devicecode": "98015" + }, + { + "eventid": "477629ac-6f67-4119-843c-15a0db9682ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:13", + "lon": 112.875443, + "lat": 36.267325, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98015" + }, + { + "eventid": "e5515e15-0915-471a-af95-09acb90b05ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:58", + "lon": 112.87544, + "lat": 36.267321, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:50", + "devicecode": "98015" + }, + { + "eventid": "cabfc852-4ba1-499d-bce7-822f388d7d69", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:43", + "lon": 112.87544, + "lat": 36.26732, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:38", + "devicecode": "98015" + }, + { + "eventid": "c01b500d-c1c6-4750-9cb8-15ce3251fdfe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:28", + "lon": 112.875441, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:20", + "devicecode": "98015" + }, + { + "eventid": "d1f5aab9-e631-42c7-b0e7-55eac6fc3679", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:13", + "lon": 112.87543, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:08", + "devicecode": "98015" + }, + { + "eventid": "f71bfe9b-4c74-4520-84d9-093cf9bdf69f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:58", + "lon": 112.875428, + "lat": 36.26733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:50", + "devicecode": "98015" + }, + { + "eventid": "664405c9-ec20-4dda-823a-f94b11bb9de6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:43", + "lon": 112.875533, + "lat": 36.267318, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:33", + "devicecode": "98015" + }, + { + "eventid": "a8f5b1e6-8e4a-49e5-989c-675b83fb494c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:28", + "lon": 112.87585, + "lat": 36.267301, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:21", + "devicecode": "98015" + }, + { + "eventid": "025afd80-1aec-4264-b4ec-65c8327a662e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:13", + "lon": 112.876151, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:04", + "devicecode": "98015" + }, + { + "eventid": "424db336-66e9-4e7b-b8ce-c67077f2288c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:58", + "lon": 112.876256, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:51", + "devicecode": "98015" + }, + { + "eventid": "c0af73ca-87de-4ee7-b3b3-0e33d6ed14df", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:43", + "lon": 112.876251, + "lat": 36.267285, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:38", + "devicecode": "98015" + }, + { + "eventid": "6dcc1b79-05d0-48b6-b9b8-09bc53c47475", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:28", + "lon": 112.87631, + "lat": 36.267278, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:18", + "devicecode": "98015" + }, + { + "eventid": "f9df55ad-e369-466c-a51f-418129d474fe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:13", + "lon": 112.876293, + "lat": 36.267266, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:06", + "devicecode": "98015" + }, + { + "eventid": "8ed3b4e9-c895-4eae-8640-45b724f93810", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:54", + "lon": 112.876163, + "lat": 36.267261, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:49", + "devicecode": "98015" + }, + { + "eventid": "608bcacd-048f-4f10-9d3c-d73d17c57673", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:39", + "lon": 112.875805, + "lat": 36.267268, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:31", + "devicecode": "98015" + }, + { + "eventid": "112ec3da-65d0-4440-bac8-22febe74c6e7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:24", + "lon": 112.875425, + "lat": 36.26729, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:19", + "devicecode": "98015" + }, + { + "eventid": "fbc816f2-307f-49bf-b2ef-901d91725d1d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:09", + "lon": 112.874985, + "lat": 36.267326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:00", + "devicecode": "98015" + }, + { + "eventid": "f064ba3b-b849-46aa-ab92-024064c1a915", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:54", + "lon": 112.874508, + "lat": 36.267395, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:48", + "devicecode": "98015" + }, + { + "eventid": "8c0af2e6-182c-441e-ba63-fdd00485f633", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:39", + "lon": 112.874108, + "lat": 36.267451, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:36", + "devicecode": "98015" + }, + { + "eventid": "e1e39442-cb5b-4601-9477-4cd85f78971e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:24", + "lon": 112.873905, + "lat": 36.267446, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:19", + "devicecode": "98015" + }, + { + "eventid": "83aa0cef-fd21-429f-90c8-53936fd945bb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:09", + "lon": 112.873908, + "lat": 36.267443, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:07", + "devicecode": "98015" + }, + { + "eventid": "047ff14b-9595-4f9d-b3db-f7796a85d742", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:54", + "lon": 112.87415, + "lat": 36.267258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:49", + "devicecode": "98015" + }, + { + "eventid": "36fa175e-06f4-4265-b14a-ac5c0399b7d2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:39", + "lon": 112.874141, + "lat": 36.266851, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:32", + "devicecode": "98015" + }, + { + "eventid": "ad01a189-1d2e-4e81-988e-f7182135d12c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:24", + "lon": 112.874085, + "lat": 36.266485, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:14", + "devicecode": "98015" + }, + { + "eventid": "c4d1f209-b9ca-4a36-bd42-6c0528a4171c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:09", + "lon": 112.874023, + "lat": 36.266121, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:02", + "devicecode": "98015" + }, + { + "eventid": "d4f54bbb-edad-48a6-96f8-6869e2974b19", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:54", + "lon": 112.873953, + "lat": 36.265755, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:46", + "devicecode": "98015" + }, + { + "eventid": "30290dc0-b2e9-4829-bf31-e7a6123b3d6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:39", + "lon": 112.873861, + "lat": 36.265243, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:29", + "devicecode": "98015" + }, + { + "eventid": "c35cdafe-3218-4ae2-8460-629d5660fd35", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:24", + "lon": 112.873753, + "lat": 36.264636, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:18", + "devicecode": "98015" + }, + { + "eventid": "f628ff41-1410-4e73-85ef-0ccd71a991f7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:09", + "lon": 112.873636, + "lat": 36.263951, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:00", + "devicecode": "98015" + }, + { + "eventid": "06d5bdc7-ce0a-4672-b758-ef988f23791b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:54", + "lon": 112.873505, + "lat": 36.2632, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:49", + "devicecode": "98015" + }, + { + "eventid": "1588da6a-953c-47e6-9177-bfe8ed3d0788", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:39", + "lon": 112.873401, + "lat": 36.262461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:32", + "devicecode": "98015" + }, + { + "eventid": "bfd8085c-2681-49e7-8249-f4acafee8c78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:24", + "lon": 112.874111, + "lat": 36.26231, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:16", + "devicecode": "98015" + }, + { + "eventid": "f0fdea0e-6a07-400d-80a9-c6833a5b474a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:09", + "lon": 112.87441, + "lat": 36.262236, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:00", + "devicecode": "98015" + }, + { + "eventid": "ad3690d3-d8cf-4682-87c3-9dbaac020185", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:54", + "lon": 112.874765, + "lat": 36.262228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:49", + "devicecode": "98015" + }, + { + "eventid": "0a1acd85-aee5-45e0-a1b3-02316e03f2de", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:39", + "lon": 112.87536, + "lat": 36.262156, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:32", + "devicecode": "98015" + }, + { + "eventid": "bf89402b-6935-481b-803a-6b83d88c2ba4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:24", + "lon": 112.87583, + "lat": 36.262098, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:16", + "devicecode": "98015" + }, + { + "eventid": "0cf77ee0-d42d-4616-9a3d-0367646921f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:09", + "lon": 112.876161, + "lat": 36.262043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:59", + "devicecode": "98015" + }, + { + "eventid": "9aa760b4-a636-441e-b513-ec9217a1b0ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:49", + "lon": 112.876163, + "lat": 36.262031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:43", + "devicecode": "98015" + }, + { + "eventid": "7e3f37e4-b6db-4a70-8593-b4bea51b9226", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:34", + "lon": 112.875526, + "lat": 36.262105, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:26", + "devicecode": "98015" + }, + { + "eventid": "6b73c38e-ef85-4985-897b-5cd1c1aed2ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:19", + "lon": 112.875518, + "lat": 36.262105, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:10", + "devicecode": "98015" + }, + { + "eventid": "9fc02ed3-6aae-48d3-9080-b8604575b115", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:04", + "lon": 112.875515, + "lat": 36.26211, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:59", + "devicecode": "98015" + }, + { + "eventid": "e0f8d146-9c7f-418d-b8d5-29ef2855ec39", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:49", + "lon": 112.87526, + "lat": 36.262161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:43", + "devicecode": "98015" + }, + { + "eventid": "d0dea7c4-2d71-4ccd-a41d-b4ac860d4ba0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:34", + "lon": 112.874455, + "lat": 36.262263, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:25", + "devicecode": "98015" + }, + { + "eventid": "49913f92-3a32-489d-a864-fcc1f7e98ef9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:19", + "lon": 112.87354, + "lat": 36.262383, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:14", + "devicecode": "98015" + }, + { + "eventid": "fdae227b-5642-4492-9a2f-e3a22cabcf58", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:04", + "lon": 112.873501, + "lat": 36.263215, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:58", + "devicecode": "98015" + }, + { + "eventid": "5d20a323-115e-4afc-b76a-da1ea1fd1549", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:49", + "lon": 112.87362, + "lat": 36.26396, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:41", + "devicecode": "98015" + }, + { + "eventid": "c84d075e-f31c-483b-8924-a349cc8dc487", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:34", + "lon": 112.873673, + "lat": 36.264143, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:28", + "devicecode": "98015" + }, + { + "eventid": "9223661c-843e-4aa0-98bb-3268e68ed935", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:19", + "lon": 112.873688, + "lat": 36.264158, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:11", + "devicecode": "98015" + }, + { + "eventid": "26a90207-237b-4d8b-8eb3-8fee19e41060", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:04", + "lon": 112.873698, + "lat": 36.264256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98015" + }, + { + "eventid": "cb3f2914-c3fd-4f9e-9416-ae3d963161cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:49", + "lon": 112.873753, + "lat": 36.26461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:44", + "devicecode": "98015" + }, + { + "eventid": "a9b30cc2-0fc6-4160-84dd-7a2c1e996ad2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:34", + "lon": 112.873808, + "lat": 36.264888, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:27", + "devicecode": "98015" + }, + { + "eventid": "7d5986b2-7e9c-4517-8724-13e9d5547bbc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:19", + "lon": 112.873338, + "lat": 36.265033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:11", + "devicecode": "98015" + }, + { + "eventid": "b8258ec8-d080-4f1e-a833-6aaa13f6b09f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:04", + "lon": 112.872605, + "lat": 36.265053, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:54", + "devicecode": "98015" + }, + { + "eventid": "f63cef96-97f3-45b4-830d-f556900022a0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:49", + "lon": 112.871753, + "lat": 36.265075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:43", + "devicecode": "98015" + }, + { + "eventid": "2b64c741-fda0-487e-9b38-c377879a3900", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:34", + "lon": 112.871265, + "lat": 36.265006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:27", + "devicecode": "98015" + }, + { + "eventid": "7fe1e048-6011-439d-8fd4-f7ae457874f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:19", + "lon": 112.87111, + "lat": 36.264198, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:10", + "devicecode": "98015" + }, + { + "eventid": "5ff77d54-4569-4ea1-9062-dd015d251c40", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:04", + "lon": 112.870901, + "lat": 36.263203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:59", + "devicecode": "98015" + }, + { + "eventid": "ff0140b6-2329-4d4a-8e6b-aefa0c7a0512", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:49", + "lon": 112.870693, + "lat": 36.262213, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:41", + "devicecode": "98015" + }, + { + "eventid": "85b499b6-809b-45ea-a4e9-7c182f0b56d9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:34", + "lon": 112.870485, + "lat": 36.261173, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:24", + "devicecode": "98015" + }, + { + "eventid": "764d1124-4b10-4212-9557-75c48e4ae61a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:19", + "lon": 112.870235, + "lat": 36.260006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:13", + "devicecode": "98015" + }, + { + "eventid": "90b56a47-aa4d-480c-97dc-168f4ab0faeb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:04", + "lon": 112.86998, + "lat": 36.2589, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:56", + "devicecode": "98015" + }, + { + "eventid": "c7a3f64a-cad3-4b1f-955b-fb914f4d7b01", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:49", + "lon": 112.870321, + "lat": 36.258495, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:39", + "devicecode": "98015" + }, + { + "eventid": "6f880d48-096f-4d6e-ab28-7b782e712dc6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:34", + "lon": 112.871245, + "lat": 36.258326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:28", + "devicecode": "98015" + }, + { + "eventid": "bf112f78-c891-43c4-9e6d-4c8202d34129", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:19", + "lon": 112.872125, + "lat": 36.25818, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:10", + "devicecode": "98015" + }, + { + "eventid": "92c1ee5f-0888-4a2c-b356-04d9ada08aa2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:04", + "lon": 112.873131, + "lat": 36.25801, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:59", + "devicecode": "98015" + }, + { + "eventid": "426691d4-d4ba-48a4-95ac-61bcd7cb5c99", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:49", + "lon": 112.874221, + "lat": 36.25782, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:41", + "devicecode": "98015" + }, + { + "eventid": "c001951e-3c22-4234-81c6-ea8ee9a7e266", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:34", + "lon": 112.875333, + "lat": 36.257625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:24", + "devicecode": "98015" + }, + { + "eventid": "736ef7ec-0bc8-4e90-b9a6-a08510f285d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:19", + "lon": 112.87588, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:14", + "devicecode": "98015" + }, + { + "eventid": "5fc7eb82-f221-4c8d-a99f-7c0a4843d638", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:04", + "lon": 112.875836, + "lat": 36.257458, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:57", + "devicecode": "98015" + }, + { + "eventid": "b0ac75ef-6ff4-43c7-b0bf-083af3345ade", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:48", + "lon": 112.875835, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:41", + "devicecode": "98015" + }, + { + "eventid": "4fc24eae-e430-4b9a-a769-c709fc6301fd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:30", + "lon": 112.875608, + "lat": 36.257521, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:24", + "devicecode": "98015" + }, + { + "eventid": "40606c16-c833-439e-b11c-dcdaf9f81286", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:15", + "lon": 112.875001, + "lat": 36.257593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:07", + "devicecode": "98015" + }, + { + "eventid": "71e99d4b-6d1e-4690-b428-a059cf598e57", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:00", + "lon": 112.874823, + "lat": 36.257343, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98015" + }, + { + "eventid": "921ba025-18b6-4666-a07e-3d8e5de3240e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:45", + "lon": 112.87455, + "lat": 36.257108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:39", + "devicecode": "98015" + }, + { + "eventid": "c9a93591-19d2-41a6-ade7-40b0184499df", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:30", + "lon": 112.87408, + "lat": 36.256986, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:23", + "devicecode": "98015" + }, + { + "eventid": "b7fcfe9a-b5c9-47d7-b7b8-6e11c07a4c05", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:00", + "lon": 112.872916, + "lat": 36.256345, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98015" + }, + { + "eventid": "cd1038bd-e4fa-414e-9631-03bc249032e8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:45", + "lon": 112.87216, + "lat": 36.255883, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:39", + "devicecode": "98015" + }, + { + "eventid": "97559132-cfc3-4708-a851-1df0ec469140", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:30", + "lon": 112.871823, + "lat": 36.255648, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:23", + "devicecode": "98015" + }, + { + "eventid": "30b3c975-80b1-4905-9733-cdf57421124e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:15", + "lon": 112.871885, + "lat": 36.255326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:06", + "devicecode": "98015" + }, + { + "eventid": "89bc3cef-0a22-4301-8804-90a9232e271a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:43", + "lon": 112.872076, + "lat": 36.254051, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98015" + }, + { + "eventid": "ec271673-c40a-4f98-a66e-16f2e5236ecc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:58", + "lon": 112.87197, + "lat": 36.254691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98015" + }, + { + "eventid": "f7f46239-514c-4a21-a26e-b11276515040", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:28", + "lon": 112.872158, + "lat": 36.253276, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:21", + "devicecode": "98015" + }, + { + "eventid": "1a5220d4-9268-476b-82f7-b5287e8a1d48", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:13", + "lon": 112.872218, + "lat": 36.25265, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:05", + "devicecode": "98015" + }, + { + "eventid": "b90acc1a-e706-4f88-ba98-3e7a7c49ab83", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:58", + "lon": 112.872263, + "lat": 36.252153, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:48", + "devicecode": "98015" + }, + { + "eventid": "e9c9e2b3-7c6e-4442-9c6d-a5e19a04b9a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:43", + "lon": 112.872181, + "lat": 36.251861, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:37", + "devicecode": "98015" + }, + { + "eventid": "c6c71cca-53c0-44e7-8a22-05b00022b487", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:28", + "lon": 112.871575, + "lat": 36.25183, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:20", + "devicecode": "98015" + }, + { + "eventid": "10fb39ae-06f3-49a3-be69-d22670cdc285", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:13", + "lon": 112.870925, + "lat": 36.25181, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:04", + "devicecode": "98015" + }, + { + "eventid": "9c93c4b8-2f27-4e5b-98f6-2906a91125b4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:57", + "lon": 112.870165, + "lat": 36.251785, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:47", + "devicecode": "98015" + }, + { + "eventid": "7d923a43-bd08-45cb-b91b-2cf4cf0599d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:42", + "lon": 112.869478, + "lat": 36.251763, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:35", + "devicecode": "98015" + }, + { + "eventid": "f121f682-4aec-46a9-b729-8ee4228a4ffd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:27", + "lon": 112.868705, + "lat": 36.251735, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:18", + "devicecode": "98015" + }, + { + "eventid": "56f3610b-a875-4e15-a5d1-933ab2ee11ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:12", + "lon": 112.867948, + "lat": 36.251723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:07", + "devicecode": "98015" + }, + { + "eventid": "ef272012-591b-41b5-9da7-a293540498b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:57", + "lon": 112.867841, + "lat": 36.251258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:50", + "devicecode": "98015" + }, + { + "eventid": "025d473b-7966-4e0c-aeb4-696b2a4a0ddf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:42", + "lon": 112.867863, + "lat": 36.250593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:33", + "devicecode": "98015" + }, + { + "eventid": "18dbd881-f713-42bd-99ae-d185b685c537", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:27", + "lon": 112.867895, + "lat": 36.249958, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:22", + "devicecode": "98015" + }, + { + "eventid": "a2c8e457-cb4b-4aa0-a080-f20162c1ded5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:12", + "lon": 112.868441, + "lat": 36.24996, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:05", + "devicecode": "98015" + }, + { + "eventid": "f3a3abfa-aa17-4189-a9ca-703c593c0d32", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:57", + "lon": 112.869226, + "lat": 36.25001, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:49", + "devicecode": "98015" + }, + { + "eventid": "ca7ed926-8988-40d1-933c-ec8fabf42c61", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:42", + "lon": 112.869918, + "lat": 36.250051, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:32", + "devicecode": "98015" + }, + { + "eventid": "5667f672-fed0-4b7d-8986-807d9ee87485", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:27", + "lon": 112.870686, + "lat": 36.250095, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:21", + "devicecode": "98015" + }, + { + "eventid": "d4bbd124-c88d-4d83-b79e-3099925667d6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:12", + "lon": 112.87149, + "lat": 36.250133, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:05", + "devicecode": "98015" + }, + { + "eventid": "7798df7b-78f8-45a6-8c22-93ec2a8de0aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:57", + "lon": 112.872306, + "lat": 36.25017, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:48", + "devicecode": "98015" + }, + { + "eventid": "4893cfc5-97e6-4163-b4d7-3f5e4491a730", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:42", + "lon": 112.872786, + "lat": 36.250203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98015" + }, + { + "eventid": "a2c6206a-f4f4-4deb-b609-083ce7f1e358", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:27", + "lon": 112.87349, + "lat": 36.250233, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98015" + }, + { + "eventid": "0927e6d6-be78-4829-b57f-a4649a117550", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:12", + "lon": 112.874156, + "lat": 36.250275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:06", + "devicecode": "98015" + }, + { + "eventid": "77cc5002-e59b-4b8b-be57-be7c1f693fff", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:57", + "lon": 112.874875, + "lat": 36.25033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98015" + }, + { + "eventid": "31a344d8-7325-45a2-ad01-ca36663e5ca1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:42", + "lon": 112.875405, + "lat": 36.250376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:38", + "devicecode": "98015" + }, + { + "eventid": "ddbf6efd-5580-4dee-a2b5-a961eb2d7ce0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:27", + "lon": 112.875431, + "lat": 36.250375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98015" + }, + { + "eventid": "dbbf23b3-2056-48d7-9834-7ea7222260f5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:12", + "lon": 112.87549, + "lat": 36.250376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98015" + }, + { + "eventid": "73deb662-f409-44c4-9d07-aca1b016df8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:56", + "lon": 112.875501, + "lat": 36.25039, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:51", + "devicecode": "98015" + }, + { + "eventid": "b934e5ca-2cf5-4a34-821e-f5db6d99eec9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:38", + "lon": 112.875533, + "lat": 36.250378, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98015" + }, + { + "eventid": "0e9bdd14-64c8-4c59-94d4-9eb8853590e9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:22", + "lon": 112.875346, + "lat": 36.250335, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98015" + }, + { + "eventid": "a34b55fe-bf06-4a53-8826-090d52d41be8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:07", + "lon": 112.874773, + "lat": 36.25029, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:00", + "devicecode": "98015" + }, + { + "eventid": "c44f09b5-0384-4b51-9e96-2f76e625f9dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:52", + "lon": 112.874055, + "lat": 36.250246, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:43", + "devicecode": "98015" + }, + { + "eventid": "5f194843-8aa7-404e-b54a-07d0e90d9a8d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:37", + "lon": 112.873343, + "lat": 36.25021, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:27", + "devicecode": "98015" + }, + { + "eventid": "4bfd18f3-99c8-4b54-97fd-3f82bfa40179", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:22", + "lon": 112.872606, + "lat": 36.250176, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98015" + }, + { + "eventid": "88999357-da2b-4ce5-b93d-a3cff2824f84", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:07", + "lon": 112.872168, + "lat": 36.250136, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98015" + }, + { + "eventid": "6eeed6e3-1a2a-4148-825b-b91266171530", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:52", + "lon": 112.871553, + "lat": 36.25011, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:43", + "devicecode": "98015" + }, + { + "eventid": "78e86e89-c437-4d48-85bf-9f2aaa2f93d3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:37", + "lon": 112.87081, + "lat": 36.250066, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98015" + }, + { + "eventid": "065956fb-cdc5-4f93-b580-54853e69233e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:22", + "lon": 112.870083, + "lat": 36.250023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98015" + }, + { + "eventid": "fc3a3033-5032-43d4-997e-d48479c0cba0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:07", + "lon": 112.869255, + "lat": 36.249971, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:58", + "devicecode": "98015" + }, + { + "eventid": "47a0bf4d-7d81-4b0b-ae24-9d293ab70919", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:52", + "lon": 112.868353, + "lat": 36.249938, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:42", + "devicecode": "98015" + }, + { + "eventid": "457a90aa-2ea2-4a81-8f50-e3f07f92411a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:37", + "lon": 112.867965, + "lat": 36.249713, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98015" + }, + { + "eventid": "5f66c295-8007-438c-badc-0aae94f5eefb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:22", + "lon": 112.86807, + "lat": 36.249095, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98015" + }, + { + "eventid": "9c848b18-2553-4343-be17-da566ad5be52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:07", + "lon": 112.86819, + "lat": 36.24841, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:57", + "devicecode": "98015" + }, + { + "eventid": "5e29c066-615d-45d5-8a6d-1bbb278fd72b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:52", + "lon": 112.868268, + "lat": 36.247805, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:46", + "devicecode": "98015" + }, + { + "eventid": "fb8af052-52f9-45a6-a6c8-3a49429d7723", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:37", + "lon": 112.868391, + "lat": 36.24709, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98015" + }, + { + "eventid": "0a597178-0a94-4f6a-8364-889aff3887fa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:22", + "lon": 112.868478, + "lat": 36.246301, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:13", + "devicecode": "98015" + }, + { + "eventid": "b709e9d9-deb4-4387-aa66-018f7015eaaf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:07", + "lon": 112.86858, + "lat": 36.24546, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:02", + "devicecode": "98015" + }, + { + "eventid": "524429b5-c222-4738-985f-49d7a835adfd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:52", + "lon": 112.868658, + "lat": 36.244776, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98015" + }, + { + "eventid": "afbc9f52-3ee1-4e31-ad55-da63858fa95e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:37", + "lon": 112.869141, + "lat": 36.244763, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:28", + "devicecode": "98015" + }, + { + "eventid": "6d207111-d1b1-4515-9bf3-82f001d139dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:22", + "lon": 112.869953, + "lat": 36.244815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:17", + "devicecode": "98015" + }, + { + "eventid": "5e0bfb72-ff95-4f13-b22c-f7547dad03b7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:07", + "lon": 112.870816, + "lat": 36.244866, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98015" + }, + { + "eventid": "51a7757f-7ff5-4d35-836f-628de443159e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:52", + "lon": 112.871638, + "lat": 36.244928, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98015" + }, + { + "eventid": "ba0f04bd-1808-4a75-9e75-3f01141b2212", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:36", + "lon": 112.872451, + "lat": 36.244985, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:27", + "devicecode": "98015" + }, + { + "eventid": "b3682861-4a48-42f8-9437-f847dbab7c4b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:21", + "lon": 112.873095, + "lat": 36.244815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:16", + "devicecode": "98015" + }, + { + "eventid": "0c1b314d-a46a-4bf7-a581-1bc72ad405be", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:06", + "lon": 112.873518, + "lat": 36.244448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:05", + "devicecode": "98015" + }, + { + "eventid": "c5c31d6e-9e8e-40d1-bdd4-436f9e45ab88", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:51", + "lon": 112.873695, + "lat": 36.24443, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98015" + }, + { + "eventid": "f0532d93-d771-4964-8b10-40ea0b5d3919", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:36", + "lon": 112.87408, + "lat": 36.244473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98015" + }, + { + "eventid": "5f79b627-391d-4bb3-93ba-a766a5a4b4e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:21", + "lon": 112.874496, + "lat": 36.24449, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:16", + "devicecode": "98015" + }, + { + "eventid": "7b7fbd7c-5cf9-4632-bd60-f23a3bec8019", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:06", + "lon": 112.874941, + "lat": 36.244256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98015" + }, + { + "eventid": "8eeb5eb7-a964-4fd7-97e7-4c18fb905d9b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:51", + "lon": 112.875371, + "lat": 36.244031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98015" + }, + { + "eventid": "e3d9dd22-2911-465f-b7a4-00d2a97d0ab7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:36", + "lon": 112.875885, + "lat": 36.244026, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:37", + "devicecode": "98015" + }, + { + "eventid": "bc21c787-bc6d-4249-b88a-f753ae6d16d9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:21", + "lon": 112.876263, + "lat": 36.244053, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98015" + }, + { + "eventid": "ed1c3a57-72d2-44b8-bf47-bf4869d5ce2c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:02", + "lon": 112.876285, + "lat": 36.244035, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:55", + "devicecode": "98015" + }, + { + "eventid": "3c748d46-b09c-4c44-8241-d77e047b6257", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:47", + "lon": 112.875978, + "lat": 36.244028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:38", + "devicecode": "98015" + }, + { + "eventid": "9fe8d319-639b-43f4-b8fc-7bae20d5fb8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:32", + "lon": 112.875891, + "lat": 36.24396, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98015" + }, + { + "eventid": "96293b83-5d7d-4d05-b555-b8a48dc904bd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:17", + "lon": 112.875946, + "lat": 36.243435, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:08", + "devicecode": "98015" + }, + { + "eventid": "8ce18e49-baf5-45a8-bc69-a0e815dc8482", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:02", + "lon": 112.87602, + "lat": 36.242821, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98015" + }, + { + "eventid": "2d959e80-f13c-4fc0-b31d-1f992815052f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:47", + "lon": 112.87609, + "lat": 36.242225, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98015" + }, + { + "eventid": "7ea8538c-c9cf-446b-906c-f5c8e7df0f3e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:32", + "lon": 112.87603, + "lat": 36.24183, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98015" + }, + { + "eventid": "c2ccf0c2-89a7-4631-9cf6-ed29dcbae8f0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:17", + "lon": 112.875436, + "lat": 36.24177, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98015" + }, + { + "eventid": "a76ebd7a-da01-4fa8-8697-53abbbde99e4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:02", + "lon": 112.874846, + "lat": 36.241723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:52", + "devicecode": "98015" + }, + { + "eventid": "4c33dca6-aa4f-4155-a00e-21d1e3ee80cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:47", + "lon": 112.87424, + "lat": 36.241676, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98015" + }, + { + "eventid": "260634a7-80c8-497b-8648-dcceab0e3463", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:32", + "lon": 112.873665, + "lat": 36.241596, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98015" + }, + { + "eventid": "f3c66aa0-5a1c-4ae4-8831-57bca06de95b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:17", + "lon": 112.873735, + "lat": 36.24109, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:12", + "devicecode": "98015" + }, + { + "eventid": "361ca519-2a44-4b49-9ceb-9df19c9a0981", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:02", + "lon": 112.873848, + "lat": 36.24042, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:55", + "devicecode": "98015" + }, + { + "eventid": "e0b7c796-4d65-42bd-b222-7fa92ef51fb0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:47", + "lon": 112.874365, + "lat": 36.239948, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:38", + "devicecode": "98015" + }, + { + "eventid": "81f5564b-8d38-4c41-9e51-effc292f00d7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:32", + "lon": 112.8753, + "lat": 36.239445, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98015" + }, + { + "eventid": "95144aad-5c64-4f7b-9d6a-0716003007a6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:17", + "lon": 112.876153, + "lat": 36.23898, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98015" + }, + { + "eventid": "0e086498-fc5c-4b8e-ad73-aa6f955703e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:02", + "lon": 112.876848, + "lat": 36.238795, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98015" + }, + { + "eventid": "e31606aa-ccb5-47bc-9c67-6eb522b67043", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:43", + "lon": 112.87693, + "lat": 36.238795, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:36", + "devicecode": "98015" + }, + { + "eventid": "84149824-c619-4f2c-9a46-492c076a6f21", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:28", + "lon": 112.877558, + "lat": 36.238793, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:21", + "devicecode": "98015" + }, + { + "eventid": "ff8569ea-f623-41d3-9e63-1c4fa23a3d9b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:13", + "lon": 112.879046, + "lat": 36.238788, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:05", + "devicecode": "98015" + }, + { + "eventid": "4b36bc50-162e-4a62-9220-4dff1a9c61e0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:58", + "lon": 112.880331, + "lat": 36.238778, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:49", + "devicecode": "98015" + }, + { + "eventid": "82580fd6-6734-4430-b8b4-7316ed7f7b1b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:42", + "lon": 112.880705, + "lat": 36.238473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:43", + "devicecode": "98015" + }, + { + "eventid": "76bbfa95-be95-40de-8ca2-bc275d7336f5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:27", + "lon": 112.880723, + "lat": 36.238016, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:19", + "devicecode": "98015" + }, + { + "eventid": "2ab60c2b-d35a-4eda-8e3b-6ff8af09acd8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:12", + "lon": 112.880746, + "lat": 36.237598, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98015" + }, + { + "eventid": "1b4b2733-8e93-4220-926f-9fd7e3540922", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:57", + "lon": 112.880766, + "lat": 36.23724, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:52", + "devicecode": "98015" + }, + { + "eventid": "25a97280-b87f-4a26-a1a7-ed6d03e9a0d8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:42", + "lon": 112.880785, + "lat": 36.23686, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:35", + "devicecode": "98015" + }, + { + "eventid": "20f296d8-30d6-4a5a-961d-7bc5ba5fc1f8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:27", + "lon": 112.880783, + "lat": 36.236458, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:18", + "devicecode": "98015" + }, + { + "eventid": "059e0904-fc86-4dd2-bb67-394691b61bfb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:12", + "lon": 112.880835, + "lat": 36.235941, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98015" + }, + { + "eventid": "5bb92a85-ed06-401a-ba59-a327e7d0805c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:57", + "lon": 112.880858, + "lat": 36.235346, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:51", + "devicecode": "98015" + }, + { + "eventid": "389e3399-573e-42fa-bc7e-b160b0ab0455", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:42", + "lon": 112.880885, + "lat": 36.234761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:34", + "devicecode": "98015" + }, + { + "eventid": "a128f051-b525-4be3-b9d8-d292c981dac7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:27", + "lon": 112.880905, + "lat": 36.234221, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:17", + "devicecode": "98015" + }, + { + "eventid": "65080ddd-e376-4340-8543-ee0058b64612", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:12", + "lon": 112.880936, + "lat": 36.233715, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:06", + "devicecode": "98015" + }, + { + "eventid": "2fe52e48-d5f8-4d83-a633-4a3cd6934e82", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:57", + "lon": 112.88096, + "lat": 36.23316, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:49", + "devicecode": "98015" + }, + { + "eventid": "cac70d99-de17-49c7-9a0d-731bd6fab933", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:42", + "lon": 112.881266, + "lat": 36.23294, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:33", + "devicecode": "98015" + }, + { + "eventid": "9803859c-4a06-4787-9665-8bc83f0f07f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:27", + "lon": 112.88186, + "lat": 36.232906, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:21", + "devicecode": "98015" + }, + { + "eventid": "63b95e62-6923-438b-a4f4-47464d4e2ac8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:12", + "lon": 112.882471, + "lat": 36.232881, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:04", + "devicecode": "98015" + }, + { + "eventid": "cdba4b51-c883-45e0-94cf-020b349a244d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:57", + "lon": 112.883028, + "lat": 36.232868, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:47", + "devicecode": "98015" + }, + { + "eventid": "603e8318-ea40-4666-8518-a6f718264e05", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:42", + "lon": 112.88364, + "lat": 36.232841, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:36", + "devicecode": "98015" + }, + { + "eventid": "8273cde1-cf59-401e-9c12-fea70484ea4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:27", + "lon": 112.88427, + "lat": 36.232818, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:20", + "devicecode": "98015" + }, + { + "eventid": "67e20de9-24d6-4143-be43-00e8dfae9a49", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:12", + "lon": 112.884896, + "lat": 36.232755, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:04", + "devicecode": "98015" + }, + { + "eventid": "5b6a8e50-b13b-490d-83ec-8fc9f84ef640", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:57", + "lon": 112.884923, + "lat": 36.232161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:47", + "devicecode": "98015" + }, + { + "eventid": "73fafc74-6b41-47bd-9aee-3ac0b77778b3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:42", + "lon": 112.884966, + "lat": 36.231401, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:36", + "devicecode": "98015" + }, + { + "eventid": "d86306f5-1572-4c26-9413-0baa8a0d5663", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:27", + "lon": 112.884995, + "lat": 36.230843, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98015" + }, + { + "eventid": "017ea5eb-2a76-4340-a8ce-b24e13ee46ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:12", + "lon": 112.885031, + "lat": 36.230156, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:03", + "devicecode": "98015" + }, + { + "eventid": "057a7c49-de0c-4c3f-aa04-7cf488ae8c52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:57", + "lon": 112.885063, + "lat": 36.229858, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:51", + "devicecode": "98015" + }, + { + "eventid": "ffb313aa-3871-4b0b-942f-6f4dabff4b14", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:42", + "lon": 112.88472, + "lat": 36.229876, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:34", + "devicecode": "98015" + }, + { + "eventid": "b08f7d99-987e-4a9d-acda-6aef48b5f7a3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:27", + "lon": 112.884385, + "lat": 36.229895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:17", + "devicecode": "98015" + }, + { + "eventid": "6aeb5a04-8c78-4982-b297-8e33d70bc628", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.884396, + "lat": 36.229895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:01", + "devicecode": "98015" + }, + { + "eventid": "1b3dcbdb-7474-415f-8975-692ab32ffc7a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:53", + "lon": 112.88484, + "lat": 36.229873, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:45", + "devicecode": "98015" + }, + { + "eventid": "ee1b5928-abc8-4a0a-a8bb-9bd17d93203f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:38", + "lon": 112.885401, + "lat": 36.229833, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98015" + }, + { + "eventid": "8662c3b3-13d1-4097-ab01-70dca5073f95", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:23", + "lon": 112.885853, + "lat": 36.229781, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:17", + "devicecode": "98015" + }, + { + "eventid": "8182531e-e3ff-4be7-b86d-cdf1c054080a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.886296, + "lat": 36.229746, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98015" + }, + { + "eventid": "22062174-c3ae-427c-903b-4d2ecc671de2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:53", + "lon": 112.886668, + "lat": 36.229723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:44", + "devicecode": "98015" + }, + { + "eventid": "397c49e0-3969-4009-970d-73327640e69d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:38", + "lon": 112.886906, + "lat": 36.229713, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:28", + "devicecode": "98015" + }, + { + "eventid": "e4610408-b77c-4c74-aaae-c6c69a82a9bc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:23", + "lon": 112.887033, + "lat": 36.229431, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:22", + "devicecode": "98015" + }, + { + "eventid": "f22a5033-b926-49f0-9176-2e45753aabd2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:53", + "lon": 112.887048, + "lat": 36.228595, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:45", + "devicecode": "98015" + }, + { + "eventid": "8dc7168c-44b5-4d48-ab7c-b2094701132b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:38", + "lon": 112.887033, + "lat": 36.228018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:28", + "devicecode": "98015" + }, + { + "eventid": "4455bfa7-8d20-4d39-b3a9-11a985072728", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:23", + "lon": 112.887013, + "lat": 36.227521, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:17", + "devicecode": "98015" + }, + { + "eventid": "676bc7f6-f1d7-4651-a286-90e4a4cfed2d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:08", + "lon": 112.887013, + "lat": 36.22697, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98015" + }, + { + "eventid": "c1556cb6-b9a5-4453-9d1c-05621fbd6ac9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:53", + "lon": 112.887005, + "lat": 36.226456, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98015" + }, + { + "eventid": "a834b330-8842-47d7-8590-e1a895322053", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:38", + "lon": 112.887005, + "lat": 36.225973, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:33", + "devicecode": "98015" + }, + { + "eventid": "b7a7f13f-49f7-4cdd-857b-96445258feee", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:20", + "lon": 112.887008, + "lat": 36.225923, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:11", + "devicecode": "98015" + }, + { + "eventid": "c3b75df5-f970-4c21-a0f2-6eca21f4d330", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:03", + "lon": 112.88702, + "lat": 36.225425, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:54", + "devicecode": "98015" + }, + { + "eventid": "e8293d1a-9a6e-4c93-b4a9-91a633b775eb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:48", + "lon": 112.887016, + "lat": 36.224883, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:54", + "devicecode": "98015" + }, + { + "eventid": "1fd00c96-9733-4f1f-9e20-29be6ff19e4b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:33", + "lon": 112.887038, + "lat": 36.224361, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98015" + }, + { + "eventid": "d4508b93-efb5-4787-9d31-54b1c29342ba", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:03", + "lon": 112.887043, + "lat": 36.223123, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:54", + "devicecode": "98015" + }, + { + "eventid": "7f6a0358-5e76-463a-b04a-775af6f21c3d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:48", + "lon": 112.887051, + "lat": 36.222558, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:43", + "devicecode": "98015" + }, + { + "eventid": "8793525b-1c0b-480d-bdae-de093d4d8721", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:33", + "lon": 112.88715, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:26", + "devicecode": "98015" + }, + { + "eventid": "9e8ba4a1-8460-4473-9426-86797054973d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:18", + "lon": 112.887196, + "lat": 36.222093, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:09", + "devicecode": "98015" + }, + { + "eventid": "288944da-e0fa-48ac-bcd1-35acd7b35043", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:03", + "lon": 112.887191, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98015" + }, + { + "eventid": "61b6dd1f-e47c-46e0-8a21-12eac9d21b62", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:48", + "lon": 112.887188, + "lat": 36.22209, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:42", + "devicecode": "98015" + }, + { + "eventid": "219a70c3-d759-4dc8-b42a-5f851f4de371", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:33", + "lon": 112.887185, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:25", + "devicecode": "98015" + }, + { + "eventid": "bd1b7e04-3d69-46eb-8d2f-136ec61815e1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:18", + "lon": 112.887195, + "lat": 36.22209, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:08", + "devicecode": "98015" + }, + { + "eventid": "cae4b9e3-5fe1-4fd3-b4ff-7f9864d3fd8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:46", + "lon": 112.888436, + "lat": 36.222001, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98015" + }, + { + "eventid": "ebcd534a-531e-4301-9949-5be66833f943", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:01", + "lon": 112.887525, + "lat": 36.22205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98015" + }, + { + "eventid": "ae5977f6-fbd3-4c29-89c2-b1acafd05d56", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:31", + "lon": 112.889636, + "lat": 36.22195, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:39", + "devicecode": "98015" + }, + { + "eventid": "212a071b-d9dc-41de-9b1b-38162d192f4d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:16", + "lon": 112.889921, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:09", + "devicecode": "98015" + }, + { + "eventid": "714b67e9-e7bf-4d23-8850-a28072c683c7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:01", + "lon": 112.889918, + "lat": 36.222038, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98015" + }, + { + "eventid": "2a6c6d36-3442-4e10-bdbe-3342a74deed8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:46", + "lon": 112.889913, + "lat": 36.222031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98015" + }, + { + "eventid": "b9f77e31-6527-456b-a03e-a1fc2481be1f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:31", + "lon": 112.889903, + "lat": 36.22202, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:21", + "devicecode": "98015" + }, + { + "eventid": "e9c2ca2f-3d26-4996-8e3d-ecf68acac3fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:16", + "lon": 112.889903, + "lat": 36.222013, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:09", + "devicecode": "98015" + }, + { + "eventid": "afc98cf8-b701-499c-9642-8a56585f573c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:43", + "lon": 112.889921, + "lat": 36.222026, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98015" + }, + { + "eventid": "b93388e0-b05d-4995-bffd-4ab02741c091", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:58", + "lon": 112.889915, + "lat": 36.22202, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98015" + }, + { + "eventid": "2052677e-adf6-417b-8897-6ae9fa0387f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:28", + "lon": 112.889926, + "lat": 36.22203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98015" + }, + { + "eventid": "0db277e1-d752-4c40-825e-735db46036b9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:13", + "lon": 112.889928, + "lat": 36.222028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:06", + "devicecode": "98015" + }, + { + "eventid": "b8e950df-b6b1-4744-a56a-300cd157b64f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:58", + "lon": 112.889928, + "lat": 36.222023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:49", + "devicecode": "98015" + }, + { + "eventid": "a644c8ac-06d7-47dc-8e90-ab5c053296aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:43", + "lon": 112.889926, + "lat": 36.222018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:38", + "devicecode": "98015" + }, + { + "eventid": "0a431853-2061-4f49-9b68-ff143f9fb2d1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:28", + "lon": 112.88992, + "lat": 36.222008, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:21", + "devicecode": "98015" + }, + { + "eventid": "a20c2481-aa8b-41d5-8a34-da6f66060d2a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:13", + "lon": 112.88992, + "lat": 36.222005, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:05", + "devicecode": "98015" + }, + { + "eventid": "c953ad3a-2596-4648-ba8e-371ac19c9e6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:58", + "lon": 112.889921, + "lat": 36.222003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:48", + "devicecode": "98015" + }, + { + "eventid": "e1a849de-fc1f-4cab-a6b6-41360792670b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:43", + "lon": 112.88992, + "lat": 36.222003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:37", + "devicecode": "98015" + }, + { + "eventid": "72e070bc-10ef-42c8-be30-f42526606f7b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:28", + "lon": 112.889915, + "lat": 36.222005, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:20", + "devicecode": "98015" + }, + { + "eventid": "385710b3-19fe-45d9-83bb-8eba15b51050", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:13", + "lon": 112.88991, + "lat": 36.22201, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:08", + "devicecode": "98015" + }, + { + "eventid": "75eb895a-5d33-492d-b76d-ec98728ac99a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:58", + "lon": 112.889908, + "lat": 36.222006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:51", + "devicecode": "98015" + }, + { + "eventid": "374a4cd6-4a6c-4150-bc46-6c4a6b8802d4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:43", + "lon": 112.889925, + "lat": 36.222018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:33", + "devicecode": "98015" + }, + { + "eventid": "efac1ca9-38e4-4f8a-8655-79bf5c6364d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:28", + "lon": 112.889945, + "lat": 36.222028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:21", + "devicecode": "98015" + }, + { + "eventid": "e7ebe3f3-4e8c-4800-9208-0b8eccafa6e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:13", + "lon": 112.889946, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:08", + "devicecode": "98015" + }, + { + "eventid": "bad36af9-9160-4ffc-ae60-aca01a4c8400", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:58", + "lon": 112.88994, + "lat": 36.222035, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:51", + "devicecode": "98015" + }, + { + "eventid": "50c79ca0-07d5-444d-be6b-b90c6f8bce9e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:43", + "lon": 112.889936, + "lat": 36.22204, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:35", + "devicecode": "98015" + }, + { + "eventid": "adce7f2b-6f2d-4d8d-a7fb-a6f791a6cb4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:28", + "lon": 112.889933, + "lat": 36.222045, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:23", + "devicecode": "98015" + }, + { + "eventid": "2d6616ad-151f-47de-93a9-f968d4c506b7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:13", + "lon": 112.889926, + "lat": 36.222043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:06", + "devicecode": "98015" + }, + { + "eventid": "f385866f-9afc-4178-8536-45eb64ce1882", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:58", + "lon": 112.889918, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98015" + }, + { + "eventid": "cd9ac1a1-5219-49a5-96ac-3b15adb2ce01", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:55", + "lon": 112.889931, + "lat": 36.22205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "67e24563-467f-4003-8295-82bbd278e317", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:40", + "lon": 112.889916, + "lat": 36.221998, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "3cc98333-088d-4db5-b33a-b8cca2575f52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:40", + "lon": 112.889915, + "lat": 36.222031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "3c0eecea-eee7-4995-b783-7599e3d99182", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:10", + "lon": 112.891656, + "lat": 36.221838, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "34fb216f-cc03-4f1b-a3c3-d1589b5cf3f3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:25", + "lon": 112.889906, + "lat": 36.22203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "e48f3906-d5de-42e5-99f6-2c9df9d0f6e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:25", + "lon": 112.890558, + "lat": 36.22191, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "dce87783-b7d6-45e0-8698-7ad790ce671d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:10", + "lon": 112.889911, + "lat": 36.222038, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "5a614054-868a-41c8-821c-f82cd78f9941", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:55", + "lon": 112.892705, + "lat": 36.221761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:46", + "devicecode": "98015" + }, + { + "eventid": "e8dd29ce-41ae-4b3c-a8bc-451b146e9e9f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:40", + "lon": 112.892965, + "lat": 36.221258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:35", + "devicecode": "98015" + }, + { + "eventid": "9b2fdd99-3cf3-482e-aaea-98427ff961cb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:25", + "lon": 112.893015, + "lat": 36.220678, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:18", + "devicecode": "98015" + }, + { + "eventid": "5f1de863-3be2-4eb1-a4da-1d7d6cc9d6b5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:09", + "lon": 112.893026, + "lat": 36.220066, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:01", + "devicecode": "98015" + }, + { + "eventid": "30b622a7-d42f-4f20-9208-f86376b4c093", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:54", + "lon": 112.893023, + "lat": 36.219385, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:44", + "devicecode": "98015" + }, + { + "eventid": "cf10fbd8-228b-4988-b8f4-5016b272ed2b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:39", + "lon": 112.893061, + "lat": 36.218656, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:33", + "devicecode": "98015" + }, + { + "eventid": "3f4ea756-b08c-458f-9d9e-619fa748599c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:24", + "lon": 112.893045, + "lat": 36.217785, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98015" + }, + { + "eventid": "9d9e3d1e-4ba5-4f6c-81bb-fa44a4aa12fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:09", + "lon": 112.893073, + "lat": 36.21698, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98015" + }, + { + "eventid": "1e825ff3-5b67-430a-a778-3afe4d5c804d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:04", + "lon": 112.872418, + "lat": 36.270746, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:55", + "devicecode": "98015" + }, + { + "eventid": "843ab8c2-b01c-46a3-8a0c-5d349ac201fa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:49", + "lon": 112.872435, + "lat": 36.27075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:44", + "devicecode": "98015" + }, + { + "eventid": "68288ca5-45f1-4d92-98f8-06e4ee3b305c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:34", + "lon": 112.872428, + "lat": 36.27075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:27", + "devicecode": "98015" + }, + { + "eventid": "f5d457df-f1be-40e9-9c04-6045f914b8d0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:19", + "lon": 112.872416, + "lat": 36.270751, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:10", + "devicecode": "98015" + }, + { + "eventid": "c37f0500-43ad-450e-ab02-36787f17d377", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:04", + "lon": 112.87242, + "lat": 36.270745, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:59", + "devicecode": "98015" + }, + { + "eventid": "e9103493-2c7f-4be3-8275-39e573e23ef0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:49", + "lon": 112.872428, + "lat": 36.270736, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:47", + "devicecode": "98015" + }, + { + "eventid": "5a340100-4fa8-4fdd-ad60-f0e35a987fe8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:34", + "lon": 112.872451, + "lat": 36.270741, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:30", + "devicecode": "98015" + }, + { + "eventid": "b01b926b-9828-4ff2-9ee1-74bcf07242ec", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:19", + "lon": 112.87247, + "lat": 36.270766, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:12", + "devicecode": "98015" + }, + { + "eventid": "2b62cda4-7458-4576-9ea9-e5bf441f92c5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:04", + "lon": 112.872615, + "lat": 36.271321, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:55", + "devicecode": "98015" + }, + { + "eventid": "0a78c8be-637b-4acb-87ed-c9e20a97998c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:49", + "lon": 112.87279, + "lat": 36.27197, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:44", + "devicecode": "98015" + }, + { + "eventid": "2781c7df-82ca-4651-8ecc-b75215cc4c81", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:34", + "lon": 112.87299, + "lat": 36.272771, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:27", + "devicecode": "98015" + }, + { + "eventid": "51d542a6-742f-4e90-aa17-88351d426633", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:19", + "lon": 112.873208, + "lat": 36.273686, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:10", + "devicecode": "98015" + }, + { + "eventid": "8bd2743c-3464-4859-b085-baf52f0c7549", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:04", + "lon": 112.873441, + "lat": 36.27454, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:58", + "devicecode": "98015" + }, + { + "eventid": "c64f2ffa-dd3f-485c-9d25-f4b60f2c45ab", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:49", + "lon": 112.873646, + "lat": 36.275343, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:41", + "devicecode": "98015" + }, + { + "eventid": "c31815be-f91e-416c-8302-edf2726de981", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:34", + "lon": 112.873833, + "lat": 36.276206, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:24", + "devicecode": "98015" + }, + { + "eventid": "7ac336fa-d379-4924-9429-ca9e1551d6e4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:19", + "lon": 112.874021, + "lat": 36.27695, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:12", + "devicecode": "98015" + }, + { + "eventid": "25cfd8a9-40ae-4c63-bd7b-4fe67054bd64", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:04", + "lon": 112.874195, + "lat": 36.277681, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:56", + "devicecode": "98015" + }, + { + "eventid": "2759855a-69f8-4adc-9540-057d701102f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:49", + "lon": 112.874386, + "lat": 36.278433, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:44", + "devicecode": "98015" + }, + { + "eventid": "7255554e-5705-499e-9618-006571f17430", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:34", + "lon": 112.874591, + "lat": 36.279256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:27", + "devicecode": "98015" + }, + { + "eventid": "770c0c05-b659-434f-bc53-027da21bad49", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:19", + "lon": 112.874806, + "lat": 36.280108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:09", + "devicecode": "98015" + }, + { + "eventid": "dac99465-9496-4210-b8d6-c5d971e95511", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:04", + "lon": 112.87503, + "lat": 36.280958, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:58", + "devicecode": "98015" + }, + { + "eventid": "c29dbf69-282e-4a21-ac8b-1a133e73a3ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:49", + "lon": 112.87526, + "lat": 36.28177, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:41", + "devicecode": "98015" + }, + { + "eventid": "a1d1baf0-a1ca-46d9-97a2-02915bc523a1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:34", + "lon": 112.875458, + "lat": 36.282445, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:29", + "devicecode": "98015" + }, + { + "eventid": "722b8ffe-e272-4133-800d-9cbe0be8f11b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:19", + "lon": 112.875633, + "lat": 36.283098, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:13", + "devicecode": "98015" + }, + { + "eventid": "ee9f7228-1338-42cd-9297-0b25fd4c3c2b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:00", + "lon": 112.87562, + "lat": 36.283151, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:56", + "devicecode": "98015" + }, + { + "eventid": "c2e6006f-fd0e-4092-a345-51da003c24a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:45", + "lon": 112.875678, + "lat": 36.282923, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:38", + "devicecode": "98015" + }, + { + "eventid": "da2b2c94-e1a8-4b8d-97c4-8bb9f83c0379", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:30", + "lon": 112.875393, + "lat": 36.281811, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:21", + "devicecode": "98015" + }, + { + "eventid": "9d09567a-694c-448c-bc5a-7756fb95634f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:15", + "lon": 112.875033, + "lat": 36.280491, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:09", + "devicecode": "98015" + }, + { + "eventid": "f82bce98-f5be-4053-95a2-5da064b27968", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:00", + "lon": 112.874735, + "lat": 36.279208, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:51", + "devicecode": "98015" + }, + { + "eventid": "63f30949-f94a-4153-a6d7-19d8c32044f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:45", + "lon": 112.874476, + "lat": 36.278201, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:40", + "devicecode": "98015" + }, + { + "eventid": "d8537709-bddd-4303-8b8e-d198c9067e08", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:29", + "lon": 112.874286, + "lat": 36.277375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:23", + "devicecode": "98015" + }, + { + "eventid": "268b90d5-0c9d-4cce-a7a3-6f470d6d0bfd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:14", + "lon": 112.874011, + "lat": 36.276455, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:06", + "devicecode": "98015" + }, + { + "eventid": "cc228529-91ec-4bd4-a059-ae1a70887d3d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:56", + "lon": 112.87467, + "lat": 36.27609, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98015" + }, + { + "eventid": "19225d2e-eabb-4b2d-9dfa-52bec99499dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:41", + "lon": 112.87569, + "lat": 36.27592, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98015" + }, + { + "eventid": "a620c227-5745-4c45-9183-d7c9b916dc45", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:26", + "lon": 112.87657, + "lat": 36.27583, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:20", + "devicecode": "98015" + }, + { + "eventid": "862d4829-b9d9-4b3b-8564-9b0083062ee6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:11", + "lon": 112.87752, + "lat": 36.275748, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:03", + "devicecode": "98015" + }, + { + "eventid": "42165cba-b9e5-4d80-9c56-c38059a7e5ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:56", + "lon": 112.878545, + "lat": 36.275641, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:47", + "devicecode": "98015" + }, + { + "eventid": "917b48c8-7aca-4b65-8dcf-65b59cef7deb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:41", + "lon": 112.878838, + "lat": 36.275615, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:36", + "devicecode": "98015" + }, + { + "eventid": "fff9546b-32e3-48cd-ac89-44f02efda7e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:04", + "lon": 112.87884, + "lat": 36.2756, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98015" + }, + { + "eventid": "13ce476f-7acf-4f5f-8904-7a8e414c86cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:20", + "lon": 112.878853, + "lat": 36.275593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98015" + }, + { + "eventid": "18e19b6a-737d-4ed5-8cd9-6dde97056c11", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:49", + "lon": 112.878868, + "lat": 36.27558, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:08", + "devicecode": "98015" + }, + { + "eventid": "e143a7c1-515b-422e-9575-6901ffce5ef3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:34", + "lon": 112.878943, + "lat": 36.27557, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:26", + "devicecode": "98015" + }, + { + "eventid": "786d66b2-4e7e-4b97-9db7-f4920afa8c86", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:19", + "lon": 112.878863, + "lat": 36.275545, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:12", + "devicecode": "98015" + }, + { + "eventid": "3ac6305f-197a-4607-942e-8cadb1caee9c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:04", + "lon": 112.87845, + "lat": 36.275601, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:01", + "devicecode": "98015" + }, + { + "eventid": "e17b81ed-ead1-49c6-8c18-37373665d8ff", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:49", + "lon": 112.878333, + "lat": 36.27561, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:44", + "devicecode": "98015" + }, + { + "eventid": "60b1a961-40d6-49d0-8771-e22eed9bad62", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:34", + "lon": 112.878323, + "lat": 36.275611, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:27", + "devicecode": "98015" + }, + { + "eventid": "e7cde3a1-b883-4139-8418-fcee993a9c78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:19", + "lon": 112.87833, + "lat": 36.275618, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:10", + "devicecode": "98015" + }, + { + "eventid": "0cf7041a-876f-4325-b177-6b2465d4f0fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:04", + "lon": 112.878331, + "lat": 36.275625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:59", + "devicecode": "98015" + }, + { + "eventid": "7ab8bc06-eb1a-465b-80dc-6a74b07774b8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:49", + "lon": 112.878325, + "lat": 36.275628, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:42", + "devicecode": "98015" + }, + { + "eventid": "d9c36d70-1267-41a9-97e0-62d96dfd4034", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:34", + "lon": 112.878315, + "lat": 36.275631, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:25", + "devicecode": "98015" + }, + { + "eventid": "949ac9c5-8b52-4c25-8db6-4f4cb4008082", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:19", + "lon": 112.878075, + "lat": 36.275655, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:14", + "devicecode": "98015" + }, + { + "eventid": "3797374c-0ada-4087-96fb-f51f5bd18988", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:04", + "lon": 112.876911, + "lat": 36.275843, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:56", + "devicecode": "98015" + }, + { + "eventid": "796691ea-a227-4555-97eb-820ba152eb25", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:49", + "lon": 112.875786, + "lat": 36.27599, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:45", + "devicecode": "98015" + }, + { + "eventid": "d4001d6b-39d7-414a-bdf0-a076b8353a51", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:34", + "lon": 112.874756, + "lat": 36.276101, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:28", + "devicecode": "98015" + }, + { + "eventid": "3b59cdbf-7d67-45ab-b80b-a44dd94446dc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:19", + "lon": 112.873971, + "lat": 36.276128, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:11", + "devicecode": "98015" + }, + { + "eventid": "435fdf45-fd66-4535-8ddd-e13f4814f2c6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:04", + "lon": 112.87379, + "lat": 36.275541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:00", + "devicecode": "98015" + }, + { + "eventid": "518e5e0a-dbce-435f-80ef-936e4761c332", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:49", + "lon": 112.873616, + "lat": 36.27482, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:42", + "devicecode": "98015" + }, + { + "eventid": "4c54bcd9-a8f6-40e4-a620-703c05f79794", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:34", + "lon": 112.873461, + "lat": 36.274108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:30", + "devicecode": "98015" + }, + { + "eventid": "51207699-04a6-40b8-8bb9-05d5a267e4db", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:19", + "lon": 112.873255, + "lat": 36.273285, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98015" + }, + { + "eventid": "3d48e6a8-d720-4510-8440-dec992cbfa78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:04", + "lon": 112.873035, + "lat": 36.272456, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:55", + "devicecode": "98015" + }, + { + "eventid": "1100389a-954f-40c7-901d-3634c1657cf5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:49", + "lon": 112.872811, + "lat": 36.271606, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:43", + "devicecode": "98015" + }, + { + "eventid": "9e488e56-5a09-424d-8672-972fffb0a126", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:34", + "lon": 112.872585, + "lat": 36.270701, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:29", + "devicecode": "98015" + }, + { + "eventid": "b1a74ae2-92ea-483f-90a1-6092925e2fed", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:19", + "lon": 112.872335, + "lat": 36.269723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:16", + "devicecode": "98015" + }, + { + "eventid": "cfffb1d9-b756-43d3-902c-f8908d7257f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:04", + "lon": 112.872123, + "lat": 36.268861, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:57", + "devicecode": "98015" + }, + { + "eventid": "eb2fba47-f411-4bb3-9241-7402a47e5265", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:49", + "lon": 112.871896, + "lat": 36.268055, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:45", + "devicecode": "98015" + }, + { + "eventid": "b85162fc-bd74-459c-800e-ff91fa9445fe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:34", + "lon": 112.871858, + "lat": 36.267733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:26", + "devicecode": "98015" + }, + { + "eventid": "4381697f-f8ab-4f82-ae85-14a82b0ded3b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:19", + "lon": 112.872108, + "lat": 36.267696, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:13", + "devicecode": "98015" + }, + { + "eventid": "6ce8cdf0-1c27-49df-9df3-8aa98a6432d2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:04", + "lon": 112.872578, + "lat": 36.267616, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:54", + "devicecode": "98015" + }, + { + "eventid": "d8d8a30b-cce0-4198-a11e-3754d0a13b61", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:49", + "lon": 112.873186, + "lat": 36.267541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:42", + "devicecode": "98015" + }, + { + "eventid": "e2fec88f-9925-4eb7-a582-26d9a6e1f702", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:34", + "lon": 112.873901, + "lat": 36.267461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:29", + "devicecode": "98015" + }, + { + "eventid": "f83864c3-d628-42ec-b082-9fd37a10f85f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:19", + "lon": 112.874476, + "lat": 36.267416, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:11", + "devicecode": "98015" + }, + { + "eventid": "9a0697c1-e672-467d-9dba-5b22a47712ac", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:04", + "lon": 112.874931, + "lat": 36.267361, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:59", + "devicecode": "98015" + }, + { + "eventid": "c32c9e29-0e4b-43f0-8665-4ef50656d9bb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:49", + "lon": 112.875373, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:41", + "devicecode": "98015" + }, + { + "eventid": "01e0404b-9a45-4605-948a-6c67926b7522", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:34", + "lon": 112.8758, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:28", + "devicecode": "98015" + }, + { + "eventid": "59c93d2b-0d32-487b-9228-538164d7640b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:19", + "lon": 112.87618, + "lat": 36.267273, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:09", + "devicecode": "98015" + }, + { + "eventid": "5927684b-03b5-4967-9c1f-64a36e8d60ed", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:01", + "lon": 112.876296, + "lat": 36.267275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:52", + "devicecode": "98015" + }, + { + "eventid": "484c5bcb-e0d9-4341-9b3a-e355e52ca940", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:46", + "lon": 112.87629, + "lat": 36.267256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:40", + "devicecode": "98015" + }, + { + "eventid": "22caafaa-0dfe-4b4d-adbd-cd412a0f8687", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:27", + "lon": 112.876148, + "lat": 36.26726, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:22", + "devicecode": "98015" + }, + { + "eventid": "2f7ab252-2377-4fd5-816f-a1bf1d877959", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:12", + "lon": 112.875805, + "lat": 36.267275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:04", + "devicecode": "98015" + }, + { + "eventid": "f3da8421-ab68-45df-ab60-13d6822626fc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:57", + "lon": 112.875453, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:52", + "devicecode": "98015" + }, + { + "eventid": "33685678-5c6d-4eec-bd64-f63c6ce079f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:42", + "lon": 112.875038, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:34", + "devicecode": "98015" + }, + { + "eventid": "548aed59-27a9-4f1e-a25a-d06310b0d037", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:27", + "lon": 112.874596, + "lat": 36.267388, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:23", + "devicecode": "98015" + }, + { + "eventid": "8e929052-9720-4e41-95eb-df8f297fac31", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:12", + "lon": 112.874181, + "lat": 36.26744, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:06", + "devicecode": "98015" + }, + { + "eventid": "e569add8-afd9-4a7e-ab71-e9fe29b7613f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:57", + "lon": 112.873901, + "lat": 36.267438, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:48", + "devicecode": "98015" + }, + { + "eventid": "68824657-4ff4-45f4-8cb5-7e904729241f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:42", + "lon": 112.873993, + "lat": 36.267398, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:36", + "devicecode": "98015" + }, + { + "eventid": "c58f6e51-0ae5-4c1f-9b95-3b33108a1622", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:27", + "lon": 112.874151, + "lat": 36.266965, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:18", + "devicecode": "98015" + }, + { + "eventid": "789e1eff-6bf7-467d-8787-5c05cda7a178", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:12", + "lon": 112.874075, + "lat": 36.266463, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:07", + "devicecode": "98015" + }, + { + "eventid": "5a9d8d96-7b8c-47c5-90cc-07fc1e247702", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:57", + "lon": 112.87402, + "lat": 36.266101, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:50", + "devicecode": "98015" + }, + { + "eventid": "3e33e41f-cbeb-44d1-8c3d-7c1cebb0aa95", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:42", + "lon": 112.873948, + "lat": 36.265725, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:33", + "devicecode": "98015" + }, + { + "eventid": "781b2d5c-1bdd-438c-aa5c-5cdf3270f887", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:27", + "lon": 112.873865, + "lat": 36.265155, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:22", + "devicecode": "98015" + }, + { + "eventid": "c011f9fd-8d2c-46b0-a869-84afb73d889d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:12", + "lon": 112.873736, + "lat": 36.264468, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:05", + "devicecode": "98015" + }, + { + "eventid": "b4b1ecfc-9f32-4e12-8fc0-ad719aa34bd3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:57", + "lon": 112.873613, + "lat": 36.263751, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:48", + "devicecode": "98015" + }, + { + "eventid": "437a1887-10dc-44d9-a94b-760395fc244f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:42", + "lon": 112.873461, + "lat": 36.26291, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:37", + "devicecode": "98015" + }, + { + "eventid": "7de412bb-3533-41a2-8273-36e3ff42d64b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:27", + "lon": 112.873405, + "lat": 36.2625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:20", + "devicecode": "98015" + }, + { + "eventid": "bbeb3878-aef0-4719-9f9d-a1bfbe4d647a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:12", + "lon": 112.873415, + "lat": 36.262448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:03", + "devicecode": "98015" + }, + { + "eventid": "a394124e-79c5-4531-8df9-31acc4592e84", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:57", + "lon": 112.874101, + "lat": 36.262323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:51", + "devicecode": "98015" + }, + { + "eventid": "f773c9c4-1aaf-4fe1-a408-df414cb5949b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:42", + "lon": 112.874436, + "lat": 36.26228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:33", + "devicecode": "98015" + }, + { + "eventid": "88e61a95-e667-4bdc-b99b-d4866bc3c1c0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:27", + "lon": 112.875048, + "lat": 36.262213, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:21", + "devicecode": "98015" + }, + { + "eventid": "c4388374-bea6-4d3c-82b9-eb793bdbd908", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:12", + "lon": 112.87566, + "lat": 36.262126, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:04", + "devicecode": "98015" + }, + { + "eventid": "cbc57ba1-4fac-4724-9455-fc5deb07f816", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:57", + "lon": 112.876128, + "lat": 36.26205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:52", + "devicecode": "98015" + }, + { + "eventid": "c3995405-9f7b-45e8-9612-f129dd92217e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:38", + "lon": 112.876138, + "lat": 36.262058, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:30", + "devicecode": "98015" + }, + { + "eventid": "c6d96c8b-9ddf-4ea3-bcd2-3f4812e2c6bf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:23", + "lon": 112.875523, + "lat": 36.262136, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:18", + "devicecode": "98015" + }, + { + "eventid": "d17f1171-41a0-4fae-bc9c-dc3b351ef9d0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:08", + "lon": 112.87442, + "lat": 36.262275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:01", + "devicecode": "98015" + }, + { + "eventid": "b2bec4aa-c80d-4287-a649-63db78e1d3e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:53", + "lon": 112.873383, + "lat": 36.262448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:44", + "devicecode": "98015" + }, + { + "eventid": "52ae1005-199f-4776-8379-aa1b152f2070", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:38", + "lon": 112.873535, + "lat": 36.263565, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:32", + "devicecode": "98015" + }, + { + "eventid": "9f6fc58b-f13f-4b6c-ac1f-f1ef79a97128", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:23", + "lon": 112.873711, + "lat": 36.264481, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:15", + "devicecode": "98015" + }, + { + "eventid": "27f7c8f8-e034-4f62-b472-ad1fc82447fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:08", + "lon": 112.873678, + "lat": 36.265008, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:58", + "devicecode": "98015" + }, + { + "eventid": "016a1607-c18d-482a-b2fc-e9bcb44e3c07", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:53", + "lon": 112.872693, + "lat": 36.265025, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:47", + "devicecode": "98015" + }, + { + "eventid": "817f962a-a566-41f7-8ef6-f8b6e9f7e86f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:38", + "lon": 112.871621, + "lat": 36.265071, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:31", + "devicecode": "98015" + }, + { + "eventid": "552e76b4-ce01-42b9-b544-956060bf5062", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:23", + "lon": 112.87126, + "lat": 36.264896, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:15", + "devicecode": "98015" + }, + { + "eventid": "9f20cad3-875c-400c-81b3-e8eda3bfb15d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:08", + "lon": 112.871058, + "lat": 36.263945, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:59", + "devicecode": "98015" + }, + { + "eventid": "cb4ee0ce-a09c-498a-ba17-04ce629fd413", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:53", + "lon": 112.870778, + "lat": 36.262615, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:48", + "devicecode": "98015" + }, + { + "eventid": "92d8c4d7-3d11-4dbe-ac57-bce72877adbc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:38", + "lon": 112.870478, + "lat": 36.261248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:32", + "devicecode": "98015" + }, + { + "eventid": "27dbec5c-2b5a-493e-bad6-bd7ee9d0798e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:23", + "lon": 112.870171, + "lat": 36.259888, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:15", + "devicecode": "98015" + }, + { + "eventid": "6c3ed116-077d-4e05-a6ce-a924f840934a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:08", + "lon": 112.86994, + "lat": 36.258853, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:59", + "devicecode": "98015" + }, + { + "eventid": "4762f2e9-a630-4bb1-854c-f45c621a0b65", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:53", + "lon": 112.870396, + "lat": 36.258478, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:48", + "devicecode": "98015" + }, + { + "eventid": "5865a035-3878-403f-baf1-0f89e00325bc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:38", + "lon": 112.871603, + "lat": 36.25826, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:31", + "devicecode": "98015" + }, + { + "eventid": "14033402-44dd-465c-87ea-c2f761c479dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:23", + "lon": 112.872863, + "lat": 36.258058, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:14", + "devicecode": "98015" + }, + { + "eventid": "be50a5cc-6276-4a04-806a-a397abea4c9e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:08", + "lon": 112.874138, + "lat": 36.257828, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:03", + "devicecode": "98015" + }, + { + "eventid": "95b3fc84-8c1e-486a-8494-b76ced72a0e7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:53", + "lon": 112.875321, + "lat": 36.257643, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98015" + }, + { + "eventid": "1476245f-5eab-44a7-ad43-d5b85474c7c4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:38", + "lon": 112.875836, + "lat": 36.257466, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:29", + "devicecode": "98015" + }, + { + "eventid": "2f50b699-a78f-4f1f-a761-147b39442c5c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:23", + "lon": 112.875836, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:18", + "devicecode": "98015" + }, + { + "eventid": "4240e426-40a2-43c1-8213-f191eb5ee2a4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:05", + "lon": 112.875458, + "lat": 36.257548, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:56", + "devicecode": "98015" + }, + { + "eventid": "4b74426f-f98a-4292-9f3c-33a9f7bdf57c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:50", + "lon": 112.874976, + "lat": 36.257541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:45", + "devicecode": "98015" + }, + { + "eventid": "b1ea7bcf-a963-45ca-a488-32e0c33c114f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:35", + "lon": 112.874705, + "lat": 36.257238, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:29", + "devicecode": "98015" + }, + { + "eventid": "9206d685-8dce-46c0-a29a-ca7dfe363c4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:20", + "lon": 112.8745, + "lat": 36.257116, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:12", + "devicecode": "98015" + }, + { + "eventid": "b0cd3d66-7792-441f-a119-e74fee3b4e2d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:05", + "lon": 112.87426, + "lat": 36.257043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:56", + "devicecode": "98015" + }, + { + "eventid": "ed3d0044-ccee-4039-822b-618695242c81", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:50", + "lon": 112.874033, + "lat": 36.256978, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:45", + "devicecode": "98015" + }, + { + "eventid": "b6ee46c0-8c33-45ce-ba43-61df8513b4c0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:35", + "lon": 112.8736, + "lat": 36.256771, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:29", + "devicecode": "98015" + }, + { + "eventid": "6e67d8b1-2683-4f4c-8322-7c03840bfed2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:20", + "lon": 112.87322, + "lat": 36.25652, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:12", + "devicecode": "98015" + }, + { + "eventid": "70b27a59-ad42-4d17-9e1f-e22caa41c3b5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:04", + "lon": 112.872968, + "lat": 36.256363, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:01", + "devicecode": "98015" + }, + { + "eventid": "a5832aed-8097-4c3b-9aff-b88d1eda8135", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:49", + "lon": 112.872695, + "lat": 36.256203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:43", + "devicecode": "98015" + }, + { + "eventid": "70d4725e-3baa-401e-b51e-e30e1aa92165", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:34", + "lon": 112.872408, + "lat": 36.256023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:27", + "devicecode": "98015" + }, + { + "eventid": "57210f94-fa61-4e36-bc07-cada7fb4dd29", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:46", + "lon": 112.871893, + "lat": 36.255191, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "48ceaea7-be8c-4d92-af91-1033079812d1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:16", + "lon": 112.87195, + "lat": 36.25574, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "3cc4f3a8-9cca-4df4-b294-bd38ef215df6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:31", + "lon": 112.872005, + "lat": 36.254376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "3a9be526-fd6e-4964-901a-3d84cbf072cb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:01", + "lon": 112.871806, + "lat": 36.255623, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "c21024bf-4ad2-43f9-a90f-4be7e7057344", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:16", + "lon": 112.872115, + "lat": 36.253555, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:37", + "devicecode": "98015" + }, + { + "eventid": "aa30fa75-3dcb-4c9a-a054-e13c7c82448e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:01", + "lon": 112.872195, + "lat": 36.25274, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:53", + "devicecode": "98015" + }, + { + "eventid": "2374468c-95bd-4143-900a-f77a732dffb7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:46", + "lon": 112.872241, + "lat": 36.252113, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:37", + "devicecode": "98015" + }, + { + "eventid": "468d5b8f-54c5-40c2-b0a5-41017a3b48dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:31", + "lon": 112.872151, + "lat": 36.251838, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:37", + "devicecode": "98015" + }, + { + "eventid": "076b46da-55dc-4143-a6da-40405a719cb6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:16", + "lon": 112.871408, + "lat": 36.251816, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:10", + "devicecode": "98015" + }, + { + "eventid": "4cd9bbe4-d885-48b9-a3b7-eca53dff1781", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:01", + "lon": 112.870571, + "lat": 36.25179, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:53", + "devicecode": "98015" + }, + { + "eventid": "64b1df4c-9a92-48a4-82e9-e536e42327cf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:46", + "lon": 112.869713, + "lat": 36.251753, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:37", + "devicecode": "98015" + } + ] + } + ], + "ok": null +} diff --git a/package.json b/package.json index 8b9a36b..038a72e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "jsencrypt": "^3.0.0-rc.1", "lodash": "^4.17.15", "mars3d": "^3.0.16", + "mars3d-echarts": "^3.0.2", "mars3d-heatmap": "^3.0.2", + "mars3d-mapv": "^3.0.2", "mockjs": "1.0.1-beta3", "moment": "^2.24.0", "normalize.css": "7.0.0", diff --git a/src/components/Map/MarsMap.vue b/src/components/Map/MarsMap.vue index d7f5b42..4921f4b 100644 --- a/src/components/Map/MarsMap.vue +++ b/src/components/Map/MarsMap.vue @@ -99,7 +99,7 @@ map._viewer.scene.globe.baseColor.alpha = 0 this.addProvincePolygon() // this.addLine() - this.addPipe() + // this.addPipe() // 抛出事件 this.$emit('onload', map) }, @@ -120,7 +120,7 @@ outlineWidth: 3, // 边框宽度 fill: false, // 是否填充 width: 5, // 宽度 - height: 10000, + height: 20000, clampToGround: false // label: { // // 面中心点,显示文字的配置 @@ -184,7 +184,7 @@ const graphic = new mars3d.graphic.PolygonEntity({ positions: coordinates, style: { - height: 0, + height: -10000, hasShadows: true, diffHeight: 10000.0, color: '#3a77da', diff --git a/src/components/SelectTool/selectArea.vue b/src/components/SelectTool/selectArea.vue index a96dd8f..959c3ea 100644 --- a/src/components/SelectTool/selectArea.vue +++ b/src/components/SelectTool/selectArea.vue @@ -7,7 +7,7 @@
{{ title }}
- +
@@ -65,6 +65,8 @@ .select-area{ width: 25rem; margin:1rem; + padding:0.5rem 1rem; + background-color: rgba(0, 0, 0, 0.2); .select-body{ margin-top:1rem; font-size:0.8rem; diff --git a/src/router/modules/marsMap.js b/src/router/modules/marsMap.js index 44aac14..f9672fd 100644 --- a/src/router/modules/marsMap.js +++ b/src/router/modules/marsMap.js @@ -69,7 +69,7 @@ }, { path: '/reserveTopic', name: 'ReserveTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/storageTopic'), meta: { title: '储备专题', icon: '' } }, { path: '/weatherTopic', @@ -84,13 +84,23 @@ }, { path: '/hcaTopic', name: 'hcaTopic', - component: () => import('@/views/maps/mapOverview'), + component: () => import('@/views/maps/highConsequenceArea'), meta: { title: '高后果区', icon: '' } }, { path: '/sinkTopic', name: 'SinkTopic', component: () => import('@/views/maps/mapOverview'), meta: { title: '塌陷专题', icon: '' } + }, { + path: '/waterThreatTopic', + name: 'WaterThreatTopic', + component: () => import('@/views/maps/waterThreat'), + meta: { title: '水保隐患专题', icon: '' } + }, { + path: '/constructionThreatTopic', + name: 'ConstructionThreatTopic', + component: () => import('@/views/maps/constructionThreat'), + meta: { title: '第三方施工专题', icon: '' } } ] } diff --git a/src/views/maps/components/selectAll.vue b/src/views/maps/components/selectAll.vue index 959b7d8..feef3d9 100644 --- a/src/views/maps/components/selectAll.vue +++ b/src/views/maps/components/selectAll.vue @@ -26,34 +26,34 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 peopleBtns: [ - { name: '全部', value: '' }, - { name: '10-100', value: '10' }, - { name: '101-150', value: '100' }, - { name: '151-200', value: '150' }, - { name: '200以上', value: '200' } + { name: '全部', value: '全部' }, + { name: '10-100', value: '10-100' }, + { name: '101-150', value: '101-150' }, + { name: '151-200', value: '151-200' }, + { name: '200以上', value: '200以上' } ], // 人数按钮 levelBtns: [ - { name: '全部', value: '' }, - { name: 'I级', value: '1' }, - { name: 'II级', value: '2' }, - { name: 'III级', value: '3' } + { name: '全部', value: '全部' }, + { name: 'I级', value: 'I级' }, + { name: 'II级', value: 'II级' }, + { name: 'III级', value: 'III级' } ] // 人数按钮 } }, diff --git a/src/views/maps/components/selectAllConstruction.vue b/src/views/maps/components/selectAllConstruction.vue index 70c14b0..2647fb7 100644 --- a/src/views/maps/components/selectAllConstruction.vue +++ b/src/views/maps/components/selectAllConstruction.vue @@ -26,24 +26,24 @@ level: '全部' }, areaBtns: [ - { name: '全部', value: '' }, - { name: '临汾', value: 'lf' }, - { name: '忻州', value: 'xz' }, - { name: '阳泉', value: 'yq' }, - { name: '长晋', value: 'cj' }, - { name: '吕梁', value: 'll' }, - { name: '晋中', value: 'jz' }, - { name: '运城', value: 'yc' } + { name: '全部', value: '全部' }, + { name: '临汾', value: '临汾' }, + { name: '忻州', value: '忻州' }, + { name: '阳泉', value: '阳泉' }, + { name: '长晋', value: '长晋' }, + { name: '吕梁', value: '吕梁' }, + { name: '晋中', value: '晋中' }, + { name: '运城', value: '运城' } ], // 区域按钮 timeBtns: [ - { name: '全部', value: 'all' }, - { name: '本日', value: 'day' }, - { name: '本周', value: 'week' }, - { name: '本月', value: 'month' }, - { name: '本年', value: 'year' } + { name: '全部', value: '全部' }, + { name: '本日', value: '本日' }, + { name: '本周', value: '本周' }, + { name: '本月', value: '本月' }, + { name: '本年', value: '本年' } ], // 区域按钮 stateBtns: [ - { name: '全部', value: '' }, + { name: '全部', value: '全部' }, { name: '暂未施工', value: '暂未施工' }, { name: '施工中', value: '施工中' }, { name: '施工暂停', value: '施工暂停' } diff --git a/src/views/maps/components/selectAllStorage.vue b/src/views/maps/components/selectAllStorage.vue new file mode 100644 index 0000000..a8ca2c4 --- /dev/null +++ b/src/views/maps/components/selectAllStorage.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/views/maps/constructionThreat.vue b/src/views/maps/constructionThreat.vue index a6e9417..8778698 100644 --- a/src/views/maps/constructionThreat.vue +++ b/src/views/maps/constructionThreat.vue @@ -74,6 +74,12 @@ name: '全部', value: 196 }, // 统计版展示数据 + threatLevel: { + '1': 'A级', + '2': 'B级', + '3': 'C级', + '4': '问题' + }, // 隐患等级 manageStations: [ { 'x': 112.73874, 'y': 37.693689, 'z': 0, 'name': '晋中管理处' }, { 'x': 111.121552, 'y': 37.5245, 'z': 0, 'name': '吕梁管理处' }, @@ -139,7 +145,7 @@ style: { opacity: 0.8, clampToGround: false, - height: 10000 + height: 0 }, redrawZoom: true, flyTo: false @@ -163,7 +169,7 @@ }, // 添加隐患点 addFeatures(arr) { - const { mars3d, Cesium } = this + const { mars3d, Cesium, threatLevel } = this // 创建DIV数据图层 var graphicLayer = new mars3d.layer.DivLayer() this.threatLayer = graphicLayer @@ -172,7 +178,6 @@ graphicLayer.on(mars3d.EventType.click, function(event) { console.log('监听layer,单击了矢量对象', event) }) - graphicLayer.bindPopup(function(event) { const item = event.graphic.attr var html = @@ -186,8 +191,8 @@ item['隐患描述'] + '
创建时间:' + item['创建时间'] + - '
创建时间:' + - item['创建时间'] + '
隐患等级:' + + threatLevel[item['隐患等级']] return html }) @@ -233,9 +238,6 @@ area = area === '全部' ? '' : area time = time === '全部' ? '' : time level = level === '全部' ? '' : level - // 获取人数范围 - let min = 0 - let max = 100000 // 解析时间 let beginTime = '' let endTime = '' @@ -250,7 +252,6 @@ debugger for (const hca of this.highConsequence) { let flag = true // 标记是否合格 - const real_people = parseInt(hca['户数'] === null ? '1' : hca['户数']) // 比较区域 if (area && hca['所属管理处'] && hca['所属管理处'].indexOf(area) === -1) { flag = false diff --git a/src/views/maps/highConsequenceArea.vue b/src/views/maps/highConsequenceArea.vue index 328a1e3..ad3e81b 100644 --- a/src/views/maps/highConsequenceArea.vue +++ b/src/views/maps/highConsequenceArea.vue @@ -131,7 +131,8 @@ // 以下为矩形矢量对象的样式参数 style: { opacity: 0.8, - clampToGround: true + clampToGround: false, + height:1 }, redrawZoom: true, flyTo: false @@ -234,7 +235,7 @@ this.map.addLayer(graphicLayer) for (const station of this.highConsequenceStation) { var graphic = new mars3d.graphic.DivGraphic({ - position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 100), + position: Cesium.Cartesian3.fromDegrees(station.x, station.y, 10000), style: { html: `
diff --git a/src/views/maps/storageTopic.vue b/src/views/maps/storageTopic.vue new file mode 100644 index 0000000..129a35d --- /dev/null +++ b/src/views/maps/storageTopic.vue @@ -0,0 +1,400 @@ + + + + + + + + diff --git a/src/views/maps/waterThreat.vue b/src/views/maps/waterThreat.vue new file mode 100644 index 0000000..fd32f8f --- /dev/null +++ b/src/views/maps/waterThreat.vue @@ -0,0 +1,416 @@ + + + + + + + + diff --git a/static/config/liquidFactory.json b/static/config/liquidFactory.json new file mode 100644 index 0000000..cfbbb5e --- /dev/null +++ b/static/config/liquidFactory.json @@ -0,0 +1,1531 @@ +{ + "code": 200, + "msg": "", + "data": [ + { + "type": "gas_factory", + "name": "液化工厂", + "total": 11, + "data": [ + { + "name": "山西压缩天然气集团运城有限公司盐湖区液化分公司", + "value": [ + "110.9647700", + "35.1465810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司" + }, + { + "name": "山西平遥液化天然气有限责任公司", + "value": [ + "112.1694600", + "37.1510430" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "太原国新洁净液化天然气有限公司", + "value": [ + "112.7299400", + "38.1579130" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原燃气集团有限公司" + }, + { + "name": "霍州国新液化天然气有限公司", + "value": [ + "111.7664000", + "36.5945600" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西晋东新能液化天然气有限公司\r\n", + "value": [ + "113.6773000", + "37.8873900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "山西天然气有限公司临汾液化分公司\r\n", + "value": [ + "111.6382400", + "36.1882480" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "山西天然气有限公司大同液化分公司\r\n", + "value": [ + "113.1552500", + "39.9273570" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "晋中国新液化天然气有限公司", + "value": [ + "112.4758300", + "37.4326500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "原平液化分公司", + "value": [ + "112.6066200", + "38.8301240" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司" + }, + { + "name": "襄垣县国新液化天然气有限公司", + "value": [ + "112.9639800", + "36.4977150" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "山西国新液化煤层气有限公司", + "value": [ + "113.0940800", + "37.9285100" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + } + ] + }, + { + "type": "gas_station", + "name": "加气站", + "total": 157, + "data": [ + { + "name": "大牛店LNG加气站", + "value": [ + "112.6118580", + "38.8311790" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西燃气产业集团有限公司原平液化分公司" + }, + { + "name": "西会LNG加气站", + "value": [ + "111.6310210", + "38.7846110" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "安塘LNG加气站", + "value": [ + "111.5833030", + "38.7229340" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团有限公司" + }, + { + "name": "古城镇CNG-LNG加气站", + "value": [ + "112.4621470", + "39.3609370" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团朔州有限公司" + }, + { + "name": "长治县南宋乡LNG加气站", + "value": [ + "113.0208050", + "35.9302020" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "忻州代县西外环LNG加气站(忻州国新)", + "value": [ + "112.9903690", + "39.1019350" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "平陆合建站", + "value": [ + "112.8999120", + "35.6241850" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司平陆分公司" + }, + { + "name": "土门LNG站", + "value": [ + "113.7527360", + "37.2060770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "旧县LNG站", + "value": [ + "112.0418120", + "36.1657590" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "古阳LNG站", + "value": [ + "111.5164730", + "36.9193810" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团临汾有限公司" + }, + { + "name": "南姚LNG站", + "value": [ + "113.6841690", + "37.7869160" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团吕梁有限公司" + }, + { + "name": "新源合建站", + "value": [ + "113.7009160", + "37.5681620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "北峪口站", + "value": [ + "111.7077940", + "39.4879390" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "娘子关站", + "value": [ + "112.7297410", + "38.1747180" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "阳盂路站", + "value": [ + "111.0099350", + "35.0345980" + ], + "contain":50",liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "西郊站", + "value": [ + "113.7138330", + "37.7920290" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团晋东有限公司" + }, + { + "name": "万荣薛李合建站", + "value": [ + "112.9282070", + "39.0489500" + ],"contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司万荣分公司" + }, + { + "name": "闻喜丁店加气站", + "value": [ + "111.2710100", + "35.3986800" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司闻喜分公司" + }, + { + "name": "新绛108合建站", + "value": [ + "111.1503670", + "35.6095660" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西压缩天然气集团运城有限公司新绛分公司" + }, + { + "name": "保德LNG/L-CNG加气站", + "value": [ + "112.2080690", + "37.5720530" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西天然气有限公司" + }, + { + "name": "保德站", + "value": [ + "111.2023240", + "38.9365980" + ], + "contain":50, "liquid_level": 5.85, + "company": "太原国新清洁能源保德有限公司" + }, + { + "name": "双池加气站", + "value": [ + "113.0084770", + "37.0827020" + ], + "contain":50, "liquid_level": 5.85, + "company": "交口县国兴新能源利用有限公司" + }, + { + "name": "夏店LNG加气站", + "value": [ + "112.9405100", + "36.5124540" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "桥头加气站", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "下孔LNG/L-CNG合建站", + "value": [ + "112.5099780", + "35.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "故南加气站", + "value": [ + "113.0622000", + "36.3422500" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "南白LNG/L-CNG合建站", + "value": [ + "112.5260960", + "37.9489620" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "垣曲LNG/CNG加气站", + "value": [ + "111.6504090", + "35.3114680" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "黎岭加气站", + "value": [ + "113.0530420", + "36.0726860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气(天然气)集输有限公司" + }, + { + "name": "龙港LNG/L-CNG合建站", + "value": [ + "112.1792790", + "35.6896330" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新煤层气综合利用有限公司" + }, + { + "name": "李元LNG加气站", + "value": [ + "112.2327100", + "36.5769930" + ], + "contain":50, "liquid_level": 5.85, + "company": "沁源煤层气公司" + }, + { + "name": "高显加气站", + "value": [ + "111.4880050", + "35.7096910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司曲沃分公司" + }, + { + "name": "下会LNG/L-CNG合建站", + "value": [ + "110.7979960", + "35.4326030" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司岚县分公司" + }, + { + "name": "付家垴加气站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "景尚加气站", + "value": [ + "113.2563460", + "37.7506120" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "西洛加气站", + "value": [ + "112.9568200", + "37.7185000" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "白家庄加气站", + "value": [ + "113.0921720", + "37.9315170" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新液化煤层气有限公司" + }, + { + "name": "巴公LNG/L-CNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "李寨LNG/L-CNG加气站", + "value": [ + "112.6946480", + "35.4356130" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司晋城分公司" + }, + { + "name": "金村LNG/L-CNG加气站", + "value": [ + "112.9332440", + "35.5079210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新下孔公司" + }, + { + "name": "河西加气站", + "value": [ + "112.9504130", + "35.7221710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新晋高天然气有限公司" + }, + { + "name": "虒亭LNG加气站", + "value": [ + "112.7860950", + "36.6183300" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "襄垣县LNG/L-CNG合建站", + "value": [ + "113.0347080", + "36.5648790" + ], + "contain":50, "liquid_level": 5.85, + "company": "襄垣漳江煤层气有限公司" + }, + { + "name": "宏城LNG加气站", + "value": [ + "111.5907860", + "37.1547660" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "沁县新店LNG加气站", + "value": [ + "112.7535080", + "36.6481440" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "荫城站LNG加气站", + "value": [ + "113.1275120", + "35.9654200" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "南宋加气站", + "value": [ + "113.5466090", + "38.4355230" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司长治分公司" + }, + { + "name": "屯留常西LNG加气站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "屯留南浒庄LNG/L-CNG加气站", + "value": [ + "113.1979760", + "36.2989860" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司屯留分公司" + }, + { + "name": "崔漳LNG加气站", + "value": [ + "111.6024540", + "38.7464130" + ], + "contain":50, "liquid_level": 5.85, + "company": "长治市国新远东燃气有限公司" + }, + { + "name": "东范村LNG/LCNG加气站", + "value": [ + "112.5098950", + "35.4865820" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "宋村LNG/L-CNG加气站", + "value": [ + "113.7174650", + "37.9405710" + ], + "contain":50, "liquid_level": 5.85, + "company": "长子县森众燃气有限公司" + }, + { + "name": "沁县大桥沟合建站", + "value": [ + "112.7561010", + "36.6748190" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西煤层气公司沁县分公司" + }, + { + "name": "祁县榆林LNG加气站", + "value": [ + "112.4503510", + "37.3659220" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "故县村LNG加注站", + "value": [ + "112.7493280", + "38.0890710" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳曲众凯", + "value": [ + "0", + "0" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "灵丘县古之河LNG加气站", + "value": [ + "114.2367200", + "39.4404300" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "阳高宏杰(神泉堡)LNG加气站", + "value": [ + "113.9072990", + "40.0364010" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西国新天然气利用有限公司" + }, + { + "name": "岢岚五里水LNG加气站项目", + "value": [ + "111.5951930", + "38.7344070" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨县三岔镇LNG加气站项目", + "value": [ + "111.8580690", + "38.9423850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "河津高速西口CNG/L-CNG合建站", + "value": [ + "110.6695390", + "35.6142490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "夏县西下晁LNG加气站", + "value": [ + "111.6502300", + "35.3113580" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "晋中祁县东观镇东运LNG加气站", + "value": [ + "112.4495820", + "37.4490730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州五寨小河头LNG加气站(忻州国新)", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五寨丈子沟LNG加气站(忻州国新)", + "value": [ + "111.6119440", + "39.1109960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "西关", + "value": [ + "112.9591300", + "39.0671700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州五台高洪口LNG站", + "value": [ + "113.5239160", + "38.6951410" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县七里铺LNG站", + "value": [ + "111.8438330", + "38.9463770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "孝义下堡镇LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用国新瑞东" + }, + { + "name": "祁县城赵LNG加气站", + "value": [ + "112.2857990", + "37.3768230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "祁县东观LNG加气站", + "value": [ + "112.4579900", + "37.3909670" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用华润国新" + }, + { + "name": "保德庙沟加气站", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "保德官地坪加气站", + "value": [ + "113.0002540", + "36.6343010" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "五寨前所压缩天然气加气站项目", + "value": [ + "113.4800410", + "38.0670430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "偏关县杨家营村CNG-LNG合建站项目", + "value": [ + "111.1958910", + "38.9109480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋西北公司" + }, + { + "name": "大盂LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "静乐LNG加气站", + "value": [ + "111.9383880", + "38.3714840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳曲众能" + }, + { + "name": "山东滨州无棣LNG加气站", + "value": [ + "112.9742450", + "36.3525750" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用山东公司" + }, + { + "name": "清涧县老舍古LNG加气站", + "value": [ + "110.3314870", + "37.1372000" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区牛家梁镇谢家坬村LNG加气站", + "value": [ + "109.7449270", + "38.3690560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "吴堡县辛家沟LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "榆林市榆阳区上盐湾镇林山村LNG加气站", + "value": [ + "110.0403750", + "37.9363550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇狮则梁村LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "绥德县田庄镇田庄村LNG加气站", + "value": [ + "110.1692470", + "37.4328720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市沙峁镇凤凰塔村LNG加气站", + "value": [ + "110.7347070", + "38.6067590" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "府谷县孤山镇南关村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市店塔镇燕峁村LNG加气站", + "value": [ + "110.5271450", + "39.0448430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "神木市大柳塔镇敏盖兔村LNG加气站", + "value": [ + "110.3023380", + "39.2327190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用陕西公司" + }, + { + "name": "沧县运通汽车LNG加气站", + "value": [ + "117.0326020", + "38.2172490" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "井陉县天长镇蔡庄村LNG加气站", + "value": [ + "111.6984780", + "39.1326090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "廊坊市霸州市康仙庄乡LNG加气站", + "value": [ + "110.5803600", + "39.0786170" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "唐山市乐亭县汀流河镇杨各庄村LNG加气站", + "value": [ + "113.2086030", + "37.2909090" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用河北公司" + }, + { + "name": "永济市CNG/L-CNG合建站", + "value": [ + "110.4632010", + "34.9062290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "新绛县桥西村LNG加气站", + "value": [ + "111.2051350", + "35.6000820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用运城公司" + }, + { + "name": "河北广平县西王封LNG加气站", + "value": [ + "115.0667290", + "36.5602960" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县犁川LNG加气站", + "value": [ + "112.7662070", + "35.3821700" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "泽州县山河LNG加气站", + "value": [ + "112.7809790", + "35.3315530" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县官道LNG加气站", + "value": [ + "113.0454550", + "36.0091550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "翼城县牢寨LNG加气站", + "value": [ + "111.8709520", + "35.7671480" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "曲沃县秦岗LNG加气站", + "value": [ + "111.5982090", + "35.6839300" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "长治县高村LNG加气站", + "value": [ + "113.0038850", + "36.1613390" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "黎城县仵桥LNG加气站", + "value": [ + "113.4153470", + "36.5176150" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋东南公司" + }, + { + "name": "阳泉市南庄口CNG加气站", + "value": [ + "113.5947190", + "37.8477940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉国栋" + }, + { + "name": "巨城LNG加气站", + "value": [ + "113.0511510", + "36.1900270" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "东杜LNG加气站", + "value": [ + "111.6067260", + "38.2793650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "冠山LNG加气站", + "value": [ + "111.0964740", + "39.0304610" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用阳泉公司" + }, + { + "name": "交口桃红坡LNG站", + "value": [ + "111.4415150", + "37.0298910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "方山马坊LNG站", + "value": [ + "111.4016570", + "38.0250100" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳潴城LNG站", + "value": [ + "111.8465590", + "37.2580110" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "离石王家塔LNG站", + "value": [ + "111.2074830", + "37.5316720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "交城义望LNG站", + "value": [ + "113.9921020", + "38.0038920" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "文水县凤城镇北街LNG站", + "value": [ + "112.0253790", + "37.4526770" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "汾阳市河北村LNG站", + "value": [ + "111.7371130", + "37.2442500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用吕梁公司" + }, + { + "name": "和顺县雷庄LNG加气站", + "value": [ + "110.6425800", + "37.5795550" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "和顺县新寸LNG加气站", + "value": [ + "111.9107660", + "36.2573210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "灵石县景家沟LNG加气站", + "value": [ + "111.7452580", + "36.9203780" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县高城LNG加气站", + "value": [ + "112.2970620", + "37.3444650" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县谷峪口LNG加气站", + "value": [ + "112.4944500", + "37.2166840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "昔阳王寨LNG加气站", + "value": [ + "114.0638530", + "37.7184190" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县牛家堡LNG加气站", + "value": [ + "112.4563610", + "37.4749510" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "祁县东观镇液化和压缩天然气加气合建站", + "value": [ + "112.4690600", + "37.3942840" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用晋中公司" + }, + { + "name": "忻州保德县南峁村LNG加气站", + "value": [ + "111.1657290", + "39.0664240" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口LNG加气站(忻州国新)", + "value": [ + "112.3424940", + "39.1142850" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐窑会LNG站(忻州国新)", + "value": [ + "111.8422640", + "38.3489910" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙金山铺LNG站(忻州国新)", + "value": [ + "113.6524780", + "39.2827160" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州繁峙神堂堡LNG站(忻州国新)", + "value": [ + "113.9433130", + "39.1184830" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州偏关县黄家营LNG加气站", + "value": [ + "111.7594150", + "39.5082270" + ], +"contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州静乐康家会LNG加气站", + "value": [ + "112.2117950", + "38.3274880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州宁武阳方口潞鸣LNG加气站", + "value": [ + "112.3432200", + "39.1011880" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州河曲县马束坪LNG站", + "value": [ + "111.4407130", + "39.1386230" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县东留属LNG站", + "value": [ + "113.2058880", + "39.1998710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "忻州代县阳明堡LNG站", + "value": [ + "112.8539200", + "39.0048320" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用忻州公司" + }, + { + "name": "朔州山阴县西沟LNG/L-CNG加气站", + "value": [ + "112.7826430", + "39.4866290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "朔州怀仁南窑LNG/L-CNG加气站", + "value": [ + "113.0630110", + "39.8373730" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用新朔公司 " + }, + { + "name": "毛皂LNG加气站", + "value": [ + "113.2682470", + "39.9213760" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "西鄯河LNG加气站", + "value": [ + "112.7395500", + "39.4093310" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "马营堡LNG加气站", + "value": [ + "112.3858550", + "39.3802020" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "康家窑LNG加气站", + "value": [ + "112.2761470", + "39.5014940" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "店坪东LNG加气站", + "value": [ + "112.1527580", + "39.7325420" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "南环路LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用朔州公司 " + }, + { + "name": "灵丘县孙家庄LNG加气站", + "value": [ + "113.5654010", + "40.0415050" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县西坊城镇LNG加气站", + "value": [ + "113.5031700", + "39.6187210" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同市张家湾白庙LNG加气站", + "value": [ + "113.0706560", + "40.1268710" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县下达枝LNG加气站", + "value": [ + "113.9101460", + "39.4766990" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "广灵县蕉山村LNG加气站", + "value": [ + "114.3221050", + "39.7850720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "大同县三十里铺LNG加气站", + "value": [ + "113.9293520", + "40.4075720" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源东坊城LNG/L-CNG合建站", + "value": [ + "113.6752470", + "39.6886340" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "浑源县龙洼LNG加气站", + "value": [ + "113.7817770", + "39.7696820" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "左云县双官屯LNG加气站", + "value": [ + "112.6565570", + "40.0132500" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高县夏家场村LNG加气站", + "value": [ + "113.8210950", + "40.3837290" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "天镇县张西河乡LNG加气站", + "value": [ + "114.2845200", + "40.4310430" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "新荣区北高速口LNG加气站", + "value": [ + "113.1931150", + "40.3272560" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "阳高孙启庄宏达LNG加气站", + "value": [ + "113.9431120", + "40.0414520" + ], + "contain":50, "liquid_level": 5.85, + "company": "国新利用大同公司 " + }, + { + "name": "108国道加气站", + "value": [ + "112.1717410", + "37.2212510" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "平泰公路加气站", + "value": [ + "112.1760530", + "37.1892890" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西平遥液化天然气有限责任公司" + }, + { + "name": "灵石道美LNG加气站", + "value": [ + "111.6760710", + "36.7091900" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + }, + { + "name": "许村LNG加气站", + "value": [ + "111.6834060", + "36.6214560" + ], + "contain":50, "liquid_level": 5.85, + "company": "山西霍州国新液化天然气有限公司" + } + ] + } + ] +} diff --git a/static/config/patrolReal.json b/static/config/patrolReal.json new file mode 100644 index 0000000..72fa759 --- /dev/null +++ b/static/config/patrolReal.json @@ -0,0 +1,44995 @@ +{ + "status": 200, + "msg": "OK", + "data": [ + { + "eventid": "92234230-e242-11e3-94ae-6cae8b782a58", + "name": "周春根", + "sex": "01", + "duty": null, + "phone": "13835576274", + "unitname": "边沁线", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "471bbc61-57d0-4ded-b557-6f0523e0f3f1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:52", + "lon": 112.341548, + "lat": 36.456813, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:42", + "devicecode": "98001" + }, + { + "eventid": "645c18e1-3bf0-4ef9-a9cc-6cdecf2da8b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:27", + "lon": 112.341555, + "lat": 36.456911, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:17", + "devicecode": "98001" + }, + { + "eventid": "26fc008d-5233-4841-9836-bb32478bc73b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:08:12", + "lon": 112.341533, + "lat": 36.456868, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:02:07", + "devicecode": "98001" + }, + { + "eventid": "bc0f06e6-0e9e-408b-b9d6-ebb8e9d741e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:57", + "lon": 112.341551, + "lat": 36.456848, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:52", + "devicecode": "98001" + }, + { + "eventid": "440d89ee-92bd-49c9-b959-d22aa7e2ba1f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:37", + "lon": 112.341535, + "lat": 36.45705, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:31", + "devicecode": "98001" + }, + { + "eventid": "e1d674c4-5e26-46de-b431-95fb5f2e6b1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:22", + "lon": 112.341556, + "lat": 36.457106, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:16", + "devicecode": "98001" + }, + { + "eventid": "96c203fc-21dc-4042-b14e-d9d277b84903", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:07:07", + "lon": 112.341523, + "lat": 36.456985, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:01:01", + "devicecode": "98001" + }, + { + "eventid": "5029287b-3e07-4790-8313-c5d5a38952d1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:48", + "lon": 112.3412, + "lat": 36.456625, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:40", + "devicecode": "98001" + }, + { + "eventid": "b53320e5-093b-446c-b180-464de948a13a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:33", + "lon": 112.341568, + "lat": 36.456986, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:25", + "devicecode": "98001" + }, + { + "eventid": "adfae573-1bd9-4ef0-b221-838c5e6c6f28", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:18", + "lon": 112.341518, + "lat": 36.456948, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 18:00:10", + "devicecode": "98001" + }, + { + "eventid": "3e2009a2-5fdd-48f1-8967-9a95d280b9ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:06:03", + "lon": 112.341535, + "lat": 36.456913, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:55", + "devicecode": "98001" + }, + { + "eventid": "900a0811-eddc-4faf-995d-08f029ea84d6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:35", + "lon": 112.34183, + "lat": 36.457323, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:29", + "devicecode": "98001" + }, + { + "eventid": "a9edf850-7664-448d-9413-39315d3abe42", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:20", + "lon": 112.341723, + "lat": 36.45717, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:59:14", + "devicecode": "98001" + }, + { + "eventid": "7ee0ea25-2808-4d65-af81-822f930b77f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:05:05", + "lon": 112.34144, + "lat": 36.456851, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:58", + "devicecode": "98001" + }, + { + "eventid": "dbd4fa92-439f-4381-ba6d-2ba5c4feb1a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:49", + "lon": 112.34143, + "lat": 36.45678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:43", + "devicecode": "98001" + }, + { + "eventid": "39a9e262-6217-4fa4-8586-e5689589e4f7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:34", + "lon": 112.341458, + "lat": 36.45681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:28", + "devicecode": "98001" + }, + { + "eventid": "86df41ba-4297-42f2-939f-cc821dd2da43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:19", + "lon": 112.34148, + "lat": 36.456813, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:58:13", + "devicecode": "98001" + }, + { + "eventid": "ae947ab6-aa32-41b2-b414-ef061f723650", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:04:04", + "lon": 112.341426, + "lat": 36.456763, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:57", + "devicecode": "98001" + }, + { + "eventid": "07d4a9a4-51e4-4cd2-9669-f1942325402a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:49", + "lon": 112.341405, + "lat": 36.456723, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:42", + "devicecode": "98001" + }, + { + "eventid": "14bf7eb5-964a-4e2c-98ae-6c9b0cdd8916", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:34", + "lon": 112.341381, + "lat": 36.456691, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:26", + "devicecode": "98001" + }, + { + "eventid": "1017ffb0-2593-4164-948a-f3439b9fce45", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:19", + "lon": 112.341388, + "lat": 36.456693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:10", + "devicecode": "98001" + }, + { + "eventid": "2a87c9b5-85fe-466d-97a8-9150d30b0054", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:03:04", + "lon": 112.34138, + "lat": 36.456688, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:57:00", + "devicecode": "98001" + }, + { + "eventid": "7a63fb47-a528-46c6-a366-e149622a6d04", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:49", + "lon": 112.341368, + "lat": 36.456681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:43", + "devicecode": "98001" + }, + { + "eventid": "05705bf4-d2ea-490f-a74a-a8c0f9820839", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:34", + "lon": 112.341388, + "lat": 36.456711, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:27", + "devicecode": "98001" + }, + { + "eventid": "45627db3-ed0a-4565-a20f-f33894496540", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:19", + "lon": 112.341415, + "lat": 36.45673, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:56:12", + "devicecode": "98001" + }, + { + "eventid": "b1ab5eb8-ba2f-4db2-b1ad-3e1d006ed73b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:02:04", + "lon": 112.341445, + "lat": 36.456766, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:57", + "devicecode": "98001" + }, + { + "eventid": "971dca1a-1e11-495c-be48-8cc042408d41", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:49", + "lon": 112.341463, + "lat": 36.456791, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:41", + "devicecode": "98001" + }, + { + "eventid": "0f090990-8664-4ac2-89a6-fe4e7c9cbda4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:34", + "lon": 112.341415, + "lat": 36.45675, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:26", + "devicecode": "98001" + }, + { + "eventid": "bca5f68f-c563-4c8f-8e71-6c49721a018e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:19", + "lon": 112.341386, + "lat": 36.456733, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:55:11", + "devicecode": "98001" + }, + { + "eventid": "8db41de9-6315-4b0c-8a8c-31d8a2665a23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:01:04", + "lon": 112.341396, + "lat": 36.4567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:56", + "devicecode": "98001" + }, + { + "eventid": "1b24e366-b391-49f2-9170-1b4ea63e3036", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:49", + "lon": 112.341468, + "lat": 36.456745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:40", + "devicecode": "98001" + }, + { + "eventid": "dcca1122-bfcd-4630-8b47-663724da1838", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:34", + "lon": 112.341431, + "lat": 36.456721, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:25", + "devicecode": "98001" + }, + { + "eventid": "a80164ad-132d-4457-8010-0b765b793060", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:19", + "lon": 112.341368, + "lat": 36.45664, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:54:09", + "devicecode": "98001" + }, + { + "eventid": "1c08ebeb-18c4-4dd0-9da6-5b1dd3618ab5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 18:00:04", + "lon": 112.341401, + "lat": 36.456653, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:54", + "devicecode": "98001" + }, + { + "eventid": "8df8ee17-4505-4947-93b5-a146747962dd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:49", + "lon": 112.34142, + "lat": 36.456671, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:44", + "devicecode": "98001" + }, + { + "eventid": "78d802b7-f186-4364-9a37-0ff301ff99af", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:34", + "lon": 112.341371, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:29", + "devicecode": "98001" + }, + { + "eventid": "2e2b4ff2-26e6-45f3-b785-c305d27876e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:19", + "lon": 112.341446, + "lat": 36.456648, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:53:13", + "devicecode": "98001" + }, + { + "eventid": "f09bdc37-faf2-4a61-84cf-35540be43ca0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:59:04", + "lon": 112.341501, + "lat": 36.456663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:58", + "devicecode": "98001" + }, + { + "eventid": "3cbfe080-90e0-42e0-804c-782a401f3420", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:49", + "lon": 112.34146, + "lat": 36.456583, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:43", + "devicecode": "98001" + }, + { + "eventid": "a5c550bc-c88e-4d43-9651-9a7771691920", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:34", + "lon": 112.341403, + "lat": 36.456606, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:27", + "devicecode": "98001" + }, + { + "eventid": "af99b6a5-d8c7-4170-9ac0-f2202ab09723", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:19", + "lon": 112.341331, + "lat": 36.45667, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:52:12", + "devicecode": "98001" + }, + { + "eventid": "ededa7ef-cfa6-48f0-b14b-63e5a0896d2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:58:04", + "lon": 112.341268, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:56", + "devicecode": "98001" + }, + { + "eventid": "6f919768-7929-4c7e-845b-31bd074f621f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:49", + "lon": 112.341221, + "lat": 36.456686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:41", + "devicecode": "98001" + }, + { + "eventid": "670c85da-70d8-4a40-8e07-4c828848092a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:34", + "lon": 112.341396, + "lat": 36.456706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:26", + "devicecode": "98001" + }, + { + "eventid": "8853b149-b666-47f7-a412-65224e815eca", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:19", + "lon": 112.341398, + "lat": 36.456745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:51:10", + "devicecode": "98001" + }, + { + "eventid": "6b3d4bed-585e-4629-8b73-f03a07914a62", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:57:04", + "lon": 112.341191, + "lat": 36.456791, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:55", + "devicecode": "98001" + }, + { + "eventid": "26e564b7-9061-4f8b-a228-9823110500f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:49", + "lon": 112.340996, + "lat": 36.456811, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:40", + "devicecode": "98001" + }, + { + "eventid": "41e7c392-2400-484c-92e7-231213f1fd05", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:34", + "lon": 112.341048, + "lat": 36.456785, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:24", + "devicecode": "98001" + }, + { + "eventid": "2cc9510e-1039-4092-afbc-f5800ebf088c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:19", + "lon": 112.341186, + "lat": 36.456735, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:50:14", + "devicecode": "98001" + }, + { + "eventid": "a7310ca6-0e32-405a-8d94-13f641643de2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:56:04", + "lon": 112.341298, + "lat": 36.456673, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:59", + "devicecode": "98001" + }, + { + "eventid": "fbabea08-268f-4af3-b286-e480a7a8a93d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:49", + "lon": 112.341263, + "lat": 36.456708, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:43", + "devicecode": "98001" + }, + { + "eventid": "90c129a8-1ebb-4fc9-87f1-d7feb8b835ed", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:34", + "lon": 112.341181, + "lat": 36.456826, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:28", + "devicecode": "98001" + }, + { + "eventid": "421f25cc-ca29-48fc-b5a2-c4ef4cf62ae3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:19", + "lon": 112.34122, + "lat": 36.456731, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:49:13", + "devicecode": "98001" + }, + { + "eventid": "698c0bfd-886d-4033-a31e-114462dc4d88", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:55:04", + "lon": 112.341206, + "lat": 36.456743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:57", + "devicecode": "98001" + }, + { + "eventid": "876cb23b-f98e-41bf-8e5b-e575db9f1e19", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:49", + "lon": 112.341235, + "lat": 36.456768, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:42", + "devicecode": "98001" + }, + { + "eventid": "17978ccc-f0ad-4695-b2b6-f05493a24e21", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:34", + "lon": 112.34131, + "lat": 36.456736, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:27", + "devicecode": "98001" + }, + { + "eventid": "bb61bd20-d3f0-473d-a41d-c02c5d6f33da", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:18", + "lon": 112.34133, + "lat": 36.456641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:48:12", + "devicecode": "98001" + }, + { + "eventid": "00ff7f23-0d6b-4639-a49b-5bf2bc214f02", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:54:01", + "lon": 112.341285, + "lat": 36.45669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:57", + "devicecode": "98001" + }, + { + "eventid": "e9632cae-49e1-4585-866c-273676e3a52c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:44", + "lon": 112.341283, + "lat": 36.45669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:57", + "devicecode": "98001" + }, + { + "eventid": "1b80f813-3c91-45c1-b45b-df4c083fab6b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:50:13", + "lon": 112.341483, + "lat": 36.456873, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "fd676861-d208-4b5e-b16e-cf43ea04a06b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:14", + "lon": 112.341311, + "lat": 36.456743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "853f8daa-8b28-4ffb-8536-ae87fdc14edb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:44", + "lon": 112.34137, + "lat": 36.456683, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "667f7829-66db-48df-aefc-acb5bbf4a820", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:53:29", + "lon": 112.341213, + "lat": 36.4567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "6556abda-1407-4d35-8b88-c06adb977df7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:14", + "lon": 112.341411, + "lat": 36.456655, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "2ae77413-2156-4cb3-a88f-39944685ec2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:29", + "lon": 112.341425, + "lat": 36.456638, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "255647aa-022c-43a9-91bf-fdde5ab74d56", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:52:59", + "lon": 112.341335, + "lat": 36.456728, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:47:36", + "devicecode": "98001" + }, + { + "eventid": "ba190dbf-7cae-4172-ae35-fbd73932eb71", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:03", + "lon": 112.344481, + "lat": 36.457978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:44:03", + "devicecode": "98001" + }, + { + "eventid": "d68f690c-6bcd-4ba8-b430-f9c56278ac51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 17:49:58", + "lon": 112.341436, + "lat": 36.456846, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 17:44:03", + "devicecode": "98001" + }, + { + "eventid": "aa28054d-9587-4a76-947d-c041cd377e49", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:48", + "lon": 112.344178, + "lat": 36.458061, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:41", + "devicecode": "98001" + }, + { + "eventid": "2b0109be-99d5-46a8-b93c-2f56116c9cd6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:33", + "lon": 112.343501, + "lat": 36.458088, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:29", + "devicecode": "98001" + }, + { + "eventid": "a140ed76-bc00-4a3f-9e67-4881745318fb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:18", + "lon": 112.342271, + "lat": 36.45799, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:55:12", + "devicecode": "98001" + }, + { + "eventid": "71f1babe-c129-4f19-bdbb-d0b36c85c13e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:03", + "lon": 112.342021, + "lat": 36.45874, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:53", + "devicecode": "98001" + }, + { + "eventid": "6b3ce085-7eaa-4b75-aef6-b65e5e10a829", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:48", + "lon": 112.342436, + "lat": 36.460681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:42", + "devicecode": "98001" + }, + { + "eventid": "80c77598-9aad-455b-98e8-572372ace1f2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:33", + "lon": 112.342895, + "lat": 36.462735, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:25", + "devicecode": "98001" + }, + { + "eventid": "a1aa2faa-a5bb-4c5b-8e2d-2057418f8afb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:18", + "lon": 112.343381, + "lat": 36.464868, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:54:13", + "devicecode": "98001" + }, + { + "eventid": "33646d4c-dd27-444f-a6cc-ee14ce146125", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:03", + "lon": 112.343818, + "lat": 36.4669, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:56", + "devicecode": "98001" + }, + { + "eventid": "08a116d2-13c7-4d60-ac46-db4917d5719b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:48", + "lon": 112.34425, + "lat": 36.46879, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:39", + "devicecode": "98001" + }, + { + "eventid": "f16899c3-0702-4ced-b9a3-865ef3d53698", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:33", + "lon": 112.344663, + "lat": 36.470583, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:28", + "devicecode": "98001" + }, + { + "eventid": "0094f010-0707-48e5-b6b9-557b9979e46b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:18", + "lon": 112.344946, + "lat": 36.47229, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:53:11", + "devicecode": "98001" + }, + { + "eventid": "7175f746-8a04-4834-9759-8f34ffab31d2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:03", + "lon": 112.345216, + "lat": 36.474116, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:54", + "devicecode": "98001" + }, + { + "eventid": "dd566e1a-2948-4e59-ad0b-f30044fcec86", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:47", + "lon": 112.345461, + "lat": 36.475806, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:42", + "devicecode": "98001" + }, + { + "eventid": "16c8c581-eea8-4805-8b6e-c58aec5c8fd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:32", + "lon": 112.345973, + "lat": 36.475908, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:25", + "devicecode": "98001" + }, + { + "eventid": "e01ee0d4-b021-47cf-b5d5-e6a0e7366fe5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:17", + "lon": 112.346895, + "lat": 36.475686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:52:09", + "devicecode": "98001" + }, + { + "eventid": "d2d995ca-ae18-45f8-990f-b773cb01a8c7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:02", + "lon": 112.347168, + "lat": 36.475635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:57", + "devicecode": "98001" + }, + { + "eventid": "b25c05b1-b4a8-4950-acbe-8cf00cfb5aab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:47", + "lon": 112.34717, + "lat": 36.475631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:39", + "devicecode": "98001" + }, + { + "eventid": "87264b98-1802-4fe3-8980-cd79617930fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:32", + "lon": 112.347161, + "lat": 36.475663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:27", + "devicecode": "98001" + }, + { + "eventid": "a9cea685-2977-4aae-9944-ae081207e89c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:17", + "lon": 112.34716, + "lat": 36.475675, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:51:09", + "devicecode": "98001" + }, + { + "eventid": "63cb1529-1017-465a-825f-5c3e3b49743a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:02", + "lon": 112.347166, + "lat": 36.475663, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:52", + "devicecode": "98001" + }, + { + "eventid": "533c259a-b045-4c00-8581-450758f6a504", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:47", + "lon": 112.347163, + "lat": 36.475671, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:41", + "devicecode": "98001" + }, + { + "eventid": "f05ca6dc-06dc-4bea-ac71-1c48c242f963", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:32", + "lon": 112.347151, + "lat": 36.475668, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:24", + "devicecode": "98001" + }, + { + "eventid": "c4d4ae0d-e198-4b12-8a0c-0cafa015b584", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:17", + "lon": 112.347146, + "lat": 36.47567, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:50:13", + "devicecode": "98001" + }, + { + "eventid": "60adff1e-2b2b-4b09-9369-ddec9611fba6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:02", + "lon": 112.34713, + "lat": 36.475693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:55", + "devicecode": "98001" + }, + { + "eventid": "2db311eb-91ff-4767-9c17-8cfed1e233e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:47", + "lon": 112.347136, + "lat": 36.47569, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:38", + "devicecode": "98001" + }, + { + "eventid": "5668724f-6fc5-4cfa-9baf-6431d3bcfd80", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:32", + "lon": 112.34713, + "lat": 36.475695, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:26", + "devicecode": "98001" + }, + { + "eventid": "1ffdb507-85ef-49b2-b5f0-d238aa7eb334", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:59", + "lon": 112.347555, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "e659c41f-f378-4395-aae0-a23bf69fd887", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:59", + "lon": 112.347115, + "lat": 36.475658, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "e39f0bf0-83de-42af-9df5-018363b887a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:44", + "lon": 112.347458, + "lat": 36.475581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "c1d5a20c-550e-4dfa-a2a8-0010775ce652", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:29", + "lon": 112.347546, + "lat": 36.475538, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "a729331b-14fe-48cc-be88-3bf476bc9b65", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:14", + "lon": 112.347131, + "lat": 36.475681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "94bc2450-cd6f-46b8-9eb5-6a297da6f377", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:14", + "lon": 112.347561, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:49:09", + "devicecode": "98001" + }, + { + "eventid": "8e3b6332-0adb-4346-a797-24529e92128d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:44", + "lon": 112.348016, + "lat": 36.47539, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:48:26", + "devicecode": "98001" + }, + { + "eventid": "4ffd625b-55f8-4209-a2eb-3def079e893b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:29", + "lon": 112.34791, + "lat": 36.474211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:47:20", + "devicecode": "98001" + }, + { + "eventid": "69ba3f15-eb01-4dd6-890c-84c157022638", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:14", + "lon": 112.347288, + "lat": 36.472723, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:47:10", + "devicecode": "98001" + }, + { + "eventid": "1bd2167a-6dc0-43be-a4b3-37b943fd3208", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:59", + "lon": 112.347196, + "lat": 36.471646, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:53", + "devicecode": "98001" + }, + { + "eventid": "82b8abaf-0041-474a-aefc-ae4f8e72fcae", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:43", + "lon": 112.3472, + "lat": 36.471545, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:37", + "devicecode": "98001" + }, + { + "eventid": "914a5c6e-8698-44ed-8fe8-07335f3e6f56", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:21", + "lon": 112.347183, + "lat": 36.471571, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:46:14", + "devicecode": "98001" + }, + { + "eventid": "83f6eda6-7723-4f61-8823-8f5e3d89e891", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:06", + "lon": 112.347158, + "lat": 36.471581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:58", + "devicecode": "98001" + }, + { + "eventid": "acf97f6f-6691-41be-b4f5-224e094c8b5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:51", + "lon": 112.347125, + "lat": 36.471353, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98001" + }, + { + "eventid": "9d92483b-78c2-487e-8df8-8a86ea94b8d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:36", + "lon": 112.346856, + "lat": 36.470586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:29", + "devicecode": "98001" + }, + { + "eventid": "9e8b70f3-38b5-42e3-b031-5eebfdf13420", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:21", + "lon": 112.347351, + "lat": 36.470501, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:45:13", + "devicecode": "98001" + }, + { + "eventid": "4cc3acb3-c590-4bc4-ace7-afbaaa153842", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:06", + "lon": 112.348088, + "lat": 36.47046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:56", + "devicecode": "98001" + }, + { + "eventid": "edbb3a88-042d-4c85-b69b-7683b102c624", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:51", + "lon": 112.348688, + "lat": 36.47037, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:45", + "devicecode": "98001" + }, + { + "eventid": "cfdbe4e3-0743-4b99-ae40-012ed1c92fe0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:36", + "lon": 112.34918, + "lat": 36.470575, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:29", + "devicecode": "98001" + }, + { + "eventid": "d8490306-e1d0-4627-8262-a57a98d1c382", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:21", + "lon": 112.349335, + "lat": 36.470715, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:12", + "devicecode": "98001" + }, + { + "eventid": "da998667-2160-408e-81a0-9fc47c1978c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:05", + "lon": 112.349331, + "lat": 36.470716, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:44:02", + "devicecode": "98001" + }, + { + "eventid": "26a6d6e0-0f0f-4a70-9924-ad657949e654", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:48", + "lon": 112.34933, + "lat": 36.470706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:40", + "devicecode": "98001" + }, + { + "eventid": "5a47d4de-8d0e-4030-bfed-f20dbe2dfd5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:33", + "lon": 112.34933, + "lat": 36.470703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:29", + "devicecode": "98001" + }, + { + "eventid": "d8e631b2-9ed5-452d-8918-037f6af9c16c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:18", + "lon": 112.349226, + "lat": 36.470686, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:43:12", + "devicecode": "98001" + }, + { + "eventid": "95c5ca81-6359-4e87-99bf-c883c32c1dac", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:03", + "lon": 112.348708, + "lat": 36.470421, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:56", + "devicecode": "98001" + }, + { + "eventid": "e93ce6d1-6367-430c-82c5-5562cd74b0dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:48", + "lon": 112.348223, + "lat": 36.4705, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:56", + "devicecode": "98001" + }, + { + "eventid": "fd799ba7-cd7b-4261-8820-ec603506304d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:33", + "lon": 112.347323, + "lat": 36.47051, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:27", + "devicecode": "98001" + }, + { + "eventid": "002d3e22-41db-4822-8d9a-cffdd7d8d9b2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:18", + "lon": 112.346791, + "lat": 36.470495, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98001" + }, + { + "eventid": "8db1f417-786d-476d-a75b-b646a2863913", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:03", + "lon": 112.346656, + "lat": 36.4703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:54", + "devicecode": "98001" + }, + { + "eventid": "c5eac1f2-3cd4-4c19-9576-5a88bb914133", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:48", + "lon": 112.34606, + "lat": 36.470208, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:43", + "devicecode": "98001" + }, + { + "eventid": "210520e8-88fa-409b-99d2-e2483d0f7bc0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:33", + "lon": 112.345091, + "lat": 36.470331, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:26", + "devicecode": "98001" + }, + { + "eventid": "94aa126b-57c0-4a7f-adce-2cf6af617285", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:18", + "lon": 112.344573, + "lat": 36.469848, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:41:10", + "devicecode": "98001" + }, + { + "eventid": "2f2a8356-aeb7-4229-9b71-7de41936f807", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:03", + "lon": 112.344251, + "lat": 36.468358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:53", + "devicecode": "98001" + }, + { + "eventid": "fda3e0a6-05ee-487f-87b0-d6baecb6d3bc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:48", + "lon": 112.343906, + "lat": 36.466846, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:42", + "devicecode": "98001" + }, + { + "eventid": "831acbe0-e3e3-4992-bc97-da82fbf01a6d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:33", + "lon": 112.34357, + "lat": 36.465158, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:26", + "devicecode": "98001" + }, + { + "eventid": "2e4e75d1-8e7a-46aa-9161-ef8caa802dd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:18", + "lon": 112.343523, + "lat": 36.464375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:40:10", + "devicecode": "98001" + }, + { + "eventid": "7febf560-0a19-4241-b46c-ebda5b13a15f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:03", + "lon": 112.344125, + "lat": 36.464233, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:59", + "devicecode": "98001" + }, + { + "eventid": "db38c1c9-2712-44ac-8298-c222447e9e7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:48", + "lon": 112.344208, + "lat": 36.464211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:42", + "devicecode": "98001" + }, + { + "eventid": "635858b8-84e5-414b-9d33-0e83804d3f4d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:33", + "lon": 112.344235, + "lat": 36.464213, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:25", + "devicecode": "98001" + }, + { + "eventid": "362879dc-ee25-4e3a-8ff9-55a660583353", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:18", + "lon": 112.344226, + "lat": 36.464218, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:39:13", + "devicecode": "98001" + }, + { + "eventid": "99c436cd-7f68-4cc1-8da6-8d267360198a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:01", + "lon": 112.34422, + "lat": 36.46422, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:56", + "devicecode": "98001" + }, + { + "eventid": "8a2f2fc0-1401-4eb8-b927-b8739f250dcc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:46", + "lon": 112.34421, + "lat": 36.46427, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:39", + "devicecode": "98001" + }, + { + "eventid": "5fec3207-199b-46eb-8ea2-ae118b09c9eb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:28", + "lon": 112.344208, + "lat": 36.464275, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:23", + "devicecode": "98001" + }, + { + "eventid": "fe96b444-7fd0-4e99-977b-dc9f8fc3e4b0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:44:10", + "lon": 112.343848, + "lat": 36.464288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:23", + "devicecode": "98001" + }, + { + "eventid": "66e16c49-39b8-4a26-bfa8-2ab21540c02d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:43:55", + "lon": 112.3433, + "lat": 36.464243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-07 09:38:05", + "devicecode": "98001" + }, + { + "eventid": "04dcb3ff-4367-4c2b-8d43-31be577a647e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:33", + "lon": 112.349156, + "lat": 36.470565, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "f06decda-d505-4f87-a21c-1bab64194523", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:18", + "lon": 112.349013, + "lat": 36.470458, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "aae04baf-991a-460a-ab13-2dbb35b04af4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:33", + "lon": 112.348423, + "lat": 36.470341, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "a7162c25-dc9d-4e3e-ad23-2b530522926c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:22:03", + "lon": 112.348856, + "lat": 36.470363, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "9fd71114-f622-4320-ada7-d02a9f3b7023", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:18", + "lon": 112.348325, + "lat": 36.470445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "0fdd8b8c-08c9-4d86-ac6d-74320b9545a5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:48", + "lon": 112.348568, + "lat": 36.470348, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:17:40", + "devicecode": "98001" + }, + { + "eventid": "86e6ca4b-eb51-4dc1-9868-a8337b86e1e4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:21:03", + "lon": 112.348236, + "lat": 36.470456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:15:17", + "devicecode": "98001" + }, + { + "eventid": "f573ec22-f9d4-40f5-bacf-b0fceb8e316a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:33", + "lon": 112.347988, + "lat": 36.470456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:14:28", + "devicecode": "98001" + }, + { + "eventid": "7a8f8f3d-fec5-4eb8-a33c-9524eaa14fff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:18", + "lon": 112.347785, + "lat": 36.47046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:14:12", + "devicecode": "98001" + }, + { + "eventid": "75b906b0-4424-4ac4-b802-4724b36712b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:20:02", + "lon": 112.34758, + "lat": 36.470473, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:56", + "devicecode": "98001" + }, + { + "eventid": "d7f04d97-4ff0-4e58-b30f-7597256b0780", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:47", + "lon": 112.347446, + "lat": 36.470546, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:45", + "devicecode": "98001" + }, + { + "eventid": "00a6efaf-97ba-4317-bfe7-a2ab00afab47", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:29", + "lon": 112.347335, + "lat": 36.470556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:24", + "devicecode": "98001" + }, + { + "eventid": "08bf7b3c-3dc1-48bd-82aa-8380268f3549", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:19:14", + "lon": 112.347298, + "lat": 36.470633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:13:24", + "devicecode": "98001" + }, + { + "eventid": "31dbe053-9c29-4c44-90ba-14184b462298", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:44", + "lon": 112.347095, + "lat": 36.471166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:35", + "devicecode": "98001" + }, + { + "eventid": "7834bcef-77bc-4da3-bca0-8153d931f92b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:29", + "lon": 112.34718, + "lat": 36.471556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:25", + "devicecode": "98001" + }, + { + "eventid": "2c112503-6414-46a0-8579-a7e7f97163c9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:39", + "lon": 112.347185, + "lat": 36.4717, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "d60aaed9-0ad2-4c6b-aa63-6730bb849416", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:18:09", + "lon": 112.347183, + "lat": 36.471585, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "7bd07594-f5d8-47ec-956d-96a353f58d93", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:54", + "lon": 112.347185, + "lat": 36.471593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "4e9d0de0-db59-4cf2-8084-8703d3dc1e12", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:24", + "lon": 112.347251, + "lat": 36.472375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:12:03", + "devicecode": "98001" + }, + { + "eventid": "2ec46f76-a946-4010-b3e3-1e77551cc109", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:17:09", + "lon": 112.347405, + "lat": 36.473181, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:11:04", + "devicecode": "98001" + }, + { + "eventid": "159f0e8d-4426-44a0-84bc-24245e5a5ab2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:54", + "lon": 112.347835, + "lat": 36.473995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:47", + "devicecode": "98001" + }, + { + "eventid": "c39a4b4b-7f3b-416d-b2dc-baed70055b39", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:39", + "lon": 112.348006, + "lat": 36.474811, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:30", + "devicecode": "98001" + }, + { + "eventid": "c7c44917-55a3-422c-8b34-a11a1f017003", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:16:24", + "lon": 112.347953, + "lat": 36.475443, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:10:19", + "devicecode": "98001" + }, + { + "eventid": "1988d2bf-5a8b-4016-a815-89a6bd7194ff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:39", + "lon": 112.347518, + "lat": 36.475525, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:09:31", + "devicecode": "98001" + }, + { + "eventid": "0a223c9d-e2e6-446e-ab1f-21d9f81691a7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:21", + "lon": 112.347518, + "lat": 36.475526, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:09:14", + "devicecode": "98001" + }, + { + "eventid": "f448466f-5777-414c-bb55-64b8e97a51c6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:15:06", + "lon": 112.347516, + "lat": 36.47553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:58", + "devicecode": "98001" + }, + { + "eventid": "a249a79f-64c5-489c-aea4-eb4f5aa55c33", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:34", + "lon": 112.347523, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "55f0fc84-b6d1-4804-8ec7-81b67bb519d0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:04", + "lon": 112.347528, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "25674117-5a2f-4fb3-a081-a4b32a31594f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:19", + "lon": 112.347526, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "c3d64f19-6518-45f0-a584-316a83a2868d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:14:49", + "lon": 112.347525, + "lat": 36.475528, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:42", + "devicecode": "98001" + }, + { + "eventid": "9c1e1047-fb4a-4894-9d28-ed53cf42c1b1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:49", + "lon": 112.347538, + "lat": 36.475531, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:08:36", + "devicecode": "98001" + }, + { + "eventid": "64879cc2-ced4-4761-bf22-7310cd24207e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:34", + "lon": 112.34754, + "lat": 36.475531, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:07:35", + "devicecode": "98001" + }, + { + "eventid": "041ccf77-bbd0-49db-983f-d7da92ec01b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:19", + "lon": 112.347536, + "lat": 36.475536, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:07:19", + "devicecode": "98001" + }, + { + "eventid": "57a77725-4750-4e0b-af37-776ec0e921cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:13:04", + "lon": 112.347538, + "lat": 36.475553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:57", + "devicecode": "98001" + }, + { + "eventid": "a153cf04-1d30-4deb-9fa3-453b43627cc1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:49", + "lon": 112.347458, + "lat": 36.475575, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:41", + "devicecode": "98001" + }, + { + "eventid": "09f632e9-cb11-46cf-87f0-3140e0632d66", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:34", + "lon": 112.347451, + "lat": 36.475588, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:30", + "devicecode": "98001" + }, + { + "eventid": "c7dcfa80-5dfb-4fe9-9f7b-c21f9bbada39", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:19", + "lon": 112.347443, + "lat": 36.475593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:06:13", + "devicecode": "98001" + }, + { + "eventid": "615bb0a1-fba6-4dc0-9f91-fde988c48632", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:12:04", + "lon": 112.347441, + "lat": 36.475596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:57", + "devicecode": "98001" + }, + { + "eventid": "03144296-43e7-4328-bed8-9f1c88653ad8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:49", + "lon": 112.347443, + "lat": 36.475601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:41", + "devicecode": "98001" + }, + { + "eventid": "32c7009e-16d0-437d-bd53-1c3b39fb4202", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:34", + "lon": 112.347438, + "lat": 36.475593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:25", + "devicecode": "98001" + }, + { + "eventid": "7260c13d-bd93-44b8-a42d-6a0500e77384", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:19", + "lon": 112.347453, + "lat": 36.475573, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:05:14", + "devicecode": "98001" + }, + { + "eventid": "c1339733-1588-4cfd-9c87-baadef266618", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:11:04", + "lon": 112.347391, + "lat": 36.475586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:58", + "devicecode": "98001" + }, + { + "eventid": "4c64defe-dd9d-4788-8361-a904115f0f22", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:34", + "lon": 112.347085, + "lat": 36.475678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:25", + "devicecode": "98001" + }, + { + "eventid": "8ac3ec6c-59e5-41f6-accf-93b597cf8e52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:19", + "lon": 112.347006, + "lat": 36.475698, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:04:14", + "devicecode": "98001" + }, + { + "eventid": "b3b7fc9f-0d7a-4d14-853f-79b19758594a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:10:04", + "lon": 112.346776, + "lat": 36.475706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:57", + "devicecode": "98001" + }, + { + "eventid": "88af4a7b-5e35-4fc7-9589-0c011208dd48", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:49", + "lon": 112.346096, + "lat": 36.475843, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:45", + "devicecode": "98001" + }, + { + "eventid": "872c1202-4579-4ef3-9004-b006f93ffaef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:34", + "lon": 112.345556, + "lat": 36.475893, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:28", + "devicecode": "98001" + }, + { + "eventid": "b83aa138-4b8d-493c-a837-7474ecbfed9d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:19", + "lon": 112.345421, + "lat": 36.474971, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:16", + "devicecode": "98001" + }, + { + "eventid": "bb2de0fe-362d-4dcf-9130-a7f6a3eb28a3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:09:04", + "lon": 112.345291, + "lat": 36.473928, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:03:04", + "devicecode": "98001" + }, + { + "eventid": "e445da3c-7f8a-4c72-b7d1-5ee10054c8e9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:49", + "lon": 112.345153, + "lat": 36.472943, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:46", + "devicecode": "98001" + }, + { + "eventid": "4891d1aa-b693-472c-9a4b-9a5ae9cf2b25", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:34", + "lon": 112.345016, + "lat": 36.472156, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:27", + "devicecode": "98001" + }, + { + "eventid": "b039322d-09c3-4cb4-8f0d-125d42fffea2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:19", + "lon": 112.344836, + "lat": 36.471141, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:02:16", + "devicecode": "98001" + }, + { + "eventid": "46456c55-3a86-4b08-8347-e60e1ad3d976", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:08:04", + "lon": 112.344625, + "lat": 36.470093, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:58", + "devicecode": "98001" + }, + { + "eventid": "2ced4953-86e2-4613-9ef3-cf0aec148b78", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:49", + "lon": 112.344418, + "lat": 36.469121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:40", + "devicecode": "98001" + }, + { + "eventid": "7fc7b43b-6ad5-43f8-a43b-4c6131640c1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:34", + "lon": 112.344223, + "lat": 36.468148, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:29", + "devicecode": "98001" + }, + { + "eventid": "c420c93c-c65e-4493-9ab5-45f50b62e835", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:19", + "lon": 112.343988, + "lat": 36.467235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:01:12", + "devicecode": "98001" + }, + { + "eventid": "2eb759a6-7f16-4be1-9683-5bab0e23b095", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:07:04", + "lon": 112.343766, + "lat": 36.466283, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:56", + "devicecode": "98001" + }, + { + "eventid": "7d3f2560-55d5-45b5-a350-5fdba86c1221", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:49", + "lon": 112.343575, + "lat": 36.465403, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:45", + "devicecode": "98001" + }, + { + "eventid": "78a86346-7757-4d51-a8df-43f28058ea0e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:34", + "lon": 112.343395, + "lat": 36.46461, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:28", + "devicecode": "98001" + }, + { + "eventid": "2a9c49d9-ec5a-46e4-b2f8-342980396dc7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:19", + "lon": 112.343468, + "lat": 36.464375, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 09:00:12", + "devicecode": "98001" + }, + { + "eventid": "0fc6119d-e4c6-495d-9856-728d494a44d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:06:04", + "lon": 112.343928, + "lat": 36.464261, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:55", + "devicecode": "98001" + }, + { + "eventid": "495b901d-42d2-46aa-ab44-b04ef3355465", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:49", + "lon": 112.344225, + "lat": 36.464215, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:44", + "devicecode": "98001" + }, + { + "eventid": "96408453-6f2e-4721-8f67-4599eef003a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:34", + "lon": 112.344223, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:27", + "devicecode": "98001" + }, + { + "eventid": "14b317a9-a9e3-4703-ba38-1b3405d83c43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:05:16", + "lon": 112.34422, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:10", + "devicecode": "98001" + }, + { + "eventid": "1dfd5d26-28e5-4a7d-8bae-187cf523f924", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:42", + "lon": 112.343616, + "lat": 36.464316, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "d0f37f4e-2343-46d3-8ee0-9dc476321246", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:12", + "lon": 112.34313, + "lat": 36.463328, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "6efc3fb5-c187-44c2-a60b-3427f592c2fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:57", + "lon": 112.344118, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "547ea1c9-4071-4521-a112-43cac97df835", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:04:27", + "lon": 112.343333, + "lat": 36.464156, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:59:04", + "devicecode": "98001" + }, + { + "eventid": "2444059d-0396-4484-a746-4f73650189dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:57", + "lon": 112.342928, + "lat": 36.462356, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:58:52", + "devicecode": "98001" + }, + { + "eventid": "0b3185ee-1b9f-451c-8bff-f06a004470bf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:42", + "lon": 112.342725, + "lat": 36.46142, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:38", + "devicecode": "98001" + }, + { + "eventid": "a66e287c-3c10-428f-a398-c8121feec7f9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:27", + "lon": 112.342508, + "lat": 36.460485, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:21", + "devicecode": "98001" + }, + { + "eventid": "bd25f719-6992-4bf1-9988-0dca8abb4cd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:03:12", + "lon": 112.3423, + "lat": 36.459615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:57:04", + "devicecode": "98001" + }, + { + "eventid": "c9065d33-b36b-4e33-bd30-e7bfe6b29e23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:57", + "lon": 112.342086, + "lat": 36.458708, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:48", + "devicecode": "98001" + }, + { + "eventid": "934f2ea1-2013-4de8-95bb-1e02a487b510", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:42", + "lon": 112.341913, + "lat": 36.457956, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:37", + "devicecode": "98001" + }, + { + "eventid": "64870c2d-7b58-40fb-8311-00f1a95aad43", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:27", + "lon": 112.34172, + "lat": 36.457143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:20", + "devicecode": "98001" + }, + { + "eventid": "fc27a4ea-d75a-4d4c-a8b5-b8ea03a3cfb5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:02:12", + "lon": 112.341473, + "lat": 36.456636, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:56:03", + "devicecode": "98001" + }, + { + "eventid": "16f0b96a-de9d-4392-8f7d-93aca8e7087a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:57", + "lon": 112.341431, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:52", + "devicecode": "98001" + }, + { + "eventid": "6b08389b-b48d-4743-a5b6-62c9bc03470f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:42", + "lon": 112.341423, + "lat": 36.456631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:34", + "devicecode": "98001" + }, + { + "eventid": "fbbf9f8a-e897-4166-8e84-8dcffcd4ca2e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:27", + "lon": 112.341398, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:18", + "devicecode": "98001" + }, + { + "eventid": "f6bff62f-be04-4b05-af50-b1dba62d0448", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:01:12", + "lon": 112.341421, + "lat": 36.456635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:55:06", + "devicecode": "98001" + }, + { + "eventid": "3f663654-d820-4a12-bc77-262826f282c5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:57", + "lon": 112.341456, + "lat": 36.456633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:50", + "devicecode": "98001" + }, + { + "eventid": "d7f46396-4a0f-4672-b370-baa56cb69ddc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:42", + "lon": 112.34149, + "lat": 36.456611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:34", + "devicecode": "98001" + }, + { + "eventid": "5e3035bb-ed3a-4d5f-ba97-3c6d16a28eb7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 09:00:12", + "lon": 112.341528, + "lat": 36.456605, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:54:07", + "devicecode": "98001" + }, + { + "eventid": "8557fbbd-965f-4b0b-aa08-21b570c365a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:59:57", + "lon": 112.341455, + "lat": 36.456678, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:53:50", + "devicecode": "98001" + }, + { + "eventid": "2fc4980f-c7c7-44e5-aa80-3c61d1ac57e3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:57", + "lon": 112.341476, + "lat": 36.4566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:52", + "devicecode": "98001" + }, + { + "eventid": "bb4759dc-3bda-4f67-962d-5ce883c0309b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:42", + "lon": 112.34146, + "lat": 36.456605, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:35", + "devicecode": "98001" + }, + { + "eventid": "503cae00-25d3-4dfa-ba90-ae72613d633e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:27", + "lon": 112.34148, + "lat": 36.456613, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:30", + "devicecode": "98001" + }, + { + "eventid": "66353a62-c25b-4dec-8e16-855976b240cf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:58:12", + "lon": 112.341713, + "lat": 36.457276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:52:03", + "devicecode": "98001" + }, + { + "eventid": "c84c1333-efb0-44d4-8330-4f7a1992ebba", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:57", + "lon": 112.341893, + "lat": 36.45807, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:52", + "devicecode": "98001" + }, + { + "eventid": "9d800e2a-451c-48ea-8778-9cc5dbc8764c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:42", + "lon": 112.34216, + "lat": 36.458271, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:35", + "devicecode": "98001" + }, + { + "eventid": "4f8bcbd6-71cc-4f70-bdc4-7a1411eee2ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:27", + "lon": 112.342933, + "lat": 36.458176, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:19", + "devicecode": "98001" + }, + { + "eventid": "f581114a-5efb-471e-9e57-bed26b2ffec9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:57:12", + "lon": 112.343768, + "lat": 36.45837, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:51:08", + "devicecode": "98001" + }, + { + "eventid": "d5be17db-50cc-49d7-98f9-1ba65590cc70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:42", + "lon": 112.345696, + "lat": 36.4586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:35", + "devicecode": "98001" + }, + { + "eventid": "4b6006df-0bc4-4b7b-8a09-ca862b1b5d74", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:27", + "lon": 112.34616, + "lat": 36.45863, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:20", + "devicecode": "98001" + }, + { + "eventid": "1df5578a-4317-4aeb-ba7c-dd8be24664ef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:56:11", + "lon": 112.346146, + "lat": 36.458631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:50:09", + "devicecode": "98001" + }, + { + "eventid": "4bf8590f-952b-4623-a26a-80955aab22b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:55:53", + "lon": 112.345976, + "lat": 36.458641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:49:47", + "devicecode": "98001" + }, + { + "eventid": "9fedf301-c517-4a19-9401-bf3472da99dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:55:38", + "lon": 112.344991, + "lat": 36.458608, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:49:31", + "devicecode": "98001" + }, + { + "eventid": "ed1481a8-a342-47b0-afa6-d802f44a83fb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:53", + "lon": 112.342623, + "lat": 36.45819, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:48", + "devicecode": "98001" + }, + { + "eventid": "ec2362f8-1e5f-43ff-b575-304b913dc500", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:38", + "lon": 112.342015, + "lat": 36.458281, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:32", + "devicecode": "98001" + }, + { + "eventid": "39c49632-cd4c-4a4b-9d39-82ef4ad2deab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:54:23", + "lon": 112.341848, + "lat": 36.457631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:48:16", + "devicecode": "98001" + }, + { + "eventid": "b398e3d5-112d-42ea-9d33-382bc086f0ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:53:23", + "lon": 112.341538, + "lat": 36.455435, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:47:18", + "devicecode": "98001" + }, + { + "eventid": "1d51a37e-4e14-41fd-9290-1eb406e29385", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:53:08", + "lon": 112.34188, + "lat": 36.455698, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:47:02", + "devicecode": "98001" + }, + { + "eventid": "bb03fa50-a6ae-4239-be7d-bb961d21eb44", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:53", + "lon": 112.342203, + "lat": 36.456003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:46", + "devicecode": "98001" + }, + { + "eventid": "e4210706-6fb4-4161-b53e-8e6ac640f89d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:38", + "lon": 112.342643, + "lat": 36.456106, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:30", + "devicecode": "98001" + }, + { + "eventid": "0349e86d-8175-48a1-9d2a-c0cbae0a870e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:52:23", + "lon": 112.34267, + "lat": 36.456123, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:46:15", + "devicecode": "98001" + }, + { + "eventid": "aa371634-5f1a-408d-9ecf-ae1435b1c407", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:38", + "lon": 112.343175, + "lat": 36.455985, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:45:32", + "devicecode": "98001" + }, + { + "eventid": "7d29334c-9300-40e9-aaf8-50b0e2f7097b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:23", + "lon": 112.343246, + "lat": 36.456005, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:45:16", + "devicecode": "98001" + }, + { + "eventid": "af35dd76-5a58-43be-946d-639b89bf0902", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:51:06", + "lon": 112.343201, + "lat": 36.455996, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:59", + "devicecode": "98001" + }, + { + "eventid": "2e2156fd-e236-4b8f-8e35-82ffc24aecd5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:51", + "lon": 112.343063, + "lat": 36.456088, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:43", + "devicecode": "98001" + }, + { + "eventid": "3dabe10a-6119-4b31-9002-c1bc3a4eb473", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:36", + "lon": 112.342915, + "lat": 36.45614, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:31", + "devicecode": "98001" + }, + { + "eventid": "651412a8-7baa-4962-bc08-39cd3fbbe953", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:21", + "lon": 112.342671, + "lat": 36.45611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:44:14", + "devicecode": "98001" + }, + { + "eventid": "fa0611f6-8567-4fad-963d-f3b7f50f2f27", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:50:06", + "lon": 112.342381, + "lat": 36.45606, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:57", + "devicecode": "98001" + }, + { + "eventid": "33cf792f-4ce6-44f5-95e4-129d98a0ca98", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:51", + "lon": 112.341906, + "lat": 36.455763, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:45", + "devicecode": "98001" + }, + { + "eventid": "1c6626bc-4f90-4c86-88c2-9c5a6b537e1d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:36", + "lon": 112.34173, + "lat": 36.455548, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:29", + "devicecode": "98001" + }, + { + "eventid": "204e9eea-ac15-4531-a442-b92cbcd074e6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:21", + "lon": 112.34143, + "lat": 36.45544, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:12", + "devicecode": "98001" + }, + { + "eventid": "a0a17557-0e98-45f7-879f-e44b7e3484dd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:49:06", + "lon": 112.34118, + "lat": 36.454901, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:43:02", + "devicecode": "98001" + }, + { + "eventid": "264ad4d7-b6d6-4649-84c8-7d8e6a8a67a6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:48:21", + "lon": 112.34044, + "lat": 36.45333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:42:14", + "devicecode": "98001" + }, + { + "eventid": "1847a821-8c3a-487a-97d5-cc58546a62f9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:48:04", + "lon": 112.340855, + "lat": 36.453148, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:57", + "devicecode": "98001" + }, + { + "eventid": "7af6b061-b822-4f97-a902-76ba847b93ae", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:49", + "lon": 112.34121, + "lat": 36.452978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:41", + "devicecode": "98001" + }, + { + "eventid": "44b19da6-c662-44e3-b698-c8388fc533c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:34", + "lon": 112.341368, + "lat": 36.452635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:25", + "devicecode": "98001" + }, + { + "eventid": "9a6e791c-931e-42f5-a358-476e876dbb23", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:19", + "lon": 112.341425, + "lat": 36.45256, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:41:14", + "devicecode": "98001" + }, + { + "eventid": "cee5a674-9f74-4fa1-835e-34c9467e8a6d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:47:03", + "lon": 112.34142, + "lat": 36.452566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:58", + "devicecode": "98001" + }, + { + "eventid": "ce842d99-8381-42ab-96d6-ff5abf577878", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:45", + "lon": 112.341321, + "lat": 36.45274, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:36", + "devicecode": "98001" + }, + { + "eventid": "88e9fa03-749b-4660-9db9-eb758fd76051", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:30", + "lon": 112.341223, + "lat": 36.453003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:26", + "devicecode": "98001" + }, + { + "eventid": "5ed07043-63c2-4da1-b60a-48938c8c0b26", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:46:13", + "lon": 112.341215, + "lat": 36.453003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:04", + "devicecode": "98001" + }, + { + "eventid": "cd2caf89-bbaf-4da9-a670-b8daecc6673b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 08:45:58", + "lon": 112.341231, + "lat": 36.452991, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-06 08:40:04", + "devicecode": "98001" + }, + { + "eventid": "b61b9c91-9f27-40db-8f35-bd7a7ffb7e74", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:37:22", + "lon": 112.349223, + "lat": 36.470618, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:31:16", + "devicecode": "98001" + }, + { + "eventid": "59f6a0ee-15cc-4457-9f4e-1d66c757dcf7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:37:05", + "lon": 112.349305, + "lat": 36.470706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:31:00", + "devicecode": "98001" + }, + { + "eventid": "99c8af0d-9d0b-4493-947b-989f12b373ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:50", + "lon": 112.349318, + "lat": 36.470703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:43", + "devicecode": "98001" + }, + { + "eventid": "4af6eb38-56bd-4ad6-96b7-d6b5c129d53e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:33", + "lon": 112.34924, + "lat": 36.4706, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:27", + "devicecode": "98001" + }, + { + "eventid": "e6569462-12ad-44fc-8472-af47be631f03", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:18", + "lon": 112.349071, + "lat": 36.470481, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:30:10", + "devicecode": "98001" + }, + { + "eventid": "63435d46-75f4-408b-9e24-7bb725a582b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:36:03", + "lon": 112.348946, + "lat": 36.470388, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:59", + "devicecode": "98001" + }, + { + "eventid": "a44efdf2-a1e6-4393-be06-1f023aaba214", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:48", + "lon": 112.348736, + "lat": 36.47037, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:42", + "devicecode": "98001" + }, + { + "eventid": "938a7821-9815-40be-a538-caa75ea4fd7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:33", + "lon": 112.348568, + "lat": 36.47035, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:26", + "devicecode": "98001" + }, + { + "eventid": "437be7bb-ccfa-4ef7-8ec7-7b36959671b1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:18", + "lon": 112.348425, + "lat": 36.470416, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "a78bdfec-8e84-40fd-b062-b306911979ce", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:35:03", + "lon": 112.348261, + "lat": 36.470445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:57", + "devicecode": "98001" + }, + { + "eventid": "81d88253-9e01-458b-958c-52f6e9c8e5df", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:48", + "lon": 112.348081, + "lat": 36.470466, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:44", + "devicecode": "98001" + }, + { + "eventid": "964e1bf0-882d-407c-ae71-3c40da447dcf", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:33", + "lon": 112.34789, + "lat": 36.470491, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:27", + "devicecode": "98001" + }, + { + "eventid": "db4df714-f7a8-4ba6-86ce-64fd60893ed0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:18", + "lon": 112.347691, + "lat": 36.470468, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:28:10", + "devicecode": "98001" + }, + { + "eventid": "f9e3a3c7-72e2-4bd3-b695-254bc01540a1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:34:03", + "lon": 112.347516, + "lat": 36.470485, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:58", + "devicecode": "98001" + }, + { + "eventid": "ba9f99c4-d9c0-47b0-87b8-4134146d9e97", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:48", + "lon": 112.347398, + "lat": 36.470508, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:42", + "devicecode": "98001" + }, + { + "eventid": "dea6fa3a-e894-43c9-9070-a045e2cf78f8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:33", + "lon": 112.347331, + "lat": 36.470626, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:26", + "devicecode": "98001" + }, + { + "eventid": "c7c5ac69-231a-43be-8e96-a0c5516c5d91", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:18", + "lon": 112.347148, + "lat": 36.470658, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:27:15", + "devicecode": "98001" + }, + { + "eventid": "2e52ea32-7617-49e2-ad87-d2c5ae6032b5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:33:03", + "lon": 112.347153, + "lat": 36.4712, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:58", + "devicecode": "98001" + }, + { + "eventid": "4906e91f-b145-4f6d-9181-a6b6e9c7e839", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:48", + "lon": 112.34721, + "lat": 36.471601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:41", + "devicecode": "98001" + }, + { + "eventid": "d21ec1fc-6b39-4cfe-a88f-a46f3872bdcb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:32", + "lon": 112.347201, + "lat": 36.471596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:25", + "devicecode": "98001" + }, + { + "eventid": "66c097aa-4d8d-41cf-91cb-a953c3a182d0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:32:16", + "lon": 112.347191, + "lat": 36.471615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:26:13", + "devicecode": "98001" + }, + { + "eventid": "72eb458f-4c96-43c7-ab94-ea53ad7e4238", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:58", + "lon": 112.34726, + "lat": 36.47207, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:57", + "devicecode": "98001" + }, + { + "eventid": "3977475e-2ae6-4ea8-b9dc-74d5834f3f68", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:58", + "lon": 112.348028, + "lat": 36.474978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "2f6bf73d-c38d-4d12-a954-a679f4f6f1cc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:13", + "lon": 112.347498, + "lat": 36.475543, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "f103042a-189b-4361-a22d-3f8a4011267f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:28", + "lon": 112.3476, + "lat": 36.473493, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "cd83403e-060e-478b-85c4-ac163eebb82b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:43", + "lon": 112.347288, + "lat": 36.47276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "b1db5b8d-1192-4afc-83f4-53daa8b05f2d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:31:13", + "lon": 112.347931, + "lat": 36.474243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "aef9028c-827f-40ab-b271-a19c25a1bcb9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:43", + "lon": 112.347866, + "lat": 36.475483, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "498cd99b-88d7-4c7c-8053-b6d588b172f6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:30:28", + "lon": 112.347533, + "lat": 36.475535, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:25:51", + "devicecode": "98001" + }, + { + "eventid": "9afa6df9-0a0f-4284-93de-10b876cc1352", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:57", + "lon": 112.347453, + "lat": 36.475553, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:54", + "devicecode": "98001" + }, + { + "eventid": "e11f5c49-cfad-42ea-87f3-e13a28357e70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:42", + "lon": 112.346928, + "lat": 36.47568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:38", + "devicecode": "98001" + }, + { + "eventid": "d6d9a0e0-92f9-481b-8a91-7de55f544397", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:27", + "lon": 112.346236, + "lat": 36.475743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:22", + "devicecode": "98001" + }, + { + "eventid": "981fd97a-8da2-443b-aff6-f297d78592d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:54", + "lon": 112.34548, + "lat": 36.47507, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:05", + "devicecode": "98001" + }, + { + "eventid": "3a900d99-99f4-4f40-be08-72031c69f7d7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:29:09", + "lon": 112.34559, + "lat": 36.475741, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:23:05", + "devicecode": "98001" + }, + { + "eventid": "76cc1436-f8c3-4ead-8897-84e50c571b6c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:39", + "lon": 112.34537, + "lat": 36.474175, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:32", + "devicecode": "98001" + }, + { + "eventid": "f86f96c8-851f-40e3-91db-e4a384cbcd5e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:24", + "lon": 112.345231, + "lat": 36.473203, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:21", + "devicecode": "98001" + }, + { + "eventid": "42f2ba99-adb5-4fd8-ab9b-55190e6843c0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:28:08", + "lon": 112.345091, + "lat": 36.472233, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:22:03", + "devicecode": "98001" + }, + { + "eventid": "6838e99c-ad41-45b2-8246-bd38b975a910", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:53", + "lon": 112.34493, + "lat": 36.471268, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:47", + "devicecode": "98001" + }, + { + "eventid": "44b86c2a-5675-4f1e-acbc-db96e800a0c4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:38", + "lon": 112.344753, + "lat": 36.470333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:30", + "devicecode": "98001" + }, + { + "eventid": "9341e50c-57cc-4d16-9669-4f56f7fcef41", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:23", + "lon": 112.344543, + "lat": 36.469313, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:19", + "devicecode": "98001" + }, + { + "eventid": "882efe49-ab44-4e3d-bc19-6a638b1d8ef8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:27:08", + "lon": 112.344306, + "lat": 36.468288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:21:02", + "devicecode": "98001" + }, + { + "eventid": "37eb14fb-4d51-4b23-a9b6-1d34e2195ab7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:53", + "lon": 112.344121, + "lat": 36.46737, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:45", + "devicecode": "98001" + }, + { + "eventid": "04b9a11d-f98d-4be9-9852-3dad7a55e936", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:38", + "lon": 112.343966, + "lat": 36.466681, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:34", + "devicecode": "98001" + }, + { + "eventid": "59698dcf-d85b-407c-b3dc-f7e6d15be888", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:23", + "lon": 112.343763, + "lat": 36.465951, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:18", + "devicecode": "98001" + }, + { + "eventid": "db159610-ab57-47b3-bc42-e0d1a91b608b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:26:08", + "lon": 112.343608, + "lat": 36.465255, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:20:01", + "devicecode": "98001" + }, + { + "eventid": "b440908b-9d4d-4448-bbd0-673e0fba269e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:53", + "lon": 112.343453, + "lat": 36.464715, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:45", + "devicecode": "98001" + }, + { + "eventid": "46052b33-1410-4de6-a163-ed7532f14a1e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:38", + "lon": 112.343411, + "lat": 36.464406, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:34", + "devicecode": "98001" + }, + { + "eventid": "4a923bf9-670e-4689-a50b-019a21fe6fef", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:23", + "lon": 112.343803, + "lat": 36.464298, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:17", + "devicecode": "98001" + }, + { + "eventid": "dd91394a-747e-446d-a77e-f55483e68343", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:25:08", + "lon": 112.344185, + "lat": 36.464235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:19:01", + "devicecode": "98001" + }, + { + "eventid": "66d8acd9-f4ea-4271-9d31-841d4ba9728e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:53", + "lon": 112.344228, + "lat": 36.464231, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:45", + "devicecode": "98001" + }, + { + "eventid": "f063a9b4-2351-4a02-8012-1722937d9b49", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:35", + "lon": 112.34422, + "lat": 36.464228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:33", + "devicecode": "98001" + }, + { + "eventid": "d9dda5a0-1f06-452c-85d4-9dec990dc91e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:01", + "lon": 112.344195, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:10", + "devicecode": "98001" + }, + { + "eventid": "3bb65260-48a4-49bc-ae1e-b3a4c5803ad7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:24:16", + "lon": 112.344206, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:18:10", + "devicecode": "98001" + }, + { + "eventid": "25e1c764-9835-44d3-92ee-9c476a6aa367", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:46", + "lon": 112.343953, + "lat": 36.464251, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:59", + "devicecode": "98001" + }, + { + "eventid": "5b66688f-9156-47fb-a675-37350b564efe", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:30", + "lon": 112.343475, + "lat": 36.464203, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:26", + "devicecode": "98001" + }, + { + "eventid": "ea94b533-c012-43a5-a595-5cab654e2383", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:15", + "lon": 112.343221, + "lat": 36.463581, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:17:10", + "devicecode": "98001" + }, + { + "eventid": "5a3e805b-63df-4364-ac05-72d8cd6564f4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:23:00", + "lon": 112.343003, + "lat": 36.462595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:54", + "devicecode": "98001" + }, + { + "eventid": "beb6a4a0-ea16-4e3a-a160-3f09f064df92", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:45", + "lon": 112.342818, + "lat": 36.46175, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:37", + "devicecode": "98001" + }, + { + "eventid": "741112b4-89c2-4c18-9ee2-0e9d6f0eb160", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:30", + "lon": 112.342633, + "lat": 36.460958, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:16:26", + "devicecode": "98001" + }, + { + "eventid": "3cfeb15b-78c6-489c-bb8e-a1d87db0f2f5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:22:00", + "lon": 112.342245, + "lat": 36.459363, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:53", + "devicecode": "98001" + }, + { + "eventid": "6f04edee-e5b6-49b1-b7a8-0f7401f7239c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:45", + "lon": 112.342071, + "lat": 36.458533, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:37", + "devicecode": "98001" + }, + { + "eventid": "a8081efc-0873-4bc1-a10b-7a1935036ff3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:30", + "lon": 112.342293, + "lat": 36.458276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:26", + "devicecode": "98001" + }, + { + "eventid": "883a7794-d8a6-434f-a311-9ee3ffeef3c9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:15", + "lon": 112.343078, + "lat": 36.458183, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:15:09", + "devicecode": "98001" + }, + { + "eventid": "0da64b8b-c95f-442b-a0a1-b5dafddb41d8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:21:00", + "lon": 112.343775, + "lat": 36.458373, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:53", + "devicecode": "98001" + }, + { + "eventid": "9aa23ee1-c500-456b-83fa-ebaea0dbbdfb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:45", + "lon": 112.34457, + "lat": 36.458578, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:36", + "devicecode": "98001" + }, + { + "eventid": "560a817a-36a6-4ee9-9634-d2c4a252a4e7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:30", + "lon": 112.345495, + "lat": 36.458596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:25", + "devicecode": "98001" + }, + { + "eventid": "1345fbde-21e2-4803-b7c1-e4ab949341b8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:15", + "lon": 112.346085, + "lat": 36.458643, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:14:09", + "devicecode": "98001" + }, + { + "eventid": "9a9f95f8-2b98-4c1b-a237-5fed0cc80cff", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:20:00", + "lon": 112.34613, + "lat": 36.458625, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:52", + "devicecode": "98001" + }, + { + "eventid": "688cd352-8f1a-4da6-a124-7f12dc3206cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:42", + "lon": 112.346141, + "lat": 36.458623, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:35", + "devicecode": "98001" + }, + { + "eventid": "f7f33816-40e5-4bf7-9485-c01747044fe9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:27", + "lon": 112.346083, + "lat": 36.45861, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:19", + "devicecode": "98001" + }, + { + "eventid": "ac66a3dc-acc5-4c43-9be6-aa91a25db045", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:19:12", + "lon": 112.34562, + "lat": 36.458568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:13:07", + "devicecode": "98001" + }, + { + "eventid": "02b0a000-b22e-47ab-afe5-f8feb21b9322", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:56", + "lon": 112.344721, + "lat": 36.458565, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:49", + "devicecode": "98001" + }, + { + "eventid": "c47e659d-1fb2-47aa-baba-5f7706143bb8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:40", + "lon": 112.343966, + "lat": 36.458445, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:33", + "devicecode": "98001" + }, + { + "eventid": "8cb2fb94-7554-4c1d-b564-4e703a8aa4d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:25", + "lon": 112.343338, + "lat": 36.458228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:17", + "devicecode": "98001" + }, + { + "eventid": "9500dfda-7367-4a16-89e8-62c8f0844493", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:18:10", + "lon": 112.342603, + "lat": 36.45821, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:12:06", + "devicecode": "98001" + }, + { + "eventid": "ca8c29b4-4abc-46e5-8a36-ebe79bfec1b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:55", + "lon": 112.342043, + "lat": 36.458243, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:50", + "devicecode": "98001" + }, + { + "eventid": "6fb0befe-4843-446e-94fb-9ac42877df5a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:40", + "lon": 112.341888, + "lat": 36.457726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:33", + "devicecode": "98001" + }, + { + "eventid": "3b7e6831-2c77-471d-976d-970d12df3a98", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:17:10", + "lon": 112.341531, + "lat": 36.456603, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:11:06", + "devicecode": "98001" + }, + { + "eventid": "7931a239-4352-465a-8c00-ae3b12cbf5a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:55", + "lon": 112.341438, + "lat": 36.4566, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:49", + "devicecode": "98001" + }, + { + "eventid": "e17f92c7-7594-415e-8dfe-9c9da6776e48", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:40", + "lon": 112.341338, + "lat": 36.456631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:34", + "devicecode": "98001" + }, + { + "eventid": "84e82ece-5b0c-4e75-9abd-bff9e0a3cc21", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:16:25", + "lon": 112.34134, + "lat": 36.456656, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:10:18", + "devicecode": "98001" + }, + { + "eventid": "f927696c-d477-436c-98cb-7620ab1612c0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:55", + "lon": 112.341303, + "lat": 36.456615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:51", + "devicecode": "98001" + }, + { + "eventid": "adc3210f-fb28-4654-ad37-e85281ed04bd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:40", + "lon": 112.34133, + "lat": 36.456595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:35", + "devicecode": "98001" + }, + { + "eventid": "acc085fe-ac1a-483a-9509-ad687305e9fd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:15:25", + "lon": 112.341398, + "lat": 36.456598, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:09:19", + "devicecode": "98001" + }, + { + "eventid": "c28670e5-bd69-4304-9312-9a4cf5627c5e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:14:25", + "lon": 112.34146, + "lat": 36.455568, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:08:21", + "devicecode": "98001" + }, + { + "eventid": "42093ce6-c960-4ed4-8e3e-7cfd2fff7c94", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:14:10", + "lon": 112.341665, + "lat": 36.455476, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:08:04", + "devicecode": "98001" + }, + { + "eventid": "d12b3f29-a619-466d-a21d-beff9ed1a8fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:55", + "lon": 112.341945, + "lat": 36.455776, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:48", + "devicecode": "98001" + }, + { + "eventid": "c5139180-ede1-42ff-af07-d7f98c45c2fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:40", + "lon": 112.342293, + "lat": 36.456038, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:32", + "devicecode": "98001" + }, + { + "eventid": "dc03da6d-9ad9-45b3-ad6d-3a3038b113c8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:13:10", + "lon": 112.342751, + "lat": 36.45615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:07:05", + "devicecode": "98001" + }, + { + "eventid": "0c029b16-ec95-4017-bcb1-5b3b51c3bac8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:55", + "lon": 112.34294, + "lat": 36.456115, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:49", + "devicecode": "98001" + }, + { + "eventid": "76ba8423-744b-4001-b45c-c7c596e7ea07", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:40", + "lon": 112.343106, + "lat": 36.456016, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:33", + "devicecode": "98001" + }, + { + "eventid": "80965527-25a0-4e42-9859-08cd69a1ea3a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:12:25", + "lon": 112.343236, + "lat": 36.455971, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:06:17", + "devicecode": "98001" + }, + { + "eventid": "5416bbfd-0e5a-45e7-ba28-7fdfae0c5c7c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:37", + "lon": 112.343138, + "lat": 36.456035, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:33", + "devicecode": "98001" + }, + { + "eventid": "3dced0dd-1847-42d0-b520-840fbc8aa65c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:22", + "lon": 112.342976, + "lat": 36.456105, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:17", + "devicecode": "98001" + }, + { + "eventid": "d087f465-4058-43a9-ac0c-345a146e887d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:11:07", + "lon": 112.342818, + "lat": 36.456143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:05:01", + "devicecode": "98001" + }, + { + "eventid": "d0ab0841-4232-40b4-8784-9d75dba2dbb7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:10:52", + "lon": 112.342681, + "lat": 36.456128, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:04:45", + "devicecode": "98001" + }, + { + "eventid": "dd5183be-158e-413e-b0f2-a4139e6b878c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:10:22", + "lon": 112.341793, + "lat": 36.45564, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:04:18", + "devicecode": "98001" + }, + { + "eventid": "1c5778b4-7d29-4004-bf95-2e158361cd66", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:37", + "lon": 112.341215, + "lat": 36.454835, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:28", + "devicecode": "98001" + }, + { + "eventid": "8a5a3734-b423-450b-85e5-b01517b702d5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:22", + "lon": 112.340998, + "lat": 36.454413, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:18", + "devicecode": "98001" + }, + { + "eventid": "dec3aea2-f17a-47de-96e2-14017712678d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:09:07", + "lon": 112.340705, + "lat": 36.453978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:03:02", + "devicecode": "98001" + }, + { + "eventid": "77314346-bebe-4c32-8cb0-71404008986a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:08:52", + "lon": 112.340408, + "lat": 36.453416, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:02:46", + "devicecode": "98001" + }, + { + "eventid": "266102f3-21a8-4197-8908-d900861968f6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:46", + "lon": 112.341391, + "lat": 36.452548, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:57", + "devicecode": "98001" + }, + { + "eventid": "d6f143f0-ad80-4415-9ca6-f030557b153d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:08:04", + "lon": 112.341388, + "lat": 36.45258, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:57", + "devicecode": "98001" + }, + { + "eventid": "c84b91ec-4805-4873-a174-d1dc4f9022a3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:30", + "lon": 112.341401, + "lat": 36.452546, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:40", + "devicecode": "98001" + }, + { + "eventid": "252ac7b2-454c-4178-822a-553b60fa5fd5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-05 09:07:15", + "lon": 112.341288, + "lat": 36.452865, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-05 09:01:25", + "devicecode": "98001" + }, + { + "eventid": "c44ecb63-96f4-4ca9-a4c0-c2f7cd7d0a50", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:36:02", + "lon": 112.349333, + "lat": 36.470733, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:59", + "devicecode": "98001" + }, + { + "eventid": "31aaf043-80bf-4c53-8899-47402531046e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:41", + "lon": 112.349346, + "lat": 36.470745, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:37", + "devicecode": "98001" + }, + { + "eventid": "494852be-2001-45dc-94cd-3c531ba82a36", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:23", + "lon": 112.34935, + "lat": 36.47077, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:37", + "devicecode": "98001" + }, + { + "eventid": "01add980-19bf-4de5-b797-275cec480c1c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:53", + "lon": 112.349308, + "lat": 36.47074, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "c1065d9b-1ef6-498c-8708-9e129d5ad011", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:35:08", + "lon": 112.349326, + "lat": 36.470751, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "7429779b-ec6c-4028-9918-aa1dceea53e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:38", + "lon": 112.349298, + "lat": 36.470743, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "69001e9d-591f-4e1c-ba6e-9a14d8f2af5d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:23", + "lon": 112.349293, + "lat": 36.470736, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:20", + "devicecode": "98001" + }, + { + "eventid": "803dbbc4-878f-437a-b247-8cf8ef22d90e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:53", + "lon": 112.349268, + "lat": 36.470738, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "610e60f0-91c9-4350-aff0-ac9e9ff84227", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:34:08", + "lon": 112.34928, + "lat": 36.47074, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "49e9cf28-232a-4f65-a4e5-176ed7f9c53f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:53", + "lon": 112.349025, + "lat": 36.47039, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "23e5351b-3bd4-441e-bb83-5a95d9e9e747", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:38", + "lon": 112.349295, + "lat": 36.470726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "de8a9c31-9f07-41f0-ac13-cdba50c00ae4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:38", + "lon": 112.348828, + "lat": 36.470325, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "998b2bc2-05b3-49c3-8334-48b8a7c7664d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:08", + "lon": 112.349183, + "lat": 36.470521, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "8714e65d-68e6-49c2-97e2-a27b95c17d20", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:33:23", + "lon": 112.34927, + "lat": 36.470688, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:29:14", + "devicecode": "98001" + }, + { + "eventid": "340789bf-3b7b-4aac-a154-abc0f8859d7f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:22", + "lon": 112.348573, + "lat": 36.47034, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:26:19", + "devicecode": "98001" + }, + { + "eventid": "ca2992c8-8f66-4884-b142-0c54d8d30f70", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:32:07", + "lon": 112.348438, + "lat": 36.470348, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:26:03", + "devicecode": "98001" + }, + { + "eventid": "ce0330eb-84d9-41b6-8315-6c233b245d06", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:52", + "lon": 112.34829, + "lat": 36.470426, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:46", + "devicecode": "98001" + }, + { + "eventid": "6c348f48-b793-4b26-a635-a2a164749b9a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:37", + "lon": 112.348151, + "lat": 36.470413, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:30", + "devicecode": "98001" + }, + { + "eventid": "bd9727c3-10f6-4692-a63d-7113bb6651b6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:22", + "lon": 112.348028, + "lat": 36.470425, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:14", + "devicecode": "98001" + }, + { + "eventid": "ace588c9-047c-4279-a7c0-92dab1bd9a09", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:31:07", + "lon": 112.34786, + "lat": 36.470466, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:25:03", + "devicecode": "98001" + }, + { + "eventid": "b90588c7-61b4-49a4-aef2-0f20e12211f1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:52", + "lon": 112.347673, + "lat": 36.470496, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:47", + "devicecode": "98001" + }, + { + "eventid": "9f6d2077-17a7-4bf6-a560-2df92fd1ede0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:37", + "lon": 112.347548, + "lat": 36.470503, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:30", + "devicecode": "98001" + }, + { + "eventid": "422f5af2-9a87-49e1-ac82-44daf5091e52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:22", + "lon": 112.347423, + "lat": 36.470528, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:24:14", + "devicecode": "98001" + }, + { + "eventid": "3c306d71-d6a0-4034-9c79-591f2561b53f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:50", + "lon": 112.347276, + "lat": 36.47062, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:58", + "devicecode": "98001" + }, + { + "eventid": "e6dad0d8-b277-4d2e-b202-a2d8092762c2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:30:05", + "lon": 112.347351, + "lat": 36.470615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:58", + "devicecode": "98001" + }, + { + "eventid": "218adcfb-b259-40c5-b40c-380a917227c4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:35", + "lon": 112.347155, + "lat": 36.471166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:47", + "devicecode": "98001" + }, + { + "eventid": "93d81fa2-c5c4-4546-adba-5a7af5977664", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:20", + "lon": 112.347196, + "lat": 36.471601, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:23:13", + "devicecode": "98001" + }, + { + "eventid": "c9a79c08-c92e-4269-98a7-3169815bd2d1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:29:03", + "lon": 112.347188, + "lat": 36.471611, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:57", + "devicecode": "98001" + }, + { + "eventid": "ce82c0b8-004d-4413-a128-f73c8537082b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:48", + "lon": 112.347176, + "lat": 36.47166, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:40", + "devicecode": "98001" + }, + { + "eventid": "711b078b-9fd3-4338-8408-d0c822fddf9d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:33", + "lon": 112.347255, + "lat": 36.472213, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:30", + "devicecode": "98001" + }, + { + "eventid": "8879e2ba-30a0-48f1-863a-8ef468b61168", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:18", + "lon": 112.3473, + "lat": 36.472921, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:22:13", + "devicecode": "98001" + }, + { + "eventid": "44baf84f-6381-47a0-8b75-6a5c747f3641", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:31", + "lon": 112.348028, + "lat": 36.475003, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "122ca405-c0c1-46b0-9e08-d7726bce6242", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:28:01", + "lon": 112.347665, + "lat": 36.47362, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "97fc727c-a453-40f0-9c64-80e355139ae6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:46", + "lon": 112.347905, + "lat": 36.474211, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:57", + "devicecode": "98001" + }, + { + "eventid": "a210ea16-9b7b-4e70-830b-f8ff35c2a2da", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:16", + "lon": 112.347846, + "lat": 36.475493, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:21:46", + "devicecode": "98001" + }, + { + "eventid": "b68b2222-d910-491a-a6a0-d6b1db22a84d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:27:01", + "lon": 112.34749, + "lat": 36.47554, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:56", + "devicecode": "98001" + }, + { + "eventid": "9b05739b-ce8e-4a83-9b9c-d0d0fe82ba51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:46", + "lon": 112.347493, + "lat": 36.475538, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:39", + "devicecode": "98001" + }, + { + "eventid": "b56e851a-c9ab-45f1-8e14-66da4b83d65c", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:29", + "lon": 112.347385, + "lat": 36.47556, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:22", + "devicecode": "98001" + }, + { + "eventid": "b12f6792-d641-423e-b69d-3e1f64f1645a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:26:14", + "lon": 112.347016, + "lat": 36.475615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:20:06", + "devicecode": "98001" + }, + { + "eventid": "cb53dcc4-a7ae-4aad-987c-4d1b326ea271", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:59", + "lon": 112.347015, + "lat": 36.475621, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:55", + "devicecode": "98001" + }, + { + "eventid": "bfd8f747-90f1-4bc5-8d27-613e3dfa0db3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:44", + "lon": 112.347021, + "lat": 36.475626, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:39", + "devicecode": "98001" + }, + { + "eventid": "bdd9c34c-dd42-4c5c-ab85-9bf5705de634", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:29", + "lon": 112.347008, + "lat": 36.475633, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:23", + "devicecode": "98001" + }, + { + "eventid": "72908702-4836-4925-af3c-193897b6b485", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:25:14", + "lon": 112.347005, + "lat": 36.475631, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:19:06", + "devicecode": "98001" + }, + { + "eventid": "6c040672-791c-4d53-830f-a7347d117551", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:59", + "lon": 112.347008, + "lat": 36.475618, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:55", + "devicecode": "98001" + }, + { + "eventid": "293728f8-6820-40ec-aca5-6f6919b96acb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:44", + "lon": 112.346998, + "lat": 36.47563, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:38", + "devicecode": "98001" + }, + { + "eventid": "9fe5593d-221c-4fb0-96a0-06bbd3d5e4b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:29", + "lon": 112.346978, + "lat": 36.475641, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:22", + "devicecode": "98001" + }, + { + "eventid": "d575114f-9744-4887-9991-9144be1dc4e4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:24:14", + "lon": 112.346561, + "lat": 36.475703, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:18:06", + "devicecode": "98001" + }, + { + "eventid": "62e6af00-7533-48be-a24f-ef6143e7097b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:59", + "lon": 112.345708, + "lat": 36.475973, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:55", + "devicecode": "98001" + }, + { + "eventid": "c8145d88-8ad4-4255-9557-f02d8efc13cd", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:43", + "lon": 112.345506, + "lat": 36.475296, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:38", + "devicecode": "98001" + }, + { + "eventid": "e353088c-2acf-4ab1-b375-a08b98617f18", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:28", + "lon": 112.345411, + "lat": 36.474291, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:22", + "devicecode": "98001" + }, + { + "eventid": "7793d0fb-0f47-4c31-8ff3-d7f6da367123", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:23:13", + "lon": 112.345271, + "lat": 36.473321, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:17:05", + "devicecode": "98001" + }, + { + "eventid": "43d57132-3699-4553-8e9d-d1f9cd29baf2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:58", + "lon": 112.345126, + "lat": 36.472456, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:54", + "devicecode": "98001" + }, + { + "eventid": "a65a58f3-278d-4d92-814d-e317b742d53d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:43", + "lon": 112.344951, + "lat": 36.471515, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:37", + "devicecode": "98001" + }, + { + "eventid": "382b4a33-ee44-41ae-8d21-0474f3eb1836", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:28", + "lon": 112.344751, + "lat": 36.470593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:21", + "devicecode": "98001" + }, + { + "eventid": "c29ebd1d-2edb-4366-a06a-9906cb8bd9af", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:22:13", + "lon": 112.344565, + "lat": 36.469665, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:16:05", + "devicecode": "98001" + }, + { + "eventid": "f69a3e5b-1034-4c4b-9ed1-178d25e1c53e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:58", + "lon": 112.34437, + "lat": 36.468693, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:54", + "devicecode": "98001" + }, + { + "eventid": "44808e96-c8b7-4d2e-b055-f877e242d7fc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:43", + "lon": 112.344171, + "lat": 36.467701, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:37", + "devicecode": "98001" + }, + { + "eventid": "fcdfbc4e-5cc1-45f0-9dd8-78c4308f79d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:28", + "lon": 112.343971, + "lat": 36.466835, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:21", + "devicecode": "98001" + }, + { + "eventid": "92e11bcf-f2c7-4b4c-bf3c-60db405709bc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:21:13", + "lon": 112.343751, + "lat": 36.466121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:15:10", + "devicecode": "98001" + }, + { + "eventid": "903808bb-9e0e-4cbc-b1f9-6f6f19230c95", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:58", + "lon": 112.343566, + "lat": 36.465173, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:53", + "devicecode": "98001" + }, + { + "eventid": "294fb0b6-4083-47bc-a2d0-835ce28ea5a2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:43", + "lon": 112.343378, + "lat": 36.46448, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:37", + "devicecode": "98001" + }, + { + "eventid": "d7659437-1630-4ad3-8aca-2bea863aef32", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:28", + "lon": 112.343616, + "lat": 36.464366, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:21", + "devicecode": "98001" + }, + { + "eventid": "53ed30f1-5da3-4683-815c-7c45902558ab", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:20:13", + "lon": 112.34365, + "lat": 36.464333, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:14:10", + "devicecode": "98001" + }, + { + "eventid": "0ed781c8-5835-4599-b3e7-364ea875babe", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:58", + "lon": 112.343913, + "lat": 36.464276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:53", + "devicecode": "98001" + }, + { + "eventid": "57071d88-7ceb-420f-9995-8190d1ca17c3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:43", + "lon": 112.34391, + "lat": 36.464278, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:37", + "devicecode": "98001" + }, + { + "eventid": "4fae017b-136e-44b3-b5e5-868f65afe003", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:28", + "lon": 112.343908, + "lat": 36.46429, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:20", + "devicecode": "98001" + }, + { + "eventid": "25ef3068-8e47-434b-830d-e4df510be68e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:18:55", + "lon": 112.343933, + "lat": 36.464276, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:03", + "devicecode": "98001" + }, + { + "eventid": "abc58576-60f7-4655-838a-7a68e8666791", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:19:10", + "lon": 112.34391, + "lat": 36.464293, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:13:03", + "devicecode": "98001" + }, + { + "eventid": "7e3db4a1-f862-4d24-81ca-8d18e20762ad", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:18:39", + "lon": 112.344213, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:12:47", + "devicecode": "98001" + }, + { + "eventid": "4cf010d8-cf53-4039-8f4f-0eb5640cecc3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:17:25", + "lon": 112.344245, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:11:21", + "devicecode": "98001" + }, + { + "eventid": "badccd6e-6cd1-4d9d-8697-a869eb888825", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:17:10", + "lon": 112.344246, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:11:04", + "devicecode": "98001" + }, + { + "eventid": "0d31eed5-7dd8-42ff-a7bd-7b454678fb07", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:55", + "lon": 112.34425, + "lat": 36.464235, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:48", + "devicecode": "98001" + }, + { + "eventid": "bae5c4f3-821e-4e09-842d-2f3997514a7b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:40", + "lon": 112.34423, + "lat": 36.46423, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:37", + "devicecode": "98001" + }, + { + "eventid": "a839c373-caf3-410e-9424-04c7a8ebd621", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:25", + "lon": 112.344233, + "lat": 36.464223, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:20", + "devicecode": "98001" + }, + { + "eventid": "cc2dd8e1-07a0-4279-b13b-f722e7209cc2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:16:10", + "lon": 112.344228, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:10:04", + "devicecode": "98001" + }, + { + "eventid": "237f310b-1fae-41e0-bc8a-e4ab9227c7eb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:54", + "lon": 112.344225, + "lat": 36.464226, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:48", + "devicecode": "98001" + }, + { + "eventid": "05b8c823-6057-4cb6-b0d0-d6e2414b1e88", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:21", + "lon": 112.344238, + "lat": 36.46422, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:32", + "devicecode": "98001" + }, + { + "eventid": "b0139c7a-4689-427c-b818-5375d325c09f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:36", + "lon": 112.34423, + "lat": 36.464228, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:32", + "devicecode": "98001" + }, + { + "eventid": "b368d16f-7178-48f6-8d00-10a4fe1e4b4a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:15:06", + "lon": 112.343965, + "lat": 36.464266, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:09:26", + "devicecode": "98001" + }, + { + "eventid": "a352d0e6-00fe-4657-ada4-f094ca8836c5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:51", + "lon": 112.343605, + "lat": 36.464353, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:48", + "devicecode": "98001" + }, + { + "eventid": "0bc21a46-68ce-493c-824c-427abada2b42", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:36", + "lon": 112.34358, + "lat": 36.464358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:31", + "devicecode": "98001" + }, + { + "eventid": "0df4f2fe-864e-4857-bf99-8f55d7f309b4", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:21", + "lon": 112.34335, + "lat": 36.464325, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:14", + "devicecode": "98001" + }, + { + "eventid": "3601f54b-979b-479a-85cf-062f7601a1b3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:14:05", + "lon": 112.343228, + "lat": 36.46376, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:08:03", + "devicecode": "98001" + }, + { + "eventid": "4708bd51-d5ed-443c-9746-0ff25588d772", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:50", + "lon": 112.343023, + "lat": 36.46288, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:07:46", + "devicecode": "98001" + }, + { + "eventid": "73d3d2d8-d4ed-4bb0-8060-33499a02ac36", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:20", + "lon": 112.342675, + "lat": 36.461143, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:07:14", + "devicecode": "98001" + }, + { + "eventid": "0c5fbf0c-cb6c-418a-84a2-60279293d7e8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:13:05", + "lon": 112.342505, + "lat": 36.460358, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:58", + "devicecode": "98001" + }, + { + "eventid": "b0610642-faed-48a0-925b-f483e9fe0e06", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:50", + "lon": 112.342343, + "lat": 36.459573, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:42", + "devicecode": "98001" + }, + { + "eventid": "1ad7911b-61ba-439a-886f-9487131cad52", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:35", + "lon": 112.34215, + "lat": 36.458795, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:31", + "devicecode": "98001" + }, + { + "eventid": "4c264262-cb36-4415-96cf-4fb9e2be4cd9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:20", + "lon": 112.342171, + "lat": 36.458311, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:06:14", + "devicecode": "98001" + }, + { + "eventid": "eb69747d-b8c9-409a-87af-8cb3abe58913", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:12:05", + "lon": 112.342768, + "lat": 36.458198, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:58", + "devicecode": "98001" + }, + { + "eventid": "d7f99c9e-e278-4071-b223-825bd73c5c8e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:50", + "lon": 112.343468, + "lat": 36.45824, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:46", + "devicecode": "98001" + }, + { + "eventid": "0b83c9b5-0589-4429-aa90-01d6998ecbbc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:35", + "lon": 112.344135, + "lat": 36.45851, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:29", + "devicecode": "98001" + }, + { + "eventid": "7823e129-52a9-46ca-be93-9b513cf8bcaa", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:20", + "lon": 112.344856, + "lat": 36.458596, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:05:15", + "devicecode": "98001" + }, + { + "eventid": "53bcb8e1-d878-417a-bb40-dee8069a17a0", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:11:05", + "lon": 112.345616, + "lat": 36.458586, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:59", + "devicecode": "98001" + }, + { + "eventid": "260645c1-cc0d-479c-82d1-560d4f566e51", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:49", + "lon": 112.346123, + "lat": 36.458635, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:43", + "devicecode": "98001" + }, + { + "eventid": "f1082ccc-a110-442a-86c0-66a223e87db6", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:32", + "lon": 112.34613, + "lat": 36.458615, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:27", + "devicecode": "98001" + }, + { + "eventid": "263a5679-3606-47fc-b4e3-1d0f37626aa1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:10:14", + "lon": 112.345971, + "lat": 36.45863, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:04:10", + "devicecode": "98001" + }, + { + "eventid": "610c347e-ef8c-4370-867f-8ef908f86ed2", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:59", + "lon": 112.3451, + "lat": 36.458593, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:53", + "devicecode": "98001" + }, + { + "eventid": "8af2d827-79bb-40f8-9bd2-1cbdc831256d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:44", + "lon": 112.344098, + "lat": 36.458506, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:37", + "devicecode": "98001" + }, + { + "eventid": "5351c0ef-c01f-4074-9b1b-a4cbaec2ad58", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:29", + "lon": 112.343351, + "lat": 36.458221, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:26", + "devicecode": "98001" + }, + { + "eventid": "0d5fec8e-4a10-480e-9f10-acbfd08761dc", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:09:14", + "lon": 112.342586, + "lat": 36.458205, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:03:10", + "devicecode": "98001" + }, + { + "eventid": "44d857b8-3b9e-4682-b378-1019b621331f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:59", + "lon": 112.342091, + "lat": 36.45827, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:53", + "devicecode": "98001" + }, + { + "eventid": "b4d2d05a-d473-4ff8-b895-81f2e5943f29", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:44", + "lon": 112.341911, + "lat": 36.457748, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:37", + "devicecode": "98001" + }, + { + "eventid": "5084c738-a386-432e-87e3-27f1538be406", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:29", + "lon": 112.341848, + "lat": 36.456955, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:26", + "devicecode": "98001" + }, + { + "eventid": "af41ff4e-cd89-4ed7-9160-009b6c39f891", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:08:14", + "lon": 112.341651, + "lat": 36.456345, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:02:09", + "devicecode": "98001" + }, + { + "eventid": "7a437ecf-ec64-4482-a8fe-3a7cb082b5ca", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:59", + "lon": 112.341408, + "lat": 36.45577, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:53", + "devicecode": "98001" + }, + { + "eventid": "1406b6ee-2eff-4071-ac61-8809e8105e2b", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:44", + "lon": 112.341458, + "lat": 36.455526, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:37", + "devicecode": "98001" + }, + { + "eventid": "e126cabb-e1f9-46fa-8c36-6d5d9c66280a", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:29", + "lon": 112.341616, + "lat": 36.455453, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:26", + "devicecode": "98001" + }, + { + "eventid": "b000b074-7d0a-4cbd-80ca-706fec31b30f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:07:14", + "lon": 112.341878, + "lat": 36.455701, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:01:10", + "devicecode": "98001" + }, + { + "eventid": "c697a338-d5bb-494b-a1c6-cb8e4936e87f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:59", + "lon": 112.342188, + "lat": 36.455995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:54", + "devicecode": "98001" + }, + { + "eventid": "ef49ee15-7918-49b5-95cf-c1c36ca30a00", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:44", + "lon": 112.342645, + "lat": 36.456121, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:37", + "devicecode": "98001" + }, + { + "eventid": "e1d07136-cd1d-4dce-9b32-b5b7d7e0d7ee", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:29", + "lon": 112.342728, + "lat": 36.456141, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:26", + "devicecode": "98001" + }, + { + "eventid": "e0b06e6d-429a-4320-a39b-646e9061c80f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:06:14", + "lon": 112.342936, + "lat": 36.456123, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 09:00:10", + "devicecode": "98001" + }, + { + "eventid": "122552fd-429a-410d-a187-d6267cdcb940", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:59", + "lon": 112.343121, + "lat": 36.456046, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:53", + "devicecode": "98001" + }, + { + "eventid": "c37a124a-8e45-4a0b-8e37-0c906d9eb2c7", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:44", + "lon": 112.343246, + "lat": 36.455983, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:37", + "devicecode": "98001" + }, + { + "eventid": "ce4896ff-e4b0-4ce1-99ad-771f58d2dd26", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:26", + "lon": 112.343236, + "lat": 36.455995, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:20", + "devicecode": "98001" + }, + { + "eventid": "67fa23cb-8774-4807-b36d-7ffbd52f9dfb", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:05:11", + "lon": 112.343223, + "lat": 36.45595, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:59:03", + "devicecode": "98001" + }, + { + "eventid": "2fbc6a8e-7905-4909-859f-fedb3e8a3056", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:56", + "lon": 112.343103, + "lat": 36.456045, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:52", + "devicecode": "98001" + }, + { + "eventid": "d91335de-3e88-4a7a-bf71-a1286747dcb5", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:41", + "lon": 112.342926, + "lat": 36.456095, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:36", + "devicecode": "98001" + }, + { + "eventid": "2b781869-45b2-4433-8425-f8edefe7cfb1", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:26", + "lon": 112.34272, + "lat": 36.456118, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:19", + "devicecode": "98001" + }, + { + "eventid": "393c2df9-980e-47e6-96b9-f1b8a5366e7d", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:04:11", + "lon": 112.342435, + "lat": 36.456075, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:58:03", + "devicecode": "98001" + }, + { + "eventid": "f759fc68-7be8-46d7-94f1-7ca8cce4a28e", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:55", + "lon": 112.341885, + "lat": 36.455726, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:47", + "devicecode": "98001" + }, + { + "eventid": "5ef4e7bb-cfdf-4a30-9f5e-bbdf8cf22c5f", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:40", + "lon": 112.341713, + "lat": 36.455521, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:36", + "devicecode": "98001" + }, + { + "eventid": "6aa5edf8-3bbd-4cee-9765-9bf3ccf892d3", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:25", + "lon": 112.341416, + "lat": 36.455431, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:20", + "devicecode": "98001" + }, + { + "eventid": "31469c00-be08-4d8b-9916-3fb662da8fc8", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:03:10", + "lon": 112.341358, + "lat": 36.455296, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:57:04", + "devicecode": "98001" + }, + { + "eventid": "336ed0b1-71ed-4fea-8bd9-f5f31ecb6557", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:55", + "lon": 112.34124, + "lat": 36.454978, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:47", + "devicecode": "98001" + }, + { + "eventid": "a0b08918-d025-47da-bd9b-9231384c7b61", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:40", + "lon": 112.341035, + "lat": 36.454476, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:37", + "devicecode": "98001" + }, + { + "eventid": "f494c751-abbc-4767-b84b-1f609deaaa25", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:25", + "lon": 112.340726, + "lat": 36.454128, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:20", + "devicecode": "98001" + }, + { + "eventid": "2eefd9af-31a2-4aa4-ba0b-8eee797af8d9", + "deviceid": "67e710c0-ed7e-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-04 09:02:10", + "lon": 112.3404, + "lat": 36.453478, + "inspectorid": "92234230-e242-11e3-94ae-6cae8b782a58", + "pointcount": 1, + "createdate": "2021-04-04 08:56:04", + "devicecode": "98001" + } + ] + }, + { + "eventid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "name": "仝建红", + "sex": "01", + "duty": "巡线工", + "phone": "13935543171", + "unitname": "屯留站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "58a46dbb-2156-48a8-957d-3e31251af57e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:22", + "lon": 112.727, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:46:14", + "devicecode": "98018" + }, + { + "eventid": "58a46dbb-2156-48a8-957d-3e31251af57e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:22", + "lon": 112.727, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:46:14", + "devicecode": "98018" + }, + { + "eventid": "8fc9c495-7795-46f7-8ea4-4a017ec7e2ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:07", + "lon": 112.727015, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:58", + "devicecode": "98018" + }, + { + "eventid": "8fc9c495-7795-46f7-8ea4-4a017ec7e2ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:52:07", + "lon": 112.727015, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:58", + "devicecode": "98018" + }, + { + "eventid": "fe2db6b8-f44e-47a4-bd9e-46bdda9c7a0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:52", + "lon": 112.727016, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:47", + "devicecode": "98018" + }, + { + "eventid": "fe2db6b8-f44e-47a4-bd9e-46bdda9c7a0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:52", + "lon": 112.727016, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:47", + "devicecode": "98018" + }, + { + "eventid": "2dfe79bb-cf97-427f-b47f-a3cdd3390ccf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:37", + "lon": 112.727016, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:30", + "devicecode": "98018" + }, + { + "eventid": "2dfe79bb-cf97-427f-b47f-a3cdd3390ccf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:37", + "lon": 112.727016, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:30", + "devicecode": "98018" + }, + { + "eventid": "921c9843-9d5c-4337-8d34-52746c483e65", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:22", + "lon": 112.72701, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:15", + "devicecode": "98018" + }, + { + "eventid": "921c9843-9d5c-4337-8d34-52746c483e65", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:22", + "lon": 112.72701, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:45:15", + "devicecode": "98018" + }, + { + "eventid": "24b07505-ba69-42c7-ae20-b8d56b0a285b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:07", + "lon": 112.727013, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:59", + "devicecode": "98018" + }, + { + "eventid": "24b07505-ba69-42c7-ae20-b8d56b0a285b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:51:07", + "lon": 112.727013, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:59", + "devicecode": "98018" + }, + { + "eventid": "2ad27523-f2f6-4b51-87a7-02c3ddaf11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:52", + "lon": 112.72701, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:43", + "devicecode": "98018" + }, + { + "eventid": "2ad27523-f2f6-4b51-87a7-02c3ddaf11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:52", + "lon": 112.72701, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:43", + "devicecode": "98018" + }, + { + "eventid": "f302f929-c3b9-4146-82e8-acc92a08f91b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:37", + "lon": 112.727043, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:27", + "devicecode": "98018" + }, + { + "eventid": "f302f929-c3b9-4146-82e8-acc92a08f91b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:37", + "lon": 112.727043, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:27", + "devicecode": "98018" + }, + { + "eventid": "d3586b93-e5b6-4c1b-9d72-a9e79ab04aa6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:22", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:16", + "devicecode": "98018" + }, + { + "eventid": "d3586b93-e5b6-4c1b-9d72-a9e79ab04aa6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:22", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:16", + "devicecode": "98018" + }, + { + "eventid": "7ea38bf5-d63d-4c92-8b85-4862266bbff5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:07", + "lon": 112.727045, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:01", + "devicecode": "98018" + }, + { + "eventid": "7ea38bf5-d63d-4c92-8b85-4862266bbff5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:50:07", + "lon": 112.727045, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:44:01", + "devicecode": "98018" + }, + { + "eventid": "fe91602e-a6db-4959-9dcf-dbccb4be25d7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:52", + "lon": 112.727041, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:45", + "devicecode": "98018" + }, + { + "eventid": "fe91602e-a6db-4959-9dcf-dbccb4be25d7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:52", + "lon": 112.727041, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:45", + "devicecode": "98018" + }, + { + "eventid": "c28e0d67-6f8a-40bc-ad27-326012aafebb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:37", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:29", + "devicecode": "98018" + }, + { + "eventid": "c28e0d67-6f8a-40bc-ad27-326012aafebb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:37", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:29", + "devicecode": "98018" + }, + { + "eventid": "b578e7ec-0221-4c44-bd08-8e7914715d47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:22", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:12", + "devicecode": "98018" + }, + { + "eventid": "b578e7ec-0221-4c44-bd08-8e7914715d47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:22", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:12", + "devicecode": "98018" + }, + { + "eventid": "43e2c3f5-d993-4aac-a364-5d24062ffd7f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:07", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:02", + "devicecode": "98018" + }, + { + "eventid": "43e2c3f5-d993-4aac-a364-5d24062ffd7f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:49:07", + "lon": 112.727048, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:43:02", + "devicecode": "98018" + }, + { + "eventid": "aedfc0d8-d65b-42ba-9aa9-a2ffe5678e61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:52", + "lon": 112.727043, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:43", + "devicecode": "98018" + }, + { + "eventid": "aedfc0d8-d65b-42ba-9aa9-a2ffe5678e61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:52", + "lon": 112.727043, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:43", + "devicecode": "98018" + }, + { + "eventid": "d4073090-83fa-4828-88e4-e72c8eab3f99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:37", + "lon": 112.72704, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:27", + "devicecode": "98018" + }, + { + "eventid": "d4073090-83fa-4828-88e4-e72c8eab3f99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:37", + "lon": 112.72704, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:27", + "devicecode": "98018" + }, + { + "eventid": "78255127-ac42-4bf0-b6f6-d5ed1cadb6dd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:01", + "devicecode": "98018" + }, + { + "eventid": "78255127-ac42-4bf0-b6f6-d5ed1cadb6dd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:48:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:42:01", + "devicecode": "98018" + }, + { + "eventid": "9761d196-b5a8-4466-8d3f-4bb2a95326ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:52", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:45", + "devicecode": "98018" + }, + { + "eventid": "9761d196-b5a8-4466-8d3f-4bb2a95326ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:52", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:45", + "devicecode": "98018" + }, + { + "eventid": "7adfd9a6-99d5-4e5d-b256-3d5dd38fddfb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:37", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:29", + "devicecode": "98018" + }, + { + "eventid": "7adfd9a6-99d5-4e5d-b256-3d5dd38fddfb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:37", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:29", + "devicecode": "98018" + }, + { + "eventid": "39f202b6-f418-417d-ac9b-26a7fde89366", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:22", + "lon": 112.72702, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:12", + "devicecode": "98018" + }, + { + "eventid": "39f202b6-f418-417d-ac9b-26a7fde89366", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:22", + "lon": 112.72702, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:12", + "devicecode": "98018" + }, + { + "eventid": "990db08b-e168-4f09-b7e1-3c14c0b44998", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:07", + "lon": 112.727013, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:02", + "devicecode": "98018" + }, + { + "eventid": "990db08b-e168-4f09-b7e1-3c14c0b44998", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:47:07", + "lon": 112.727013, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:41:02", + "devicecode": "98018" + }, + { + "eventid": "2b01fb05-b5d6-408f-83e6-60c656ced86a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:52", + "lon": 112.727018, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:45", + "devicecode": "98018" + }, + { + "eventid": "2b01fb05-b5d6-408f-83e6-60c656ced86a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:52", + "lon": 112.727018, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:45", + "devicecode": "98018" + }, + { + "eventid": "83073d52-32bc-4d22-94a4-0a48600d8599", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:37", + "lon": 112.727016, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:29", + "devicecode": "98018" + }, + { + "eventid": "83073d52-32bc-4d22-94a4-0a48600d8599", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:37", + "lon": 112.727016, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:29", + "devicecode": "98018" + }, + { + "eventid": "8f984745-671b-4216-a92b-2221cdbfd0ca", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:22", + "lon": 112.72701, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:12", + "devicecode": "98018" + }, + { + "eventid": "8f984745-671b-4216-a92b-2221cdbfd0ca", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:22", + "lon": 112.72701, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:12", + "devicecode": "98018" + }, + { + "eventid": "2d17a064-b28f-4662-902f-765a95d988cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:07", + "lon": 112.727016, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:01", + "devicecode": "98018" + }, + { + "eventid": "2d17a064-b28f-4662-902f-765a95d988cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:46:07", + "lon": 112.727016, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:40:01", + "devicecode": "98018" + }, + { + "eventid": "105fad3e-0c55-489b-bc3d-aaeb5aa863e6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:52", + "lon": 112.72703, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:45", + "devicecode": "98018" + }, + { + "eventid": "105fad3e-0c55-489b-bc3d-aaeb5aa863e6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:52", + "lon": 112.72703, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:45", + "devicecode": "98018" + }, + { + "eventid": "520ca9ca-7540-406d-a6c3-8a446d9a4708", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:37", + "lon": 112.727025, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:29", + "devicecode": "98018" + }, + { + "eventid": "520ca9ca-7540-406d-a6c3-8a446d9a4708", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:37", + "lon": 112.727025, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:29", + "devicecode": "98018" + }, + { + "eventid": "d698a35a-81d3-468c-a386-c7318c904276", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:22", + "lon": 112.727026, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:14", + "devicecode": "98018" + }, + { + "eventid": "d698a35a-81d3-468c-a386-c7318c904276", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:22", + "lon": 112.727026, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:39:14", + "devicecode": "98018" + }, + { + "eventid": "ce643d8a-fe65-40c1-93fe-9074eb22b06b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:07", + "lon": 112.727025, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:57", + "devicecode": "98018" + }, + { + "eventid": "ce643d8a-fe65-40c1-93fe-9074eb22b06b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:45:07", + "lon": 112.727025, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:57", + "devicecode": "98018" + }, + { + "eventid": "b7b29ad0-601d-4cea-8b6f-ea46ceeddb9c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:52", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:47", + "devicecode": "98018" + }, + { + "eventid": "b7b29ad0-601d-4cea-8b6f-ea46ceeddb9c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:52", + "lon": 112.727023, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:47", + "devicecode": "98018" + }, + { + "eventid": "91797f72-0343-476a-8843-c2bb4dc8de27", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:37", + "lon": 112.727021, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:30", + "devicecode": "98018" + }, + { + "eventid": "91797f72-0343-476a-8843-c2bb4dc8de27", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:37", + "lon": 112.727021, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:30", + "devicecode": "98018" + }, + { + "eventid": "0981b27a-0a73-4c74-ac43-abe15db2a13d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:22", + "lon": 112.72702, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:15", + "devicecode": "98018" + }, + { + "eventid": "0981b27a-0a73-4c74-ac43-abe15db2a13d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:22", + "lon": 112.72702, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:38:15", + "devicecode": "98018" + }, + { + "eventid": "4380ee38-3c33-4212-97fd-c00735bc62c0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:07", + "lon": 112.727023, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:58", + "devicecode": "98018" + }, + { + "eventid": "4380ee38-3c33-4212-97fd-c00735bc62c0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:44:07", + "lon": 112.727023, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:58", + "devicecode": "98018" + }, + { + "eventid": "6a037af9-dfbf-4d2d-bc94-fbf715fce8a4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:52", + "lon": 112.727023, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:42", + "devicecode": "98018" + }, + { + "eventid": "6a037af9-dfbf-4d2d-bc94-fbf715fce8a4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:52", + "lon": 112.727023, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:42", + "devicecode": "98018" + }, + { + "eventid": "850f95bc-bc18-44de-8cca-0090ce8373d5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:31", + "devicecode": "98018" + }, + { + "eventid": "850f95bc-bc18-44de-8cca-0090ce8373d5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:31", + "devicecode": "98018" + }, + { + "eventid": "25335dc2-f0f6-4b20-8b50-8b6aff994e67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:22", + "lon": 112.727021, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:16", + "devicecode": "98018" + }, + { + "eventid": "25335dc2-f0f6-4b20-8b50-8b6aff994e67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:22", + "lon": 112.727021, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:37:16", + "devicecode": "98018" + }, + { + "eventid": "63792386-d5be-4b06-b4cd-651bf799b1d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:07", + "lon": 112.727016, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:59", + "devicecode": "98018" + }, + { + "eventid": "63792386-d5be-4b06-b4cd-651bf799b1d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:43:07", + "lon": 112.727016, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:59", + "devicecode": "98018" + }, + { + "eventid": "64373d76-1db7-4d32-87cc-38a98b966f3e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:52", + "lon": 112.727018, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:43", + "devicecode": "98018" + }, + { + "eventid": "64373d76-1db7-4d32-87cc-38a98b966f3e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:52", + "lon": 112.727018, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:43", + "devicecode": "98018" + }, + { + "eventid": "98b4882d-4cd5-451a-b543-8994917227a5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:37", + "lon": 112.727021, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:27", + "devicecode": "98018" + }, + { + "eventid": "98b4882d-4cd5-451a-b543-8994917227a5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:37", + "lon": 112.727021, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:27", + "devicecode": "98018" + }, + { + "eventid": "b8b66d04-0653-4ce7-98b0-852c088f41ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:22", + "lon": 112.72704, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:17", + "devicecode": "98018" + }, + { + "eventid": "b8b66d04-0653-4ce7-98b0-852c088f41ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:22", + "lon": 112.72704, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:17", + "devicecode": "98018" + }, + { + "eventid": "8e0f7407-632c-439e-b5b3-3f1ed71f9a41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:07", + "lon": 112.72705, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:00", + "devicecode": "98018" + }, + { + "eventid": "8e0f7407-632c-439e-b5b3-3f1ed71f9a41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:42:07", + "lon": 112.72705, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:36:00", + "devicecode": "98018" + }, + { + "eventid": "abe58599-d499-4581-8e94-bc8e3a2e4cae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:52", + "lon": 112.72705, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:43", + "devicecode": "98018" + }, + { + "eventid": "abe58599-d499-4581-8e94-bc8e3a2e4cae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:52", + "lon": 112.72705, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:43", + "devicecode": "98018" + }, + { + "eventid": "c29ca326-3fe5-4351-9ad3-23cd9af1bb3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:37", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:32", + "devicecode": "98018" + }, + { + "eventid": "c29ca326-3fe5-4351-9ad3-23cd9af1bb3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:37", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:32", + "devicecode": "98018" + }, + { + "eventid": "74cab526-0f57-4d62-9381-f32ee552fe62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:22", + "lon": 112.727025, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:15", + "devicecode": "98018" + }, + { + "eventid": "74cab526-0f57-4d62-9381-f32ee552fe62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:22", + "lon": 112.727025, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:35:15", + "devicecode": "98018" + }, + { + "eventid": "37bd5a53-3ef0-4342-9a9d-bcac29f5fef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:07", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:58", + "devicecode": "98018" + }, + { + "eventid": "37bd5a53-3ef0-4342-9a9d-bcac29f5fef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:41:07", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:58", + "devicecode": "98018" + }, + { + "eventid": "97d45b25-4f45-4ef8-ad87-f4623d944e46", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:52", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:47", + "devicecode": "98018" + }, + { + "eventid": "97d45b25-4f45-4ef8-ad87-f4623d944e46", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:52", + "lon": 112.727028, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:47", + "devicecode": "98018" + }, + { + "eventid": "0e083ddb-add0-4658-bc36-39ff40335b23", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:37", + "lon": 112.727031, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:29", + "devicecode": "98018" + }, + { + "eventid": "0e083ddb-add0-4658-bc36-39ff40335b23", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:37", + "lon": 112.727031, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:29", + "devicecode": "98018" + }, + { + "eventid": "fe331792-17b3-4003-ab03-514488d57953", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:22", + "lon": 112.727031, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:12", + "devicecode": "98018" + }, + { + "eventid": "fe331792-17b3-4003-ab03-514488d57953", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:22", + "lon": 112.727031, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:12", + "devicecode": "98018" + }, + { + "eventid": "0f4f1f0d-912b-4a9b-9600-fc817cf5968d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:07", + "lon": 112.72703, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:00", + "devicecode": "98018" + }, + { + "eventid": "0f4f1f0d-912b-4a9b-9600-fc817cf5968d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:40:07", + "lon": 112.72703, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:34:00", + "devicecode": "98018" + }, + { + "eventid": "0a239405-b270-47d9-a46b-3d15bfcdac8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:52", + "lon": 112.727045, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:44", + "devicecode": "98018" + }, + { + "eventid": "0a239405-b270-47d9-a46b-3d15bfcdac8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:52", + "lon": 112.727045, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:44", + "devicecode": "98018" + }, + { + "eventid": "b1bc7c7f-f8bc-4a9e-aeef-a0d16994fc8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:37", + "lon": 112.727046, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:27", + "devicecode": "98018" + }, + { + "eventid": "b1bc7c7f-f8bc-4a9e-aeef-a0d16994fc8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:37", + "lon": 112.727046, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:27", + "devicecode": "98018" + }, + { + "eventid": "082d08b9-d829-4837-8523-560dcd7f6202", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:22", + "lon": 112.727046, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:16", + "devicecode": "98018" + }, + { + "eventid": "082d08b9-d829-4837-8523-560dcd7f6202", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:22", + "lon": 112.727046, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:33:16", + "devicecode": "98018" + }, + { + "eventid": "f00b2278-aefa-49cf-aa1a-5470d9114b15", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:59", + "devicecode": "98018" + }, + { + "eventid": "f00b2278-aefa-49cf-aa1a-5470d9114b15", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:39:07", + "lon": 112.727038, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:59", + "devicecode": "98018" + }, + { + "eventid": "0fb331b1-03f8-4a81-9c81-d97b249a6087", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:52", + "lon": 112.727035, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:43", + "devicecode": "98018" + }, + { + "eventid": "0fb331b1-03f8-4a81-9c81-d97b249a6087", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:52", + "lon": 112.727035, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:43", + "devicecode": "98018" + }, + { + "eventid": "5ac9bbf4-64de-4a4e-8e9c-183e1e6ebd0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:37", + "lon": 112.727035, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:32", + "devicecode": "98018" + }, + { + "eventid": "5ac9bbf4-64de-4a4e-8e9c-183e1e6ebd0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:37", + "lon": 112.727035, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:32", + "devicecode": "98018" + }, + { + "eventid": "2a169cf9-280b-45ea-bb56-f6ce8bd70bfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:22", + "lon": 112.727036, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:15", + "devicecode": "98018" + }, + { + "eventid": "2a169cf9-280b-45ea-bb56-f6ce8bd70bfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:22", + "lon": 112.727036, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:32:15", + "devicecode": "98018" + }, + { + "eventid": "f47a5428-9054-4e63-9ef9-f4c896312c95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:07", + "lon": 112.727033, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:58", + "devicecode": "98018" + }, + { + "eventid": "f47a5428-9054-4e63-9ef9-f4c896312c95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:38:07", + "lon": 112.727033, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:58", + "devicecode": "98018" + }, + { + "eventid": "02a534a5-a991-4719-8cd7-6606d104eaad", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:52", + "lon": 112.727028, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:47", + "devicecode": "98018" + }, + { + "eventid": "02a534a5-a991-4719-8cd7-6606d104eaad", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:52", + "lon": 112.727028, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:47", + "devicecode": "98018" + }, + { + "eventid": "5703a040-8bc3-4ce4-bffe-df7f0ffdabe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:37", + "lon": 112.727023, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:29", + "devicecode": "98018" + }, + { + "eventid": "5703a040-8bc3-4ce4-bffe-df7f0ffdabe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:37", + "lon": 112.727023, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:29", + "devicecode": "98018" + }, + { + "eventid": "11f51806-38f9-4a25-8a8f-d6519510d56f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:22", + "lon": 112.727038, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:12", + "devicecode": "98018" + }, + { + "eventid": "11f51806-38f9-4a25-8a8f-d6519510d56f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:22", + "lon": 112.727038, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:12", + "devicecode": "98018" + }, + { + "eventid": "1b34a100-17bb-4bbe-9da1-4b1023ea3b45", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:07", + "lon": 112.727058, + "lat": 36.314825, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:02", + "devicecode": "98018" + }, + { + "eventid": "1b34a100-17bb-4bbe-9da1-4b1023ea3b45", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:37:07", + "lon": 112.727058, + "lat": 36.314825, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:31:02", + "devicecode": "98018" + }, + { + "eventid": "04e80af0-d3a4-4217-bfce-7300acffda2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:52", + "lon": 112.727048, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:44", + "devicecode": "98018" + }, + { + "eventid": "04e80af0-d3a4-4217-bfce-7300acffda2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:52", + "lon": 112.727048, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:44", + "devicecode": "98018" + }, + { + "eventid": "9f96ee6a-0b48-4417-8236-9a5f705ec199", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:37", + "lon": 112.727045, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:28", + "devicecode": "98018" + }, + { + "eventid": "9f96ee6a-0b48-4417-8236-9a5f705ec199", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:37", + "lon": 112.727045, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:28", + "devicecode": "98018" + }, + { + "eventid": "749fd207-706f-4c04-9806-f0bff71cafd8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:22", + "lon": 112.727046, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:17", + "devicecode": "98018" + }, + { + "eventid": "749fd207-706f-4c04-9806-f0bff71cafd8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:22", + "lon": 112.727046, + "lat": 36.31482, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:17", + "devicecode": "98018" + }, + { + "eventid": "934ea87a-b782-4883-9860-fce90cfccf30", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:07", + "lon": 112.727045, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:00", + "devicecode": "98018" + }, + { + "eventid": "934ea87a-b782-4883-9860-fce90cfccf30", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:36:07", + "lon": 112.727045, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:30:00", + "devicecode": "98018" + }, + { + "eventid": "8317779a-38b4-4113-9b71-db4da0e64ff4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:52", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:42", + "devicecode": "98018" + }, + { + "eventid": "8317779a-38b4-4113-9b71-db4da0e64ff4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:52", + "lon": 112.727043, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:42", + "devicecode": "98018" + }, + { + "eventid": "5939719c-53d2-4a57-91d8-e443fc9c4044", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:37", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:31", + "devicecode": "98018" + }, + { + "eventid": "5939719c-53d2-4a57-91d8-e443fc9c4044", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:37", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:31", + "devicecode": "98018" + }, + { + "eventid": "6063ced5-8a3b-4a13-974f-12ec685f48f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:22", + "lon": 112.727045, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:14", + "devicecode": "98018" + }, + { + "eventid": "6063ced5-8a3b-4a13-974f-12ec685f48f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:22", + "lon": 112.727045, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:29:14", + "devicecode": "98018" + }, + { + "eventid": "38d69155-32f4-428a-8c68-90ac1cc02eec", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:07", + "lon": 112.727035, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:57", + "devicecode": "98018" + }, + { + "eventid": "38d69155-32f4-428a-8c68-90ac1cc02eec", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:35:07", + "lon": 112.727035, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:57", + "devicecode": "98018" + }, + { + "eventid": "dc221abb-66da-464b-8639-eb03e78d19b9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:52", + "lon": 112.727033, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:46", + "devicecode": "98018" + }, + { + "eventid": "dc221abb-66da-464b-8639-eb03e78d19b9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:52", + "lon": 112.727033, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:46", + "devicecode": "98018" + }, + { + "eventid": "88295f15-3a78-4616-ba10-7a2e01c5c3ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:37", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:28", + "devicecode": "98018" + }, + { + "eventid": "88295f15-3a78-4616-ba10-7a2e01c5c3ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:37", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:28", + "devicecode": "98018" + }, + { + "eventid": "1d78e9bc-ee6b-4dd5-930f-33ad62e02425", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:22", + "lon": 112.727011, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:28:16", + "devicecode": "98018" + }, + { + "eventid": "5943b754-f5dd-4ac6-9169-e17282787fb9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:34:07", + "lon": 112.727006, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:58", + "devicecode": "98018" + }, + { + "eventid": "7d1a1da4-4e20-49c3-992c-d54096117a0a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:52", + "lon": 112.727005, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:47", + "devicecode": "98018" + }, + { + "eventid": "2febf098-a593-469d-aa57-0e519d0d3c71", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:37", + "lon": 112.727003, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:30", + "devicecode": "98018" + }, + { + "eventid": "46dee846-922c-44d8-91dc-d8e28a2b4bcb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:22", + "lon": 112.727008, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:13", + "devicecode": "98018" + }, + { + "eventid": "66d14b4c-e3b4-4e3a-8765-b553f582f61f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:33:07", + "lon": 112.727016, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:27:02", + "devicecode": "98018" + }, + { + "eventid": "384f85d0-b518-4293-804a-8032454de5ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:52", + "lon": 112.727026, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:45", + "devicecode": "98018" + }, + { + "eventid": "a060b188-f15d-40b6-8dab-8b744bd14b3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:37", + "lon": 112.727023, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:28", + "devicecode": "98018" + }, + { + "eventid": "e38bd206-7292-405f-a1c8-97d7c94d8c19", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:22", + "lon": 112.727008, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:17", + "devicecode": "98018" + }, + { + "eventid": "19e98aa4-fe3c-4f80-8518-a9c1db5e5eeb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:32:07", + "lon": 112.727003, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:26:00", + "devicecode": "98018" + }, + { + "eventid": "06e89936-c5c3-4995-87df-7030a2c5ae42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:52", + "lon": 112.726998, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:44", + "devicecode": "98018" + }, + { + "eventid": "3fb09b25-e976-4038-b456-d16397698eab", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:37", + "lon": 112.72701, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:27", + "devicecode": "98018" + }, + { + "eventid": "9574626a-44a7-4a33-b9cc-e7d894cae835", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:22", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:25:15", + "devicecode": "98018" + }, + { + "eventid": "c2ff19d2-f50b-42d5-ace4-3378df07c813", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:31:07", + "lon": 112.727033, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:58", + "devicecode": "98018" + }, + { + "eventid": "971f97a3-9c2e-4ec4-9952-38b25ed06810", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:52", + "lon": 112.727035, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:47", + "devicecode": "98018" + }, + { + "eventid": "287e3303-7975-4beb-8113-85eda7017b75", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:37", + "lon": 112.727038, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:30", + "devicecode": "98018" + }, + { + "eventid": "0d14703b-56ec-4252-9b90-db921666347a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:22", + "lon": 112.727023, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:13", + "devicecode": "98018" + }, + { + "eventid": "d0b4a449-4ecb-40a1-b793-c781c6ed97b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:30:07", + "lon": 112.727001, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:24:02", + "devicecode": "98018" + }, + { + "eventid": "bdfb5fbf-675b-4189-ad5b-a161da81b178", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:52", + "lon": 112.727001, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:45", + "devicecode": "98018" + }, + { + "eventid": "4fd40fd6-6737-40ac-9221-f9aad737b0ae", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:37", + "lon": 112.727023, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:28", + "devicecode": "98018" + }, + { + "eventid": "6af18235-bcf3-4ba1-b094-6e5e0630df5d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:22", + "lon": 112.727015, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:23:17", + "devicecode": "98018" + }, + { + "eventid": "b103d699-e47a-4d7c-a2ee-8bbe183d3c7d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:29:07", + "lon": 112.727011, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:59", + "devicecode": "98018" + }, + { + "eventid": "626094a1-4631-44c0-b40a-168d01ca5783", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:52", + "lon": 112.727013, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:47", + "devicecode": "98018" + }, + { + "eventid": "04c49499-1d1a-4ead-8aa9-963ca115263f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:37", + "lon": 112.727018, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:29", + "devicecode": "98018" + }, + { + "eventid": "14051394-c946-4f5a-aa12-b350e9ad67e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:22", + "lon": 112.72702, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:17", + "devicecode": "98018" + }, + { + "eventid": "038998cb-0680-4ef6-9a16-459ec1c66adc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:28:07", + "lon": 112.727021, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:22:00", + "devicecode": "98018" + }, + { + "eventid": "b3793942-cacc-42b1-8edb-46081bb579b3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:52", + "lon": 112.727023, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:43", + "devicecode": "98018" + }, + { + "eventid": "7550def9-ed29-4f49-b97a-f6209fa8816d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:37", + "lon": 112.727025, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:31", + "devicecode": "98018" + }, + { + "eventid": "77eec2b9-04ff-4f60-b5e9-7f01e1693d9e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:22", + "lon": 112.72702, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:21:14", + "devicecode": "98018" + }, + { + "eventid": "a7e4fa9a-820d-4a37-8b12-e505955dfdc3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:27:07", + "lon": 112.727025, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:57", + "devicecode": "98018" + }, + { + "eventid": "f640f407-9459-4584-bb17-550aeb10f0b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:52", + "lon": 112.727026, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:46", + "devicecode": "98018" + }, + { + "eventid": "e1e63ff1-c93b-4477-bf62-094eddc997ee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:37", + "lon": 112.727028, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:29", + "devicecode": "98018" + }, + { + "eventid": "c8b4e3bb-2896-4615-bc7b-5172300a1a61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:22", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:12", + "devicecode": "98018" + }, + { + "eventid": "25e8eaa4-c9d8-4ce7-8be8-dfd8b2fb8b98", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:26:07", + "lon": 112.72703, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:20:01", + "devicecode": "98018" + }, + { + "eventid": "3d5fbfd1-ddf5-462b-b774-d59fedafad5b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:52", + "lon": 112.727028, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:44", + "devicecode": "98018" + }, + { + "eventid": "0401e365-d269-4088-be42-6f54329221df", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:37", + "lon": 112.727036, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:27", + "devicecode": "98018" + }, + { + "eventid": "2a12311c-cf9f-4ef3-9f20-b6f23a51348a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:22", + "lon": 112.72704, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:15", + "devicecode": "98018" + }, + { + "eventid": "bcd39bca-caad-4157-9d8a-99d7851ef88d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:07", + "lon": 112.727046, + "lat": 36.314816, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:57", + "devicecode": "98018" + }, + { + "eventid": "90b4295e-8681-44c8-89d2-a4a43dd05b6c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:52", + "lon": 112.727051, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:46", + "devicecode": "98018" + }, + { + "eventid": "ee5a02f8-16a4-4710-8494-e6d461a9ff67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:37", + "lon": 112.727043, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:29", + "devicecode": "98018" + }, + { + "eventid": "44e213ee-b012-4751-b21b-16a9ed1a7f8c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:22", + "lon": 112.727041, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:12", + "devicecode": "98018" + }, + { + "eventid": "4eab4304-4b67-4ba4-b33d-111a3697a581", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:07", + "lon": 112.72704, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:00", + "devicecode": "98018" + }, + { + "eventid": "e1061014-4fff-44d9-9b33-6857c7b4515a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:52", + "lon": 112.727028, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:42", + "devicecode": "98018" + }, + { + "eventid": "4e6c2bc2-20ce-4afa-a004-216ce0ba7743", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:37", + "lon": 112.727031, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:31", + "devicecode": "98018" + }, + { + "eventid": "b54bf953-24b5-49fa-aa90-e42c8e92f79c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:22", + "lon": 112.72703, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:13", + "devicecode": "98018" + }, + { + "eventid": "3f582f25-f6a0-4a7e-9285-8233075b0780", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:52", + "lon": 112.727036, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:45", + "devicecode": "98018" + }, + { + "eventid": "eb37505e-6125-4e57-8cbb-61285b3f1454", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:37", + "lon": 112.727028, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:27", + "devicecode": "98018" + }, + { + "eventid": "1acfec54-eea9-4dc6-8c8b-8d7d6025928c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:22", + "lon": 112.727031, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:15", + "devicecode": "98018" + }, + { + "eventid": "e4a05334-2eed-4c34-a624-bb7e5a73ef67", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:07", + "lon": 112.727031, + "lat": 36.314798, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:57", + "devicecode": "98018" + }, + { + "eventid": "90172128-8dbf-44c3-84f1-f9f9031180c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:52", + "lon": 112.72703, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:44", + "devicecode": "98018" + }, + { + "eventid": "579f634a-937e-4522-8dba-8b3e31318345", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:37", + "lon": 112.727033, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:32", + "devicecode": "98018" + }, + { + "eventid": "1bb64234-165f-42fc-8989-4694eef1f70b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:22", + "lon": 112.727033, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:15", + "devicecode": "98018" + }, + { + "eventid": "ccf7b27b-8685-45bd-b0ef-15bd14e350a7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:07", + "lon": 112.727018, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:02", + "devicecode": "98018" + }, + { + "eventid": "87350792-37d1-4f2b-ba16-31d1b0c7aeba", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:52", + "lon": 112.727018, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:42", + "devicecode": "98018" + }, + { + "eventid": "b6fe404f-6f36-45f8-a8ae-cf6150e42e70", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:37", + "lon": 112.72701, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:29", + "devicecode": "98018" + }, + { + "eventid": "a5321f6d-ce7f-4fea-b69b-5a73a24ecdc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:22", + "lon": 112.727011, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:15", + "devicecode": "98018" + }, + { + "eventid": "b1889af3-34f6-49b2-9eff-5ee9a298cdf3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:07", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:02", + "devicecode": "98018" + }, + { + "eventid": "9074f966-5c55-4077-93c3-bd457ca00fff", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:52", + "lon": 112.727006, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:44", + "devicecode": "98018" + }, + { + "eventid": "e8a8e458-b73f-40f6-948a-7514d7b08c6f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:37", + "lon": 112.727013, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:27", + "devicecode": "98018" + }, + { + "eventid": "61b47a03-1c19-4a0e-8a90-c9983a4772d2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:22", + "lon": 112.727018, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:15", + "devicecode": "98018" + }, + { + "eventid": "05971b3c-10a5-4c52-8b5f-55b158bf9013", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:07", + "lon": 112.727026, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:57", + "devicecode": "98018" + }, + { + "eventid": "ae7a726e-8126-4dbe-a8f3-097c62a86487", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:52", + "lon": 112.727036, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:45", + "devicecode": "98018" + }, + { + "eventid": "1adc21c4-a850-4e72-a93f-31723bcc5147", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:37", + "lon": 112.727028, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:28", + "devicecode": "98018" + }, + { + "eventid": "7f2140c3-ea58-4734-bd7a-385cbf6ce0a9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:22", + "lon": 112.727018, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:17", + "devicecode": "98018" + }, + { + "eventid": "a806084b-45c8-4c53-8eb2-12b00bf15970", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:07", + "lon": 112.727, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:00", + "devicecode": "98018" + }, + { + "eventid": "ab95fb2f-4df4-4afb-9f54-a26ccfef2b51", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:52", + "lon": 112.72702, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:42", + "devicecode": "98018" + }, + { + "eventid": "c79684e6-fb55-460d-b3f2-3ac414b13a76", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:36", + "lon": 112.72702, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:31", + "devicecode": "98018" + }, + { + "eventid": "da8d8876-c814-42e6-8791-55184303e1d2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:21", + "lon": 112.727028, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:14", + "devicecode": "98018" + }, + { + "eventid": "36e266f3-7c66-4142-9a2d-760723a908df", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:06", + "lon": 112.727043, + "lat": 36.314775, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:57", + "devicecode": "98018" + }, + { + "eventid": "2bce4571-bf1a-4e3d-9be2-eabd816ad018", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:34", + "lon": 112.727013, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "f120cfcf-cfbe-4114-86f8-de55eafbe1e0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:49", + "lon": 112.727026, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "92b2c836-2bdd-48ad-810a-c67065873212", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:19", + "lon": 112.727003, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "74ad58df-ffeb-457e-bf50-1bd44d04958f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:04", + "lon": 112.727013, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:40", + "devicecode": "98018" + }, + { + "eventid": "797d6c97-e4da-41cf-82a3-a43810950cb8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:49", + "lon": 112.727023, + "lat": 36.31477, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:43", + "devicecode": "98018" + }, + { + "eventid": "5e701fca-cd2c-48b8-9598-df8459814258", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:34", + "lon": 112.727028, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:25", + "devicecode": "98018" + }, + { + "eventid": "86f47421-bb10-4a08-8e5a-57952f1c121a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:19", + "lon": 112.727005, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:13", + "devicecode": "98018" + }, + { + "eventid": "a0564cef-6d75-45e3-8e42-647df12d41fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:04", + "lon": 112.727016, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:54", + "devicecode": "98018" + }, + { + "eventid": "e4354621-eb5d-43b6-a0bc-831df1e03803", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:49", + "lon": 112.727011, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:42", + "devicecode": "98018" + }, + { + "eventid": "ce027809-2834-4681-92e6-bded9e8f146d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:34", + "lon": 112.727001, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:25", + "devicecode": "98018" + }, + { + "eventid": "1658b389-8d78-4bb1-adae-ef224c5f0761", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:19", + "lon": 112.726988, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:13", + "devicecode": "98018" + }, + { + "eventid": "80e6d972-6d00-460e-a168-aff8cefc5682", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:04", + "lon": 112.726988, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:54", + "devicecode": "98018" + }, + { + "eventid": "11420478-eb4e-4af5-a011-39f176565a36", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:49", + "lon": 112.72699, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:41", + "devicecode": "98018" + }, + { + "eventid": "130d1269-eaeb-45b7-9ffa-007ac5d294b4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:34", + "lon": 112.726995, + "lat": 36.314775, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:28", + "devicecode": "98018" + }, + { + "eventid": "6931cb21-13d1-49bd-b8cf-b59d060c5a4f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:19", + "lon": 112.726996, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:15", + "devicecode": "98018" + }, + { + "eventid": "10f01359-6c10-4c99-89a5-2739dc83134e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:04", + "lon": 112.727005, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:54", + "devicecode": "98018" + }, + { + "eventid": "92e60298-d032-454a-b0e9-9d525bbb91f5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:49", + "lon": 112.727003, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:41", + "devicecode": "98018" + }, + { + "eventid": "348e7172-fffa-462c-9872-2b00ada7729b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:34", + "lon": 112.727006, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:29", + "devicecode": "98018" + }, + { + "eventid": "ff1aea72-685d-476f-9b8b-247962215647", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:19", + "lon": 112.727013, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:12", + "devicecode": "98018" + }, + { + "eventid": "10f6693f-f96b-468d-a821-13a8134f9b62", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:04", + "lon": 112.72703, + "lat": 36.314808, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:55", + "devicecode": "98018" + }, + { + "eventid": "1d6dad82-396c-4440-b09e-a71dcbd0756d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:49", + "lon": 112.727056, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:43", + "devicecode": "98018" + }, + { + "eventid": "ef055786-7176-4b39-93fd-e945ebcba262", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:34", + "lon": 112.727073, + "lat": 36.314745, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:26", + "devicecode": "98018" + }, + { + "eventid": "ce37a58c-be9a-403c-afa1-7237781fada5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:19", + "lon": 112.727041, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:09", + "devicecode": "98018" + }, + { + "eventid": "6adf96f4-0585-4a30-8545-1454c3ed4680", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:04", + "lon": 112.727023, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:57", + "devicecode": "98018" + }, + { + "eventid": "d89d2c7e-5ff0-49c2-9246-e1bd1669728d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:49", + "lon": 112.727003, + "lat": 36.314748, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:39", + "devicecode": "98018" + }, + { + "eventid": "ff0dbe3d-6df6-4232-83f3-3bc511b790c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:34", + "lon": 112.72701, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:26", + "devicecode": "98018" + }, + { + "eventid": "55e09353-7b43-4f7b-9312-e40854ffdf54", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:19", + "lon": 112.72702, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:09", + "devicecode": "98018" + }, + { + "eventid": "456ebeb7-65a8-4884-b0b7-3ea6e09e2f42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:04", + "lon": 112.727011, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:58", + "devicecode": "98018" + }, + { + "eventid": "3715e260-9c78-4619-8b6b-49a024bd8642", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:49", + "lon": 112.727011, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:40", + "devicecode": "98018" + }, + { + "eventid": "b6d36a17-9247-44f7-bb9e-8a52c012ccf1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:34", + "lon": 112.727016, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:28", + "devicecode": "98018" + }, + { + "eventid": "3a5de114-57ad-4600-b4df-3db6eae5ca69", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:19", + "lon": 112.727018, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:11", + "devicecode": "98018" + }, + { + "eventid": "a44b5485-6df0-47dc-8452-e2f8dd62ab08", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:04", + "lon": 112.727018, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98018" + }, + { + "eventid": "10facd2d-faba-4116-83dc-d6b21ed1ec8b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:49", + "lon": 112.727, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:39", + "devicecode": "98018" + }, + { + "eventid": "3c64e9bc-5a43-4153-9753-0d870a66921f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:34", + "lon": 112.726998, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98018" + }, + { + "eventid": "4ef4fdb4-5d1a-4eb1-8039-844998ae8c29", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:19", + "lon": 112.726993, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:09", + "devicecode": "98018" + }, + { + "eventid": "ddced2a5-87c8-43b3-b220-06594d62a2a9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:04", + "lon": 112.726996, + "lat": 36.314745, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98018" + }, + { + "eventid": "437dfbdd-ee8e-4417-abd2-13ff00cf2ca4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:49", + "lon": 112.727005, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:40", + "devicecode": "98018" + }, + { + "eventid": "c7fbcdf1-a4d8-429c-bd25-29f0baacc704", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:34", + "lon": 112.727026, + "lat": 36.314711, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98018" + }, + { + "eventid": "409fe610-96a5-4b0f-9fa9-92440918a4c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:19", + "lon": 112.727048, + "lat": 36.314706, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98018" + }, + { + "eventid": "36e07c44-ae52-47d2-8c9c-e362836777e2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:04", + "lon": 112.72703, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:58", + "devicecode": "98018" + }, + { + "eventid": "095ef31b-f1c2-4f36-8d2c-a2638c41433d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:49", + "lon": 112.727048, + "lat": 36.314723, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:40", + "devicecode": "98018" + }, + { + "eventid": "4f1e7696-e6dd-423d-bad9-2a3bb5c85ebd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:34", + "lon": 112.727023, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:28", + "devicecode": "98018" + }, + { + "eventid": "b90e79e4-624f-4bc5-a049-58eef0161c37", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:19", + "lon": 112.727018, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:09", + "devicecode": "98018" + }, + { + "eventid": "7294ea64-eb1a-4844-af28-f39592153026", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:04", + "lon": 112.727005, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:57", + "devicecode": "98018" + }, + { + "eventid": "e3e4de80-757c-4654-84e9-03cd64485633", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:49", + "lon": 112.727031, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:39", + "devicecode": "98018" + }, + { + "eventid": "7f908f6f-6955-4f19-ae7d-03396dd50e59", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:34", + "lon": 112.727031, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:27", + "devicecode": "98018" + }, + { + "eventid": "8e5d963e-0799-482d-9e1b-e1893b506284", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:19", + "lon": 112.727033, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:15", + "devicecode": "98018" + }, + { + "eventid": "e3ae50d0-f4d3-4f96-b46d-d054fd0a11fe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:04", + "lon": 112.727025, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:56", + "devicecode": "98018" + }, + { + "eventid": "9985a6f6-76be-46fa-8e2d-c40a23714c73", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:49", + "lon": 112.727018, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:44", + "devicecode": "98018" + }, + { + "eventid": "937598bc-0205-4434-845b-a88229bf2abc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:34", + "lon": 112.727013, + "lat": 36.31475, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:26", + "devicecode": "98018" + }, + { + "eventid": "bc5b50ea-66f7-43d6-a19f-2450bffabe41", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:19", + "lon": 112.72702, + "lat": 36.314746, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:14", + "devicecode": "98018" + }, + { + "eventid": "36749d99-b6b3-4e48-b1ea-70e59370d4d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:04", + "lon": 112.727011, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:57", + "devicecode": "98018" + }, + { + "eventid": "0c686fa4-05dc-4461-8d83-549b62e41a9a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:49", + "lon": 112.727006, + "lat": 36.31474, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:44", + "devicecode": "98018" + }, + { + "eventid": "4a96ec8c-a5ff-43cf-9bf5-5624522b5eee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:34", + "lon": 112.72699, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:26", + "devicecode": "98018" + }, + { + "eventid": "c7b56203-8a2d-4480-a85a-f3e7217fe5bc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:19", + "lon": 112.72699, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:14", + "devicecode": "98018" + }, + { + "eventid": "10db096c-d940-46a8-8f87-842400f3b1ac", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:04", + "lon": 112.726993, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:56", + "devicecode": "98018" + }, + { + "eventid": "ce958581-f8ae-4d55-bcdc-f1e4435d0acd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:49", + "lon": 112.726998, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:39", + "devicecode": "98018" + }, + { + "eventid": "5931b505-a837-48a7-a7c2-f076033ad090", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:34", + "lon": 112.727008, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:27", + "devicecode": "98018" + }, + { + "eventid": "90b94783-0cc2-42dc-9dec-8fe6db698168", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:19", + "lon": 112.727015, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98018" + }, + { + "eventid": "40cbc834-0f05-4060-b7ee-444868d32905", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:04", + "lon": 112.727028, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:58", + "devicecode": "98018" + }, + { + "eventid": "3c6294b6-e92d-43a1-a713-8092f914b235", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:49", + "lon": 112.72705, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:39", + "devicecode": "98018" + }, + { + "eventid": "ab673586-25a8-498d-b889-7a3847140722", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:34", + "lon": 112.727025, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:27", + "devicecode": "98018" + }, + { + "eventid": "d4cb5720-16e7-46a6-a4c6-a739412d5f42", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:19", + "lon": 112.727013, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98018" + }, + { + "eventid": "112407fd-aefb-4680-9c13-071020483db2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:04", + "lon": 112.727018, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:56", + "devicecode": "98018" + }, + { + "eventid": "60ae0e27-78c0-496c-9016-d131360c1b29", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:49", + "lon": 112.727006, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:44", + "devicecode": "98018" + }, + { + "eventid": "728072f5-3a42-46c0-ad11-00835c9adf47", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:34", + "lon": 112.726991, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:26", + "devicecode": "98018" + }, + { + "eventid": "ef11ec1b-24e7-4d1e-85a9-f1eef34f9993", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:19", + "lon": 112.726998, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:14", + "devicecode": "98018" + }, + { + "eventid": "d5eb6c71-4e03-4908-be01-984c4e82a394", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:04", + "lon": 112.727011, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:56", + "devicecode": "98018" + }, + { + "eventid": "b96ba278-4d82-4555-9d69-77ce47e5257f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:49", + "lon": 112.727018, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:44", + "devicecode": "98018" + }, + { + "eventid": "2ce88b13-d82c-4273-b809-b1293631854e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:34", + "lon": 112.727013, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:27", + "devicecode": "98018" + }, + { + "eventid": "6a6d2204-3e7d-47a7-9e0f-b10f28b0e38f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:19", + "lon": 112.727015, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:10", + "devicecode": "98018" + }, + { + "eventid": "a47736f7-56a0-4ee3-89be-c76b2d9d6fc9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:04", + "lon": 112.727021, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:58", + "devicecode": "98018" + }, + { + "eventid": "9560441e-4a6e-44c7-ae68-561b828826f4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:49", + "lon": 112.72702, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:44", + "devicecode": "98018" + }, + { + "eventid": "617222e4-3fe4-4fec-8678-d16a294e4e28", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:34", + "lon": 112.727023, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:25", + "devicecode": "98018" + }, + { + "eventid": "91d090ed-229c-4b19-97cc-fe7ab9a410f9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:19", + "lon": 112.727021, + "lat": 36.314765, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:12", + "devicecode": "98018" + }, + { + "eventid": "cab5ca95-f854-4d0f-a931-e1e6b1d36b90", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:04", + "lon": 112.727021, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:55", + "devicecode": "98018" + }, + { + "eventid": "d6b75908-6ff1-4e0b-b36f-e948ee3ba70e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:49", + "lon": 112.727026, + "lat": 36.314768, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:43", + "devicecode": "98018" + }, + { + "eventid": "5844bdb4-f3cc-4288-811f-51e20842ea59", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:34", + "lon": 112.72704, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:25", + "devicecode": "98018" + }, + { + "eventid": "c7548f3f-0c98-4234-a205-52be34217ec1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:19", + "lon": 112.727046, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:13", + "devicecode": "98018" + }, + { + "eventid": "71f40aed-dc58-495e-94fa-6593937f211a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:04", + "lon": 112.727043, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:54", + "devicecode": "98018" + }, + { + "eventid": "47dd0b79-77d5-4bc3-aa1c-61947d480d05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:49", + "lon": 112.727061, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:42", + "devicecode": "98018" + }, + { + "eventid": "f9070204-80a2-454f-857a-094be2a6ef6d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:34", + "lon": 112.727065, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:25", + "devicecode": "98018" + }, + { + "eventid": "4b1d9edf-017a-471d-8309-419d4dc80a96", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:19", + "lon": 112.72706, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:13", + "devicecode": "98018" + }, + { + "eventid": "65b277a6-1433-4988-8158-91f49f5568c9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:04", + "lon": 112.727046, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:55", + "devicecode": "98018" + }, + { + "eventid": "85bdf2cc-1d9b-40e4-ab4c-813a0fa50131", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:49", + "lon": 112.727061, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:43", + "devicecode": "98018" + }, + { + "eventid": "d272c834-193a-43a6-a2b3-75d3e088fa40", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:34", + "lon": 112.727046, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:26", + "devicecode": "98018" + }, + { + "eventid": "ad36870f-ff3f-4321-8ce0-4aa08cf1472d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:19", + "lon": 112.727028, + "lat": 36.314755, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:14", + "devicecode": "98018" + }, + { + "eventid": "abbba5d8-c990-4c94-825a-276a89e28ddb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:04", + "lon": 112.727025, + "lat": 36.314766, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:57", + "devicecode": "98018" + }, + { + "eventid": "1c88b328-365e-4e7a-820b-f6f939969f3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:49", + "lon": 112.727016, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:40", + "devicecode": "98018" + }, + { + "eventid": "4d0b23fb-332a-4e96-a288-fe886b95ca85", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:34", + "lon": 112.727001, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:29", + "devicecode": "98018" + }, + { + "eventid": "328b913f-b4af-4aa1-8c9b-7881bfd72eb0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:19", + "lon": 112.727008, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:12", + "devicecode": "98018" + }, + { + "eventid": "d8602af1-0acc-4c57-a9f6-e3dee14c7327", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:04", + "lon": 112.727006, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:55", + "devicecode": "98018" + }, + { + "eventid": "94110c1a-70b5-43c1-a7a3-2c10c66ba9e3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:49", + "lon": 112.727008, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:43", + "devicecode": "98018" + }, + { + "eventid": "5f5d6dc8-d2d1-4799-960f-5434f62af429", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:34", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:27", + "devicecode": "98018" + }, + { + "eventid": "f6be9af9-089f-49fb-a848-99510c0085c7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:04", + "lon": 112.727005, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:54", + "devicecode": "98018" + }, + { + "eventid": "19ebe862-3381-4294-a589-0e5b065183b6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:49", + "lon": 112.72702, + "lat": 36.3148, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:43", + "devicecode": "98018" + }, + { + "eventid": "ee4bbdf4-b410-4201-9ec9-cfd71a15cf1a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:34", + "lon": 112.727041, + "lat": 36.314813, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:27", + "devicecode": "98018" + }, + { + "eventid": "27ce422b-d123-4362-b327-a644014a121a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:19", + "lon": 112.727041, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:10", + "devicecode": "98018" + }, + { + "eventid": "b021d6e3-57ad-4243-a7d9-6da2a77921f2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:04", + "lon": 112.727038, + "lat": 36.31479, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:59", + "devicecode": "98018" + }, + { + "eventid": "45714a69-0248-4a84-97ca-556575dd6490", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:31", + "lon": 112.727053, + "lat": 36.314815, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:37", + "devicecode": "98018" + }, + { + "eventid": "f80ae1b3-22a4-49bd-9f2d-9ec213f5dd69", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:46", + "lon": 112.727046, + "lat": 36.314795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:37", + "devicecode": "98018" + }, + { + "eventid": "4cfb1043-097b-4d48-90a7-c645414bf1f4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:16", + "lon": 112.72706, + "lat": 36.314818, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:26", + "devicecode": "98018" + }, + { + "eventid": "a7237a03-8091-4d97-9810-01b273ed8b63", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:01", + "lon": 112.727055, + "lat": 36.314811, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:53", + "devicecode": "98018" + }, + { + "eventid": "a3d8d850-eb6f-4c6d-b78e-71561c4844c8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:46", + "lon": 112.727035, + "lat": 36.314793, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:37", + "devicecode": "98018" + }, + { + "eventid": "05066418-ae48-47be-90ba-07330af6994d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:31", + "lon": 112.727016, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:25", + "devicecode": "98018" + }, + { + "eventid": "ba042710-df88-4756-95ee-67fd4012e27c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:16", + "lon": 112.727008, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:09", + "devicecode": "98018" + }, + { + "eventid": "1ee2b9ce-cf74-4c7b-a2a6-211b521d601c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:01", + "lon": 112.727011, + "lat": 36.314778, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:52", + "devicecode": "98018" + }, + { + "eventid": "938e9581-630a-474d-a1b1-3c676363ef9f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:46", + "lon": 112.727025, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:41", + "devicecode": "98018" + }, + { + "eventid": "fb315e3f-84d5-4508-b74b-d79ccf035875", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:31", + "lon": 112.727045, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:22", + "devicecode": "98018" + }, + { + "eventid": "cdf42d37-9e2a-4f68-9b1f-0e9a631119be", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:16", + "lon": 112.72703, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:06", + "devicecode": "98018" + }, + { + "eventid": "34c6a322-7a03-47f2-a1d3-08a300d53cc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:59", + "lon": 112.72703, + "lat": 36.314773, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "fdda3bf5-a841-4432-a243-d8be97b9cc96", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:41", + "lon": 112.727035, + "lat": 36.314761, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "6217b893-ae24-4439-8c22-7b657ba42839", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:26", + "lon": 112.72704, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98018" + }, + { + "eventid": "0b1a5708-241a-48ac-a665-d279acc210f8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:56", + "lon": 112.727005, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98018" + }, + { + "eventid": "28dfd0d2-f573-4ad9-9b1f-b5d740bfcc12", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:11", + "lon": 112.72703, + "lat": 36.314743, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98018" + }, + { + "eventid": "9dead726-fc0c-41f4-8330-a2f0ae4060e4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:41", + "lon": 112.726995, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:49", + "devicecode": "98018" + }, + { + "eventid": "575640c5-0f25-4c6b-a8c0-d181029294a8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:26", + "lon": 112.72699, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:21", + "devicecode": "98018" + }, + { + "eventid": "c93a1310-18be-4f14-85ce-d5a2bd31b66a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:11", + "lon": 112.726985, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:05", + "devicecode": "98018" + }, + { + "eventid": "a73b6ba8-32fb-4415-9c9f-85f22e446977", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:56", + "lon": 112.72698, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:47", + "devicecode": "98018" + }, + { + "eventid": "622da735-e010-4033-a76f-6c9adbb45449", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:41", + "lon": 112.72697, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:36", + "devicecode": "98018" + }, + { + "eventid": "94c00c56-e424-4c06-a23d-bf9edee589f7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:26", + "lon": 112.726968, + "lat": 36.314758, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:24", + "devicecode": "98018" + }, + { + "eventid": "eff8b5f2-fbe6-4d62-95ab-19d08bac4a6d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:11", + "lon": 112.726973, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:02", + "devicecode": "98018" + }, + { + "eventid": "5be99de8-af6e-4d4a-8f4e-d529cf0aebd6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:56", + "lon": 112.726993, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:51", + "devicecode": "98018" + }, + { + "eventid": "18b7967c-875f-4bbb-b7cf-02923ba5d11b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:41", + "lon": 112.726996, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:34", + "devicecode": "98018" + }, + { + "eventid": "025da956-84dc-40ca-9efe-9d7645e9437d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:26", + "lon": 112.726978, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:17", + "devicecode": "98018" + }, + { + "eventid": "398c5893-7c0c-4c3a-aa5b-76fecf99cc50", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:11", + "lon": 112.726978, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:05", + "devicecode": "98018" + }, + { + "eventid": "9cc83dfe-7f7b-447c-853f-2a47474ab494", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:56", + "lon": 112.72698, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:47", + "devicecode": "98018" + }, + { + "eventid": "ad66b815-b1ae-41be-90de-a1cbf6c002d9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:41", + "lon": 112.726985, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:36", + "devicecode": "98018" + }, + { + "eventid": "9728e875-cc26-4465-90c1-79e84217b347", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:26", + "lon": 112.726983, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:19", + "devicecode": "98018" + }, + { + "eventid": "d0431378-8348-4a4f-9b9f-9cabd54d0214", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:11", + "lon": 112.726981, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:03", + "devicecode": "98018" + }, + { + "eventid": "cac734c4-bc9c-4910-abdc-d1dd7fc67c05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:56", + "lon": 112.726986, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:46", + "devicecode": "98018" + }, + { + "eventid": "017b856b-16e9-4e8b-8774-41124df036cc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:41", + "lon": 112.726988, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:35", + "devicecode": "98018" + }, + { + "eventid": "b0bd773d-ce1a-4041-8b35-dd70463e7ba4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:26", + "lon": 112.726991, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:18", + "devicecode": "98018" + }, + { + "eventid": "30aba55d-6a56-4844-a13f-f9aa7303859d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:11", + "lon": 112.726986, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:02", + "devicecode": "98018" + }, + { + "eventid": "7881eb00-3470-429e-80ce-d8bf374561ef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:56", + "lon": 112.726985, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98018" + }, + { + "eventid": "97a75d65-8ffa-42b3-b74e-d0c694bb38cb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:41", + "lon": 112.726993, + "lat": 36.314716, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:34", + "devicecode": "98018" + }, + { + "eventid": "21065031-efef-4c1c-8532-f24ba6f82c7a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:26", + "lon": 112.726986, + "lat": 36.314726, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:17", + "devicecode": "98018" + }, + { + "eventid": "60f42623-82c8-461a-9e44-cc06547f2e64", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:11", + "lon": 112.726978, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:01", + "devicecode": "98018" + }, + { + "eventid": "0d96d7b9-706d-4db4-854d-7b4cee8ec5ce", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:56", + "lon": 112.726986, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98018" + }, + { + "eventid": "221f8879-96bb-40e1-828a-ed13d2834106", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:41", + "lon": 112.727011, + "lat": 36.31475, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:34", + "devicecode": "98018" + }, + { + "eventid": "4872e66b-7c9a-4e38-967f-919209e530e1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:26", + "lon": 112.726993, + "lat": 36.314763, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:17", + "devicecode": "98018" + }, + { + "eventid": "616f37c7-47ef-41b4-af5e-28e8b41543d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:11", + "lon": 112.726968, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:06", + "devicecode": "98018" + }, + { + "eventid": "f7b82f8d-3860-443d-b2dc-a754d81ccec5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:39", + "lon": 112.726961, + "lat": 36.314751, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "bdc2e403-ff5a-4c91-a312-48f6a860f054", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:09", + "lon": 112.726996, + "lat": 36.314735, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "b2a33b99-4c08-4463-8f1a-5706aa2cfff6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:54", + "lon": 112.726955, + "lat": 36.314776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "b186d9bb-19c4-4a02-9f74-ef5f5f113a22", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:54", + "lon": 112.727001, + "lat": 36.314738, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "6f1ac758-44af-43e5-b95a-75ba0fbc0fe4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:24", + "lon": 112.726985, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98018" + }, + { + "eventid": "80d416e1-d328-431b-a5a7-27b645f9f5ba", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:39", + "lon": 112.726973, + "lat": 36.314743, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:32", + "devicecode": "98018" + }, + { + "eventid": "32bc26cc-dd9f-4808-9a0e-71ba1d6c3e2a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:24", + "lon": 112.726971, + "lat": 36.314751, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:20", + "devicecode": "98018" + }, + { + "eventid": "0e4fe95c-0a58-4981-8e3f-3a63d75b5a50", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:09", + "lon": 112.726965, + "lat": 36.314753, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:04", + "devicecode": "98018" + }, + { + "eventid": "35e54dd9-fc73-43f5-b6a4-a376a47a7988", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:54", + "lon": 112.72694, + "lat": 36.314756, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:47", + "devicecode": "98018" + }, + { + "eventid": "6de25f43-4b13-4f62-927c-f752da509e95", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:39", + "lon": 112.726941, + "lat": 36.314741, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:35", + "devicecode": "98018" + }, + { + "eventid": "ee2902ee-6eff-4d24-817f-04868c485172", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:24", + "lon": 112.726943, + "lat": 36.314731, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:18", + "devicecode": "98018" + }, + { + "eventid": "24a88cff-777b-468d-9743-ea838caa4995", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:09", + "lon": 112.726943, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:01", + "devicecode": "98018" + }, + { + "eventid": "f52c2ba1-654f-4a51-81f7-1f07a7fd4e97", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:54", + "lon": 112.726956, + "lat": 36.314725, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:44", + "devicecode": "98018" + }, + { + "eventid": "4d43dbd1-6656-4d56-903a-6c054f8365db", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:39", + "lon": 112.726963, + "lat": 36.31472, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:33", + "devicecode": "98018" + }, + { + "eventid": "d9978df3-48b4-4ef4-aae5-79d28f2b60da", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:24", + "lon": 112.726973, + "lat": 36.314718, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:16", + "devicecode": "98018" + }, + { + "eventid": "ba2d7308-73f0-4377-b92c-cd7401a4ad00", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:09", + "lon": 112.727001, + "lat": 36.314708, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:00", + "devicecode": "98018" + }, + { + "eventid": "a42e0e13-2507-4b95-aa94-1f58ef667bf5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:54", + "lon": 112.726981, + "lat": 36.314713, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:49", + "devicecode": "98018" + }, + { + "eventid": "b08a6292-7dd6-4095-8bec-77959474d1af", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:39", + "lon": 112.726966, + "lat": 36.314721, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:32", + "devicecode": "98018" + }, + { + "eventid": "a439c8f2-f9b6-4257-97ea-72443bdf31d8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:24", + "lon": 112.726961, + "lat": 36.314728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:16", + "devicecode": "98018" + }, + { + "eventid": "7b6f89bc-1fe7-476b-b774-52eb60124813", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:09", + "lon": 112.726961, + "lat": 36.31473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:59", + "devicecode": "98018" + }, + { + "eventid": "6f2be8b7-705c-46f4-b408-b21fce283fdf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:54", + "lon": 112.726936, + "lat": 36.314733, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:48", + "devicecode": "98018" + }, + { + "eventid": "41157d0c-09fe-4f88-ae53-b82f2cdb23a8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:39", + "lon": 112.726933, + "lat": 36.314736, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98018" + }, + { + "eventid": "45af9ce7-8b57-4f18-9053-165aa265adb8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:24", + "lon": 112.726981, + "lat": 36.31476, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98018" + }, + { + "eventid": "e995bfe2-75f3-43c8-848a-8e0658b2d196", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:09", + "lon": 112.72703, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:01", + "devicecode": "98018" + }, + { + "eventid": "87f584ca-a894-41c4-96bb-b8ff078fde85", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:54", + "lon": 112.727031, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98018" + }, + { + "eventid": "6c6be57a-8562-481e-a43d-e54b0a96d3e4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:39", + "lon": 112.727033, + "lat": 36.314783, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:31", + "devicecode": "98018" + }, + { + "eventid": "cd82a8ef-935f-4e7c-ba4b-0118e16e2aee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:24", + "lon": 112.72703, + "lat": 36.314788, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98018" + }, + { + "eventid": "e816568e-f6ba-42c6-977b-6c4a74c745f0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:09", + "lon": 112.727018, + "lat": 36.314801, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98018" + }, + { + "eventid": "f1712c59-42ad-4447-8608-f666bc92b7c9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:54", + "lon": 112.727005, + "lat": 36.314805, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:44", + "devicecode": "98018" + }, + { + "eventid": "ac6699a6-fc59-4389-bb95-0588f3098d05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:39", + "lon": 112.727026, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98018" + }, + { + "eventid": "86a769b4-ddcd-4ee5-a085-25c48bc6e14c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:24", + "lon": 112.727015, + "lat": 36.31481, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98018" + }, + { + "eventid": "e68cce18-fb3f-4a58-98c1-8e21f61cab66", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:09", + "lon": 112.727023, + "lat": 36.314791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:00", + "devicecode": "98018" + }, + { + "eventid": "b4461eb0-05c9-451d-a92c-e18d4f97e688", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:54", + "lon": 112.727015, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:49", + "devicecode": "98018" + }, + { + "eventid": "7ccc490e-e54d-4a33-9d8f-7d877d62bd5d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:39", + "lon": 112.727001, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:32", + "devicecode": "98018" + }, + { + "eventid": "624dda92-7e08-4e9a-8602-c9812187ff99", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:24", + "lon": 112.726991, + "lat": 36.314806, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98018" + }, + { + "eventid": "e4eede82-0728-45e9-a88c-9c4cd13099e8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:09", + "lon": 112.727016, + "lat": 36.314821, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98018" + }, + { + "eventid": "382ea6be-5210-42a5-b5c3-353a47462760", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:54", + "lon": 112.727045, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:48", + "devicecode": "98018" + }, + { + "eventid": "bd8d81cb-9175-40b5-9259-3a572be910ee", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:39", + "lon": 112.727043, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98018" + }, + { + "eventid": "321bc8e9-ac1b-4993-a36d-b367d11270bb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:24", + "lon": 112.727026, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98018" + }, + { + "eventid": "92ad9071-368e-4c4b-8be3-6475c7399b61", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:09", + "lon": 112.727028, + "lat": 36.31478, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:04", + "devicecode": "98018" + }, + { + "eventid": "73939898-092b-4e0f-840a-bc3e929638c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:54", + "lon": 112.727036, + "lat": 36.314786, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:47", + "devicecode": "98018" + }, + { + "eventid": "899dc581-edba-4c4b-989b-b9e5101faa3c", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:39", + "lon": 112.72704, + "lat": 36.314796, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98018" + }, + { + "eventid": "4e14fe13-bfa2-43f9-ba7c-1755abac47f1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:24", + "lon": 112.727023, + "lat": 36.314781, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98018" + }, + { + "eventid": "720e6c6a-d622-4812-af9b-b2556616a09a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:09", + "lon": 112.727038, + "lat": 36.314785, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:03", + "devicecode": "98018" + }, + { + "eventid": "1edff582-12f3-4368-97a8-c4b70b9ee925", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:54", + "lon": 112.727035, + "lat": 36.314803, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:46", + "devicecode": "98018" + }, + { + "eventid": "e07df168-7740-4a84-8dad-2e3528b4a1b7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:39", + "lon": 112.727018, + "lat": 36.314845, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98018" + }, + { + "eventid": "f2a623aa-858a-4872-938f-3c1c41d20b3a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:24", + "lon": 112.72702, + "lat": 36.314916, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:18", + "devicecode": "98018" + }, + { + "eventid": "c9e1395b-1c56-4dde-90f0-fd0656be4714", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:09", + "lon": 112.726993, + "lat": 36.31504, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:02", + "devicecode": "98018" + }, + { + "eventid": "750af995-df46-48b9-b9ef-4ced50665edf", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:54", + "lon": 112.727013, + "lat": 36.315151, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98018" + }, + { + "eventid": "70e7646f-86d3-4a5c-819e-282b3eaa9e0f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:39", + "lon": 112.727035, + "lat": 36.315261, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:34", + "devicecode": "98018" + }, + { + "eventid": "262561ae-d212-4235-a417-f64fc291a831", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:24", + "lon": 112.72706, + "lat": 36.315346, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:22", + "devicecode": "98018" + }, + { + "eventid": "7f4a5308-8794-4128-99f1-57d95b237c3b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:09", + "lon": 112.727066, + "lat": 36.315418, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98018" + }, + { + "eventid": "10a1e4fa-9efa-4047-90ba-6bce768af9d6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:54", + "lon": 112.727165, + "lat": 36.315533, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98018" + }, + { + "eventid": "1f15e714-6376-48f8-aa3b-19690e33ddc0", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:39", + "lon": 112.727321, + "lat": 36.315493, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:33", + "devicecode": "98018" + }, + { + "eventid": "4abee14d-fa87-4cfd-9e0c-033dbe7034f3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:24", + "lon": 112.727506, + "lat": 36.315558, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:16", + "devicecode": "98018" + }, + { + "eventid": "00dd19f1-dc47-4aa3-8261-e69604086768", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:08", + "lon": 112.727671, + "lat": 36.315576, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:59", + "devicecode": "98018" + }, + { + "eventid": "0ec190b7-3931-455d-8761-2e78eceee561", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:49", + "lon": 112.72786, + "lat": 36.315561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98018" + }, + { + "eventid": "f228d492-ebc1-4bad-8725-619547fe0092", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:34", + "lon": 112.727845, + "lat": 36.315553, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98018" + }, + { + "eventid": "1a6b2b59-7eda-4817-9ef4-58207db4bbc1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:19", + "lon": 112.727845, + "lat": 36.315555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:10", + "devicecode": "98018" + }, + { + "eventid": "4b1448c2-5360-458a-99b2-70e8b42c63d1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:04", + "lon": 112.727838, + "lat": 36.315561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98018" + }, + { + "eventid": "80144b78-f85d-4773-a3c2-547fe0f6b81d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:49", + "lon": 112.727836, + "lat": 36.315555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98018" + }, + { + "eventid": "3eeb5fe0-12be-4252-af66-ab57797635d4", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:34", + "lon": 112.72784, + "lat": 36.31555, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:25", + "devicecode": "98018" + }, + { + "eventid": "9bc084ba-4a23-4eb4-81bf-a6ab09b2726d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:19", + "lon": 112.72803, + "lat": 36.31544, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98018" + }, + { + "eventid": "85e48ec2-18d6-4f98-9549-b11c81fe1196", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:04", + "lon": 112.72873, + "lat": 36.314915, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:55", + "devicecode": "98018" + }, + { + "eventid": "ed960081-0f63-497d-a8f6-d85a7275d049", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:49", + "lon": 112.728793, + "lat": 36.314086, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:44", + "devicecode": "98018" + }, + { + "eventid": "c11fa65a-4a78-413a-96e3-1a8df0ab74aa", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:34", + "lon": 112.728526, + "lat": 36.313603, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98018" + }, + { + "eventid": "6d69f042-0e81-478e-a44c-1971e6960d66", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:19", + "lon": 112.727148, + "lat": 36.313643, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:14", + "devicecode": "98018" + }, + { + "eventid": "6800f30f-f711-434b-9bb0-09a5e1770ccb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:04", + "lon": 112.725823, + "lat": 36.313795, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98018" + }, + { + "eventid": "a9e2d706-9d0c-4e22-8df1-eeeb0b5829d8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:49", + "lon": 112.724525, + "lat": 36.314501, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98018" + }, + { + "eventid": "3848d86d-f4b8-4d4a-8604-2b88567aac4a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:34", + "lon": 112.724345, + "lat": 36.315645, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98018" + }, + { + "eventid": "2afc2869-7769-4c23-8cb9-5f44fe91da03", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:19", + "lon": 112.723843, + "lat": 36.316853, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98018" + }, + { + "eventid": "8e9f5e94-28fb-4b89-b49b-61041bc38b0d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:04", + "lon": 112.723576, + "lat": 36.318315, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:58", + "devicecode": "98018" + }, + { + "eventid": "005acae2-425a-455d-b681-1df4dc1deca6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:49", + "lon": 112.72339, + "lat": 36.319556, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98018" + }, + { + "eventid": "46915f9f-1f6b-4eb2-8d81-a8889b420cc3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:34", + "lon": 112.723275, + "lat": 36.320681, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:29", + "devicecode": "98018" + }, + { + "eventid": "22e34605-1a94-4437-bcdd-e23278a01b6a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:19", + "lon": 112.722913, + "lat": 36.320835, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98018" + }, + { + "eventid": "d42fc391-a390-4a99-9229-85ba7cdba152", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:04", + "lon": 112.72269, + "lat": 36.320283, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:01", + "devicecode": "98018" + }, + { + "eventid": "331aefbc-7ca9-4c29-8ac1-fbd7dd3568fc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:49", + "lon": 112.722466, + "lat": 36.31976, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:44", + "devicecode": "98018" + }, + { + "eventid": "bb467bad-06ca-45c6-ba6f-ab991a61967f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:34", + "lon": 112.721808, + "lat": 36.319836, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98018" + }, + { + "eventid": "c1ac2b52-3c1e-49cf-82de-0c04161be862", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:19", + "lon": 112.721316, + "lat": 36.320041, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98018" + }, + { + "eventid": "507551ac-de99-450e-94b0-39d60f4f8e0e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:04", + "lon": 112.721785, + "lat": 36.320316, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:59", + "devicecode": "98018" + }, + { + "eventid": "d22bf157-1818-47b7-a5c9-d631f55db3c3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:49", + "lon": 112.721261, + "lat": 36.320625, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98018" + }, + { + "eventid": "0c792e23-6c81-43bc-bbb9-f0a46a194ad9", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:34", + "lon": 112.720445, + "lat": 36.320843, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:29", + "devicecode": "98018" + }, + { + "eventid": "be984c3f-1a15-47e8-a02e-5febef1bbffb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:19", + "lon": 112.719763, + "lat": 36.320993, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:10", + "devicecode": "98018" + }, + { + "eventid": "2418bef7-675f-42fb-a8c9-ae3ddfe20b82", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:49", + "lon": 112.718371, + "lat": 36.321528, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:43", + "devicecode": "98018" + }, + { + "eventid": "3a7e4fbe-1167-4e71-a524-e1b9dcab0c3f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:34", + "lon": 112.717658, + "lat": 36.321515, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:31", + "devicecode": "98018" + }, + { + "eventid": "c194f946-9999-4e5e-a8ec-766b008e4cc5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:19", + "lon": 112.717265, + "lat": 36.321161, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98018" + }, + { + "eventid": "89615e9f-a9da-4b45-b239-0d61ae0305e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:04", + "lon": 112.717075, + "lat": 36.321373, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:57", + "devicecode": "98018" + }, + { + "eventid": "fd31fb82-1858-4c53-9158-94364a556fc8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:49", + "lon": 112.71698, + "lat": 36.322053, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:46", + "devicecode": "98018" + }, + { + "eventid": "18e78520-b679-4a5f-8b97-c66365224f8e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:34", + "lon": 112.716666, + "lat": 36.322728, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:24", + "devicecode": "98018" + }, + { + "eventid": "4aa95d20-90ef-469c-9cf7-1f33d7e32694", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:19", + "lon": 112.716101, + "lat": 36.323231, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:13", + "devicecode": "98018" + }, + { + "eventid": "fbf96e67-5a5d-4ca4-9220-d5fa26bb41c8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:04", + "lon": 112.715896, + "lat": 36.32397, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98018" + }, + { + "eventid": "166c8876-6797-4b49-a90e-bb1f706ebf05", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:16", + "lon": 112.713891, + "lat": 36.324561, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "f0bad3f5-1b4a-48a1-b032-55ef27ffde1b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:31", + "lon": 112.714423, + "lat": 36.32438, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "7e697268-6a6a-404a-aa75-4ce0c76dd0b1", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:46", + "lon": 112.715013, + "lat": 36.324258, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "2ef60bc6-63d7-4675-88d2-a4d5c7281335", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:01", + "lon": 112.71333, + "lat": 36.324931, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:40", + "devicecode": "98018" + }, + { + "eventid": "2c0e561e-f2b6-4c72-b288-4a736ccb4c31", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:46", + "lon": 112.712783, + "lat": 36.324776, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:12", + "devicecode": "98018" + }, + { + "eventid": "17fb97f5-73dc-4457-88d8-98063323aef6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:31", + "lon": 112.712705, + "lat": 36.32532, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:27", + "devicecode": "98018" + }, + { + "eventid": "035c920f-c405-4839-b6ac-4014bdf3e5c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:13", + "lon": 112.712466, + "lat": 36.326011, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "f5af800f-9bd1-46c2-aac4-d61004de9d17", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:58", + "lon": 112.712338, + "lat": 36.32659, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "4d1dddc6-fe04-4a50-8ba3-76c2370af0f7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:28", + "lon": 112.711446, + "lat": 36.327608, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "430e25fb-b844-4167-b799-38b710a04dfe", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:43", + "lon": 112.711901, + "lat": 36.32708, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "0cbc4102-5e4d-4331-b4d0-552e55d0cb90", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:13", + "lon": 112.711128, + "lat": 36.328096, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:09", + "devicecode": "98018" + }, + { + "eventid": "41f3d007-4b47-4494-873f-7a48fbcd40b8", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:58", + "lon": 112.71098, + "lat": 36.328473, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:53", + "devicecode": "98018" + }, + { + "eventid": "47450f77-b717-488a-8b61-72db8087753e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:41", + "lon": 112.710805, + "lat": 36.328898, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:42", + "devicecode": "98018" + }, + { + "eventid": "76f6e729-38f1-461f-ac72-d9a89b2088e7", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:25", + "lon": 112.710676, + "lat": 36.329201, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:42", + "devicecode": "98018" + }, + { + "eventid": "74f7a280-c7da-487d-a933-b183128adffa", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:10", + "lon": 112.71069, + "lat": 36.329201, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98018" + }, + { + "eventid": "7602e144-8f08-48be-ab28-c01386cf782b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:55", + "lon": 112.710658, + "lat": 36.329233, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:45", + "devicecode": "98018" + }, + { + "eventid": "80a5138a-bc57-411b-99af-5b87d61173e3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:23", + "lon": 112.710383, + "lat": 36.329245, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "f50c7579-b59c-49d9-8137-c86ceccb3215", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.710368, + "lat": 36.32923, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "c8fa5c56-0e53-4675-a6df-7bfc41709278", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:38", + "lon": 112.710478, + "lat": 36.32933, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98018" + }, + { + "eventid": "b66be05f-8f80-4fb0-9c21-f0a1a3f91137", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:20", + "lon": 112.71034, + "lat": 36.329185, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:34", + "devicecode": "98018" + }, + { + "eventid": "cae8f6a1-d2cf-45d0-8b02-cb1f9c5b60c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:36", + "lon": 112.710345, + "lat": 36.329196, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:34", + "devicecode": "98018" + }, + { + "eventid": "58c7e1aa-2838-4e7d-8e29-5a438f32a72f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:35", + "lon": 112.710541, + "lat": 36.329303, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "21ae0e59-b9c0-4494-b424-46875c593206", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:50", + "lon": 112.71097, + "lat": 36.328486, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "16729846-5f09-4732-9437-b7c12d91fdcd", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:05", + "lon": 112.710748, + "lat": 36.328993, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "13ef0cc1-5458-4c43-ac1d-f591e0a1af13", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:05", + "lon": 112.710348, + "lat": 36.329185, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "d01e175a-1580-4f5d-920e-2d89fa57a7c5", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:20", + "lon": 112.710685, + "lat": 36.329241, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "87201d6d-56e1-427f-b3bb-e6acfc8a25fb", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:35", + "lon": 112.711246, + "lat": 36.327963, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "5d7a7020-d2fa-4f5b-a74c-5c1811b9ca7e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:50", + "lon": 112.710425, + "lat": 36.329268, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98018" + }, + { + "eventid": "082f1351-2afd-4935-be58-4a0b7267062e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:20", + "lon": 112.711553, + "lat": 36.32742, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:56", + "devicecode": "98018" + }, + { + "eventid": "7110b9ff-2e32-44dc-8288-ccdf89a06469", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:05", + "lon": 112.71208, + "lat": 36.326943, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:56", + "devicecode": "98018" + }, + { + "eventid": "799b4175-2105-4629-ad67-c561b324b515", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:50", + "lon": 112.712378, + "lat": 36.326571, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98018" + }, + { + "eventid": "82a89cf0-33d4-42ed-b235-b5eece35a2c6", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:29", + "lon": 112.712396, + "lat": 36.326496, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98018" + }, + { + "eventid": "9839d72c-de61-4742-a9a7-661a4e5ca9fc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:14", + "lon": 112.71246, + "lat": 36.325928, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:06", + "devicecode": "98018" + }, + { + "eventid": "839bf0d7-aa39-4d83-8f6e-2dff5bbafa56", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:59", + "lon": 112.71271, + "lat": 36.325238, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:49", + "devicecode": "98018" + }, + { + "eventid": "f9d2ecdf-9464-4da2-b06e-32d049a71f0b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:44", + "lon": 112.71283, + "lat": 36.324791, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:38", + "devicecode": "98018" + }, + { + "eventid": "e7d71b66-ef22-4a0c-8d66-46aec5da2b39", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:28", + "lon": 112.71349, + "lat": 36.324935, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:27", + "devicecode": "98018" + }, + { + "eventid": "9c7523ea-dce0-4a40-a9cd-182620741b0e", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:13", + "lon": 112.714011, + "lat": 36.324458, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:05", + "devicecode": "98018" + }, + { + "eventid": "30f00b78-268b-430c-b3aa-1b176460b9dc", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:58", + "lon": 112.714541, + "lat": 36.324353, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:49", + "devicecode": "98018" + }, + { + "eventid": "e533d99a-1c31-4566-952c-5a9ac8daca3d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:43", + "lon": 112.715055, + "lat": 36.324253, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:37", + "devicecode": "98018" + }, + { + "eventid": "49e4e3a1-288a-4590-b684-bf9286795cde", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:08", + "lon": 112.715838, + "lat": 36.324056, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:21", + "devicecode": "98018" + }, + { + "eventid": "fdfdf6eb-ce38-4fe6-8724-022ef4e7be2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:26", + "lon": 112.715791, + "lat": 36.32412, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:21", + "devicecode": "98018" + }, + { + "eventid": "f657ef79-75d2-4faf-a106-a12178706019", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:52", + "lon": 112.715848, + "lat": 36.324053, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98018" + }, + { + "eventid": "bc996936-af8a-4bc3-b44d-0c679551fa3b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:37", + "lon": 112.715856, + "lat": 36.324043, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:31", + "devicecode": "98018" + }, + { + "eventid": "128b9f1d-4680-45e4-aca0-995728bb955b", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:22", + "lon": 112.716141, + "lat": 36.32342, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:14", + "devicecode": "98018" + }, + { + "eventid": "2c637129-a7f8-447e-90df-dd72d45eec40", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:07", + "lon": 112.716305, + "lat": 36.322921, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98018" + }, + { + "eventid": "c0888826-dca4-4b22-99b4-ae0189c2a10d", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:52", + "lon": 112.716881, + "lat": 36.322428, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:45", + "devicecode": "98018" + }, + { + "eventid": "1d370a83-8544-4554-b7d2-63fc21984ea2", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:37", + "lon": 112.71704, + "lat": 36.32166, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:33", + "devicecode": "98018" + }, + { + "eventid": "ed301625-1553-4aa3-a3d4-1642bea2b905", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:22", + "lon": 112.717208, + "lat": 36.321101, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:15", + "devicecode": "98018" + }, + { + "eventid": "11299576-5771-498f-8ff5-2bc04bd28a81", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:07", + "lon": 112.717388, + "lat": 36.321296, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98018" + }, + { + "eventid": "8d2d9100-f1b4-4b9f-a2de-da0aa893d712", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:47", + "lon": 112.717553, + "lat": 36.32136, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98018" + }, + { + "eventid": "c11e5b08-bd89-4597-a484-94638f752bef", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:32", + "lon": 112.71818, + "lat": 36.321558, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:29", + "devicecode": "98018" + }, + { + "eventid": "d51bd758-7e02-44b4-bd08-2b9d552e69a3", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:17", + "lon": 112.719011, + "lat": 36.321423, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:09", + "devicecode": "98018" + }, + { + "eventid": "4e7319c2-5fa9-40a4-855b-e98b165f4d2f", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:02", + "lon": 112.719756, + "lat": 36.320995, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98018" + }, + { + "eventid": "d8dd3d71-9bcb-49fc-9867-0dba9d5ad19a", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:47", + "lon": 112.720503, + "lat": 36.320858, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:40", + "devicecode": "98018" + }, + { + "eventid": "85c59fc0-e839-4bac-89ef-cfd6eb8ba418", + "deviceid": "05df32f0-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:32", + "lon": 112.721228, + "lat": 36.320663, + "inspectorid": "8577f07f-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98018" + } + ] + }, + { + "eventid": "8577f081-2686-11e3-9e54-00216a3749b4", + "name": "杨志雄", + "sex": "01", + "duty": "巡线工", + "phone": "13935516451", + "unitname": "屯留站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "42877722-6ec7-4b07-bb76-a8f462e934ea", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:34", + "lon": 112.621758, + "lat": 36.345986, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:31", + "devicecode": "98022" + }, + { + "eventid": "573fb548-a07e-4736-8eb6-d45bc56fdf95", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:12", + "lon": 112.621756, + "lat": 36.345986, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:06", + "devicecode": "98022" + }, + { + "eventid": "745d5407-63c3-4022-94ff-690d68aa68f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:57", + "lon": 112.6219, + "lat": 36.345873, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:49", + "devicecode": "98022" + }, + { + "eventid": "71b1c7ef-ff08-4eb7-9954-bbbb2746e6dd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:42", + "lon": 112.622348, + "lat": 36.345501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:36", + "devicecode": "98022" + }, + { + "eventid": "f29b41a1-f5e0-4caa-be97-f0c966c2eb42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:27", + "lon": 112.62303, + "lat": 36.345258, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:21", + "devicecode": "98022" + }, + { + "eventid": "f6a21118-8644-4aaf-9160-1992cf5d2831", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:12", + "lon": 112.623753, + "lat": 36.345036, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:02", + "devicecode": "98022" + }, + { + "eventid": "bec37e30-6f6f-4d02-9fc8-21381c5fc0b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:57", + "lon": 112.624461, + "lat": 36.344943, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:51", + "devicecode": "98022" + }, + { + "eventid": "fa1c6039-dc77-449f-8e21-965e5f9c53f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:42", + "lon": 112.625213, + "lat": 36.34483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:33", + "devicecode": "98022" + }, + { + "eventid": "3017d33d-1036-41bf-bd95-8f7bf0ef30a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:27", + "lon": 112.625386, + "lat": 36.34443, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:22", + "devicecode": "98022" + }, + { + "eventid": "8b99fccd-a034-4b4e-9aaf-c5eb20078d81", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:12", + "lon": 112.625498, + "lat": 36.344308, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:04", + "devicecode": "98022" + }, + { + "eventid": "99b2abc9-9407-4530-bf49-3e8c843c60ca", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:57", + "lon": 112.625465, + "lat": 36.344343, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:47", + "devicecode": "98022" + }, + { + "eventid": "33967d00-126d-4fe6-ad2f-3b142452858e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:42", + "lon": 112.625496, + "lat": 36.344301, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:34", + "devicecode": "98022" + }, + { + "eventid": "0a822836-6116-432b-b167-f5bbd087bf7e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:27", + "lon": 112.625486, + "lat": 36.34426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:22", + "devicecode": "98022" + }, + { + "eventid": "a246db23-6506-4b18-a8bf-0eb8be64e6fd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:12", + "lon": 112.625486, + "lat": 36.344263, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:02", + "devicecode": "98022" + }, + { + "eventid": "06db2a57-3767-4924-ae13-a0cf9accc441", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:57", + "lon": 112.625486, + "lat": 36.344273, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:50", + "devicecode": "98022" + }, + { + "eventid": "6f784641-6ca3-4283-a4d9-7835e5bcbd12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:42", + "lon": 112.625481, + "lat": 36.344268, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:37", + "devicecode": "98022" + }, + { + "eventid": "8de9638f-043a-4208-a29b-61d2eb49788a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:12", + "lon": 112.62548, + "lat": 36.344271, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:03", + "devicecode": "98022" + }, + { + "eventid": "970c618c-cae3-488c-9e5d-8b2b8d8a6d2a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:57", + "lon": 112.625485, + "lat": 36.34428, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:52", + "devicecode": "98022" + }, + { + "eventid": "26d9dfbc-748b-4906-ba88-be1dfc026afc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:42", + "lon": 112.625498, + "lat": 36.344293, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:34", + "devicecode": "98022" + }, + { + "eventid": "e16a445c-019f-445a-be5f-782d712ba042", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:27", + "lon": 112.625501, + "lat": 36.344298, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:17", + "devicecode": "98022" + }, + { + "eventid": "06aa19e0-97cc-4642-8a7c-1a1445091aa7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:12", + "lon": 112.625501, + "lat": 36.3443, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:05", + "devicecode": "98022" + }, + { + "eventid": "e9f7b832-46fb-41de-95d8-7cd6a8fe262d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:56", + "lon": 112.625498, + "lat": 36.344315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:53", + "devicecode": "98022" + }, + { + "eventid": "ac079e9f-bf06-485c-938e-fd576627953f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:33", + "lon": 112.6255, + "lat": 36.34433, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:25", + "devicecode": "98022" + }, + { + "eventid": "86e54328-0d9c-4016-aecb-39d0240576aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:18", + "lon": 112.625385, + "lat": 36.344408, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:13", + "devicecode": "98022" + }, + { + "eventid": "d44fa98a-b929-4437-894e-0d29a86811d2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:03", + "lon": 112.625776, + "lat": 36.344693, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:56", + "devicecode": "98022" + }, + { + "eventid": "2b8e6ee5-3809-4782-8acd-9d27784c5274", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:48", + "lon": 112.626676, + "lat": 36.344403, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:39", + "devicecode": "98022" + }, + { + "eventid": "f45f55e2-f892-443a-abdf-ff286f029840", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:33", + "lon": 112.62746, + "lat": 36.34392, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:27", + "devicecode": "98022" + }, + { + "eventid": "57da256b-632a-4445-bd26-bade58b88aee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:18", + "lon": 112.628178, + "lat": 36.343483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:11", + "devicecode": "98022" + }, + { + "eventid": "dbe04468-cf59-47fa-929c-b95f10060614", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:03", + "lon": 112.628883, + "lat": 36.343025, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:59", + "devicecode": "98022" + }, + { + "eventid": "80d8144b-7c19-4279-bad1-ac0ae6721896", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:48", + "lon": 112.629576, + "lat": 36.342565, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:42", + "devicecode": "98022" + }, + { + "eventid": "936535e7-2919-415d-a743-f7056140397c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:33", + "lon": 112.630231, + "lat": 36.34214, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:25", + "devicecode": "98022" + }, + { + "eventid": "f9a6780a-ac80-4adb-aaf5-24528ada5e8e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:18", + "lon": 112.63091, + "lat": 36.341698, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:09", + "devicecode": "98022" + }, + { + "eventid": "5bd9afb5-8c18-4244-85e0-8d869f861dfe", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:03", + "lon": 112.631546, + "lat": 36.341276, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:58", + "devicecode": "98022" + }, + { + "eventid": "ff3a8911-b9af-49ef-b4e0-40f5651050a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:48", + "lon": 112.632006, + "lat": 36.34101, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:40", + "devicecode": "98022" + }, + { + "eventid": "0a6f70dc-150f-466f-bb79-f0f16d7e2e74", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:32", + "lon": 112.632011, + "lat": 36.341, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:24", + "devicecode": "98022" + }, + { + "eventid": "1cef4c3d-e01e-4c5a-bb38-721655b52908", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:11", + "lon": 112.6321, + "lat": 36.34104, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:07", + "devicecode": "98022" + }, + { + "eventid": "17e534d3-aabe-4620-aed7-be1412a6e77a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:56", + "lon": 112.632968, + "lat": 36.341736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:48", + "devicecode": "98022" + }, + { + "eventid": "2f1835ad-ea11-41b8-996d-6fd92dded165", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:41", + "lon": 112.633706, + "lat": 36.342426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:31", + "devicecode": "98022" + }, + { + "eventid": "510dd31d-ff89-4354-8eda-d0747a94c3ce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:26", + "lon": 112.633646, + "lat": 36.343523, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:19", + "devicecode": "98022" + }, + { + "eventid": "660ec75b-37c4-4cf7-ab40-1f337af8b42c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:11", + "lon": 112.634163, + "lat": 36.344083, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:02", + "devicecode": "98022" + }, + { + "eventid": "d6423803-c422-41fb-b8be-928e9364e97c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:56", + "lon": 112.635683, + "lat": 36.344345, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:51", + "devicecode": "98022" + }, + { + "eventid": "0920309c-5c99-495f-bc13-518d32a9595f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:41", + "lon": 112.637288, + "lat": 36.344616, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:33", + "devicecode": "98022" + }, + { + "eventid": "ad691083-ee01-46d7-90dd-1428f1e8dca9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:26", + "lon": 112.638916, + "lat": 36.344763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:21", + "devicecode": "98022" + }, + { + "eventid": "03080651-538e-499c-8084-c857c0e79af7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:11", + "lon": 112.640448, + "lat": 36.3446, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:04", + "devicecode": "98022" + }, + { + "eventid": "83ffa5d1-5add-4373-a289-4236e3b58606", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:56", + "lon": 112.641838, + "lat": 36.344213, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:46", + "devicecode": "98022" + }, + { + "eventid": "d8fe798f-d347-4490-ac7e-50c00c663e2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:41", + "lon": 112.64284, + "lat": 36.343315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:35", + "devicecode": "98022" + }, + { + "eventid": "fad6cfe0-cccd-4182-9af1-1473c91e6eb6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:26", + "lon": 112.643733, + "lat": 36.34227, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:17", + "devicecode": "98022" + }, + { + "eventid": "84db2b52-9b56-4e26-8aba-1c22b8558ddd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:11", + "lon": 112.644716, + "lat": 36.341298, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:01", + "devicecode": "98022" + }, + { + "eventid": "0fc1b2fe-18ef-49d4-9e92-d3d127a4aeb6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:56", + "lon": 112.645481, + "lat": 36.340646, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:50", + "devicecode": "98022" + }, + { + "eventid": "5f212dd4-48e7-403c-8ec9-92a1d533e3fa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:41", + "lon": 112.645661, + "lat": 36.34075, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:33", + "devicecode": "98022" + }, + { + "eventid": "bce27e41-92ea-463e-8ea2-6d0c65511c5b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:26", + "lon": 112.645771, + "lat": 36.340843, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:16", + "devicecode": "98022" + }, + { + "eventid": "aa098210-d04d-4635-a2c1-14fa24d085dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:10", + "lon": 112.645775, + "lat": 36.340835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:05", + "devicecode": "98022" + }, + { + "eventid": "d8f275df-9c92-4bb0-82f7-3afddee7faf7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:47", + "lon": 112.64575, + "lat": 36.340825, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:41", + "devicecode": "98022" + }, + { + "eventid": "08d94fee-f2f4-4e90-a3f2-57cdd0516821", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:32", + "lon": 112.645625, + "lat": 36.34049, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:22", + "devicecode": "98022" + }, + { + "eventid": "027acdc8-5464-4d1f-9859-291d8f7920cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:17", + "lon": 112.646571, + "lat": 36.339743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:08", + "devicecode": "98022" + }, + { + "eventid": "815dcf8c-b537-4d74-8010-52febac63a8b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:02", + "lon": 112.646658, + "lat": 36.339228, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:55", + "devicecode": "98022" + }, + { + "eventid": "606b5526-a9ca-4e5b-8c02-9ab001c7b402", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:47", + "lon": 112.645695, + "lat": 36.33862, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:37", + "devicecode": "98022" + }, + { + "eventid": "bfea0c5b-ce0c-44b8-9f7c-079ec93f54b6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:32", + "lon": 112.644681, + "lat": 36.33799, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:25", + "devicecode": "98022" + }, + { + "eventid": "067ea2da-2ba9-4ed7-8f6e-0e219133a48c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:17", + "lon": 112.644073, + "lat": 36.337911, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:12", + "devicecode": "98022" + }, + { + "eventid": "174009f4-bdc6-45d6-a2a9-4ddbe4577a4d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:02", + "lon": 112.64345, + "lat": 36.33834, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:53", + "devicecode": "98022" + }, + { + "eventid": "f631c213-f5d2-4383-aaa5-654d9351aed8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:47", + "lon": 112.643093, + "lat": 36.338955, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:41", + "devicecode": "98022" + }, + { + "eventid": "4de414b7-74af-4083-9b03-2d6beaee57d6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:32", + "lon": 112.64242, + "lat": 36.339493, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:23", + "devicecode": "98022" + }, + { + "eventid": "fcd1f08f-b057-40f6-b93d-92c97b39a17a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:17", + "lon": 112.641818, + "lat": 36.339668, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:07", + "devicecode": "98022" + }, + { + "eventid": "2d8e547d-5e05-4e81-8123-3006f4f216c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:01", + "lon": 112.641828, + "lat": 36.339673, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:56", + "devicecode": "98022" + }, + { + "eventid": "d5918398-49e3-4784-b54a-426544887558", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:38", + "lon": 112.64183, + "lat": 36.339661, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:33", + "devicecode": "98022" + }, + { + "eventid": "30465401-2951-41fd-b3f7-ab03db19323d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:23", + "lon": 112.642368, + "lat": 36.3395, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:16", + "devicecode": "98022" + }, + { + "eventid": "cb820d7d-281b-4dff-b2a5-05e0002256a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:08", + "lon": 112.643065, + "lat": 36.338983, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:58", + "devicecode": "98022" + }, + { + "eventid": "67f143a4-08d4-4992-a8ad-2d86b4a65fec", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:52", + "lon": 112.643468, + "lat": 36.33835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:47", + "devicecode": "98022" + }, + { + "eventid": "38106228-d267-4517-ae86-fc260e51927e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:37", + "lon": 112.644111, + "lat": 36.337865, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:29", + "devicecode": "98022" + }, + { + "eventid": "df37f0ff-c7e6-44ec-ada8-85da44afe546", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:22", + "lon": 112.644843, + "lat": 36.338066, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:17", + "devicecode": "98022" + }, + { + "eventid": "1818e5e2-92db-4c6d-bb9c-10933a3d0ab2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:07", + "lon": 112.646036, + "lat": 36.338823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:00", + "devicecode": "98022" + }, + { + "eventid": "409c97c1-26b2-4438-b6fe-2d33d5a16901", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:52", + "lon": 112.646701, + "lat": 36.339423, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:43", + "devicecode": "98022" + }, + { + "eventid": "d1554005-a348-4c0b-a802-f9bd0ffaf91a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:37", + "lon": 112.647308, + "lat": 36.33932, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:32", + "devicecode": "98022" + }, + { + "eventid": "f03d9013-8c40-44a6-a653-05a90cc238d0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:22", + "lon": 112.64831, + "lat": 36.338781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:14", + "devicecode": "98022" + }, + { + "eventid": "6bd70078-4543-422a-aa1a-08ea8c6d1c71", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:07", + "lon": 112.648565, + "lat": 36.339011, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:02", + "devicecode": "98022" + }, + { + "eventid": "69ef81e6-e418-4610-85ee-44a3de736616", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:52", + "lon": 112.648805, + "lat": 36.339358, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:46", + "devicecode": "98022" + }, + { + "eventid": "8a6e1414-feeb-4264-8d66-a331411ad9df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:37", + "lon": 112.64882, + "lat": 36.339365, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:30", + "devicecode": "98022" + }, + { + "eventid": "1024158e-2432-4d7b-a85e-3b8ecac55a18", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:20", + "lon": 112.648821, + "lat": 36.339368, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:14", + "devicecode": "98022" + }, + { + "eventid": "81370fe2-475b-49c6-985e-d0cf7df8dda7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:58", + "lon": 112.648818, + "lat": 36.339323, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:51", + "devicecode": "98022" + }, + { + "eventid": "5ad1e2e4-1fa8-43e2-9c3e-c35f55d98782", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:43", + "lon": 112.648596, + "lat": 36.339053, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:34", + "devicecode": "98022" + }, + { + "eventid": "1265efed-9f80-471a-ba39-52ad3f07b52b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:28", + "lon": 112.648706, + "lat": 36.338556, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:18", + "devicecode": "98022" + }, + { + "eventid": "14cb69ef-0fe5-4545-ac6c-43867deef97d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:13", + "lon": 112.650125, + "lat": 36.337786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:07", + "devicecode": "98022" + }, + { + "eventid": "3134cf81-7122-4b8c-a3ad-fdbc371bf6ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:58", + "lon": 112.651651, + "lat": 36.337173, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:50", + "devicecode": "98022" + }, + { + "eventid": "175184a8-d02e-41fc-9720-e4f3abcd3557", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:43", + "lon": 112.653206, + "lat": 36.336858, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:34", + "devicecode": "98022" + }, + { + "eventid": "36ba32b6-1ae0-4c04-ae0c-ff694e346a17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:28", + "lon": 112.654665, + "lat": 36.336571, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:23", + "devicecode": "98022" + }, + { + "eventid": "e2c44aa6-1e36-455c-8dfe-99b64f966ea5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:13", + "lon": 112.656026, + "lat": 36.336456, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:07", + "devicecode": "98022" + }, + { + "eventid": "e974fe94-d6e2-4a55-be53-79d4750b922e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:58", + "lon": 112.657486, + "lat": 36.336291, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:49", + "devicecode": "98022" + }, + { + "eventid": "97417903-bdb0-4f9b-971f-83f560837375", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:43", + "lon": 112.658933, + "lat": 36.336085, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:37", + "devicecode": "98022" + }, + { + "eventid": "8a111375-5017-40b6-aa69-7d7a6df03b42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:28", + "lon": 112.65942, + "lat": 36.33658, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:18", + "devicecode": "98022" + }, + { + "eventid": "83538fd1-9dea-4363-a02f-484b6d0c5650", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:12:13", + "lon": 112.659786, + "lat": 36.33723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:06:07", + "devicecode": "98022" + }, + { + "eventid": "f3a5590f-128b-445b-ba4b-2cc4d7206712", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:57", + "lon": 112.659803, + "lat": 36.337221, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:49", + "devicecode": "98022" + }, + { + "eventid": "e678293d-5392-42ff-bcbb-f5bc56999ba8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:34", + "lon": 112.659775, + "lat": 36.337216, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:25", + "devicecode": "98022" + }, + { + "eventid": "ffba0508-cdfb-42c7-a92c-e3b7488d819c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:19", + "lon": 112.659235, + "lat": 36.336316, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:05:14", + "devicecode": "98022" + }, + { + "eventid": "91016d81-b773-4834-8dda-332054a915d1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:11:04", + "lon": 112.659958, + "lat": 36.335928, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:57", + "devicecode": "98022" + }, + { + "eventid": "d0baee73-2d58-4009-b383-bc70fd77eb1b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:49", + "lon": 112.66147, + "lat": 36.335633, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:41", + "devicecode": "98022" + }, + { + "eventid": "5d1b79b7-4d88-46a0-ba00-dc7d141839aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:34", + "lon": 112.662706, + "lat": 36.334993, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:25", + "devicecode": "98022" + }, + { + "eventid": "57952b7f-9250-4681-bccb-ba7fc4a7ff2c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:18", + "lon": 112.663235, + "lat": 36.335221, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:04:08", + "devicecode": "98022" + }, + { + "eventid": "31d56418-9a6b-446a-8477-08a71b8c35a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:10:03", + "lon": 112.663703, + "lat": 36.335921, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:58", + "devicecode": "98022" + }, + { + "eventid": "637a185a-6f45-4d4b-b338-ba2648d8f04c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:48", + "lon": 112.66404, + "lat": 36.336456, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:41", + "devicecode": "98022" + }, + { + "eventid": "15515d2b-6d17-43d0-abdd-4ad7bcbf6f94", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:32", + "lon": 112.664103, + "lat": 36.33657, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:25", + "devicecode": "98022" + }, + { + "eventid": "2d104c5e-0035-4068-8116-e9f44b0f5098", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:09:10", + "lon": 112.664106, + "lat": 36.336578, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:03:03", + "devicecode": "98022" + }, + { + "eventid": "f2e00992-650d-497f-8db6-d0f6714da798", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:55", + "lon": 112.664048, + "lat": 36.336451, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:47", + "devicecode": "98022" + }, + { + "eventid": "14167e49-cc65-4ccd-a420-f3f6a7abcb7b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:40", + "lon": 112.663713, + "lat": 36.335858, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:30", + "devicecode": "98022" + }, + { + "eventid": "0379a910-4a30-4235-80dc-1d14e25cbc68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:08:10", + "lon": 112.665068, + "lat": 36.335178, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:02:03", + "devicecode": "98022" + }, + { + "eventid": "9660c003-2037-43f5-8d32-c09862632582", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:55", + "lon": 112.665345, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:46", + "devicecode": "98022" + }, + { + "eventid": "5d7d14bd-c4b0-412d-a6e3-a71467dc293b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:25", + "lon": 112.666231, + "lat": 36.335145, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:19", + "devicecode": "98022" + }, + { + "eventid": "30c336db-fa9b-425a-b133-2df6a5b49c41", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:07:10", + "lon": 112.666946, + "lat": 36.335488, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:01:02", + "devicecode": "98022" + }, + { + "eventid": "978a8693-b854-49e9-a93d-542b9fd2ff46", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:55", + "lon": 112.66695, + "lat": 36.335501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:47", + "devicecode": "98022" + }, + { + "eventid": "578033cc-7553-44c6-886c-f93508917611", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:39", + "lon": 112.66694, + "lat": 36.335501, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:31", + "devicecode": "98022" + }, + { + "eventid": "ebb97f7a-2e30-47fa-abdf-d396d68b71a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:19", + "lon": 112.666895, + "lat": 36.335426, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:00:10", + "devicecode": "98022" + }, + { + "eventid": "cefc7316-c34a-4295-a344-d285f1fa3ed2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:06:04", + "lon": 112.666153, + "lat": 36.335058, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:59:54", + "devicecode": "98022" + }, + { + "eventid": "98003eb1-aa5a-4d3f-91e8-8940f9bb0850", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:05:49", + "lon": 112.665623, + "lat": 36.334928, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:59:44", + "devicecode": "98022" + }, + { + "eventid": "73121426-145e-4d51-911a-0a2640aa5475", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:05:03", + "lon": 112.665265, + "lat": 36.333605, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:58:53", + "devicecode": "98022" + }, + { + "eventid": "8a6fbf79-c931-4ee8-b28a-058f3687f735", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:04:18", + "lon": 112.668733, + "lat": 36.331185, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:58:11", + "devicecode": "98022" + }, + { + "eventid": "a07ac9e7-2ffd-4c63-9ee4-f4786ce8e768", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:04:03", + "lon": 112.668956, + "lat": 36.331283, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:55", + "devicecode": "98022" + }, + { + "eventid": "e3ffc657-9bbe-45da-aaf0-66955fd5d0b2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:48", + "lon": 112.66929, + "lat": 36.331741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:39", + "devicecode": "98022" + }, + { + "eventid": "2eea884f-8fed-4489-85ae-0a7fc3f2fe77", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:18", + "lon": 112.669781, + "lat": 36.332201, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:57:13", + "devicecode": "98022" + }, + { + "eventid": "d03c5c82-4a24-45f2-a591-89e92d805a62", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:03:02", + "lon": 112.669766, + "lat": 36.332198, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:57", + "devicecode": "98022" + }, + { + "eventid": "a70350a2-26ae-4be5-b204-fb09a1a8ea43", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:39", + "lon": 112.669763, + "lat": 36.332171, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:30", + "devicecode": "98022" + }, + { + "eventid": "ec173ea2-ba3a-4e29-9c35-67591857552f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:24", + "lon": 112.669301, + "lat": 36.331915, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:56:15", + "devicecode": "98022" + }, + { + "eventid": "539c62b0-6e31-461c-a81a-687d1f19f7dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:02:09", + "lon": 112.66917, + "lat": 36.3315, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:59", + "devicecode": "98022" + }, + { + "eventid": "b91bdf75-3c8a-4c12-b36c-b95608609d2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:39", + "lon": 112.669585, + "lat": 36.330495, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:33", + "devicecode": "98022" + }, + { + "eventid": "495fa3b9-70b9-40bd-a8a3-7648962107c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:24", + "lon": 112.670488, + "lat": 36.329775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:17", + "devicecode": "98022" + }, + { + "eventid": "e8104e6e-dfc4-44b6-abf7-3ee4cf2cb3e3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:01:09", + "lon": 112.670763, + "lat": 36.330141, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:55:00", + "devicecode": "98022" + }, + { + "eventid": "6668fc9b-7150-4d2c-8370-70c031ef8a19", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:00:54", + "lon": 112.67099, + "lat": 36.330758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:54:44", + "devicecode": "98022" + }, + { + "eventid": "677b2ea5-808e-407d-a357-9fe2657a8759", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:00:23", + "lon": 112.670913, + "lat": 36.331026, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:54:18", + "devicecode": "98022" + }, + { + "eventid": "5df462c7-ebf1-4cfb-a71f-38c2094f1686", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:47", + "lon": 112.670816, + "lat": 36.330373, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:41", + "devicecode": "98022" + }, + { + "eventid": "619d55b7-6508-4907-bb8a-0369c1f47283", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:32", + "lon": 112.670551, + "lat": 36.329676, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:25", + "devicecode": "98022" + }, + { + "eventid": "f95a09d7-4698-495a-aa1c-6760f26631d5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:17", + "lon": 112.669971, + "lat": 36.330043, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:53:09", + "devicecode": "98022" + }, + { + "eventid": "15e70a35-a2f9-4ed7-8d5d-69f1f65b8ab9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:59:02", + "lon": 112.668935, + "lat": 36.33087, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:52:54", + "devicecode": "98022" + }, + { + "eventid": "699abfbb-4259-4420-9fea-bd055d5eac17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:58:17", + "lon": 112.665661, + "lat": 36.333273, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:52:12", + "devicecode": "98022" + }, + { + "eventid": "9df1bea7-e8de-455b-bd4a-ef301ee0e52f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:58:02", + "lon": 112.66459, + "lat": 36.33388, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:51:56", + "devicecode": "98022" + }, + { + "eventid": "47e0f29c-3f71-4ef3-9024-c0e71e2a964e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 07:56:44", + "lon": 112.664091, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 07:51:19", + "devicecode": "98022" + }, + { + "eventid": "ed30638e-fb05-400b-852c-563cc5cc08c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:41:09", + "lon": 112.664116, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:35:03", + "devicecode": "98022" + }, + { + "eventid": "9326be05-d69e-41da-8db3-32f6e3690fd1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:54", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:47", + "devicecode": "98022" + }, + { + "eventid": "9ecde917-743b-47a6-9090-da6a8311aa16", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:39", + "lon": 112.664128, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:32", + "devicecode": "98022" + }, + { + "eventid": "ec019d1f-1d78-42ee-91d1-36a9a650552c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:24", + "lon": 112.664135, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:17", + "devicecode": "98022" + }, + { + "eventid": "55676d4a-714c-47cc-8f75-bd7fec241840", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:40:09", + "lon": 112.664135, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:34:02", + "devicecode": "98022" + }, + { + "eventid": "fc92e450-189c-4ec1-a32c-444d7636c848", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:54", + "lon": 112.664121, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:46", + "devicecode": "98022" + }, + { + "eventid": "b245feb7-1eff-4c53-920c-3abfbbb62357", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:39", + "lon": 112.664118, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:31", + "devicecode": "98022" + }, + { + "eventid": "5045abe6-3730-41ec-9a87-bf106fb32f4b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:24", + "lon": 112.664113, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:16", + "devicecode": "98022" + }, + { + "eventid": "6a24b3f2-a170-4bb5-9708-715ca5bcebe8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:39:09", + "lon": 112.664105, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:33:01", + "devicecode": "98022" + }, + { + "eventid": "a1669da2-44ed-49ac-bb80-f7db1201881f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:54", + "lon": 112.664105, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:45", + "devicecode": "98022" + }, + { + "eventid": "7f86b0f4-2741-47cf-bb04-8332a0d7e67c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:39", + "lon": 112.664101, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:30", + "devicecode": "98022" + }, + { + "eventid": "6768ad6c-8334-46c3-adb6-f31cd899e721", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:24", + "lon": 112.664093, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:15", + "devicecode": "98022" + }, + { + "eventid": "e23ced7d-7b73-4f9c-99d0-76585044735c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:38:09", + "lon": 112.664085, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:32:00", + "devicecode": "98022" + }, + { + "eventid": "5b24959d-29a1-437e-a9b2-c8a9c6685ab9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:54", + "lon": 112.66409, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:44", + "devicecode": "98022" + }, + { + "eventid": "153c3549-cffa-4a50-9b1b-78eef519f1ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:39", + "lon": 112.664096, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:29", + "devicecode": "98022" + }, + { + "eventid": "46060bfe-5e24-446a-bbcf-a5751e267813", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:24", + "lon": 112.664096, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:19", + "devicecode": "98022" + }, + { + "eventid": "5a117dc3-04f4-4965-b039-e774d2022ea2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:37:09", + "lon": 112.664098, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:31:04", + "devicecode": "98022" + }, + { + "eventid": "c974a51c-74a8-4333-8edf-d5ed580fa729", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:54", + "lon": 112.664098, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:48", + "devicecode": "98022" + }, + { + "eventid": "a06c4149-5521-4fd5-86cb-639980e5660c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:39", + "lon": 112.664096, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:33", + "devicecode": "98022" + }, + { + "eventid": "6343d892-4928-48ba-9d6d-d21d1abb8b2c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:24", + "lon": 112.664091, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:17", + "devicecode": "98022" + }, + { + "eventid": "08d6bcd1-8212-4956-8546-17861b6a5e25", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:36:09", + "lon": 112.664093, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:30:01", + "devicecode": "98022" + }, + { + "eventid": "83409c29-ca4d-43e4-a435-5f6f854b1c45", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:54", + "lon": 112.664096, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:45", + "devicecode": "98022" + }, + { + "eventid": "9a84ffc3-2ff1-4f41-91ad-58fa916cedd9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:39", + "lon": 112.664086, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:30", + "devicecode": "98022" + }, + { + "eventid": "7130920b-35dc-43fa-ba4f-5ec347a0dd44", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:24", + "lon": 112.664076, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:14", + "devicecode": "98022" + }, + { + "eventid": "b6cc0c2b-b7f6-4ddc-be83-8618fcd5aac3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:35:09", + "lon": 112.66407, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:29:04", + "devicecode": "98022" + }, + { + "eventid": "80fd84aa-23f8-41c1-908f-974a82f41e9c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:54", + "lon": 112.664073, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:49", + "devicecode": "98022" + }, + { + "eventid": "d629929c-a3fd-4141-90e2-d926eb76f594", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:39", + "lon": 112.664078, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:33", + "devicecode": "98022" + }, + { + "eventid": "21958ba3-690f-436d-a9e6-e6a0400e2bcf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:24", + "lon": 112.664075, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:18", + "devicecode": "98022" + }, + { + "eventid": "b64d4b95-6dd2-4f4b-8c17-3b57c1d24878", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:34:09", + "lon": 112.664075, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:28:02", + "devicecode": "98022" + }, + { + "eventid": "d3a96b0a-fec1-4c4a-aab7-c5e1af225392", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:54", + "lon": 112.664065, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:46", + "devicecode": "98022" + }, + { + "eventid": "0dd69082-4414-4342-b624-58b58eb17e29", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:39", + "lon": 112.664078, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:31", + "devicecode": "98022" + }, + { + "eventid": "f15bca94-6510-4be4-870e-bf637ac99c65", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:24", + "lon": 112.664081, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:15", + "devicecode": "98022" + }, + { + "eventid": "84bcf21d-9855-4514-b87e-98a6964ee01f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:33:09", + "lon": 112.66405, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:27:05", + "devicecode": "98022" + }, + { + "eventid": "296dc596-c246-4747-b33c-2bb6be49f789", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:54", + "lon": 112.664058, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:44", + "devicecode": "98022" + }, + { + "eventid": "529f99fd-1cf9-420e-8959-96b9d7fb9e29", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:39", + "lon": 112.664083, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:34", + "devicecode": "98022" + }, + { + "eventid": "381c4c6f-d50b-4a9d-a008-fd7880beee2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:24", + "lon": 112.664096, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:18", + "devicecode": "98022" + }, + { + "eventid": "10d93838-d8f9-473f-b747-b5e0896d5906", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:32:09", + "lon": 112.664095, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:26:03", + "devicecode": "98022" + }, + { + "eventid": "547ba0eb-85de-40a7-8004-81667fd72555", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:54", + "lon": 112.664091, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:47", + "devicecode": "98022" + }, + { + "eventid": "efe17740-8d29-4248-8841-7db05e0176c6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:39", + "lon": 112.664073, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:32", + "devicecode": "98022" + }, + { + "eventid": "312414a5-7783-4cda-817b-bc97d0dae0a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:24", + "lon": 112.664053, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:16", + "devicecode": "98022" + }, + { + "eventid": "e1960183-9109-4655-a6b5-a433211d008c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:31:09", + "lon": 112.66404, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:25:01", + "devicecode": "98022" + }, + { + "eventid": "bff310c6-fbe6-40d7-a619-dfdbc072cfce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:54", + "lon": 112.66404, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:46", + "devicecode": "98022" + }, + { + "eventid": "7c4292ad-efc4-42d6-a1bc-fae6cd2ea8ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:39", + "lon": 112.664043, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:30", + "devicecode": "98022" + }, + { + "eventid": "63c8cd34-7c2b-495c-b1b3-82a9715ce76b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:24", + "lon": 112.664038, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:24:20", + "devicecode": "98022" + }, + { + "eventid": "57685242-4918-4dd1-b834-4422eb2481b1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:30:09", + "lon": 112.664045, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:59", + "devicecode": "98022" + }, + { + "eventid": "08e56b6e-ec11-4fa4-a78c-cf367ac976c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:54", + "lon": 112.664063, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:48", + "devicecode": "98022" + }, + { + "eventid": "ebed2da8-d89e-4fff-a775-d1ebee273909", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:39", + "lon": 112.664088, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:33", + "devicecode": "98022" + }, + { + "eventid": "46663d93-58ce-4c5a-a706-4f59fdd9b757", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:24", + "lon": 112.66409, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:18", + "devicecode": "98022" + }, + { + "eventid": "5d623948-26f9-4079-b513-d9a5745d9f02", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:29:09", + "lon": 112.664101, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:23:02", + "devicecode": "98022" + }, + { + "eventid": "4fdb64c1-4861-4e23-ab20-ff113f0bc70e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:54", + "lon": 112.664103, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:47", + "devicecode": "98022" + }, + { + "eventid": "156bfdfe-0c58-4241-9aee-a1cb2dc01f4f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:39", + "lon": 112.664103, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:31", + "devicecode": "98022" + }, + { + "eventid": "c5f4e88f-393b-453c-8a79-2371a85a64f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:24", + "lon": 112.664103, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:16", + "devicecode": "98022" + }, + { + "eventid": "5687aedf-745e-47bb-8506-389a6adb1d91", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:28:09", + "lon": 112.664116, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:22:00", + "devicecode": "98022" + }, + { + "eventid": "8df3399a-728f-49fa-8ad7-d5badfc3bda9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:54", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:45", + "devicecode": "98022" + }, + { + "eventid": "7cb7b8c8-77af-427e-9e1a-9596dfc1fcbc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:39", + "lon": 112.664121, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:29", + "devicecode": "98022" + }, + { + "eventid": "8ccfffa7-76ff-49ea-903a-2e9159d82fc6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:24", + "lon": 112.664115, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:19", + "devicecode": "98022" + }, + { + "eventid": "d0248441-931e-4f2b-8752-9aaa1242b68f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:27:09", + "lon": 112.664115, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:21:03", + "devicecode": "98022" + }, + { + "eventid": "cded0945-7682-408e-82fb-fd346f610ee4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:54", + "lon": 112.664113, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:48", + "devicecode": "98022" + }, + { + "eventid": "4ad0aba5-7ce1-4039-bb50-ba22f853c1c7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:39", + "lon": 112.664113, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:33", + "devicecode": "98022" + }, + { + "eventid": "e1b44c33-4038-4145-9e59-0c231794fe6a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:24", + "lon": 112.664106, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:17", + "devicecode": "98022" + }, + { + "eventid": "de4a3db7-c2a8-4b5d-8f36-896991ac0abf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:26:09", + "lon": 112.66409, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:20:02", + "devicecode": "98022" + }, + { + "eventid": "96eeef18-0e9f-43fe-9984-7ac9fb992898", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:54", + "lon": 112.664066, + "lat": 36.334736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:46", + "devicecode": "98022" + }, + { + "eventid": "a0c509df-e5a2-4745-a8ff-81e49aa8c468", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:39", + "lon": 112.664041, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:31", + "devicecode": "98022" + }, + { + "eventid": "d7e5d101-0436-4d04-97fe-cc7dcb710a05", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:24", + "lon": 112.664031, + "lat": 36.334723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:19:15", + "devicecode": "98022" + }, + { + "eventid": "54b58330-7712-4a54-88b3-55f58588a752", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:25:09", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:59", + "devicecode": "98022" + }, + { + "eventid": "c313356a-33d9-43a4-8b7a-d2c255e67b2b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:54", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:49", + "devicecode": "98022" + }, + { + "eventid": "47f850a6-936d-4207-b074-85c7f16654ed", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:39", + "lon": 112.66404, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:33", + "devicecode": "98022" + }, + { + "eventid": "fd952c92-4039-4b2c-ba81-b66ef868317d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:24", + "lon": 112.664055, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:18", + "devicecode": "98022" + }, + { + "eventid": "f56f8028-dd72-421c-9005-15d43472e06b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:24:09", + "lon": 112.664058, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:18:03", + "devicecode": "98022" + }, + { + "eventid": "fb3e4194-bcd4-4054-83c8-ab3399484de0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:54", + "lon": 112.664046, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:47", + "devicecode": "98022" + }, + { + "eventid": "1aa95210-6b3e-425f-9d63-821e27287fca", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:39", + "lon": 112.66404, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:32", + "devicecode": "98022" + }, + { + "eventid": "21a2334f-2c47-4f3a-9d7d-872e2e8074aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:24", + "lon": 112.664045, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:16", + "devicecode": "98022" + }, + { + "eventid": "217e61d6-c5ba-4cda-8282-a9d491d4e007", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:23:09", + "lon": 112.664065, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:17:01", + "devicecode": "98022" + }, + { + "eventid": "e432d4ee-406d-4026-ae8f-8226f8fbc6f9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:54", + "lon": 112.66408, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:45", + "devicecode": "98022" + }, + { + "eventid": "806e5118-9cde-4433-b5d4-9fa1b8032aa8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:39", + "lon": 112.664095, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:30", + "devicecode": "98022" + }, + { + "eventid": "74617641-7380-4740-82a1-eee15e88027c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:23", + "lon": 112.664106, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:16:14", + "devicecode": "98022" + }, + { + "eventid": "fcf76371-2cf9-4284-9358-af8e64866aeb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:22:08", + "lon": 112.664083, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:58", + "devicecode": "98022" + }, + { + "eventid": "cccb0a15-5411-4093-8df9-01c62e26f99c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:53", + "lon": 112.66407, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:48", + "devicecode": "98022" + }, + { + "eventid": "64ae7e7f-dc98-449a-845f-b78356d2861d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:38", + "lon": 112.664066, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:33", + "devicecode": "98022" + }, + { + "eventid": "ecdd86fd-00b4-4443-8460-6c2ba113d1a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:23", + "lon": 112.664071, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:17", + "devicecode": "98022" + }, + { + "eventid": "e599d0ad-a51d-4502-9434-126cd71573f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:21:08", + "lon": 112.664071, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:15:01", + "devicecode": "98022" + }, + { + "eventid": "79a7b8c5-7b4b-4e9c-8104-3818ff783979", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:53", + "lon": 112.664066, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:46", + "devicecode": "98022" + }, + { + "eventid": "8edbfdca-0958-4fb8-b209-d15a545b4854", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:38", + "lon": 112.664076, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:31", + "devicecode": "98022" + }, + { + "eventid": "8d465e4c-c578-473f-9c90-1d7ee99788e7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:23", + "lon": 112.664086, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:15", + "devicecode": "98022" + }, + { + "eventid": "1c6d1873-2b5b-47be-818f-f7b3f8da8bb1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:20:08", + "lon": 112.6641, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:14:00", + "devicecode": "98022" + }, + { + "eventid": "20978c44-8eda-4289-a20c-993a2d6a7b9b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:53", + "lon": 112.66411, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:44", + "devicecode": "98022" + }, + { + "eventid": "1c6d4537-ca77-4d5f-9a59-43c98f2bf9dd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:38", + "lon": 112.664113, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:29", + "devicecode": "98022" + }, + { + "eventid": "740d920e-4ce5-4ad3-b3e0-df0c5a708ca2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:23", + "lon": 112.664123, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:13", + "devicecode": "98022" + }, + { + "eventid": "846d90eb-8510-4a0b-a522-695bfa386733", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:19:08", + "lon": 112.664115, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:13:02", + "devicecode": "98022" + }, + { + "eventid": "076570bc-d770-4ffd-857e-08192cf87067", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:53", + "lon": 112.664105, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:47", + "devicecode": "98022" + }, + { + "eventid": "ccb4d899-2890-4b90-b5a2-eb30b0a43922", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:38", + "lon": 112.664105, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:31", + "devicecode": "98022" + }, + { + "eventid": "a6964378-b702-4656-beed-3d47159a1633", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:23", + "lon": 112.664111, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:16", + "devicecode": "98022" + }, + { + "eventid": "ead07aea-0242-42b5-b18b-a5f4879c4838", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:18:08", + "lon": 112.66412, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:12:00", + "devicecode": "98022" + }, + { + "eventid": "85ec2777-09d9-4c5e-a659-7891a6287b36", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:53", + "lon": 112.664118, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:44", + "devicecode": "98022" + }, + { + "eventid": "3555bd91-b9cb-4f40-ae89-b2d08b21c632", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:38", + "lon": 112.664115, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:28", + "devicecode": "98022" + }, + { + "eventid": "169db9d5-4c71-465f-9589-d1f640152f6a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:23", + "lon": 112.664105, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:18", + "devicecode": "98022" + }, + { + "eventid": "ea552c72-0cbd-4d96-8892-82ccf067491c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:17:08", + "lon": 112.6641, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:11:02", + "devicecode": "98022" + }, + { + "eventid": "5de5bdf1-b0d3-43ee-987c-c9e964a458c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:53", + "lon": 112.66411, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:47", + "devicecode": "98022" + }, + { + "eventid": "be5cb570-4a3c-4b99-9d19-59e0fca64dc5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:38", + "lon": 112.664125, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:31", + "devicecode": "98022" + }, + { + "eventid": "426f554a-c8d9-4c61-a9be-9eeda8f384db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:23", + "lon": 112.664118, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:21", + "devicecode": "98022" + }, + { + "eventid": "b6d66f3c-9d77-4412-a754-e0e3a945787c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:16:08", + "lon": 112.66409, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:10:00", + "devicecode": "98022" + }, + { + "eventid": "51f0b163-5919-4f8b-bdf0-8c0161c488b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:53", + "lon": 112.664093, + "lat": 36.33474, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:44", + "devicecode": "98022" + }, + { + "eventid": "1711a534-87de-4a1b-9001-a0a807053106", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:38", + "lon": 112.664091, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:33", + "devicecode": "98022" + }, + { + "eventid": "e2d72017-b3de-434d-bce2-b7b98fc806e8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:23", + "lon": 112.664081, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:18", + "devicecode": "98022" + }, + { + "eventid": "9b8f751e-f512-48cc-b246-d8685a3652fa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:15:08", + "lon": 112.664066, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:09:02", + "devicecode": "98022" + }, + { + "eventid": "76056c90-6c38-406d-a7cc-05d4d0df58a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:53", + "lon": 112.664073, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:47", + "devicecode": "98022" + }, + { + "eventid": "0e57b674-838f-419b-a8c9-a57ab603b7cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:38", + "lon": 112.664065, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:31", + "devicecode": "98022" + }, + { + "eventid": "3406df23-df47-40a8-a00d-f1a8f48fa769", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:23", + "lon": 112.664053, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:15", + "devicecode": "98022" + }, + { + "eventid": "18705e1f-5eb3-4d13-9e57-711d870acec8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:14:08", + "lon": 112.66405, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:08:00", + "devicecode": "98022" + }, + { + "eventid": "e49cf4a8-b4b0-4435-a3d6-a05e65bcff93", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:53", + "lon": 112.664053, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:44", + "devicecode": "98022" + }, + { + "eventid": "5a01e2f6-e632-4ddb-94c3-5ac2400d8188", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:38", + "lon": 112.66406, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:29", + "devicecode": "98022" + }, + { + "eventid": "314440ad-25c7-48b7-8836-7449c5c3d12b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:23", + "lon": 112.664063, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:13", + "devicecode": "98022" + }, + { + "eventid": "fe448334-30c3-43a5-9e47-eb95c58df388", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:13:08", + "lon": 112.664066, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:07:03", + "devicecode": "98022" + }, + { + "eventid": "ce2c3aa9-09d1-4e26-b1a3-4a0a16be6290", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:53", + "lon": 112.664066, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:47", + "devicecode": "98022" + }, + { + "eventid": "82f0ac48-85a1-4450-867c-d2dde542b6f3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:38", + "lon": 112.664058, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:31", + "devicecode": "98022" + }, + { + "eventid": "732719bb-e48c-4d3e-91b9-1d55f933589c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:23", + "lon": 112.664056, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:16", + "devicecode": "98022" + }, + { + "eventid": "b17138d0-e0ae-40f7-a57f-9a2ff3af5eba", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:12:08", + "lon": 112.664056, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:06:00", + "devicecode": "98022" + }, + { + "eventid": "e7bda781-89ca-49a7-809f-2e9c84be58db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:53", + "lon": 112.66406, + "lat": 36.334738, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:44", + "devicecode": "98022" + }, + { + "eventid": "f23b7209-d16e-4e4f-ae11-ea659e33410b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:38", + "lon": 112.66406, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:29", + "devicecode": "98022" + }, + { + "eventid": "772772fb-29d6-4496-a8fa-4884f2c9e61f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:23", + "lon": 112.664063, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:13", + "devicecode": "98022" + }, + { + "eventid": "f1a5c96c-073b-4c1b-a1db-5548f7bd5751", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:11:08", + "lon": 112.664071, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:05:03", + "devicecode": "98022" + }, + { + "eventid": "2c4b1ebf-10e8-4296-806d-2d98f5027fb0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:53", + "lon": 112.66408, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:47", + "devicecode": "98022" + }, + { + "eventid": "62c0af62-2690-4fcb-b868-62c5691874db", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:38", + "lon": 112.664085, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:31", + "devicecode": "98022" + }, + { + "eventid": "f3a3dd3d-ab6a-4a5e-a28e-341bcc246211", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:23", + "lon": 112.664086, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:16", + "devicecode": "98022" + }, + { + "eventid": "12d1a86e-583d-4ede-b70c-a6d910daf5b3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:10:08", + "lon": 112.664088, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:04:00", + "devicecode": "98022" + }, + { + "eventid": "ca45e84b-6e15-4c79-9b80-f708561ae5f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:53", + "lon": 112.664078, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:45", + "devicecode": "98022" + }, + { + "eventid": "a2fea664-e6f2-411a-a8b3-3927ea7d4772", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:38", + "lon": 112.664078, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:29", + "devicecode": "98022" + }, + { + "eventid": "7d06b920-7e3f-4c83-b65f-c92d4e3756c9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:23", + "lon": 112.664088, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:03:14", + "devicecode": "98022" + }, + { + "eventid": "d8421fb9-54b0-4151-aeea-2229b77a3565", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:09:08", + "lon": 112.664111, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:58", + "devicecode": "98022" + }, + { + "eventid": "bde5cf80-2edc-4519-8da4-2c34e17c3def", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:53", + "lon": 112.664128, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:48", + "devicecode": "98022" + }, + { + "eventid": "9e4cf638-9f12-4105-8e35-6d3672c08f68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:38", + "lon": 112.664145, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:32", + "devicecode": "98022" + }, + { + "eventid": "effc1a2c-1882-4b4b-a141-60eee39907a2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:23", + "lon": 112.664141, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:16", + "devicecode": "98022" + }, + { + "eventid": "026a250a-8adf-4596-8077-ffc2f754340e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:08:08", + "lon": 112.664131, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:02:00", + "devicecode": "98022" + }, + { + "eventid": "6f2a9b53-9175-4426-bf7b-5eb5550fde35", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:53", + "lon": 112.664128, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:45", + "devicecode": "98022" + }, + { + "eventid": "6243ac7e-8260-44e5-9585-6e55487775be", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:38", + "lon": 112.664123, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:29", + "devicecode": "98022" + }, + { + "eventid": "19677196-7f3f-4249-87e2-51cb3f47a191", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:23", + "lon": 112.664115, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:13", + "devicecode": "98022" + }, + { + "eventid": "e026e775-617a-4801-963f-9ae73ac4facc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:07:08", + "lon": 112.664111, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:01:03", + "devicecode": "98022" + }, + { + "eventid": "80653ff8-e545-4023-b088-1366372bb2c7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:53", + "lon": 112.664111, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:48", + "devicecode": "98022" + }, + { + "eventid": "7b444a6b-fc91-46b9-b185-35faab514695", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:38", + "lon": 112.664123, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:32", + "devicecode": "98022" + }, + { + "eventid": "11a393f7-6aa7-41db-a8ce-929a76d7f752", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:23", + "lon": 112.664135, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:16", + "devicecode": "98022" + }, + { + "eventid": "965e3745-a1c7-43e5-aa93-62c5d848b3cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:06:08", + "lon": 112.664146, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 16:00:01", + "devicecode": "98022" + }, + { + "eventid": "a061ac08-80fb-4620-b94b-d51e9cd1d27f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:53", + "lon": 112.664155, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:45", + "devicecode": "98022" + }, + { + "eventid": "ef5386af-898d-4366-ada2-9d90b340f33c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:38", + "lon": 112.664168, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:29", + "devicecode": "98022" + }, + { + "eventid": "698d7b11-4f0b-4ed0-9fb8-9f0007e69252", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:23", + "lon": 112.664166, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:13", + "devicecode": "98022" + }, + { + "eventid": "95e1155f-9165-4e1d-bf20-5ac0eeb26e95", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:05:08", + "lon": 112.664156, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:59:03", + "devicecode": "98022" + }, + { + "eventid": "e0a06a25-30d5-4d49-a30c-8b1e46559498", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:53", + "lon": 112.664148, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:47", + "devicecode": "98022" + }, + { + "eventid": "9e9bf838-482b-4ea4-b655-27813b5b827c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:38", + "lon": 112.664155, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:31", + "devicecode": "98022" + }, + { + "eventid": "ee494e17-19d9-4f46-ae31-5c8cb794225a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:23", + "lon": 112.664163, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:15", + "devicecode": "98022" + }, + { + "eventid": "c1ff19fe-d09f-44cb-b863-c6ccf60a714d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:04:08", + "lon": 112.664161, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:58:00", + "devicecode": "98022" + }, + { + "eventid": "7ae122d4-7ec7-4db3-aefb-1f07ebd74ddc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:53", + "lon": 112.664165, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:43", + "devicecode": "98022" + }, + { + "eventid": "27c3eaaf-a15e-4607-ae65-71e1153d9fe9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:38", + "lon": 112.664165, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:33", + "devicecode": "98022" + }, + { + "eventid": "318792c6-ff6e-41c7-b854-2562a0b69bd1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:23", + "lon": 112.664165, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:17", + "devicecode": "98022" + }, + { + "eventid": "5bea4851-7790-4dc7-be1c-b9eaaef34bb7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:03:08", + "lon": 112.664165, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:57:01", + "devicecode": "98022" + }, + { + "eventid": "43329dd6-5d0f-42ac-a546-adec79f17600", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:53", + "lon": 112.664165, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:45", + "devicecode": "98022" + }, + { + "eventid": "02fdfbd9-0767-431c-9eec-705907c35930", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:38", + "lon": 112.66416, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:29", + "devicecode": "98022" + }, + { + "eventid": "85663734-00ab-4298-9512-b21ed8ae65cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:23", + "lon": 112.664146, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:13", + "devicecode": "98022" + }, + { + "eventid": "e9014c6b-190a-43c1-96cc-310ab8e7bc16", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:02:08", + "lon": 112.664131, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:56:03", + "devicecode": "98022" + }, + { + "eventid": "88697469-372d-4b4d-a01a-f81897db6114", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:53", + "lon": 112.664121, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:46", + "devicecode": "98022" + }, + { + "eventid": "ea3443c7-cab3-449d-acdb-9a551efaf5f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:38", + "lon": 112.664116, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:31", + "devicecode": "98022" + }, + { + "eventid": "74014381-ffe0-4d3b-a425-414aa79ade41", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:23", + "lon": 112.664116, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:15", + "devicecode": "98022" + }, + { + "eventid": "5cb916ff-c7c9-4b4c-b8da-9c8051edaa88", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:01:08", + "lon": 112.66412, + "lat": 36.334741, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:55:00", + "devicecode": "98022" + }, + { + "eventid": "537d7bd4-eca6-44e5-87b4-2ac57c854477", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:53", + "lon": 112.664116, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:44", + "devicecode": "98022" + }, + { + "eventid": "53820917-fc8d-4986-bcc2-3d37ea298303", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:38", + "lon": 112.664116, + "lat": 36.334763, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:28", + "devicecode": "98022" + }, + { + "eventid": "dd940b05-a531-4741-8c1d-d58a93238c20", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:23", + "lon": 112.664123, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:18", + "devicecode": "98022" + }, + { + "eventid": "a871a14f-501a-4626-b5cd-1d6466b1e1b4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 16:00:08", + "lon": 112.664125, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:54:02", + "devicecode": "98022" + }, + { + "eventid": "7864c159-2009-47ef-9660-95b39fbc4c18", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:53", + "lon": 112.664128, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:46", + "devicecode": "98022" + }, + { + "eventid": "77c37471-6e3a-4d1d-9d9b-0fe68ff4a58d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:38", + "lon": 112.664133, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:31", + "devicecode": "98022" + }, + { + "eventid": "4091eb0f-576d-43a0-9a47-2b7348fc9ce5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:23", + "lon": 112.664136, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:53:15", + "devicecode": "98022" + }, + { + "eventid": "0a87d0e4-7475-4d4a-981d-4958c28196b0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:59:08", + "lon": 112.664135, + "lat": 36.334815, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:59", + "devicecode": "98022" + }, + { + "eventid": "31658944-568e-427f-a5b2-06d9b6c5bf5e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:53", + "lon": 112.664133, + "lat": 36.334823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:43", + "devicecode": "98022" + }, + { + "eventid": "cafbc303-ed37-46ce-9a2c-2b8e97bc835d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:38", + "lon": 112.66413, + "lat": 36.334835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:33", + "devicecode": "98022" + }, + { + "eventid": "08cd49a5-a997-4abc-b1fc-1d8de344efbc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:23", + "lon": 112.664125, + "lat": 36.33483, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:17", + "devicecode": "98022" + }, + { + "eventid": "b81cd70c-0a99-4112-8258-dfc6b7703788", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:58:08", + "lon": 112.66412, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:52:02", + "devicecode": "98022" + }, + { + "eventid": "288f2ccc-7f50-42e9-bbe2-360b51dee394", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:53", + "lon": 112.664113, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:46", + "devicecode": "98022" + }, + { + "eventid": "756773b6-b83e-4dae-9b9d-16b6f48405b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:38", + "lon": 112.664115, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:31", + "devicecode": "98022" + }, + { + "eventid": "4e347f2c-0f52-45ee-a473-aeaa729f1233", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:23", + "lon": 112.664108, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:15", + "devicecode": "98022" + }, + { + "eventid": "fc41d8ea-019b-42da-aaf3-8d1ec0b44648", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:57:08", + "lon": 112.664106, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:51:03", + "devicecode": "98022" + }, + { + "eventid": "2d1c15c6-d1d1-4a05-ab97-9ca8d8f6cbc8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:53", + "lon": 112.664106, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:46", + "devicecode": "98022" + }, + { + "eventid": "4c40c492-a6f6-4578-9449-b50d1c940865", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:38", + "lon": 112.664111, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:31", + "devicecode": "98022" + }, + { + "eventid": "a74622dc-0d4e-4538-8a2c-b2ced4ab6431", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:23", + "lon": 112.664121, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:50:15", + "devicecode": "98022" + }, + { + "eventid": "c7baaec9-0704-44b4-b017-097b88ab2d30", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:56:08", + "lon": 112.664128, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:59", + "devicecode": "98022" + }, + { + "eventid": "6ee3dff2-36ed-4f98-aba9-65257db7e54c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:53", + "lon": 112.664126, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:43", + "devicecode": "98022" + }, + { + "eventid": "d9089315-be1b-46ad-bee4-1f7972eda42d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:38", + "lon": 112.664121, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:33", + "devicecode": "98022" + }, + { + "eventid": "2f528b49-ea2b-4c4e-bacd-62b37adee3cd", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:23", + "lon": 112.664115, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:17", + "devicecode": "98022" + }, + { + "eventid": "e8d09cc7-aca5-47aa-a263-e5413af0d781", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:55:08", + "lon": 112.664113, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:49:01", + "devicecode": "98022" + }, + { + "eventid": "9f30dab3-f048-4812-b0c4-465439ae7639", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:53", + "lon": 112.664113, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:46", + "devicecode": "98022" + }, + { + "eventid": "3fb66b0d-6274-4b3c-882e-3e4de0c20880", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:38", + "lon": 112.664111, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:31", + "devicecode": "98022" + }, + { + "eventid": "fff9f56b-3ea8-4d2e-aa34-8571363ed108", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:23", + "lon": 112.664115, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:15", + "devicecode": "98022" + }, + { + "eventid": "f42dd8f4-8f8f-48f5-881e-d0b70257b888", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:54:08", + "lon": 112.664113, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:48:00", + "devicecode": "98022" + }, + { + "eventid": "45a000e8-0cd1-4a03-8e4c-8437e30e4dad", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:53", + "lon": 112.664111, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:44", + "devicecode": "98022" + }, + { + "eventid": "76cff6f8-61e5-48f5-90c7-5cc5ba98a2aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:38", + "lon": 112.664125, + "lat": 36.334823, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:29", + "devicecode": "98022" + }, + { + "eventid": "01935761-a9d0-4b4e-81a6-feb44c761cfc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:23", + "lon": 112.664138, + "lat": 36.334833, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:47:14", + "devicecode": "98022" + }, + { + "eventid": "a1ba09ad-f902-4fc3-b518-fe00ff0bfa45", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:53:08", + "lon": 112.66416, + "lat": 36.334846, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:58", + "devicecode": "98022" + }, + { + "eventid": "217d8270-cac3-436e-ab99-1002647f38f2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:53", + "lon": 112.664183, + "lat": 36.33485, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:43", + "devicecode": "98022" + }, + { + "eventid": "80b2035d-6d42-4f00-8765-18f5ce8a73af", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:38", + "lon": 112.664181, + "lat": 36.334833, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:33", + "devicecode": "98022" + }, + { + "eventid": "2131b161-0d64-4138-9e50-48701b6176be", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:23", + "lon": 112.664183, + "lat": 36.334828, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:18", + "devicecode": "98022" + }, + { + "eventid": "84ebf3c8-0ed2-48be-ad0d-4ab9dc83301f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:52:08", + "lon": 112.664163, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:46:02", + "devicecode": "98022" + }, + { + "eventid": "2fac053c-c5ad-4a23-b17b-22b8e04aa07f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:53", + "lon": 112.664153, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:47", + "devicecode": "98022" + }, + { + "eventid": "874254e5-8643-45fe-b9be-7a962fe54e72", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:38", + "lon": 112.664148, + "lat": 36.334768, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:31", + "devicecode": "98022" + }, + { + "eventid": "2a9f8fa1-7f50-449f-82d3-e0174a5fce8e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:23", + "lon": 112.664148, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:16", + "devicecode": "98022" + }, + { + "eventid": "2dedc7e3-fad0-489c-8bbb-dbcaca7f65a1", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:51:08", + "lon": 112.664158, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:45:01", + "devicecode": "98022" + }, + { + "eventid": "6a505915-6dcb-4a4f-a3ba-40f8a1e0393a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:53", + "lon": 112.664158, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:45", + "devicecode": "98022" + }, + { + "eventid": "3a5a0bc4-18c9-46ca-8a3c-9e36b9aabdf7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:38", + "lon": 112.66416, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:30", + "devicecode": "98022" + }, + { + "eventid": "7718a6de-b0f7-4c5f-80d3-d1620520d390", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:23", + "lon": 112.66416, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:44:15", + "devicecode": "98022" + }, + { + "eventid": "7ed68677-917f-488c-b0b4-1490876d45df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:50:08", + "lon": 112.664148, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:59", + "devicecode": "98022" + }, + { + "eventid": "b3fb79a5-a8cf-4058-ab63-ac7e7d434852", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:53", + "lon": 112.664141, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:44", + "devicecode": "98022" + }, + { + "eventid": "cda1805a-d88c-41c6-86f6-9b3410594552", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:38", + "lon": 112.664141, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:29", + "devicecode": "98022" + }, + { + "eventid": "6cb6a510-52b7-44a6-9b88-40e5d6aba39c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:23", + "lon": 112.66414, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:43:14", + "devicecode": "98022" + }, + { + "eventid": "10c02e17-4522-402c-afd1-80253741a353", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:49:08", + "lon": 112.66413, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:58", + "devicecode": "98022" + }, + { + "eventid": "7ef7c438-ea1b-435b-91e2-41879c9a4b32", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:53", + "lon": 112.664115, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:48", + "devicecode": "98022" + }, + { + "eventid": "56b61313-c6b3-4243-97af-94569c054635", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:38", + "lon": 112.66411, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:32", + "devicecode": "98022" + }, + { + "eventid": "ef86fc58-a376-40d5-a8a1-01a369b69a93", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:23", + "lon": 112.664101, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:17", + "devicecode": "98022" + }, + { + "eventid": "75d53fc9-0f67-4525-b355-53b5cc03cc9d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:48:08", + "lon": 112.664085, + "lat": 36.334701, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:42:02", + "devicecode": "98022" + }, + { + "eventid": "ec930558-6775-41d3-bd27-232448df4fe9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:53", + "lon": 112.66407, + "lat": 36.334688, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:46", + "devicecode": "98022" + }, + { + "eventid": "0796f630-8687-4080-9790-ae8366bab9a9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:38", + "lon": 112.66408, + "lat": 36.3347, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:31", + "devicecode": "98022" + }, + { + "eventid": "9fd91b31-1775-4eb3-a870-0f9af2236adc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:23", + "lon": 112.664101, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:16", + "devicecode": "98022" + }, + { + "eventid": "19968b60-c988-4785-aed6-ed31dfc44b12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:47:08", + "lon": 112.664106, + "lat": 36.334731, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:41:00", + "devicecode": "98022" + }, + { + "eventid": "ff231938-0957-40a8-b329-e8008597343b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:53", + "lon": 112.664108, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:45", + "devicecode": "98022" + }, + { + "eventid": "40eeb011-06ec-474d-943a-4c11b122b1c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:38", + "lon": 112.664116, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:30", + "devicecode": "98022" + }, + { + "eventid": "ac29d068-ff2f-4f74-bd67-cd7bd80ba243", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:23", + "lon": 112.664133, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:40:14", + "devicecode": "98022" + }, + { + "eventid": "f9077dcc-714b-44fc-aad6-d4911fb98d42", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:46:08", + "lon": 112.664145, + "lat": 36.33475, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:59", + "devicecode": "98022" + }, + { + "eventid": "e02e227b-3431-4fe8-955f-867aea147764", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:53", + "lon": 112.664148, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:44", + "devicecode": "98022" + }, + { + "eventid": "01c38146-6759-44c4-90f0-4f7cd6a4c099", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:38", + "lon": 112.664145, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:28", + "devicecode": "98022" + }, + { + "eventid": "fc7c7821-517b-4377-b673-0562c84a2591", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:23", + "lon": 112.664141, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:13", + "devicecode": "98022" + }, + { + "eventid": "97aa1285-eb8a-4676-948b-ab631f01b2c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:45:08", + "lon": 112.664141, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:39:03", + "devicecode": "98022" + }, + { + "eventid": "f6d2ccd7-a40a-4abe-8fc2-41595a0a46ee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:53", + "lon": 112.664133, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:48", + "devicecode": "98022" + }, + { + "eventid": "0eedcf58-abf4-4c55-8db6-7b0f8f433065", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:38", + "lon": 112.66412, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:32", + "devicecode": "98022" + }, + { + "eventid": "ed7bb1ed-6a18-4f11-811f-73ddc58cf116", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:23", + "lon": 112.664115, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:17", + "devicecode": "98022" + }, + { + "eventid": "f4b49f95-0d8b-45a0-b783-928bf9d4d291", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:44:08", + "lon": 112.664113, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:38:01", + "devicecode": "98022" + }, + { + "eventid": "c5c3805f-36a3-47d9-a4e2-89ba7a5483c8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:53", + "lon": 112.6641, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:45", + "devicecode": "98022" + }, + { + "eventid": "c2577bfb-ff44-493b-9854-9b0b31df7d03", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:38", + "lon": 112.6641, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:30", + "devicecode": "98022" + }, + { + "eventid": "b8e1e926-d222-4c0a-b550-0f464f9845cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:23", + "lon": 112.664101, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:15", + "devicecode": "98022" + }, + { + "eventid": "59e9ece9-9205-4444-94d2-67ade98415aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:43:08", + "lon": 112.66411, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:37:00", + "devicecode": "98022" + }, + { + "eventid": "7541cb38-2b5f-40c4-9426-467a81ff3075", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:53", + "lon": 112.664111, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:44", + "devicecode": "98022" + }, + { + "eventid": "7640fc24-c05e-4608-90d1-5d2866ceac4b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:38", + "lon": 112.664111, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:29", + "devicecode": "98022" + }, + { + "eventid": "8670ac26-b486-4763-bd03-aa6ebee74b06", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:23", + "lon": 112.664113, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:36:14", + "devicecode": "98022" + }, + { + "eventid": "c4e02ef1-c33e-42e9-a2ee-32fcbb47791c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:42:08", + "lon": 112.66411, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:58", + "devicecode": "98022" + }, + { + "eventid": "d5841a13-a588-4f5c-b07b-5d64594e061d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:53", + "lon": 112.664108, + "lat": 36.334796, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:48", + "devicecode": "98022" + }, + { + "eventid": "bf83cad0-7b00-4a18-880c-61c71c85aded", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:38", + "lon": 112.664106, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:33", + "devicecode": "98022" + }, + { + "eventid": "ff5ca221-b108-4d8f-b01a-b7f8c46a024e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:23", + "lon": 112.664106, + "lat": 36.334803, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:17", + "devicecode": "98022" + }, + { + "eventid": "fe73c6d5-2385-47af-a44b-47fe68bc1abc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:41:08", + "lon": 112.664106, + "lat": 36.334806, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:35:02", + "devicecode": "98022" + }, + { + "eventid": "fffe568f-319b-4e21-9d7c-3567768f1cb0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:53", + "lon": 112.664115, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:46", + "devicecode": "98022" + }, + { + "eventid": "365f7582-d2ec-40de-91af-43378c3630e3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:38", + "lon": 112.66413, + "lat": 36.334813, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:31", + "devicecode": "98022" + }, + { + "eventid": "9e02a7c8-8a7b-4156-96f4-303f90ebfdd2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:23", + "lon": 112.664135, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:16", + "devicecode": "98022" + }, + { + "eventid": "7064de27-f4f4-46ff-a6d5-8f149b36c8e8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:40:08", + "lon": 112.664131, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:34:00", + "devicecode": "98022" + }, + { + "eventid": "143d4601-465e-4c6d-82c2-2bae7fd77038", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:53", + "lon": 112.66413, + "lat": 36.33482, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:45", + "devicecode": "98022" + }, + { + "eventid": "d3a0748d-d061-4c81-ab6f-0b165c3a3425", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:38", + "lon": 112.664128, + "lat": 36.334825, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:30", + "devicecode": "98022" + }, + { + "eventid": "e0bccc57-fece-42a5-a81b-a68743edadb3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:23", + "lon": 112.664131, + "lat": 36.334821, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:33:14", + "devicecode": "98022" + }, + { + "eventid": "f7f5a97a-424d-4918-80d8-1f4c42552803", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:39:08", + "lon": 112.664136, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:59", + "devicecode": "98022" + }, + { + "eventid": "ae5f29fb-1fb6-436d-9d1b-959363ef0930", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:53", + "lon": 112.664141, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:43", + "devicecode": "98022" + }, + { + "eventid": "f6e9d25c-598e-4a9b-ad47-b1e94bf6b0df", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:38", + "lon": 112.66414, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:33", + "devicecode": "98022" + }, + { + "eventid": "1078e090-7124-45cb-9098-7d6f8609bf17", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:23", + "lon": 112.664133, + "lat": 36.334816, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:18", + "devicecode": "98022" + }, + { + "eventid": "429df7e5-8634-40ce-9ae2-b1f40b2f514a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:38:08", + "lon": 112.664126, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:32:02", + "devicecode": "98022" + }, + { + "eventid": "965bffa9-fb4f-4019-9684-4dd015b341bc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:53", + "lon": 112.664128, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:47", + "devicecode": "98022" + }, + { + "eventid": "c68aa348-8557-4247-935c-a49a61f52348", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:38", + "lon": 112.664133, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:31", + "devicecode": "98022" + }, + { + "eventid": "113525aa-4407-437e-a5d9-2d2a27e1fb24", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:23", + "lon": 112.664141, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:16", + "devicecode": "98022" + }, + { + "eventid": "a1672e2c-3fde-4baf-abab-640369424c25", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:37:08", + "lon": 112.664141, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:31:01", + "devicecode": "98022" + }, + { + "eventid": "dd3d1b96-73c7-4bd7-953d-addcd0ecc40e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:53", + "lon": 112.664133, + "lat": 36.334793, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:45", + "devicecode": "98022" + }, + { + "eventid": "6ae0e760-86a9-4b06-9865-84b2a945e6e9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:38", + "lon": 112.664128, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:30", + "devicecode": "98022" + }, + { + "eventid": "aab91dd5-74cd-4fe5-a7a4-da77cc3673b9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:23", + "lon": 112.664115, + "lat": 36.334783, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:30:15", + "devicecode": "98022" + }, + { + "eventid": "bad4a91c-c290-4116-8d33-0e43d03d4ca8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:36:08", + "lon": 112.664108, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:59", + "devicecode": "98022" + }, + { + "eventid": "32360787-6829-42da-ada7-c8b1a777d360", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:53", + "lon": 112.66411, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:44", + "devicecode": "98022" + }, + { + "eventid": "e28d3d52-cd6b-48fb-9e46-0b3237cbbd56", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:38", + "lon": 112.664101, + "lat": 36.334758, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:29", + "devicecode": "98022" + }, + { + "eventid": "07220427-14a2-4830-b6d7-e06212558462", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:23", + "lon": 112.664091, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:29:13", + "devicecode": "98022" + }, + { + "eventid": "d592c568-c337-4313-8316-fe18cd3a1db0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:35:08", + "lon": 112.664088, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:58", + "devicecode": "98022" + }, + { + "eventid": "e743e49e-a2da-445c-bbd4-0102f3d64d4c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:53", + "lon": 112.664098, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:48", + "devicecode": "98022" + }, + { + "eventid": "9d6ac243-129e-4c82-a163-ad64c5b63184", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:38", + "lon": 112.664106, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:33", + "devicecode": "98022" + }, + { + "eventid": "f96531c4-16e5-460e-8126-f9058de20f1e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:23", + "lon": 112.664113, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:17", + "devicecode": "98022" + }, + { + "eventid": "935c78b4-4cf4-4e1e-95a3-6c6f2aabc8f9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:34:08", + "lon": 112.66413, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:28:02", + "devicecode": "98022" + }, + { + "eventid": "8fa4a4ca-4883-4a34-a83f-69280a73704b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:53", + "lon": 112.664153, + "lat": 36.334743, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:46", + "devicecode": "98022" + }, + { + "eventid": "eae1fbf0-4a64-443b-a660-e914bed7e122", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:38", + "lon": 112.664163, + "lat": 36.334748, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:31", + "devicecode": "98022" + }, + { + "eventid": "21e8e09a-f785-4e67-896d-47a4303c93a0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:23", + "lon": 112.66416, + "lat": 36.334756, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:16", + "devicecode": "98022" + }, + { + "eventid": "f9f1d67a-94b5-4c2d-8d75-9bcc3166a48a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:33:08", + "lon": 112.664141, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:27:00", + "devicecode": "98022" + }, + { + "eventid": "12e3c6fb-ea93-48ba-b165-fe40fd0a59d5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:53", + "lon": 112.66411, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:45", + "devicecode": "98022" + }, + { + "eventid": "302ab293-1ebe-4406-91f1-b5e954568ab2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:38", + "lon": 112.664093, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:30", + "devicecode": "98022" + }, + { + "eventid": "0e897cd8-bbb8-4178-afa1-f74ee49b51aa", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:23", + "lon": 112.664086, + "lat": 36.334721, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:26:14", + "devicecode": "98022" + }, + { + "eventid": "1a3be907-a462-4959-98c6-252b6f8c0095", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:32:08", + "lon": 112.66408, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:59", + "devicecode": "98022" + }, + { + "eventid": "c43b6718-fe7b-4db6-a8d3-49425af6e6f8", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:53", + "lon": 112.664073, + "lat": 36.334745, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:43", + "devicecode": "98022" + }, + { + "eventid": "3bfba974-a3ec-4785-b71c-a6cbfd7b2b7c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:38", + "lon": 112.664073, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:28", + "devicecode": "98022" + }, + { + "eventid": "627afc88-a3bf-4823-8082-a630eb1eb28a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:23", + "lon": 112.664088, + "lat": 36.334761, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:18", + "devicecode": "98022" + }, + { + "eventid": "660c7c7e-a364-4145-90ce-92859c18cfd7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:31:08", + "lon": 112.6641, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:25:03", + "devicecode": "98022" + }, + { + "eventid": "86f08977-1dbd-4115-91e0-6c9e6c0b6710", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:53", + "lon": 112.664105, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:47", + "devicecode": "98022" + }, + { + "eventid": "9b02be3b-ee94-4827-acd7-4ea558d3e93f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:38", + "lon": 112.664103, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:32", + "devicecode": "98022" + }, + { + "eventid": "e81c45a2-cafd-40c4-abe2-e1cbe296584b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:23", + "lon": 112.664101, + "lat": 36.334773, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:16", + "devicecode": "98022" + }, + { + "eventid": "3c98081d-4454-46f0-9398-15837e26c001", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:30:08", + "lon": 112.664103, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:24:01", + "devicecode": "98022" + }, + { + "eventid": "810ed754-c2e5-480a-b961-89884e15f03d", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:53", + "lon": 112.664106, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:45", + "devicecode": "98022" + }, + { + "eventid": "3c561dbb-13d3-4693-a4df-8c7fe415b21c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:38", + "lon": 112.664108, + "lat": 36.334798, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:30", + "devicecode": "98022" + }, + { + "eventid": "10141c73-cc4d-4b6d-bd3e-b8073320ca06", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:23", + "lon": 112.66411, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:23:14", + "devicecode": "98022" + }, + { + "eventid": "e02209b2-eb62-44d1-86ed-eefcf17c9de6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:29:08", + "lon": 112.664115, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:59", + "devicecode": "98022" + }, + { + "eventid": "00ea2e0d-9f27-43e0-9388-e1b925180ec0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:53", + "lon": 112.66412, + "lat": 36.334821, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:43", + "devicecode": "98022" + }, + { + "eventid": "1628c937-a81e-4ac0-9195-62026d0b05a4", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:38", + "lon": 112.664118, + "lat": 36.334815, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:33", + "devicecode": "98022" + }, + { + "eventid": "ea394396-42f7-443d-a554-f93da132b3ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:23", + "lon": 112.664113, + "lat": 36.334805, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:18", + "devicecode": "98022" + }, + { + "eventid": "70ade2ec-f380-49cf-9333-f3588ba4b8dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:28:08", + "lon": 112.664106, + "lat": 36.334791, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:22:02", + "devicecode": "98022" + }, + { + "eventid": "fec08dcd-c04d-497d-8d64-799dd41c9cb9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:53", + "lon": 112.664105, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:47", + "devicecode": "98022" + }, + { + "eventid": "715866e6-157f-4c38-aae2-4bcb8ae10dac", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:38", + "lon": 112.66411, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:31", + "devicecode": "98022" + }, + { + "eventid": "5b5b0506-1813-40f7-94a7-2edcb5919eb2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:23", + "lon": 112.664091, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:16", + "devicecode": "98022" + }, + { + "eventid": "e4c36808-0a42-45a6-b202-4f980c05f7b7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:27:08", + "lon": 112.66406, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:21:01", + "devicecode": "98022" + }, + { + "eventid": "d526c100-11b9-4117-b2e6-458a385465ad", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:53", + "lon": 112.664035, + "lat": 36.334735, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:45", + "devicecode": "98022" + }, + { + "eventid": "149a5c3e-64b1-4320-822a-60af8e8af719", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:38", + "lon": 112.664025, + "lat": 36.33473, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:35", + "devicecode": "98022" + }, + { + "eventid": "850176d6-2f24-4a78-b816-7a22400921a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:23", + "lon": 112.66402, + "lat": 36.334736, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:14", + "devicecode": "98022" + }, + { + "eventid": "79cecbd0-a4c7-4456-9e37-63c037c1b7cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:26:08", + "lon": 112.664021, + "lat": 36.334751, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:20:04", + "devicecode": "98022" + }, + { + "eventid": "dc4b17f4-4bda-4c01-a711-8a6e9def53cf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:53", + "lon": 112.664026, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:43", + "devicecode": "98022" + }, + { + "eventid": "1d4a0182-44c8-4c09-9e31-7aeea2824e94", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:38", + "lon": 112.66403, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:33", + "devicecode": "98022" + }, + { + "eventid": "dd7b2aa5-11c4-408e-9869-c4869a271ae6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:23", + "lon": 112.664035, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:18", + "devicecode": "98022" + }, + { + "eventid": "fd82a8ec-58d8-46ca-a0e5-fe670ec05368", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:25:08", + "lon": 112.66405, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:19:03", + "devicecode": "98022" + }, + { + "eventid": "a79c3f45-9b42-4f8b-b908-917e13e28070", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:53", + "lon": 112.664065, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:47", + "devicecode": "98022" + }, + { + "eventid": "f8ea1ace-6b2a-4f47-a5a8-562ff5985a68", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:38", + "lon": 112.664088, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:32", + "devicecode": "98022" + }, + { + "eventid": "8c78420a-472f-482b-b845-d7bd9c795325", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:23", + "lon": 112.664093, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:17", + "devicecode": "98022" + }, + { + "eventid": "260a586b-f468-4c91-a002-44eff7d42f91", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:24:08", + "lon": 112.664088, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:18:01", + "devicecode": "98022" + }, + { + "eventid": "16edf67d-11da-4bd4-a4cd-47ca65e1e5cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:53", + "lon": 112.664085, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:46", + "devicecode": "98022" + }, + { + "eventid": "78b5d25b-628f-4f82-869b-8257691ca609", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:38", + "lon": 112.664081, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:31", + "devicecode": "98022" + }, + { + "eventid": "4c79475f-95d7-496c-a3f4-da67b0cf4e92", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:23", + "lon": 112.664073, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:15", + "devicecode": "98022" + }, + { + "eventid": "bc541f8f-129d-4971-8a78-69fe0a51af12", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:23:08", + "lon": 112.664063, + "lat": 36.334771, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:17:00", + "devicecode": "98022" + }, + { + "eventid": "d1e1f735-c9df-422e-b1e3-acd60a1da03a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:53", + "lon": 112.664058, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:44", + "devicecode": "98022" + }, + { + "eventid": "a5cfbe2e-3ac3-44b5-9405-6b950735ad0e", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:38", + "lon": 112.664055, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:29", + "devicecode": "98022" + }, + { + "eventid": "03ad28c5-16f9-4a28-86f9-360d92d78783", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:23", + "lon": 112.664048, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:13", + "devicecode": "98022" + }, + { + "eventid": "1c61ada9-6bf1-4252-b839-b395eebc049c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:22:08", + "lon": 112.664045, + "lat": 36.33477, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:16:03", + "devicecode": "98022" + }, + { + "eventid": "a6763bd1-58df-4b75-a4e0-12ec4932a5b9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:53", + "lon": 112.664048, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:48", + "devicecode": "98022" + }, + { + "eventid": "a4eb4cf9-04ce-44e1-848c-f18b1d60fd0b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:38", + "lon": 112.664055, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:32", + "devicecode": "98022" + }, + { + "eventid": "b595fbfb-93fd-422f-b2a0-f02567ba0a66", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:23", + "lon": 112.664065, + "lat": 36.334788, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:22", + "devicecode": "98022" + }, + { + "eventid": "67f6d3be-f0cb-4c2a-95a4-1896e6222694", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:21:08", + "lon": 112.664071, + "lat": 36.3348, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:15:02", + "devicecode": "98022" + }, + { + "eventid": "8496ad21-ecbf-4f89-a3f7-62ff817d8dee", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:53", + "lon": 112.664081, + "lat": 36.334813, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:46", + "devicecode": "98022" + }, + { + "eventid": "f8ef46d6-4bcc-4f1e-9ad0-207612982c03", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:38", + "lon": 112.664095, + "lat": 36.334828, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:31", + "devicecode": "98022" + }, + { + "eventid": "1b701b8a-b0db-4cbd-98ba-74ecb7023754", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:23", + "lon": 112.66411, + "lat": 36.334835, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:15", + "devicecode": "98022" + }, + { + "eventid": "3d50a825-abb3-4c97-a21b-df32de63c6c2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:20:08", + "lon": 112.664121, + "lat": 36.334838, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:14:00", + "devicecode": "98022" + }, + { + "eventid": "e6544dff-94ec-4c44-bb16-e9b8b4d20410", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:53", + "lon": 112.664116, + "lat": 36.334831, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:44", + "devicecode": "98022" + }, + { + "eventid": "8ba8641c-bc51-4508-8989-fb774eef157c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:38", + "lon": 112.664108, + "lat": 36.334826, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:29", + "devicecode": "98022" + }, + { + "eventid": "035339e3-0d3e-46f0-b837-3b02de4ec9bb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:23", + "lon": 112.664095, + "lat": 36.334818, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:13:14", + "devicecode": "98022" + }, + { + "eventid": "c90f8078-f2b9-4cf8-a737-e6d61b3c0be0", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:19:08", + "lon": 112.664085, + "lat": 36.334801, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:58", + "devicecode": "98022" + }, + { + "eventid": "48398c04-befe-4488-8a14-2ee1398383c3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:53", + "lon": 112.664076, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:48", + "devicecode": "98022" + }, + { + "eventid": "9d8e233b-321c-4d6b-bdff-ff66add001c9", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:38", + "lon": 112.664073, + "lat": 36.334776, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:33", + "devicecode": "98022" + }, + { + "eventid": "612c9809-f2e6-4d6c-9e87-7e113d3e6246", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:23", + "lon": 112.664073, + "lat": 36.334765, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:17", + "devicecode": "98022" + }, + { + "eventid": "72114cdd-38ac-4630-a464-cb9d1b1688ef", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:18:08", + "lon": 112.664066, + "lat": 36.334755, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:12:02", + "devicecode": "98022" + }, + { + "eventid": "93d7706d-e353-4964-9a21-4e161bd94055", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:53", + "lon": 112.664056, + "lat": 36.334746, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:46", + "devicecode": "98022" + }, + { + "eventid": "6403bb7d-fa78-4a1a-b244-f4e488e93324", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:38", + "lon": 112.664038, + "lat": 36.334733, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:31", + "devicecode": "98022" + }, + { + "eventid": "cd0783d5-446f-432d-9b23-b720c5f5b734", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:23", + "lon": 112.664033, + "lat": 36.334728, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:16", + "devicecode": "98022" + }, + { + "eventid": "0ac8ae02-3b63-4c1d-9f9b-171fe368d9dc", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:17:08", + "lon": 112.664028, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:11:00", + "devicecode": "98022" + }, + { + "eventid": "073aa143-618b-442a-bab6-f9272571a601", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:53", + "lon": 112.664023, + "lat": 36.334726, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:45", + "devicecode": "98022" + }, + { + "eventid": "53ea3bba-f725-4e11-8286-c5cbfc4085ce", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:38", + "lon": 112.664023, + "lat": 36.334723, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:30", + "devicecode": "98022" + }, + { + "eventid": "72e50c92-db1f-4c34-a31c-021ee386849c", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:23", + "lon": 112.664023, + "lat": 36.334715, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:10:14", + "devicecode": "98022" + }, + { + "eventid": "284d6b53-5ba3-4f27-86f9-2830a4e92e8b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:16:08", + "lon": 112.66403, + "lat": 36.334711, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:59", + "devicecode": "98022" + }, + { + "eventid": "5dee576e-54fe-45c4-9498-0a684d4c95a7", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:53", + "lon": 112.664026, + "lat": 36.334703, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:44", + "devicecode": "98022" + }, + { + "eventid": "363076c5-d3c6-4692-8986-2b8bfeb9574a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:38", + "lon": 112.664021, + "lat": 36.334703, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:28", + "devicecode": "98022" + }, + { + "eventid": "400f72ba-35b9-4c6a-abbd-3e4bdec6109f", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:23", + "lon": 112.664011, + "lat": 36.334705, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:18", + "devicecode": "98022" + }, + { + "eventid": "455112e7-8317-4065-a205-54711313b530", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:15:08", + "lon": 112.664025, + "lat": 36.334718, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:09:03", + "devicecode": "98022" + }, + { + "eventid": "34a46db9-1f33-4012-ae9a-d27f864ee239", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:53", + "lon": 112.664061, + "lat": 36.334738, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:47", + "devicecode": "98022" + }, + { + "eventid": "b912dd54-8910-48f6-8eaf-ea99ef293430", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:38", + "lon": 112.664078, + "lat": 36.334753, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:32", + "devicecode": "98022" + }, + { + "eventid": "82747dab-7006-46ca-83fc-601900fe10a3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:23", + "lon": 112.664081, + "lat": 36.33476, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:17", + "devicecode": "98022" + }, + { + "eventid": "af55ded1-6d29-4d87-9301-ea7feeed1b77", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:14:08", + "lon": 112.664081, + "lat": 36.334766, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:08:01", + "devicecode": "98022" + }, + { + "eventid": "3d2a85a9-7991-47f9-983c-88157f035af2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:53", + "lon": 112.66409, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:46", + "devicecode": "98022" + }, + { + "eventid": "f6399b8f-a425-4f3a-86f7-b6d6b35c5b33", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:38", + "lon": 112.664091, + "lat": 36.33479, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:36", + "devicecode": "98022" + }, + { + "eventid": "87806f62-d621-4322-91cf-42ac3f280431", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:23", + "lon": 112.664081, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:15", + "devicecode": "98022" + }, + { + "eventid": "c2d610b9-0a01-449f-8f28-6a42a28f5b1a", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:13:08", + "lon": 112.66408, + "lat": 36.334781, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:07:00", + "devicecode": "98022" + }, + { + "eventid": "96d1b70c-d988-43d8-a5d6-856eab3b1523", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:53", + "lon": 112.664071, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:45", + "devicecode": "98022" + }, + { + "eventid": "4a89bc7e-6853-4e2e-9dcb-9db38da4efd6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:38", + "lon": 112.664071, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:29", + "devicecode": "98022" + }, + { + "eventid": "1cf3e78c-a3a2-4713-8f7d-1310df060444", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:23", + "lon": 112.664071, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:06:14", + "devicecode": "98022" + }, + { + "eventid": "0199757d-464b-470b-a7e0-e377116a4cdf", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:12:08", + "lon": 112.664078, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:59", + "devicecode": "98022" + }, + { + "eventid": "ed9c433f-b187-4b2c-a807-9b9e985583a6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:53", + "lon": 112.664086, + "lat": 36.334775, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:43", + "devicecode": "98022" + }, + { + "eventid": "182074ac-82f2-43e8-ac01-d62dd40a8ce2", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:38", + "lon": 112.664095, + "lat": 36.334778, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:33", + "devicecode": "98022" + }, + { + "eventid": "357f8012-22bd-468d-809b-c4e1907fbe5b", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:23", + "lon": 112.6641, + "lat": 36.33478, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:18", + "devicecode": "98022" + }, + { + "eventid": "dbcfe07a-b7c1-46f6-84fa-2ef9e3762f63", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:11:08", + "lon": 112.664116, + "lat": 36.334785, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:05:02", + "devicecode": "98022" + }, + { + "eventid": "631a7e31-f417-416c-861f-a8cbd91615b3", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:53", + "lon": 112.664125, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:47", + "devicecode": "98022" + }, + { + "eventid": "07b0ec62-efd1-4694-88f5-a20d303296f6", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:38", + "lon": 112.664126, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:31", + "devicecode": "98022" + }, + { + "eventid": "82df4ea3-8aec-4d01-b833-ece2eaa9ae07", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:23", + "lon": 112.66412, + "lat": 36.334786, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:16", + "devicecode": "98022" + }, + { + "eventid": "1bc4994e-7bc5-4a45-84ec-4852f8b524e5", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:10:08", + "lon": 112.66412, + "lat": 36.334795, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:04:00", + "devicecode": "98022" + }, + { + "eventid": "4c0e7dc3-52db-4e53-958f-4ae6175873cb", + "deviceid": "2df03730-33a5-11eb-8b46-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 15:09:53", + "lon": 112.664123, + "lat": 36.334811, + "inspectorid": "8577f081-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 15:03:45", + "devicecode": "98022" + } + ] + }, + { + "eventid": "8577f082-2686-11e3-9e54-00216a3749b4", + "name": "袁玉清", + "sex": "01", + "duty": "巡线工", + "phone": "13467032084", + "unitname": "屯留站", + "identitycard": "132434195808130019", + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "aabec56c-0186-416f-8ca4-453d34588eaf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:35", + "lon": 112.557085, + "lat": 36.326363, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:28", + "devicecode": "98017" + }, + { + "eventid": "16c00b8c-6cc0-42e7-8520-117add286fe0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:20", + "lon": 112.557061, + "lat": 36.326371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:12", + "devicecode": "98017" + }, + { + "eventid": "b4cdf7f8-a053-4cc0-8428-2492b7d11baf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:05", + "lon": 112.557043, + "lat": 36.32628, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:00", + "devicecode": "98017" + }, + { + "eventid": "7ae5ee1e-082a-4635-bf53-ad070e0ad82f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:50", + "lon": 112.557005, + "lat": 36.32627, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:43", + "devicecode": "98017" + }, + { + "eventid": "529d6d51-065c-4a7b-82e7-fdb319964f3f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:35", + "lon": 112.557013, + "lat": 36.326298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:25", + "devicecode": "98017" + }, + { + "eventid": "7162eb47-892d-46c7-ab25-70cb7458f5d5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:20", + "lon": 112.55702, + "lat": 36.326316, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:13", + "devicecode": "98017" + }, + { + "eventid": "a5d9a79f-a5a6-4bea-a7d5-6b64ce22c9f4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:05", + "lon": 112.55701, + "lat": 36.3263, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:00", + "devicecode": "98017" + }, + { + "eventid": "be27fa93-ef6d-42ef-b45e-224f33a65d21", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:50", + "lon": 112.557008, + "lat": 36.32628, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:42", + "devicecode": "98017" + }, + { + "eventid": "847759ad-4feb-43bb-a856-139a120e2ecf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:35", + "lon": 112.557016, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:31", + "devicecode": "98017" + }, + { + "eventid": "a9bd03c2-292a-453f-b208-912e8b5bf321", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:20", + "lon": 112.55701, + "lat": 36.326295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:13", + "devicecode": "98017" + }, + { + "eventid": "efa8df79-5749-4420-9581-c6f7b54d4055", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:05", + "lon": 112.556993, + "lat": 36.326278, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:00", + "devicecode": "98017" + }, + { + "eventid": "4e2f4167-e0e7-4c5a-b90a-b8fa294b21fc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:50", + "lon": 112.556985, + "lat": 36.326283, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:41", + "devicecode": "98017" + }, + { + "eventid": "08a93f21-81b9-472a-8b30-44c6ee70d084", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:35", + "lon": 112.557001, + "lat": 36.326293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:28", + "devicecode": "98017" + }, + { + "eventid": "75c50b2d-5dc6-47a4-a092-878c2599045d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:20", + "lon": 112.557063, + "lat": 36.326326, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:15", + "devicecode": "98017" + }, + { + "eventid": "e02510c3-d28d-427d-b254-c74b46bdc2fa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:05", + "lon": 112.55717, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:01", + "devicecode": "98017" + }, + { + "eventid": "f973ef59-b224-4559-b386-7b64ddde09a3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:50", + "lon": 112.557678, + "lat": 36.32669, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:41", + "devicecode": "98017" + }, + { + "eventid": "16beb960-0aa7-45f3-9f57-25bae40954c0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:35", + "lon": 112.558498, + "lat": 36.327218, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:29", + "devicecode": "98017" + }, + { + "eventid": "3d7796f8-86f5-4594-b3de-c159954857ec", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:20", + "lon": 112.559696, + "lat": 36.327818, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:12", + "devicecode": "98017" + }, + { + "eventid": "61624587-5dff-4d83-8f31-b127a07f9e54", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:05", + "lon": 112.56086, + "lat": 36.328391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:55", + "devicecode": "98017" + }, + { + "eventid": "3e6c48fb-8c1c-49d1-8f26-2de020cbbe9b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:50", + "lon": 112.561878, + "lat": 36.328985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:43", + "devicecode": "98017" + }, + { + "eventid": "0860bbf2-e0db-4507-b7ee-bb59f45528f5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:35", + "lon": 112.563038, + "lat": 36.32969, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:26", + "devicecode": "98017" + }, + { + "eventid": "9ffd7016-cd07-4061-b43e-539c35375c79", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:20", + "lon": 112.564546, + "lat": 36.330083, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:15", + "devicecode": "98017" + }, + { + "eventid": "0556060f-8634-48c1-985c-387959f66169", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:05", + "lon": 112.566106, + "lat": 36.330235, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:57", + "devicecode": "98017" + }, + { + "eventid": "722041c6-e66a-4457-ab8a-3555685af2df", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:50", + "lon": 112.567795, + "lat": 36.330413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:44", + "devicecode": "98017" + }, + { + "eventid": "efa51b69-0472-448e-ab2c-b995fa819d7c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:35", + "lon": 112.56924, + "lat": 36.331058, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:26", + "devicecode": "98017" + }, + { + "eventid": "0a8eed0d-0d6a-45be-b1f8-fb1d08e87112", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:20", + "lon": 112.570123, + "lat": 36.332218, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:15", + "devicecode": "98017" + }, + { + "eventid": "932219f3-c9b8-412b-8b48-832268670fa1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:05", + "lon": 112.570893, + "lat": 36.333281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:58", + "devicecode": "98017" + }, + { + "eventid": "5348e78f-17b9-45c8-ac67-200629035100", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:50", + "lon": 112.571701, + "lat": 36.334368, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:40", + "devicecode": "98017" + }, + { + "eventid": "e293a1a3-2f7a-4afa-ae4c-edecd3b74722", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:35", + "lon": 112.572573, + "lat": 36.335481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:28", + "devicecode": "98017" + }, + { + "eventid": "f5017638-10e8-4040-8eee-5c98bcdc2e01", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:20", + "lon": 112.573728, + "lat": 36.336256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:11", + "devicecode": "98017" + }, + { + "eventid": "942eb091-64ab-473a-bab7-ab318cf63a73", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:05", + "lon": 112.575128, + "lat": 36.337008, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98017" + }, + { + "eventid": "204a21ee-3e46-4ee6-96e7-82e2edcf921d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:50", + "lon": 112.576423, + "lat": 36.337806, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:46", + "devicecode": "98017" + }, + { + "eventid": "453bb25f-a4f2-4b81-a660-866e39070380", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:35", + "lon": 112.576963, + "lat": 36.339115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98017" + }, + { + "eventid": "96caeeca-e548-4d0f-add6-2d835e93d597", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:20", + "lon": 112.57717, + "lat": 36.340655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:15", + "devicecode": "98017" + }, + { + "eventid": "d56fd4d8-06b8-45d5-b753-92f7c8c1fbbc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:05", + "lon": 112.577516, + "lat": 36.342161, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98017" + }, + { + "eventid": "a272e9f1-dd82-4ed0-89ce-b30b4f9e6245", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:50", + "lon": 112.577976, + "lat": 36.343591, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:40", + "devicecode": "98017" + }, + { + "eventid": "408a8c82-8762-4506-8872-ea87c9b9d618", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:35", + "lon": 112.578536, + "lat": 36.344933, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98017" + }, + { + "eventid": "83f10aaf-0c5a-43c3-b6a5-f67f8e6ac5a3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:20", + "lon": 112.579136, + "lat": 36.346155, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98017" + }, + { + "eventid": "15dc83f7-0511-4b68-a351-25ba928763c2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:05", + "lon": 112.580208, + "lat": 36.347186, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:58", + "devicecode": "98017" + }, + { + "eventid": "bde83440-2f8d-44bb-bc36-c5dcdddc12a5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:50", + "lon": 112.581936, + "lat": 36.347511, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:40", + "devicecode": "98017" + }, + { + "eventid": "9211cd35-3a43-44f3-ad23-1ee52e1a3df5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:34", + "lon": 112.583938, + "lat": 36.347573, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:28", + "devicecode": "98017" + }, + { + "eventid": "a119db0c-a8bf-4230-949a-80847b0d1270", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:19", + "lon": 112.585416, + "lat": 36.347666, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:09", + "devicecode": "98017" + }, + { + "eventid": "0f1422a4-ab70-48d8-8919-8f925f733ec5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:04", + "lon": 112.586835, + "lat": 36.347901, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:57", + "devicecode": "98017" + }, + { + "eventid": "1001d33b-055c-47be-839f-d85c28e9dac1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:49", + "lon": 112.588375, + "lat": 36.348415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:39", + "devicecode": "98017" + }, + { + "eventid": "a96fa5c8-1733-4fad-9966-d6fb75e9b119", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:34", + "lon": 112.589996, + "lat": 36.349081, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:27", + "devicecode": "98017" + }, + { + "eventid": "63542887-a803-418b-8137-e73350b06b80", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:19", + "lon": 112.592051, + "lat": 36.349328, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:15", + "devicecode": "98017" + }, + { + "eventid": "813cf35a-0236-4952-ba1c-19eee1bcfd71", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:04", + "lon": 112.594036, + "lat": 36.349426, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:56", + "devicecode": "98017" + }, + { + "eventid": "4f28c379-c039-4273-bd4d-46ea33b115ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:49", + "lon": 112.595695, + "lat": 36.349508, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:44", + "devicecode": "98017" + }, + { + "eventid": "1b508c32-0795-4c09-9437-5abac661539e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:34", + "lon": 112.597033, + "lat": 36.349563, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:26", + "devicecode": "98017" + }, + { + "eventid": "3c5a0f5a-e1ed-4b85-af07-16055610f346", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:19", + "lon": 112.598123, + "lat": 36.349738, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:14", + "devicecode": "98017" + }, + { + "eventid": "19f4659d-a1d8-488b-a561-487afdce945c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:04", + "lon": 112.599148, + "lat": 36.350148, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:57", + "devicecode": "98017" + }, + { + "eventid": "7b1aebe4-ad85-472d-9bef-7adea460d240", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:48", + "lon": 112.600578, + "lat": 36.350783, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:44", + "devicecode": "98017" + }, + { + "eventid": "71a9949f-187c-4f99-949b-7b6c27ae17c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:33", + "lon": 112.601945, + "lat": 36.351401, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:26", + "devicecode": "98017" + }, + { + "eventid": "519931f7-1183-4c6e-bf7c-f5f960fca297", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:18", + "lon": 112.60295, + "lat": 36.351638, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:08", + "devicecode": "98017" + }, + { + "eventid": "440937fc-9141-4e55-a88e-784156cc4ded", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:45", + "lon": 112.604048, + "lat": 36.351508, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98017" + }, + { + "eventid": "77b8bcb1-f2a4-475e-94af-2de7b6715feb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:00", + "lon": 112.603388, + "lat": 36.35158, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98017" + }, + { + "eventid": "60de4809-4d87-4527-b5c2-ff0d4c7c066a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:30", + "lon": 112.604843, + "lat": 36.351453, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:39", + "devicecode": "98017" + }, + { + "eventid": "223b8906-c96b-4f6f-a2f7-6b66524524e8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:14", + "lon": 112.605966, + "lat": 36.351341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98017" + }, + { + "eventid": "0dff1ef8-4e18-4773-9b6b-17cb25f8ef00", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:59", + "lon": 112.606715, + "lat": 36.351255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:58", + "devicecode": "98017" + }, + { + "eventid": "c7cf555b-0777-4fdb-bd25-5743215af336", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:44", + "lon": 112.606736, + "lat": 36.351273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:39", + "devicecode": "98017" + }, + { + "eventid": "f131ab47-839f-4960-bd9b-7ecc347c8896", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:29", + "lon": 112.606766, + "lat": 36.35127, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:21", + "devicecode": "98017" + }, + { + "eventid": "be18007a-9bc4-499b-bc76-e8d07900c2e1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:14", + "lon": 112.606776, + "lat": 36.351275, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98017" + }, + { + "eventid": "251e3fc1-4a05-4ec7-b497-adbdfb74b340", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:59", + "lon": 112.606775, + "lat": 36.35128, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:50", + "devicecode": "98017" + }, + { + "eventid": "4e76fbbd-1c8a-4d7b-989b-af37de42a04b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:44", + "lon": 112.60678, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:38", + "devicecode": "98017" + }, + { + "eventid": "3d9b12db-0937-41fc-9a56-30077a9dde8b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:29", + "lon": 112.606786, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:20", + "devicecode": "98017" + }, + { + "eventid": "b59a29b0-1917-4a37-bcc7-fe2d8633526e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:14", + "lon": 112.606816, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:08", + "devicecode": "98017" + }, + { + "eventid": "14be4aeb-e290-47e5-bd27-72618fe86ce7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:59", + "lon": 112.60682, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:50", + "devicecode": "98017" + }, + { + "eventid": "d15de553-3973-4605-9dde-61afc8574239", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:44", + "lon": 112.606785, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:38", + "devicecode": "98017" + }, + { + "eventid": "b48d8946-1dfe-4963-8a64-7bb7c000fab5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:29", + "lon": 112.606798, + "lat": 36.351288, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:21", + "devicecode": "98017" + }, + { + "eventid": "c4162131-c80f-473b-9fab-498d22205e5f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:14", + "lon": 112.606798, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:04", + "devicecode": "98017" + }, + { + "eventid": "53e2a6e5-69d0-4343-8af1-fe4e3a72e339", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:59", + "lon": 112.606778, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:51", + "devicecode": "98017" + }, + { + "eventid": "8504580a-b9d8-4b3e-99d6-497ce429b175", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:44", + "lon": 112.606775, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:38", + "devicecode": "98017" + }, + { + "eventid": "2b0b3582-7dff-413d-a3a4-6377aacfe657", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:29", + "lon": 112.606766, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:25", + "devicecode": "98017" + }, + { + "eventid": "b1a4b5ab-9d6f-4301-872a-c07d54e29b9d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:14", + "lon": 112.606758, + "lat": 36.351298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:12", + "devicecode": "98017" + }, + { + "eventid": "fb5bdb02-3ee4-4ded-9287-a80832835c76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:59", + "lon": 112.606753, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:49", + "devicecode": "98017" + }, + { + "eventid": "2609a4f2-b447-47e4-a6b0-6d9d393952b9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:44", + "lon": 112.606748, + "lat": 36.351296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:37", + "devicecode": "98017" + }, + { + "eventid": "0c4fb1d1-92c2-43c8-b577-771953132cbf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:29", + "lon": 112.606741, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:19", + "devicecode": "98017" + }, + { + "eventid": "adca9c24-445a-4a1e-b4e2-cb2720c10cde", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:14", + "lon": 112.606736, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:07", + "devicecode": "98017" + }, + { + "eventid": "8b7e2c41-4827-41aa-8fc6-900fa440ab41", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:59", + "lon": 112.606751, + "lat": 36.351296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:54", + "devicecode": "98017" + }, + { + "eventid": "85ab4ede-e650-4a75-ba69-81fd18284844", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:44", + "lon": 112.606776, + "lat": 36.3513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:36", + "devicecode": "98017" + }, + { + "eventid": "92b074ca-b8ce-4c2d-8807-88168e1f9e43", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:28", + "lon": 112.606795, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:19", + "devicecode": "98017" + }, + { + "eventid": "95746e74-69c0-4ec3-9863-1c55281e70d3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:13", + "lon": 112.606798, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:07", + "devicecode": "98017" + }, + { + "eventid": "2a00ea41-7cd4-414c-a902-55abef72bf5f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:58", + "lon": 112.606788, + "lat": 36.351253, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:49", + "devicecode": "98017" + }, + { + "eventid": "cbdc68e5-4446-49f5-8608-f40b828d4e28", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:43", + "lon": 112.606771, + "lat": 36.351255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:38", + "devicecode": "98017" + }, + { + "eventid": "65e59030-b215-40c5-bab3-e8531961b629", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:28", + "lon": 112.606761, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:20", + "devicecode": "98017" + }, + { + "eventid": "de3e4a33-ae58-4332-8de9-37aaf2cd71e6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:13", + "lon": 112.606755, + "lat": 36.35129, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:08", + "devicecode": "98017" + }, + { + "eventid": "8813a188-0aab-43ac-ad46-a667a18c5797", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:58", + "lon": 112.60674, + "lat": 36.351295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:51", + "devicecode": "98017" + }, + { + "eventid": "691f8246-0cba-4e79-bb7e-dca35e71e572", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:42", + "lon": 112.606728, + "lat": 36.351285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:35", + "devicecode": "98017" + }, + { + "eventid": "5f14502b-d74b-4c3b-a397-48c717b93a06", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:27", + "lon": 112.606713, + "lat": 36.351285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:18", + "devicecode": "98017" + }, + { + "eventid": "233b0b3d-bd1f-435f-a99d-6dc9a8c2afbb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:12", + "lon": 112.606705, + "lat": 36.351291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:06", + "devicecode": "98017" + }, + { + "eventid": "b1cb1d2c-19f0-43ab-82eb-ea4a8bb8fbb6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:57", + "lon": 112.6067, + "lat": 36.351293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:49", + "devicecode": "98017" + }, + { + "eventid": "ebbcc673-4d9f-42c4-af40-cbdac7bc74c8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:42", + "lon": 112.6067, + "lat": 36.351281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:32", + "devicecode": "98017" + }, + { + "eventid": "210f7f07-43f7-457e-ac09-6ec73a7b5063", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:27", + "lon": 112.60671, + "lat": 36.351273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:22", + "devicecode": "98017" + }, + { + "eventid": "c7de773b-54b4-4a9d-9595-d04c369bd2b0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:12", + "lon": 112.60672, + "lat": 36.351268, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:06", + "devicecode": "98017" + }, + { + "eventid": "4195ce3a-3c0e-4d9f-8f04-21bec1c720ff", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:57", + "lon": 112.606725, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:49", + "devicecode": "98017" + }, + { + "eventid": "24ed1a6e-eeb7-473b-b0ce-cefcfcb8a51c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:42", + "lon": 112.606721, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:32", + "devicecode": "98017" + }, + { + "eventid": "d7afbec5-aad6-4c0c-a3f0-15f14f9f80d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:27", + "lon": 112.606706, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:21", + "devicecode": "98017" + }, + { + "eventid": "f7253c7c-3263-47e9-87ed-9a95399e386e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:12", + "lon": 112.606691, + "lat": 36.351266, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:04", + "devicecode": "98017" + }, + { + "eventid": "f02f2a8f-6082-4cd6-81a5-b0fddf166c98", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:42", + "lon": 112.606686, + "lat": 36.351271, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:32", + "devicecode": "98017" + }, + { + "eventid": "06f5e0fc-8df8-45bc-80b9-c268a5c22ba3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:27", + "lon": 112.606813, + "lat": 36.35124, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:21", + "devicecode": "98017" + }, + { + "eventid": "17fc0861-b69c-49a4-aae5-0a9add120190", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:12", + "lon": 112.60698, + "lat": 36.351243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:04", + "devicecode": "98017" + }, + { + "eventid": "31875b15-efc3-467f-bde2-4a82818ed513", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:42", + "lon": 112.608145, + "lat": 36.351091, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:37", + "devicecode": "98017" + }, + { + "eventid": "e6e3e05b-f394-4799-bbfa-3ca34f7ae543", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:27", + "lon": 112.609236, + "lat": 36.350975, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:20", + "devicecode": "98017" + }, + { + "eventid": "8670ccce-ba87-41a7-bafa-9134ea840d0f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:12", + "lon": 112.610306, + "lat": 36.350716, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:03", + "devicecode": "98017" + }, + { + "eventid": "ec148fa6-3e12-4f4b-b541-a4f6eab708ba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:57", + "lon": 112.611346, + "lat": 36.350385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:52", + "devicecode": "98017" + }, + { + "eventid": "93932cea-6e86-4dcb-a66f-cc6fbb398f41", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:42", + "lon": 112.612446, + "lat": 36.350038, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:34", + "devicecode": "98017" + }, + { + "eventid": "12e47b54-d742-4046-a6c2-e5962920597c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:27", + "lon": 112.613658, + "lat": 36.349773, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:22", + "devicecode": "98017" + }, + { + "eventid": "3a9af195-d3fa-4484-9281-b046fbb250a9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:12", + "lon": 112.615026, + "lat": 36.349591, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:06", + "devicecode": "98017" + }, + { + "eventid": "94473d92-59e1-4ae9-8b09-5a306fd4a999", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:57", + "lon": 112.616283, + "lat": 36.349506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:49", + "devicecode": "98017" + }, + { + "eventid": "6a67e4e2-1dfd-4ee2-88ce-aebc06195c44", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:42", + "lon": 112.61706, + "lat": 36.349448, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:33", + "devicecode": "98017" + }, + { + "eventid": "827ed988-3966-4e38-8ad6-e49084be54f2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:27", + "lon": 112.617105, + "lat": 36.349353, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:22", + "devicecode": "98017" + }, + { + "eventid": "6f73239e-895e-4cb8-836c-719dacb987c7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:12", + "lon": 112.61706, + "lat": 36.349125, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:05", + "devicecode": "98017" + }, + { + "eventid": "f02942b6-f7d0-4421-811e-d61d597df637", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:57", + "lon": 112.616945, + "lat": 36.348748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:49", + "devicecode": "98017" + }, + { + "eventid": "78b455e5-5cd3-48b5-99d5-54765459e3cc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:42", + "lon": 112.61686, + "lat": 36.348413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:32", + "devicecode": "98017" + }, + { + "eventid": "37275460-026d-424c-9bb4-8bfc14fe3f25", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:27", + "lon": 112.616835, + "lat": 36.348161, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:21", + "devicecode": "98017" + }, + { + "eventid": "f031a03e-00c8-40c1-81dc-c54c77d4feba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:12", + "lon": 112.616835, + "lat": 36.348093, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:05", + "devicecode": "98017" + }, + { + "eventid": "40709e43-bba7-4d16-aeb4-3eff14cec083", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:57", + "lon": 112.616823, + "lat": 36.348085, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:47", + "devicecode": "98017" + }, + { + "eventid": "f0fc11dd-36a1-44b0-98c5-06e50ca81e30", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:42", + "lon": 112.616826, + "lat": 36.348083, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:36", + "devicecode": "98017" + }, + { + "eventid": "5610ffb5-b46f-4e3c-9226-6e038f648dfd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:27", + "lon": 112.616885, + "lat": 36.348056, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:19", + "devicecode": "98017" + }, + { + "eventid": "3f4408af-2d20-40b1-bb53-c36610898f89", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:12", + "lon": 112.616835, + "lat": 36.348088, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:07", + "devicecode": "98017" + }, + { + "eventid": "f63f9cb6-f9ab-4978-9d46-6c8a22c1daa2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:57", + "lon": 112.616875, + "lat": 36.348063, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:51", + "devicecode": "98017" + }, + { + "eventid": "484e36d0-acf9-4c8e-891b-dd9bc336ad32", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:42", + "lon": 112.616876, + "lat": 36.348065, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:34", + "devicecode": "98017" + }, + { + "eventid": "90019509-a17c-43ce-9d7b-3082b5a81cbb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:27", + "lon": 112.616866, + "lat": 36.348115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:17", + "devicecode": "98017" + }, + { + "eventid": "9482ee9b-4211-478d-931d-d0152d11dd53", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:12", + "lon": 112.61683, + "lat": 36.348273, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:05", + "devicecode": "98017" + }, + { + "eventid": "11182382-d48f-42cc-a660-3153a4c068c7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:57", + "lon": 112.616866, + "lat": 36.348486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:53", + "devicecode": "98017" + }, + { + "eventid": "bd4b2d00-d3c8-4b9d-b299-28bab7f293d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:42", + "lon": 112.616958, + "lat": 36.348765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:36", + "devicecode": "98017" + }, + { + "eventid": "88cc9e56-819b-45bc-90d6-c46654f931c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:27", + "lon": 112.617023, + "lat": 36.34903, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:24", + "devicecode": "98017" + }, + { + "eventid": "ca9f6f93-a37a-4ee8-ab2f-df73906f0d58", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:12", + "lon": 112.617083, + "lat": 36.349243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:03", + "devicecode": "98017" + }, + { + "eventid": "e4767ddd-9392-436b-8c8a-57944b7556bb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:57", + "lon": 112.617048, + "lat": 36.349386, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:51", + "devicecode": "98017" + }, + { + "eventid": "878d95d5-42fa-437c-b736-07f4715129c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:42", + "lon": 112.61686, + "lat": 36.349391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:35", + "devicecode": "98017" + }, + { + "eventid": "e85473c0-e227-4b94-a4e8-d0fef6d0c6c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:27", + "lon": 112.616101, + "lat": 36.349435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:18", + "devicecode": "98017" + }, + { + "eventid": "9f509584-081b-4ef0-bdb6-3a26eb856094", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:12", + "lon": 112.615036, + "lat": 36.349516, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:07", + "devicecode": "98017" + }, + { + "eventid": "aaba9ad9-46f8-4971-a68c-81e1669532d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:57", + "lon": 112.61369, + "lat": 36.349711, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98017" + }, + { + "eventid": "406baae7-6520-4f92-bd38-aadbd607d9d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:42", + "lon": 112.6124, + "lat": 36.349996, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:34", + "devicecode": "98017" + }, + { + "eventid": "af35b489-3a00-4176-8356-4601c3cff969", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:27", + "lon": 112.611578, + "lat": 36.350238, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:17", + "devicecode": "98017" + }, + { + "eventid": "77ac70be-0133-474b-aa44-fbfce6a92b5b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:57", + "lon": 112.611403, + "lat": 36.350296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98017" + }, + { + "eventid": "6484aed8-fd27-4e41-9a6e-8be87fbcd66a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:42", + "lon": 112.611398, + "lat": 36.350318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:34", + "devicecode": "98017" + }, + { + "eventid": "209d1fb9-044f-493e-8c60-05b34b3bfe8f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:19", + "lon": 112.611401, + "lat": 36.350298, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:11", + "devicecode": "98017" + }, + { + "eventid": "162c2ea7-bdb0-414d-a2c0-29d17a29e05c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:04", + "lon": 112.611393, + "lat": 36.350295, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:55", + "devicecode": "98017" + }, + { + "eventid": "04ea3916-9d92-440f-ac99-bc39b0aa7e0b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:49", + "lon": 112.610636, + "lat": 36.350543, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:44", + "devicecode": "98017" + }, + { + "eventid": "8a417f19-ded6-42c3-b657-730a705a4abb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:34", + "lon": 112.609421, + "lat": 36.350913, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:27", + "devicecode": "98017" + }, + { + "eventid": "476a5e08-fb14-46ea-9ba9-4d49cc421705", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:19", + "lon": 112.608425, + "lat": 36.351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:10", + "devicecode": "98017" + }, + { + "eventid": "dccb3c2e-56a8-4e72-bcc2-a07665117874", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:04", + "lon": 112.607651, + "lat": 36.35106, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:54", + "devicecode": "98017" + }, + { + "eventid": "0d3c1311-7b92-4522-acea-7fc6f02dd5c6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:49", + "lon": 112.606645, + "lat": 36.351198, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:43", + "devicecode": "98017" + }, + { + "eventid": "005a800f-381a-4daa-8458-cf09ec52c967", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:34", + "lon": 112.605595, + "lat": 36.351335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:26", + "devicecode": "98017" + }, + { + "eventid": "2e41330c-14b7-4638-bbdd-be6e764a1319", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:19", + "lon": 112.604273, + "lat": 36.351448, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:09", + "devicecode": "98017" + }, + { + "eventid": "926e71a8-7bb6-477f-9e3c-f6c5a42ae62f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:04", + "lon": 112.603128, + "lat": 36.351566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:58", + "devicecode": "98017" + }, + { + "eventid": "98890311-9147-4483-a2ae-7bf6a4a5b436", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:49", + "lon": 112.602008, + "lat": 36.351391, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:41", + "devicecode": "98017" + }, + { + "eventid": "a01419e4-f991-4a84-90c7-739dc7498bf6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:34", + "lon": 112.600881, + "lat": 36.350863, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:29", + "devicecode": "98017" + }, + { + "eventid": "12a59477-216e-499e-8be9-cb2ee443a20b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:19", + "lon": 112.600468, + "lat": 36.350643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:12", + "devicecode": "98017" + }, + { + "eventid": "79b5792f-9520-4a04-8ebd-0cdbf0f34895", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:04", + "lon": 112.600463, + "lat": 36.350648, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:55", + "devicecode": "98017" + }, + { + "eventid": "78d55ecc-3e91-4efc-95a2-ac65618ce791", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:47", + "lon": 112.600445, + "lat": 36.350646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:44", + "devicecode": "98017" + }, + { + "eventid": "578c6e44-9f08-4001-b4ad-d65f33312fc0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:32", + "lon": 112.600461, + "lat": 36.350655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:22", + "devicecode": "98017" + }, + { + "eventid": "f96c93de-71ca-436a-8f3e-2e580b1acc78", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:17", + "lon": 112.600533, + "lat": 36.35066, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:11", + "devicecode": "98017" + }, + { + "eventid": "5f31a028-8a3e-4906-9833-2be6949e398d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:02", + "lon": 112.600668, + "lat": 36.350553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:54", + "devicecode": "98017" + }, + { + "eventid": "f14d8f29-29da-44c9-a2ed-31a75e212123", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:47", + "lon": 112.600768, + "lat": 36.350431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:38", + "devicecode": "98017" + }, + { + "eventid": "46f12a55-f49f-4ec6-8fd1-839ec822aa77", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:32", + "lon": 112.60084, + "lat": 36.350306, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:27", + "devicecode": "98017" + }, + { + "eventid": "77314601-e13a-4cb6-a948-46c0a29af098", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:17", + "lon": 112.600913, + "lat": 36.35023, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:10", + "devicecode": "98017" + }, + { + "eventid": "c97f46e6-fc19-43b8-a6fd-65b3e4997cf7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:00", + "lon": 112.600906, + "lat": 36.350213, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:54", + "devicecode": "98017" + }, + { + "eventid": "470324d2-ea58-4295-bfbb-965c2dc6a4f4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:41", + "lon": 112.600836, + "lat": 36.350265, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98017" + }, + { + "eventid": "bd2b2167-509b-4015-b503-35ecf7a668af", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:26", + "lon": 112.600755, + "lat": 36.3504, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98017" + }, + { + "eventid": "74c57c44-7bfe-4bfa-b484-8a4347422cfc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:11", + "lon": 112.600613, + "lat": 36.350548, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:01", + "devicecode": "98017" + }, + { + "eventid": "ddc6aa2e-eec4-4eff-8bc7-e3b0a5050d3d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:56", + "lon": 112.600518, + "lat": 36.350673, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98017" + }, + { + "eventid": "528d33a8-400c-4ce8-a040-b96c43bf19eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:41", + "lon": 112.600421, + "lat": 36.350651, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:31", + "devicecode": "98017" + }, + { + "eventid": "b5793a7a-9b9c-4135-a673-9ca89bfdd11f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:26", + "lon": 112.60042, + "lat": 36.350671, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98017" + }, + { + "eventid": "15a0314e-bc41-45ae-a5c8-bbc6f2c158e3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:11", + "lon": 112.600415, + "lat": 36.350663, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98017" + }, + { + "eventid": "5bf5f9bf-457f-48cb-af50-21a846b5e4ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:56", + "lon": 112.6002, + "lat": 36.35057, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:51", + "devicecode": "98017" + }, + { + "eventid": "a34e6fac-6776-4e43-98ed-c1c6366c4d21", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:41", + "lon": 112.599211, + "lat": 36.35012, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98017" + }, + { + "eventid": "a8f9bc90-f24f-426a-b64c-2580f3527de6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:26", + "lon": 112.598246, + "lat": 36.349701, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98017" + }, + { + "eventid": "27e83c49-cfc1-4b7c-b977-ea16fcf92da0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:11", + "lon": 112.597538, + "lat": 36.349553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:05", + "devicecode": "98017" + }, + { + "eventid": "4f8c087d-50ab-4d8d-bcee-267a5ee178a5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:54", + "lon": 112.597515, + "lat": 36.349553, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:49", + "devicecode": "98017" + }, + { + "eventid": "3797ffa6-a71b-4e78-af5b-ffed5de1978d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:39", + "lon": 112.597015, + "lat": 36.349498, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:32", + "devicecode": "98017" + }, + { + "eventid": "91a76238-b2c4-46fc-aded-c3f5624346ee", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:24", + "lon": 112.59564, + "lat": 36.349443, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98017" + }, + { + "eventid": "41346fe9-2707-4b6a-9f5d-81a2ebb4df6f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:09", + "lon": 112.594166, + "lat": 36.349371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98017" + }, + { + "eventid": "c8c8c87a-4a01-45ee-a9af-007f8d6dcbeb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:54", + "lon": 112.593045, + "lat": 36.349333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:48", + "devicecode": "98017" + }, + { + "eventid": "9ba709fb-a4d6-485f-9d06-53268f381ecd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:39", + "lon": 112.591966, + "lat": 36.349275, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98017" + }, + { + "eventid": "6ca470cb-3060-4ed8-a2c8-657cc97b33e5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:24", + "lon": 112.59061, + "lat": 36.349193, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98017" + }, + { + "eventid": "fd925b74-4001-4e37-9e25-25a2a5b5bb65", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:09", + "lon": 112.589328, + "lat": 36.348765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:04", + "devicecode": "98017" + }, + { + "eventid": "aa791d5d-d1e6-42a2-9290-29b6e07aa84c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:54", + "lon": 112.588565, + "lat": 36.348425, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:47", + "devicecode": "98017" + }, + { + "eventid": "0b039b7f-409a-427c-addf-94779c77a1a7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:38", + "lon": 112.588551, + "lat": 36.348408, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98017" + }, + { + "eventid": "608408ca-cb29-4146-b4cd-4ee0931933c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:20", + "lon": 112.588273, + "lat": 36.348308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98017" + }, + { + "eventid": "44a0a368-7044-4c90-bc09-285b2a330821", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:05", + "lon": 112.587501, + "lat": 36.348013, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:57", + "devicecode": "98017" + }, + { + "eventid": "4732aa61-898b-4901-956b-63a011a7beb7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:50", + "lon": 112.587195, + "lat": 36.347913, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:40", + "devicecode": "98017" + }, + { + "eventid": "72038f47-c715-4cbb-85f2-2bf1365c9663", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:35", + "lon": 112.5872, + "lat": 36.347916, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98017" + }, + { + "eventid": "8ee8246a-8685-4faf-adff-622b196ca25f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:20", + "lon": 112.587195, + "lat": 36.347928, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:13", + "devicecode": "98017" + }, + { + "eventid": "db2817dd-9d8c-4f8b-881b-c91916e42c45", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:05", + "lon": 112.587243, + "lat": 36.347945, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:56", + "devicecode": "98017" + }, + { + "eventid": "830dc6a5-89c7-481e-961f-36e4e676eeb9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:50", + "lon": 112.587383, + "lat": 36.348, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98017" + }, + { + "eventid": "4cf0563d-648c-40d7-b936-6da1ccc5dafd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:35", + "lon": 112.587481, + "lat": 36.347981, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:28", + "devicecode": "98017" + }, + { + "eventid": "78c0f321-5830-4188-a1ee-46c40514b6f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:20", + "lon": 112.587531, + "lat": 36.34791, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:11", + "devicecode": "98017" + }, + { + "eventid": "1af6a304-5a22-4946-82af-83d7b2bb61fd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:05", + "lon": 112.587605, + "lat": 36.347778, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98017" + }, + { + "eventid": "db231a65-285a-4327-81b0-f3e86390ae76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:50", + "lon": 112.587698, + "lat": 36.347663, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98017" + }, + { + "eventid": "193ac67d-9431-4e80-a4ca-af3254499817", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:35", + "lon": 112.587813, + "lat": 36.347533, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:27", + "devicecode": "98017" + }, + { + "eventid": "9eef9e35-60ed-4589-b4fd-d146334a08f9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:20", + "lon": 112.587931, + "lat": 36.347393, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:11", + "devicecode": "98017" + }, + { + "eventid": "c9ba88e4-fa9d-4ec8-b86b-d205700b7c6b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:05", + "lon": 112.588051, + "lat": 36.347256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:59", + "devicecode": "98017" + }, + { + "eventid": "98da715c-76eb-44f0-ab58-95727226911a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:50", + "lon": 112.588125, + "lat": 36.34718, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98017" + }, + { + "eventid": "db9d8452-0b90-4f71-88d0-bc4c1548e7ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:35", + "lon": 112.588183, + "lat": 36.347086, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98017" + }, + { + "eventid": "4cf0ed8a-82dc-43a9-909e-585c830ad6f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:20", + "lon": 112.588263, + "lat": 36.346971, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:10", + "devicecode": "98017" + }, + { + "eventid": "24c24ee0-4790-4534-a131-52a04e69bedb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:03", + "lon": 112.588248, + "lat": 36.346985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98017" + }, + { + "eventid": "4b282292-e372-4012-b572-df87cdf2c320", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:48", + "lon": 112.588146, + "lat": 36.34709, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98017" + }, + { + "eventid": "427da59a-70df-41e1-9bde-05abdacab516", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:33", + "lon": 112.588055, + "lat": 36.34723, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:25", + "devicecode": "98017" + }, + { + "eventid": "79109ac5-4aa4-4f5e-ba61-fb04890d2589", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:18", + "lon": 112.587928, + "lat": 36.347386, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98017" + }, + { + "eventid": "1d6b58e1-948b-4590-acb4-024064195922", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:03", + "lon": 112.58781, + "lat": 36.34754, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:01", + "devicecode": "98017" + }, + { + "eventid": "952759bb-2254-4f3c-8e93-e5c5a4ab2dc8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:47", + "lon": 112.587671, + "lat": 36.347713, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:38", + "devicecode": "98017" + }, + { + "eventid": "d3126f4f-65cf-436c-9bc2-8359b922df22", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:32", + "lon": 112.58754, + "lat": 36.347885, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98017" + }, + { + "eventid": "5e2f07d0-299e-4079-91e4-66803e6abcf9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:17", + "lon": 112.58742, + "lat": 36.347968, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:08", + "devicecode": "98017" + }, + { + "eventid": "25ab2018-f202-49dc-9691-90d5a70ffe12", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:02", + "lon": 112.587231, + "lat": 36.347951, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98017" + }, + { + "eventid": "624c213a-5c65-493a-ad31-4f92a36f75c4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:47", + "lon": 112.587218, + "lat": 36.347958, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98017" + }, + { + "eventid": "21374541-683f-4aa4-8928-6f703e50cc0d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:32", + "lon": 112.58721, + "lat": 36.347948, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98017" + }, + { + "eventid": "dd57c108-d56c-4cfa-8100-4c9b2ee228ce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:17", + "lon": 112.587061, + "lat": 36.347921, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98017" + }, + { + "eventid": "6f1edeca-6958-4f5d-a98b-c7ad49075c46", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:02", + "lon": 112.586118, + "lat": 36.347758, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:52", + "devicecode": "98017" + }, + { + "eventid": "b914dcfd-037c-4505-8784-a23366822837", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:47", + "lon": 112.58483, + "lat": 36.347595, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98017" + }, + { + "eventid": "467722f1-cec9-4ed4-b090-bd02d16ad032", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:32", + "lon": 112.583308, + "lat": 36.34753, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98017" + }, + { + "eventid": "941448b8-af74-4e27-8a2e-467d05c83d9e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:17", + "lon": 112.581741, + "lat": 36.34748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:12", + "devicecode": "98017" + }, + { + "eventid": "c066293a-b496-4027-bcc6-1272fc4b1412", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:02", + "lon": 112.58024, + "lat": 36.34716, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:55", + "devicecode": "98017" + }, + { + "eventid": "3a18dd7d-1aa4-4d1b-99ec-2d74e7c3cdc8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:47", + "lon": 112.579193, + "lat": 36.346181, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:38", + "devicecode": "98017" + }, + { + "eventid": "5bdce608-3031-4808-a5dd-57f5956bbc03", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:32", + "lon": 112.578645, + "lat": 36.345103, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98017" + }, + { + "eventid": "ebc220c4-2629-453b-a65c-c9a24d893d4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:17", + "lon": 112.578308, + "lat": 36.344205, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98017" + }, + { + "eventid": "5170c845-8ac4-4600-99b6-6cfc1f5a6f23", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:01", + "lon": 112.578271, + "lat": 36.344121, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98017" + }, + { + "eventid": "76de9c01-9e4c-45d5-8332-bda397a5620a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:39", + "lon": 112.578255, + "lat": 36.344085, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:29", + "devicecode": "98017" + }, + { + "eventid": "9a93b273-03ba-4867-aabf-4b8cbd3580b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:24", + "lon": 112.57791, + "lat": 36.343193, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:16", + "devicecode": "98017" + }, + { + "eventid": "5d6bae9c-4c81-4603-843c-712ee0a1718b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:09", + "lon": 112.577568, + "lat": 36.341973, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:59", + "devicecode": "98017" + }, + { + "eventid": "f03a682f-0b72-478b-b719-4faea1bb1fe1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:54", + "lon": 112.577321, + "lat": 36.34076, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:49", + "devicecode": "98017" + }, + { + "eventid": "509adfbd-7a94-49b6-ae29-951525447037", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:39", + "lon": 112.577113, + "lat": 36.339571, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:31", + "devicecode": "98017" + }, + { + "eventid": "35a3d3f3-4839-4bad-960c-906f995a9eee", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:24", + "lon": 112.576881, + "lat": 36.338465, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98017" + }, + { + "eventid": "124c73a4-b430-4c45-98d4-f0002f90b9fe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:09", + "lon": 112.576348, + "lat": 36.337688, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:03", + "devicecode": "98017" + }, + { + "eventid": "f59cbb31-b0d3-46cc-bba7-3203618ed4b2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:54", + "lon": 112.576138, + "lat": 36.337548, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:46", + "devicecode": "98017" + }, + { + "eventid": "73c35b37-0160-4b82-a942-ec980344d296", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:39", + "lon": 112.576143, + "lat": 36.337546, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:30", + "devicecode": "98017" + }, + { + "eventid": "96e853d3-92da-415d-bd69-ec49dc29efc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:24", + "lon": 112.576168, + "lat": 36.337531, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:18", + "devicecode": "98017" + }, + { + "eventid": "0fca7031-a6a7-456e-a4a2-400e99f7d866", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:09", + "lon": 112.576153, + "lat": 36.337536, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98017" + }, + { + "eventid": "0653f14f-0263-4737-843a-5feb3d2b93e7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:54", + "lon": 112.576146, + "lat": 36.337528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:45", + "devicecode": "98017" + }, + { + "eventid": "faa7368f-1151-42bf-af4c-57bafced27d6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:39", + "lon": 112.576155, + "lat": 36.337505, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:34", + "devicecode": "98017" + }, + { + "eventid": "c3b6f2bc-f6f1-4791-a74b-f9395bb306d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:24", + "lon": 112.575585, + "lat": 36.337203, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:17", + "devicecode": "98017" + }, + { + "eventid": "c1a8beb8-4521-45f0-b0ee-b34a17417b47", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:09", + "lon": 112.574458, + "lat": 36.336595, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:01", + "devicecode": "98017" + }, + { + "eventid": "a1d12d69-f531-4c45-9375-cc7f4c8d0aaf", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:54", + "lon": 112.573233, + "lat": 36.335911, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:44", + "devicecode": "98017" + }, + { + "eventid": "3f8d088b-ac7d-42b8-a4f2-91b2fffa383a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:39", + "lon": 112.572218, + "lat": 36.334953, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:33", + "devicecode": "98017" + }, + { + "eventid": "009ab302-3a70-441c-ae68-6d0297410ee1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:24", + "lon": 112.571401, + "lat": 36.333783, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:15", + "devicecode": "98017" + }, + { + "eventid": "b1e53c81-bcb4-43b9-8b23-3dcc3112928f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:09", + "lon": 112.57061, + "lat": 36.332751, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:04", + "devicecode": "98017" + }, + { + "eventid": "f9cac220-aa13-4fe2-80d2-fade538a77be", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:54", + "lon": 112.569808, + "lat": 36.33174, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:47", + "devicecode": "98017" + }, + { + "eventid": "a8ff6006-9797-4831-8993-09ae3ca86267", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:39", + "lon": 112.569261, + "lat": 36.331028, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:31", + "devicecode": "98017" + }, + { + "eventid": "0ca353a5-c3c9-467e-86a6-75abce35a0b4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:24", + "lon": 112.569253, + "lat": 36.331018, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:15", + "devicecode": "98017" + }, + { + "eventid": "7fb4dbb4-a9ac-459c-8cc6-ad1919dfb0d8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:09", + "lon": 112.569256, + "lat": 36.331015, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:04", + "devicecode": "98017" + }, + { + "eventid": "309c0b14-0fd0-4ff8-b3df-6a0d3bd00f01", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:54", + "lon": 112.569268, + "lat": 36.331, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:47", + "devicecode": "98017" + }, + { + "eventid": "20aba45d-0943-4734-b31c-2e378fd5082e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:39", + "lon": 112.569276, + "lat": 36.330985, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:31", + "devicecode": "98017" + }, + { + "eventid": "b8a8da53-5b88-457f-ad1f-7bdc11362570", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:23", + "lon": 112.56924, + "lat": 36.330981, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98017" + }, + { + "eventid": "f9ea6de5-033c-44a9-8a20-676dbbc7f81d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:08", + "lon": 112.56888, + "lat": 36.330651, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:03", + "devicecode": "98017" + }, + { + "eventid": "77599b8e-e65c-49fd-9abf-7e93b7027ae8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:53", + "lon": 112.567863, + "lat": 36.33035, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:45", + "devicecode": "98017" + }, + { + "eventid": "594f8e62-05ec-457c-a7aa-39cc4ebe800d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:38", + "lon": 112.566658, + "lat": 36.330243, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:28", + "devicecode": "98017" + }, + { + "eventid": "ad4138de-0bee-46f8-8008-6dc781910374", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:23", + "lon": 112.565291, + "lat": 36.330121, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:17", + "devicecode": "98017" + }, + { + "eventid": "cbe442d6-ef58-4b8d-b07c-a06763b07f60", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.563868, + "lat": 36.329961, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:01", + "devicecode": "98017" + }, + { + "eventid": "2bef9c23-0e05-4fb5-ae54-087245e2a76b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:53", + "lon": 112.56281, + "lat": 36.329475, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:45", + "devicecode": "98017" + }, + { + "eventid": "4e4d9935-29ff-41c4-b9ce-68284a8fe40b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:38", + "lon": 112.561706, + "lat": 36.328803, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98017" + }, + { + "eventid": "cc5dafcd-71b0-4e1e-806c-c338294279b7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:23", + "lon": 112.560493, + "lat": 36.32817, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:17", + "devicecode": "98017" + }, + { + "eventid": "d3599fb9-0a8b-4640-90a8-75fb64e94cce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.559365, + "lat": 36.32761, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98017" + }, + { + "eventid": "485affa4-ec80-4041-b9b9-46fa61e2986e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:53", + "lon": 112.558375, + "lat": 36.32709, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:44", + "devicecode": "98017" + }, + { + "eventid": "27ebbb23-8f0e-4b9e-bf52-4b1bf3d1037d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:38", + "lon": 112.557678, + "lat": 36.32662, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:28", + "devicecode": "98017" + }, + { + "eventid": "f925ffb6-8c6f-48a3-b9fd-962a9d29ac09", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:23", + "lon": 112.557285, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:17", + "devicecode": "98017" + }, + { + "eventid": "804fa7df-16bd-4d3e-b163-43f4dcd49ce8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:53", + "lon": 112.557071, + "lat": 36.326291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:45", + "devicecode": "98017" + }, + { + "eventid": "43e1cfd9-684c-4698-910a-88c3b47853c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:38", + "lon": 112.557053, + "lat": 36.326308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:28", + "devicecode": "98017" + }, + { + "eventid": "a7d26224-f5cd-44ca-be40-47d0601732bd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:23", + "lon": 112.557061, + "lat": 36.32633, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:17", + "devicecode": "98017" + }, + { + "eventid": "e2d983bf-1b10-4674-9e45-de95d47ddf90", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:08", + "lon": 112.556983, + "lat": 36.326301, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98017" + }, + { + "eventid": "986a927d-1c1d-42b0-9471-cc246a85d1ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:53", + "lon": 112.556973, + "lat": 36.326318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98017" + }, + { + "eventid": "48663dcb-cc8d-41f6-bde7-d9dcbbda7402", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:38", + "lon": 112.55691, + "lat": 36.326303, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:28", + "devicecode": "98017" + }, + { + "eventid": "52b61f8d-b859-4dba-8e02-524354431b71", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:23", + "lon": 112.556905, + "lat": 36.326288, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:17", + "devicecode": "98017" + }, + { + "eventid": "adf51d4c-bc9a-4117-9442-e4a49afd524c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:08", + "lon": 112.55692, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:00", + "devicecode": "98017" + }, + { + "eventid": "2d37afab-5160-4ab0-95ad-461bc4c14741", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:35", + "lon": 112.556933, + "lat": 36.326293, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98017" + }, + { + "eventid": "e2657abe-91e4-4f4b-a306-c398c76f1d65", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:50", + "lon": 112.556923, + "lat": 36.32627, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98017" + }, + { + "eventid": "20b25887-80f0-4f45-86bd-b49be6512d7e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:54", + "lon": 112.556955, + "lat": 36.326313, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:27", + "devicecode": "98017" + }, + { + "eventid": "5001ed69-6ab7-4c32-b26f-2c0fb9421ce5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:51", + "lon": 112.556953, + "lat": 36.326323, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:46", + "devicecode": "98017" + }, + { + "eventid": "d3628936-edbc-4527-8fa3-a28b635aeaf8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:36", + "lon": 112.556991, + "lat": 36.326318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:30", + "devicecode": "98017" + }, + { + "eventid": "233101d7-5b09-4a7b-afbf-58a6076bc429", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:21", + "lon": 112.557028, + "lat": 36.326268, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:11", + "devicecode": "98017" + }, + { + "eventid": "1a95f8a2-e658-4b7c-b268-f94655221952", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:06", + "lon": 112.557013, + "lat": 36.326255, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:00", + "devicecode": "98017" + }, + { + "eventid": "14531b0f-0829-4205-a706-88a00ccc8ab7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:51", + "lon": 112.557036, + "lat": 36.326241, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:44", + "devicecode": "98017" + }, + { + "eventid": "ba1cf80c-d448-4170-9199-ba443bd29a47", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:36", + "lon": 112.557043, + "lat": 36.326231, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:27", + "devicecode": "98017" + }, + { + "eventid": "373bb546-5462-4850-986b-1a61bfd5cd94", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:21", + "lon": 112.55701, + "lat": 36.32625, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:16", + "devicecode": "98017" + }, + { + "eventid": "648baad5-6483-451f-ae97-66b093a6ca13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:06", + "lon": 112.556926, + "lat": 36.326301, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:59", + "devicecode": "98017" + }, + { + "eventid": "3f565fa0-7378-402c-86a6-8431ad82019f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:51", + "lon": 112.556938, + "lat": 36.3263, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:42", + "devicecode": "98017" + }, + { + "eventid": "39ca36b2-8159-4ed3-a74d-32942e04cdd0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:36", + "lon": 112.557008, + "lat": 36.32639, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:26", + "devicecode": "98017" + }, + { + "eventid": "f26439fd-e017-48a4-9bb6-cfc5bbba80f1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:21", + "lon": 112.556928, + "lat": 36.326421, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:14", + "devicecode": "98017" + }, + { + "eventid": "19d70f3f-1d16-41d6-93f3-2051736e8ba3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:06", + "lon": 112.556928, + "lat": 36.326438, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:57", + "devicecode": "98017" + }, + { + "eventid": "dbfa027e-b49a-454d-9353-80d73e126055", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:51", + "lon": 112.556965, + "lat": 36.32646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:45", + "devicecode": "98017" + }, + { + "eventid": "16ac40cb-e5b8-4697-b97b-b011ff241df6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:36", + "lon": 112.556986, + "lat": 36.326493, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:27", + "devicecode": "98017" + }, + { + "eventid": "00be831c-2a1d-4d96-94cd-08cb997f43ca", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:21", + "lon": 112.557006, + "lat": 36.326518, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:14", + "devicecode": "98017" + }, + { + "eventid": "dd6fc786-9e14-44b7-a037-85b43447a7da", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:06", + "lon": 112.556978, + "lat": 36.326506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:57", + "devicecode": "98017" + }, + { + "eventid": "a36dd4f7-0282-4b05-89c2-34937e858fd8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:51", + "lon": 112.556983, + "lat": 36.326488, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:46", + "devicecode": "98017" + }, + { + "eventid": "a9ac083e-dc54-41be-b422-2a6b429eb70d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:36", + "lon": 112.55694, + "lat": 36.326455, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:29", + "devicecode": "98017" + }, + { + "eventid": "afc46b7a-10d5-40ee-b10f-d6f892d9eb9c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:21", + "lon": 112.55696, + "lat": 36.326458, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:12", + "devicecode": "98017" + }, + { + "eventid": "c345e1a7-0bb4-494e-adb8-14911a1c2a9a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:06", + "lon": 112.556965, + "lat": 36.326456, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:00", + "devicecode": "98017" + }, + { + "eventid": "59e57939-2822-4d4a-b03c-f0e44ca35ed1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:51", + "lon": 112.556965, + "lat": 36.326455, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:43", + "devicecode": "98017" + }, + { + "eventid": "b57bab8c-7354-4f5c-b78a-48f1a4f9957f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:36", + "lon": 112.556951, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:27", + "devicecode": "98017" + }, + { + "eventid": "0a943038-3050-4d36-a5ae-b5405efbf340", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:21", + "lon": 112.556953, + "lat": 36.326421, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:15", + "devicecode": "98017" + }, + { + "eventid": "c4c21733-077c-4661-8968-466f668644eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:06", + "lon": 112.55695, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:58", + "devicecode": "98017" + }, + { + "eventid": "1c430b5e-fc6f-4809-b175-ebf26baebfe1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:51", + "lon": 112.556976, + "lat": 36.326423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:41", + "devicecode": "98017" + }, + { + "eventid": "83aebdb3-9ba9-495b-86c8-942a0025a775", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:36", + "lon": 112.556993, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:30", + "devicecode": "98017" + }, + { + "eventid": "cb566007-cf9e-4564-b721-06bf66799cda", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:21", + "lon": 112.556991, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:13", + "devicecode": "98017" + }, + { + "eventid": "f3e5ae83-d60a-45be-9022-541e4e604c4b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:06", + "lon": 112.556976, + "lat": 36.326435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:57", + "devicecode": "98017" + }, + { + "eventid": "a110eae7-c0d8-4e24-a897-2c1fff690480", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:51", + "lon": 112.556963, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:46", + "devicecode": "98017" + }, + { + "eventid": "0d83c6f4-49c9-435d-bc71-b80ea834d7b2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:36", + "lon": 112.556948, + "lat": 36.32643, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:29", + "devicecode": "98017" + }, + { + "eventid": "28b9089c-d69b-4ac9-be55-9d292a06f2b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:21", + "lon": 112.55694, + "lat": 36.326433, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:13", + "devicecode": "98017" + }, + { + "eventid": "1382b6a2-8a7c-407a-b776-9d14c7e2cd48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:06", + "lon": 112.556943, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:56", + "devicecode": "98017" + }, + { + "eventid": "0a4a5d55-10d6-4af4-ad4f-62453810dffe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:51", + "lon": 112.556956, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:44", + "devicecode": "98017" + }, + { + "eventid": "b5e40a98-abc0-47bf-ba29-0836d27408eb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:36", + "lon": 112.556956, + "lat": 36.326443, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:27", + "devicecode": "98017" + }, + { + "eventid": "d3aa037d-3881-49cc-811d-765c1c51d788", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:21", + "lon": 112.556948, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98017" + }, + { + "eventid": "247d6a4c-a00d-4a63-b978-0d9b2273c6e3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:06", + "lon": 112.556941, + "lat": 36.326426, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:59", + "devicecode": "98017" + }, + { + "eventid": "3ba334bd-c88b-445a-944d-e8312fd444b8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:51", + "lon": 112.556945, + "lat": 36.326423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:42", + "devicecode": "98017" + }, + { + "eventid": "7821a01a-97ec-4449-b144-b30a28238701", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:06", + "lon": 112.556936, + "lat": 36.326406, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:59", + "devicecode": "98017" + }, + { + "eventid": "a46e4559-f3f6-4f4b-a0a6-ef3b01ce1e37", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:51", + "lon": 112.556935, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:43", + "devicecode": "98017" + }, + { + "eventid": "f2762979-480b-48c6-8fa7-dfbf73e5248c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:36", + "lon": 112.55693, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:26", + "devicecode": "98017" + }, + { + "eventid": "2c5f4b70-a8de-44e0-bc80-b4058d06e010", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:21", + "lon": 112.556918, + "lat": 36.326403, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:15", + "devicecode": "98017" + }, + { + "eventid": "7f1dceaa-1e6a-4d84-b68c-5cb578f69b50", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:06", + "lon": 112.55692, + "lat": 36.32641, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:59", + "devicecode": "98017" + }, + { + "eventid": "35d4d39f-94dd-49a6-860a-5c9df3eab19e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:51", + "lon": 112.556916, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:42", + "devicecode": "98017" + }, + { + "eventid": "e00228d1-c471-4b74-8ce4-52783099a2e5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:36", + "lon": 112.556898, + "lat": 36.3264, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:26", + "devicecode": "98017" + }, + { + "eventid": "d937fddf-ad7a-4f2f-bd1f-235d3dba0d76", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:21", + "lon": 112.556913, + "lat": 36.326405, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:15", + "devicecode": "98017" + }, + { + "eventid": "0a0b62a0-da1a-43aa-b313-f5d8e27f676f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:06", + "lon": 112.556936, + "lat": 36.326415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:59", + "devicecode": "98017" + }, + { + "eventid": "4760c80d-2693-4275-9a82-57ae0061432b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:51", + "lon": 112.556956, + "lat": 36.326425, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:42", + "devicecode": "98017" + }, + { + "eventid": "520eaa28-b8c8-4dc9-9d7d-5b434b1277d0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:36", + "lon": 112.556985, + "lat": 36.32645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:26", + "devicecode": "98017" + }, + { + "eventid": "563ef7fa-4101-4a4d-a12a-0f6db692e5de", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:21", + "lon": 112.557005, + "lat": 36.326468, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:15", + "devicecode": "98017" + }, + { + "eventid": "305c2ec7-72f5-49fa-bd8a-204efdffa713", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:06", + "lon": 112.557031, + "lat": 36.326505, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:58", + "devicecode": "98017" + }, + { + "eventid": "9ed4a219-35a8-481b-9ccc-f60243f649c4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:51", + "lon": 112.55705, + "lat": 36.32653, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:41", + "devicecode": "98017" + }, + { + "eventid": "b62b8da3-baf1-48df-86e2-a82be9ece597", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:36", + "lon": 112.557051, + "lat": 36.326535, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:30", + "devicecode": "98017" + }, + { + "eventid": "8dffc5b9-197e-4d13-bdc3-f0334b1ea5b6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:06", + "lon": 112.55703, + "lat": 36.326523, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:56", + "devicecode": "98017" + }, + { + "eventid": "e6dd525f-5b97-44ec-9a34-b61768ebaf60", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:51", + "lon": 112.55703, + "lat": 36.32652, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:45", + "devicecode": "98017" + }, + { + "eventid": "54e233b7-d513-40b5-bd49-6970b74424a9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:36", + "lon": 112.557033, + "lat": 36.326513, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:28", + "devicecode": "98017" + }, + { + "eventid": "c0a7b3dd-7161-494e-9a85-6a93279671c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:21", + "lon": 112.557031, + "lat": 36.326498, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:16", + "devicecode": "98017" + }, + { + "eventid": "7f4adbac-1e7f-44f4-adfa-a50d1dcc6b9f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:06", + "lon": 112.55702, + "lat": 36.326481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:00", + "devicecode": "98017" + }, + { + "eventid": "090fd173-31eb-47ee-b4e1-b91fb74e72e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:51", + "lon": 112.557023, + "lat": 36.326476, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:43", + "devicecode": "98017" + }, + { + "eventid": "a6f9ff54-52d9-403d-b7f5-5050cdc7a656", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:36", + "lon": 112.557035, + "lat": 36.326481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:27", + "devicecode": "98017" + }, + { + "eventid": "6520d476-3a68-422b-ae1c-b1c7fa147841", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:21", + "lon": 112.557021, + "lat": 36.32646, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:16", + "devicecode": "98017" + }, + { + "eventid": "a0bc1702-4c0a-40f1-8257-c01cd4e3d014", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:06", + "lon": 112.55704, + "lat": 36.326471, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:59", + "devicecode": "98017" + }, + { + "eventid": "5decefe7-121f-4a4d-a5f5-41247f89659d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:48", + "lon": 112.557055, + "lat": 36.326485, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:48", + "devicecode": "98017" + }, + { + "eventid": "8950ea2e-9ad3-4e56-898e-0826eca48b85", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:33", + "lon": 112.557046, + "lat": 36.326478, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:48", + "devicecode": "98017" + }, + { + "eventid": "195f9087-b79c-40b8-9b4b-024fd4d6a230", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:38:43", + "lon": 112.627205, + "lat": 36.347603, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:32:39", + "devicecode": "98017" + }, + { + "eventid": "e1831086-757b-4e0c-8072-2e65d4dee028", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:38:13", + "lon": 112.623008, + "lat": 36.34946, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:32:08", + "devicecode": "98017" + }, + { + "eventid": "1afb5d0b-02e5-4a18-aae2-950f0138d1d9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:58", + "lon": 112.620831, + "lat": 36.349225, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:52", + "devicecode": "98017" + }, + { + "eventid": "d4ad7d94-b6b7-44f6-8417-0c558d968634", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:43", + "lon": 112.618821, + "lat": 36.3493, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:37", + "devicecode": "98017" + }, + { + "eventid": "d263577a-4a24-486b-b568-df9dbb0e5bea", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:37:28", + "lon": 112.61736, + "lat": 36.349385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:31:21", + "devicecode": "98017" + }, + { + "eventid": "c2fa8fcd-7036-4647-b493-936bd7ee623a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:36:43", + "lon": 112.616815, + "lat": 36.348326, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:30:34", + "devicecode": "98017" + }, + { + "eventid": "85dbe77a-e2d1-4d7f-a5c8-625a1bcea0c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:36:10", + "lon": 112.6168, + "lat": 36.348265, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:30:03", + "devicecode": "98017" + }, + { + "eventid": "c2e9a2a2-91b4-49ca-8324-891d402f8ae6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:55", + "lon": 112.616901, + "lat": 36.3486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:48", + "devicecode": "98017" + }, + { + "eventid": "d9fb1826-65d9-42f0-ac72-16acb025e1c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:40", + "lon": 112.617011, + "lat": 36.349001, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:32", + "devicecode": "98017" + }, + { + "eventid": "37f26b01-898a-4a08-ade3-a9a0e09b9ffa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:35:10", + "lon": 112.615773, + "lat": 36.3495, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:29:01", + "devicecode": "98017" + }, + { + "eventid": "9b88aa3c-3ea1-468d-aace-8fb03f89c89d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:37", + "lon": 112.611638, + "lat": 36.350231, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:31", + "devicecode": "98017" + }, + { + "eventid": "77f4113b-3ac6-4edd-b949-8c805640fda9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:20", + "lon": 112.610496, + "lat": 36.350576, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:15", + "devicecode": "98017" + }, + { + "eventid": "b8d4489c-3bc7-4bf7-94c6-0b93954f958d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:34:05", + "lon": 112.609128, + "lat": 36.350951, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:28:00", + "devicecode": "98017" + }, + { + "eventid": "06702007-5445-4c0a-bf1c-738875951d1b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:33:05", + "lon": 112.601986, + "lat": 36.351365, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:59", + "devicecode": "98017" + }, + { + "eventid": "b5ffe5f4-8545-4b1e-8b9c-e118624914b7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:50", + "lon": 112.600856, + "lat": 36.350853, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:44", + "devicecode": "98017" + }, + { + "eventid": "da3bb5ad-f3b1-4d36-a49b-3e4b70cd5189", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:35", + "lon": 112.600513, + "lat": 36.35068, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:28", + "devicecode": "98017" + }, + { + "eventid": "a709c632-fb33-4bf2-adb8-9b85dc17f5cb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:20", + "lon": 112.600616, + "lat": 36.350566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:26:13", + "devicecode": "98017" + }, + { + "eventid": "fb171cb0-2c1a-413e-bf8e-d9b8a6081b69", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:32:05", + "lon": 112.600776, + "lat": 36.350428, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:58", + "devicecode": "98017" + }, + { + "eventid": "73fd3281-8ca5-403e-8fa9-b5f9e6027349", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:50", + "lon": 112.60088, + "lat": 36.350325, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:42", + "devicecode": "98017" + }, + { + "eventid": "1e204b99-14bb-420d-9640-b2782bebff62", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:33", + "lon": 112.600731, + "lat": 36.350393, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:27", + "devicecode": "98017" + }, + { + "eventid": "b7df4fd9-99ae-4b7a-9ed1-c351aef8c4e9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:18", + "lon": 112.600533, + "lat": 36.35057, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:25:11", + "devicecode": "98017" + }, + { + "eventid": "5e4fd402-cd6e-47f6-8d16-e3c69cf64d3b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:31:03", + "lon": 112.600501, + "lat": 36.350681, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:56", + "devicecode": "98017" + }, + { + "eventid": "88592f17-f11a-4573-9223-0984e9628232", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:48", + "lon": 112.60019, + "lat": 36.350528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:41", + "devicecode": "98017" + }, + { + "eventid": "5c360764-d245-4183-a0e1-e49a2ed86f48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:33", + "lon": 112.59861, + "lat": 36.349841, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:25", + "devicecode": "98017" + }, + { + "eventid": "d33bc222-aae8-4170-a5d1-940713f3f040", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:18", + "lon": 112.597643, + "lat": 36.349551, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:24:10", + "devicecode": "98017" + }, + { + "eventid": "6335336f-b2f5-4e52-838b-193a823995d4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:30:00", + "lon": 112.5973, + "lat": 36.349503, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:55", + "devicecode": "98017" + }, + { + "eventid": "331880e8-9ffb-4220-8c94-336348d8ca62", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:44", + "lon": 112.595866, + "lat": 36.349446, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:34", + "devicecode": "98017" + }, + { + "eventid": "871bc9dc-1577-42c9-8ee4-48bee00563aa", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:28", + "lon": 112.593731, + "lat": 36.349343, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:24", + "devicecode": "98017" + }, + { + "eventid": "4c8cb786-1692-4542-a7a7-c413e4050a9c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:29:13", + "lon": 112.591861, + "lat": 36.349256, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:23:04", + "devicecode": "98017" + }, + { + "eventid": "7f73eada-0867-46c7-8864-023fd5ffa1b9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:58", + "lon": 112.590003, + "lat": 36.348986, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:53", + "devicecode": "98017" + }, + { + "eventid": "93532f4a-c6e8-4665-bd5d-329a3caf6724", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:43", + "lon": 112.588791, + "lat": 36.348501, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:38", + "devicecode": "98017" + }, + { + "eventid": "5db648da-9de2-4337-8077-a461a67b2ede", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:26", + "lon": 112.588108, + "lat": 36.348248, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:17", + "devicecode": "98017" + }, + { + "eventid": "b180f8f4-af4c-46ff-b70f-a1a754aa2360", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:28:11", + "lon": 112.587533, + "lat": 36.34793, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:22:06", + "devicecode": "98017" + }, + { + "eventid": "01868b0f-e52d-41cf-bc09-274743b1497b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:56", + "lon": 112.587918, + "lat": 36.347413, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:51", + "devicecode": "98017" + }, + { + "eventid": "aa9c070d-61ae-460d-adfd-22287481c812", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:39", + "lon": 112.588335, + "lat": 36.34684, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:31", + "devicecode": "98017" + }, + { + "eventid": "9847e204-4c7f-4712-b328-948ec2e80f2f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:23", + "lon": 112.588355, + "lat": 36.346673, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:15", + "devicecode": "98017" + }, + { + "eventid": "282b41bd-bcfd-49b7-b00f-ea447354b373", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:27:08", + "lon": 112.588318, + "lat": 36.34684, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:21:00", + "devicecode": "98017" + }, + { + "eventid": "f7875ad3-abdd-452a-9fef-7dce687b4fc2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:26:52", + "lon": 112.587953, + "lat": 36.347318, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:20:44", + "devicecode": "98017" + }, + { + "eventid": "15a8206f-0112-4655-89bc-5ccf6cb633a0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:26:07", + "lon": 112.585636, + "lat": 36.347645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:58", + "devicecode": "98017" + }, + { + "eventid": "31b20fc4-9b6c-4995-9ce7-acc8c895622f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:25:52", + "lon": 112.58426, + "lat": 36.347528, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:48", + "devicecode": "98017" + }, + { + "eventid": "182d98b9-2739-490c-8e2e-54d07a7c3d3f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:25:37", + "lon": 112.582338, + "lat": 36.34746, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:19:28", + "devicecode": "98017" + }, + { + "eventid": "0074f2c4-f6bd-4d9b-b55d-f3cb77159eb1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:52", + "lon": 112.578555, + "lat": 36.344765, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:52", + "devicecode": "98017" + }, + { + "eventid": "0018d920-82c6-4715-9bdc-1485f44058f2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:37", + "lon": 112.57833, + "lat": 36.344178, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:37", + "devicecode": "98017" + }, + { + "eventid": "0e7bf01c-6990-46a9-807d-7764a10a24c1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:21", + "lon": 112.578243, + "lat": 36.343915, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:18:16", + "devicecode": "98017" + }, + { + "eventid": "32ad6289-43cf-4d74-9bb9-470623625abe", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:24:04", + "lon": 112.577688, + "lat": 36.342358, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:56", + "devicecode": "98017" + }, + { + "eventid": "a01dfeef-15a6-4f3e-a65d-76b452e962ef", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:49", + "lon": 112.577345, + "lat": 36.340911, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:40", + "devicecode": "98017" + }, + { + "eventid": "d262065f-805f-4c66-a8a8-8ae501eaa07b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:34", + "lon": 112.577093, + "lat": 36.339423, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:25", + "devicecode": "98017" + }, + { + "eventid": "02d24d1c-a004-4618-90a9-7a237758647a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:19", + "lon": 112.576765, + "lat": 36.338115, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:17:10", + "devicecode": "98017" + }, + { + "eventid": "4ba7d0f1-babe-438e-a756-510b7c043e8f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:23:04", + "lon": 112.576168, + "lat": 36.337516, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:54", + "devicecode": "98017" + }, + { + "eventid": "4075a2bd-d9b2-47d1-b444-683819cf3d48", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:48", + "lon": 112.575736, + "lat": 36.337285, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:38", + "devicecode": "98017" + }, + { + "eventid": "6c5c91b9-8cb3-4280-b8ee-990f115e91cb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:18", + "lon": 112.57267, + "lat": 36.335555, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:16:13", + "devicecode": "98017" + }, + { + "eventid": "d71cdc25-cad8-4229-84d2-93b2b8f781af", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:22:03", + "lon": 112.571566, + "lat": 36.33415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:58", + "devicecode": "98017" + }, + { + "eventid": "d6c1e4f6-48c7-4a51-a91a-503279ead197", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:48", + "lon": 112.570486, + "lat": 36.332656, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:42", + "devicecode": "98017" + }, + { + "eventid": "0577b428-9722-4766-ad97-5f817c639c99", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:18", + "lon": 112.569291, + "lat": 36.331021, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:15:12", + "devicecode": "98017" + }, + { + "eventid": "ff065e63-2fd8-4adb-9d9e-223865f2801a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:21:03", + "lon": 112.569268, + "lat": 36.331013, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:56", + "devicecode": "98017" + }, + { + "eventid": "58734ee8-caac-48b7-9f3d-d86175a2b1e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:20:48", + "lon": 112.56921, + "lat": 36.330946, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:41", + "devicecode": "98017" + }, + { + "eventid": "07e925a5-bc18-4b2f-b067-2367eb54c00f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:20:33", + "lon": 112.567591, + "lat": 36.330335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:14:26", + "devicecode": "98017" + }, + { + "eventid": "44c3f0be-6384-4b1f-8c00-b74b9b1787fb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:48", + "lon": 112.561511, + "lat": 36.328658, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:40", + "devicecode": "98017" + }, + { + "eventid": "57ffcfd0-d8a8-4968-a926-f882988ffc91", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:33", + "lon": 112.559941, + "lat": 36.327866, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:25", + "devicecode": "98017" + }, + { + "eventid": "1268f0f6-351c-47a7-be1f-30167d07f153", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:18", + "lon": 112.558298, + "lat": 36.32706, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:13:10", + "devicecode": "98017" + }, + { + "eventid": "d94bfa4c-0b14-41dc-b20c-701a04958ec3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:19:03", + "lon": 112.557246, + "lat": 36.326325, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:54", + "devicecode": "98017" + }, + { + "eventid": "a197d068-3140-4bee-946c-d4cb9df80f5e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:33", + "lon": 112.557013, + "lat": 36.326355, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:24", + "devicecode": "98017" + }, + { + "eventid": "4e5ea339-ac28-4b78-8cd0-6ecba166c7d7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:18", + "lon": 112.556961, + "lat": 36.326366, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:12:08", + "devicecode": "98017" + }, + { + "eventid": "570320c8-dbdc-4945-8ec0-1d377b9220f7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:18:03", + "lon": 112.55697, + "lat": 36.326366, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:58", + "devicecode": "98017" + }, + { + "eventid": "21e5cbf4-e768-42c9-92d6-ae5f47469807", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:33", + "lon": 112.557, + "lat": 36.326333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:27", + "devicecode": "98017" + }, + { + "eventid": "e3bb0e5e-2aa7-4893-8ec4-0c55b025478e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:18", + "lon": 112.557045, + "lat": 36.326281, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:11:12", + "devicecode": "98017" + }, + { + "eventid": "9de9a97f-3ffa-4199-b3cc-6d912ad212ab", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:17:03", + "lon": 112.557031, + "lat": 36.326323, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:57", + "devicecode": "98017" + }, + { + "eventid": "770e7a7b-6169-4cab-a7c0-8c0c3336198e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:48", + "lon": 112.557025, + "lat": 36.326308, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:42", + "devicecode": "98017" + }, + { + "eventid": "6402748e-b2ed-49ac-9b3f-4511540b4935", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:18", + "lon": 112.557033, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:10:11", + "devicecode": "98017" + }, + { + "eventid": "bdc4b188-4f02-47dc-8bbc-dd13b22a0241", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:16:03", + "lon": 112.557041, + "lat": 36.326321, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:56", + "devicecode": "98017" + }, + { + "eventid": "8206f2bc-a7f9-42af-bfa9-5b4b80b744d2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:48", + "lon": 112.557035, + "lat": 36.326313, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:41", + "devicecode": "98017" + }, + { + "eventid": "adcb3615-51b5-47a8-a4dd-559854ff0f4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:33", + "lon": 112.557026, + "lat": 36.32632, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:26", + "devicecode": "98017" + }, + { + "eventid": "92e0d7df-f740-4ee7-b4b0-b0901435fe6f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:15:18", + "lon": 112.557051, + "lat": 36.326306, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:09:10", + "devicecode": "98017" + }, + { + "eventid": "8e38d059-abd4-407d-bbe2-341ca527bf13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:14:48", + "lon": 112.557025, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:08:40", + "devicecode": "98017" + }, + { + "eventid": "8ff01a7f-3648-433d-aaa4-e8f0a3ac37bd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:13:48", + "lon": 112.557, + "lat": 36.326378, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:07:39", + "devicecode": "98017" + }, + { + "eventid": "5ac80585-28a0-4a49-8be9-d7688e6f2b64", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:13:18", + "lon": 112.556985, + "lat": 36.326373, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:07:13", + "devicecode": "98017" + }, + { + "eventid": "9c7e4189-9915-4a4e-9344-a31e7bc134cd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:46", + "lon": 112.557005, + "lat": 36.326361, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:06:27", + "devicecode": "98017" + }, + { + "eventid": "7e150c55-b151-461a-9761-c547a7a91fdd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:16", + "lon": 112.556995, + "lat": 36.32638, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:05:06", + "devicecode": "98017" + }, + { + "eventid": "54a902ac-cf08-4303-b894-d5e8421c22f9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:11:01", + "lon": 112.557, + "lat": 36.326371, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:04:56", + "devicecode": "98017" + }, + { + "eventid": "4c27cbc3-a1bf-4bf2-9a74-f4390c6b2a2a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:10:31", + "lon": 112.557051, + "lat": 36.32635, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:04:25", + "devicecode": "98017" + }, + { + "eventid": "0a40be6a-0f5b-425f-b5ed-43239c9e3c82", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:10:01", + "lon": 112.557053, + "lat": 36.326361, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:55", + "devicecode": "98017" + }, + { + "eventid": "998cc969-dae5-4d75-a754-11363b6f6265", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:46", + "lon": 112.557051, + "lat": 36.32636, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:40", + "devicecode": "98017" + }, + { + "eventid": "d40dedf7-2772-4897-8c85-25faf4bc5706", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:31", + "lon": 112.557038, + "lat": 36.326353, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:24", + "devicecode": "98017" + }, + { + "eventid": "3efb3e83-51a8-4052-a521-b68881c13a3d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:16", + "lon": 112.557038, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:03:09", + "devicecode": "98017" + }, + { + "eventid": "63569e12-78c2-45b6-a636-73bd5b3e7bc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:09:01", + "lon": 112.557045, + "lat": 36.32635, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:54", + "devicecode": "98017" + }, + { + "eventid": "c4660d2a-4647-4d46-9d38-bcbe41b82f4e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:46", + "lon": 112.557058, + "lat": 36.326351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:38", + "devicecode": "98017" + }, + { + "eventid": "094b1b86-de8a-43e3-95bb-49aa4b45b55c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:31", + "lon": 112.557061, + "lat": 36.326351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:23", + "devicecode": "98017" + }, + { + "eventid": "4788012c-27e9-45be-abe3-48cb0ca14992", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:08:16", + "lon": 112.557076, + "lat": 36.32634, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:02:08", + "devicecode": "98017" + }, + { + "eventid": "4e6ad105-c915-407a-a5f3-f8e53ce8d8c3", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:31", + "lon": 112.557066, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:01:22", + "devicecode": "98017" + }, + { + "eventid": "59d810c0-28a4-441c-9f08-4d6c8f2d1a83", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:16", + "lon": 112.557078, + "lat": 36.326333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:01:07", + "devicecode": "98017" + }, + { + "eventid": "4f7ebfb0-34da-4a6a-8719-230cc5beba11", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:07:01", + "lon": 112.557083, + "lat": 36.326335, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:51", + "devicecode": "98017" + }, + { + "eventid": "6167f3ed-7ad3-4241-8d4d-ba2986761bf7", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:46", + "lon": 112.557043, + "lat": 36.326341, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:36", + "devicecode": "98017" + }, + { + "eventid": "dd94f129-2d3d-4a35-9277-ea53165d82f6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:31", + "lon": 112.557048, + "lat": 36.326348, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:21", + "devicecode": "98017" + }, + { + "eventid": "f8b28bbe-6436-419f-a71a-0317ff2ba72d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:16", + "lon": 112.557078, + "lat": 36.326363, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 07:00:11", + "devicecode": "98017" + }, + { + "eventid": "32d2ce9a-a2bd-46ac-b37f-63d49cb93b9a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:06:01", + "lon": 112.557081, + "lat": 36.326398, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:56", + "devicecode": "98017" + }, + { + "eventid": "0b40a726-0cce-43b3-bb6d-a20d17b59a15", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:46", + "lon": 112.557066, + "lat": 36.326431, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:40", + "devicecode": "98017" + }, + { + "eventid": "c2e2b2f8-89e0-483d-841a-90738215d86c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:29", + "lon": 112.557056, + "lat": 36.326435, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:20", + "devicecode": "98017" + }, + { + "eventid": "f365c631-c8a9-4642-a2b2-9077a274c4ef", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 07:05:14", + "lon": 112.557001, + "lat": 36.326506, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 06:59:20", + "devicecode": "98017" + }, + { + "eventid": "d4ba291d-e97d-400c-9869-1d6f647972cc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:56", + "lon": 112.720475, + "lat": 36.30776, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:51", + "devicecode": "98017" + }, + { + "eventid": "7d782223-5a55-4b2f-b528-ad0fc328f997", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:41", + "lon": 112.720478, + "lat": 36.307758, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:36", + "devicecode": "98017" + }, + { + "eventid": "ea611f12-031d-4e54-8c93-da82a92a4d15", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:26", + "lon": 112.720485, + "lat": 36.307745, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:21", + "devicecode": "98017" + }, + { + "eventid": "6874b873-f22c-42f0-b27d-445075bc8d54", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:51:11", + "lon": 112.720501, + "lat": 36.307748, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:45:05", + "devicecode": "98017" + }, + { + "eventid": "a1bf3cf3-854f-42cb-a67c-f9ee101b6099", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:56", + "lon": 112.720395, + "lat": 36.307853, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:50", + "devicecode": "98017" + }, + { + "eventid": "3bcec68d-8d35-4d52-8679-244f0acf95e9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:41", + "lon": 112.719283, + "lat": 36.308956, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:35", + "devicecode": "98017" + }, + { + "eventid": "bd08fcd4-4b83-4776-8734-dfbcd83e9fdc", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:26", + "lon": 112.717748, + "lat": 36.310645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:20", + "devicecode": "98017" + }, + { + "eventid": "127110a7-27ec-4a22-878a-fde05ff81d09", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:50:11", + "lon": 112.715918, + "lat": 36.312653, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:44:05", + "devicecode": "98017" + }, + { + "eventid": "07160929-92a1-4bd4-90a7-f042fc07b9ce", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:56", + "lon": 112.713821, + "lat": 36.314041, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:49", + "devicecode": "98017" + }, + { + "eventid": "94898c4a-4709-45ed-802d-d52a5a13e056", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:41", + "lon": 112.711508, + "lat": 36.314781, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:34", + "devicecode": "98017" + }, + { + "eventid": "01b32a0c-9376-4362-a015-0df43b407073", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:26", + "lon": 112.708796, + "lat": 36.315655, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:19", + "devicecode": "98017" + }, + { + "eventid": "28c79fbc-d707-41a3-b4c2-449ca3867017", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:49:11", + "lon": 112.706186, + "lat": 36.316856, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:43:03", + "devicecode": "98017" + }, + { + "eventid": "1dd76452-7189-4afc-9183-054f9bf533c8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:56", + "lon": 112.703796, + "lat": 36.318941, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:48", + "devicecode": "98017" + }, + { + "eventid": "2f37553d-fcf5-4035-bb25-ef157d14d682", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:41", + "lon": 112.701546, + "lat": 36.320998, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:33", + "devicecode": "98017" + }, + { + "eventid": "12fd6087-cf7f-4756-a638-0a84e7dd4d1f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:26", + "lon": 112.699818, + "lat": 36.322486, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:18", + "devicecode": "98017" + }, + { + "eventid": "4b46f062-999e-4b41-90c9-c93cb24e842b", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:48:11", + "lon": 112.697573, + "lat": 36.32351, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:42:03", + "devicecode": "98017" + }, + { + "eventid": "7b390ccc-f982-4568-89fd-c74d82a817ae", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:56", + "lon": 112.694431, + "lat": 36.32479, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:47", + "devicecode": "98017" + }, + { + "eventid": "021a3396-efe0-417d-ba52-a2c11dd5ead2", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:41", + "lon": 112.691505, + "lat": 36.325725, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:32", + "devicecode": "98017" + }, + { + "eventid": "6f864d5c-43f8-463e-ac7d-b59ad174616d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:26", + "lon": 112.689543, + "lat": 36.32581, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:17", + "devicecode": "98017" + }, + { + "eventid": "9eb434ea-bfa1-4935-8c5c-e04ae48e27ed", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:47:11", + "lon": 112.687586, + "lat": 36.325688, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:41:02", + "devicecode": "98017" + }, + { + "eventid": "9cae3859-2f3a-4623-af3c-9237037eca89", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:56", + "lon": 112.684666, + "lat": 36.32582, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:52", + "devicecode": "98017" + }, + { + "eventid": "a6dd1b8a-593c-40b8-805f-8a1c5eb8e086", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:41", + "lon": 112.681915, + "lat": 36.326436, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:36", + "devicecode": "98017" + }, + { + "eventid": "d3d7837d-35fb-44fc-9b0b-d6df0a60cb7a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:26", + "lon": 112.679158, + "lat": 36.327068, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:21", + "devicecode": "98017" + }, + { + "eventid": "35ac97c3-af22-4be9-9d54-fbd55b1e49b1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:46:11", + "lon": 112.676903, + "lat": 36.327568, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:40:06", + "devicecode": "98017" + }, + { + "eventid": "0972ab18-553d-4b06-8182-bccb9ab3efd4", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:56", + "lon": 112.674266, + "lat": 36.328158, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:51", + "devicecode": "98017" + }, + { + "eventid": "65df7281-ef8f-4824-87c5-0e93cb361935", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:41", + "lon": 112.671455, + "lat": 36.328971, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:35", + "devicecode": "98017" + }, + { + "eventid": "23f689e1-57b3-41ef-a57e-d9d13c00e8d6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:26", + "lon": 112.669208, + "lat": 36.330703, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:20", + "devicecode": "98017" + }, + { + "eventid": "ac330457-2dac-4d37-959f-632eb329daff", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:45:11", + "lon": 112.66714, + "lat": 36.332336, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:39:05", + "devicecode": "98017" + }, + { + "eventid": "22fd7a41-bfbc-4970-a1e7-423e2546d555", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:56", + "lon": 112.665538, + "lat": 36.333385, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:50", + "devicecode": "98017" + }, + { + "eventid": "ac1c31a6-18d1-4649-b4ae-331859b6e1e0", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:41", + "lon": 112.663443, + "lat": 36.334533, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:34", + "devicecode": "98017" + }, + { + "eventid": "4405d889-2d65-4958-ba3a-f03e18cc0498", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:26", + "lon": 112.661048, + "lat": 36.33567, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:19", + "devicecode": "98017" + }, + { + "eventid": "3f7eae88-e226-4b40-bd52-40db7ec93dc1", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:44:11", + "lon": 112.65824, + "lat": 36.336111, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:38:04", + "devicecode": "98017" + }, + { + "eventid": "8354c9fb-6382-4415-b14a-37974caef913", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:56", + "lon": 112.655573, + "lat": 36.336438, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:49", + "devicecode": "98017" + }, + { + "eventid": "917e7f29-0fda-4e7c-a058-4823b6e4aea9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:41", + "lon": 112.653328, + "lat": 36.33677, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:34", + "devicecode": "98017" + }, + { + "eventid": "63773f18-5f6e-4c0c-a529-6a2157d98550", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:26", + "lon": 112.650945, + "lat": 36.337333, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:18", + "devicecode": "98017" + }, + { + "eventid": "ca8b1ade-7d6b-44bf-9fbc-fa18f3778200", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:43:11", + "lon": 112.648591, + "lat": 36.338536, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:37:03", + "devicecode": "98017" + }, + { + "eventid": "c2ebdd87-ab10-436f-abaa-0d4449850454", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:56", + "lon": 112.646336, + "lat": 36.339863, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:48", + "devicecode": "98017" + }, + { + "eventid": "43ba269c-5669-4082-b274-95fe299393d8", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:41", + "lon": 112.644471, + "lat": 36.341468, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:33", + "devicecode": "98017" + }, + { + "eventid": "fb46e478-15eb-414b-8424-3968d1c6c677", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:26", + "lon": 112.642603, + "lat": 36.343521, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:17", + "devicecode": "98017" + }, + { + "eventid": "af48717f-3f19-4c8d-8c1d-1ca1bb682eba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:42:11", + "lon": 112.639915, + "lat": 36.344645, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:36:02", + "devicecode": "98017" + }, + { + "eventid": "b9d51357-6b4c-48eb-89cc-2a5c14f5f52a", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:56", + "lon": 112.63677, + "lat": 36.344495, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:47", + "devicecode": "98017" + }, + { + "eventid": "deafaed0-5a6d-4487-857a-f2452fc30abd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:41", + "lon": 112.633611, + "lat": 36.343953, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:37", + "devicecode": "98017" + }, + { + "eventid": "429fcf97-e2fc-41f9-a161-7e378a6ddb3c", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:26", + "lon": 112.631061, + "lat": 36.343958, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:22", + "devicecode": "98017" + }, + { + "eventid": "b45ab14a-6053-4582-bf67-ad0a2ca7cba5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:41:11", + "lon": 112.629326, + "lat": 36.345696, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:35:07", + "devicecode": "98017" + }, + { + "eventid": "2a442c04-cfe0-4ba0-ab1b-b7d804853347", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:56", + "lon": 112.627753, + "lat": 36.34723, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:51", + "devicecode": "98017" + }, + { + "eventid": "aa930df9-4109-4ed7-b623-4367cbb9d3ba", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:41", + "lon": 112.625406, + "lat": 36.348686, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:36", + "devicecode": "98017" + }, + { + "eventid": "4d4d830e-0a97-4168-9b35-4e221b287ca9", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:26", + "lon": 112.62309, + "lat": 36.349481, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:21", + "devicecode": "98017" + }, + { + "eventid": "4c5f0e54-e927-4e0a-9178-1fb32f71200f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:40:11", + "lon": 112.620708, + "lat": 36.349201, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:34:06", + "devicecode": "98017" + }, + { + "eventid": "89066b5a-7b87-4a2d-9199-11e347e51070", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:56", + "lon": 112.61847, + "lat": 36.349305, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:50", + "devicecode": "98017" + }, + { + "eventid": "f529c04a-8df8-4228-b579-35b871937db6", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:41", + "lon": 112.617133, + "lat": 36.34939, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:35", + "devicecode": "98017" + }, + { + "eventid": "caf5ac6e-f79b-425a-b77e-37dcab35fd85", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:26", + "lon": 112.617025, + "lat": 36.348998, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:20", + "devicecode": "98017" + }, + { + "eventid": "5bd0027e-e377-4e99-86a0-07b65fb5e101", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:39:11", + "lon": 112.61688, + "lat": 36.34843, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:33:05", + "devicecode": "98017" + }, + { + "eventid": "3a454d00-0bce-41d8-bf4f-8ca2e58f5ece", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:56", + "lon": 112.61679, + "lat": 36.348128, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:50", + "devicecode": "98017" + }, + { + "eventid": "e6e349a5-8dfb-443d-8a0b-286a87b68c28", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:41", + "lon": 112.616795, + "lat": 36.34813, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:34", + "devicecode": "98017" + }, + { + "eventid": "75d40520-4364-49e2-8905-18e4cd8f5093", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:24", + "lon": 112.616818, + "lat": 36.348296, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:19", + "devicecode": "98017" + }, + { + "eventid": "3ce5632d-32b5-4e0c-8ac5-693a58f52cfd", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:38:09", + "lon": 112.616956, + "lat": 36.34872, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:32:04", + "devicecode": "98017" + }, + { + "eventid": "8e2a7d8b-a066-4dd6-aff7-4e960613be2f", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:54", + "lon": 112.617071, + "lat": 36.349146, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:49", + "devicecode": "98017" + }, + { + "eventid": "05cc36f3-1777-4f66-bb34-d068f99e8154", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:39", + "lon": 112.616691, + "lat": 36.349415, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:34", + "devicecode": "98017" + }, + { + "eventid": "e115bf58-ec6b-403f-8224-73f119b5b355", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:24", + "lon": 112.614651, + "lat": 36.349588, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:18", + "devicecode": "98017" + }, + { + "eventid": "b601c1ba-f0eb-4111-830d-b1daac4f12df", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:37:09", + "lon": 112.612596, + "lat": 36.349938, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:31:03", + "devicecode": "98017" + }, + { + "eventid": "bf657aa9-fef0-4e02-9d56-e0551684ef7d", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:54", + "lon": 112.611436, + "lat": 36.350291, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:48", + "devicecode": "98017" + }, + { + "eventid": "4884e7aa-bea7-4fad-be2c-6f53847f7ddb", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:38", + "lon": 112.610186, + "lat": 36.35073, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:33", + "devicecode": "98017" + }, + { + "eventid": "eee12378-33c2-4622-b804-9eaf0a5b6b79", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:23", + "lon": 112.608361, + "lat": 36.351086, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:18", + "devicecode": "98017" + }, + { + "eventid": "e7f2aef8-4e0f-46a4-90bf-1b7d7dcc8416", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:36:08", + "lon": 112.606455, + "lat": 36.351261, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:30:02", + "devicecode": "98017" + }, + { + "eventid": "65a582b2-e75d-4bb1-b9da-df356ee99739", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:53", + "lon": 112.604458, + "lat": 36.351446, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:47", + "devicecode": "98017" + }, + { + "eventid": "89f393ac-9625-4963-b0b1-ba4d6f409827", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:38", + "lon": 112.602736, + "lat": 36.351566, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:32", + "devicecode": "98017" + }, + { + "eventid": "d36c8fa1-58c9-4375-88d4-e1f24ac853c5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:23", + "lon": 112.601463, + "lat": 36.351163, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:17", + "devicecode": "98017" + }, + { + "eventid": "76dce0b7-cd6d-459d-8c2e-db3d00c90b96", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:35:08", + "lon": 112.599978, + "lat": 36.350475, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:29:01", + "devicecode": "98017" + }, + { + "eventid": "a32dee4d-89bb-4475-b987-ee1d36d2acc5", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:53", + "lon": 112.598416, + "lat": 36.34979, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:46", + "devicecode": "98017" + }, + { + "eventid": "370f4942-6bb8-4bc8-a86d-4b10c8fc7b13", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:38", + "lon": 112.59762, + "lat": 36.349575, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:31", + "devicecode": "98017" + }, + { + "eventid": "23c917b9-37b5-42ee-b647-42302f67882e", + "deviceid": "2fc25020-ed7d-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-06 06:34:22", + "lon": 112.59636, + "lat": 36.349496, + "inspectorid": "8577f082-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-06 06:28:16", + "devicecode": "98017" + } + ] + }, + { + "eventid": "8577f088-2686-11e3-9e54-00216a3749b4", + "name": "索旭强", + "sex": "01", + "duty": "巡线工", + "phone": "15234539890", + "unitname": "长子站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "6963e82c-9184-49dd-bd7f-058569185e19", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.931608, + "lat": 36.180236, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98003" + }, + { + "eventid": "fbc6aab5-051b-40d2-822f-3e302acc5aed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:45", + "lon": 112.931766, + "lat": 36.180231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:39", + "devicecode": "98003" + }, + { + "eventid": "86d5de81-808d-4415-a425-0a5640174321", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:30", + "lon": 112.93273, + "lat": 36.180133, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:22", + "devicecode": "98003" + }, + { + "eventid": "9608adcf-ba69-4b02-b3dd-dfa66d816aaa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:15", + "lon": 112.933683, + "lat": 36.18004, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:06", + "devicecode": "98003" + }, + { + "eventid": "13a80f00-86c1-47fa-a9ed-8624198258ad", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:00", + "lon": 112.934585, + "lat": 36.179948, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:50", + "devicecode": "98003" + }, + { + "eventid": "9d5a02bb-42ae-41d6-9ee5-87462c1671ab", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:45", + "lon": 112.935241, + "lat": 36.179885, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:39", + "devicecode": "98003" + }, + { + "eventid": "d1ba7444-f984-4638-ab6c-761c9bfa44b9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:30", + "lon": 112.936098, + "lat": 36.179801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:23", + "devicecode": "98003" + }, + { + "eventid": "cb7cb8e9-c722-43c1-9415-711ecad0c7d7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:00", + "lon": 112.937881, + "lat": 36.179638, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98003" + }, + { + "eventid": "64c6a61c-9a8b-4272-851d-e5b7dc1f9a85", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:45", + "lon": 112.938813, + "lat": 36.179545, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98003" + }, + { + "eventid": "80dfc333-be2f-42c0-8ff6-46876d32e3ba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:26", + "lon": 112.939835, + "lat": 36.179401, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98003" + }, + { + "eventid": "a3f5e229-6557-4777-844c-e9f8eed5395f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:11", + "lon": 112.940661, + "lat": 36.179245, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:22", + "devicecode": "98003" + }, + { + "eventid": "1376e5ce-187e-4f07-86ec-26d9694654e5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:56", + "lon": 112.94092, + "lat": 36.178801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:00", + "devicecode": "98003" + }, + { + "eventid": "0ed95fbd-57e7-4be0-969a-cf13a2aa1f20", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:37", + "lon": 112.940851, + "lat": 36.178041, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:33", + "devicecode": "98003" + }, + { + "eventid": "d221d91b-8e79-483e-bb7c-f4f4e9276b1f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:22", + "lon": 112.94076, + "lat": 36.177505, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:33", + "devicecode": "98003" + }, + { + "eventid": "a149920d-1cff-43d2-a9cf-fbd2bc13d133", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:07", + "lon": 112.940638, + "lat": 36.177063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:16", + "devicecode": "98003" + }, + { + "eventid": "46bf79d0-7377-4d75-bf7c-2cd77e175b44", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:52", + "lon": 112.94058, + "lat": 36.176593, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:43", + "devicecode": "98003" + }, + { + "eventid": "ad3c0295-1238-4c2a-8aca-8a511fc1a960", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:37", + "lon": 112.940475, + "lat": 36.176225, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:32", + "devicecode": "98003" + }, + { + "eventid": "5506b8c3-1f54-490b-9a6f-259f4e9824f0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:22", + "lon": 112.940435, + "lat": 36.175755, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:15", + "devicecode": "98003" + }, + { + "eventid": "f7e106cf-d148-45c9-845e-9a4a4db762a8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:07", + "lon": 112.940286, + "lat": 36.17536, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98003" + }, + { + "eventid": "522d441c-0771-41d6-92f2-8c6e658b5f8d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:52", + "lon": 112.94017, + "lat": 36.174871, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:47", + "devicecode": "98003" + }, + { + "eventid": "340d6944-01ef-498a-8d4e-1a3db05237b1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:37", + "lon": 112.939703, + "lat": 36.174653, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:31", + "devicecode": "98003" + }, + { + "eventid": "be488fa2-3df8-4dd2-a7bc-c05ebc2c003b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:22", + "lon": 112.939056, + "lat": 36.174691, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:14", + "devicecode": "98003" + }, + { + "eventid": "0f55b9fd-409c-401e-a0ec-e2f4725166e4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:07", + "lon": 112.938936, + "lat": 36.174166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98003" + }, + { + "eventid": "f53320e4-68c1-4230-a2f5-1998904c3847", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:52", + "lon": 112.938671, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:45", + "devicecode": "98003" + }, + { + "eventid": "5e267341-c4d0-404f-b559-ab49b5b2cfe1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:37", + "lon": 112.937986, + "lat": 36.17354, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:33", + "devicecode": "98003" + }, + { + "eventid": "7669b2c4-8cfa-48b4-be21-5edf9d8576da", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:22", + "lon": 112.937283, + "lat": 36.173326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:15", + "devicecode": "98003" + }, + { + "eventid": "722ca3fb-79e4-456f-be0e-b2f83498197e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:07", + "lon": 112.936586, + "lat": 36.173143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98003" + }, + { + "eventid": "041ea423-7493-458f-b7e0-fb18b708311f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:52", + "lon": 112.935908, + "lat": 36.172951, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98003" + }, + { + "eventid": "ff919190-e68a-4b90-8fe1-302ee5b6265d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:37", + "lon": 112.935358, + "lat": 36.172805, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:29", + "devicecode": "98003" + }, + { + "eventid": "3254e5bb-ed64-4a66-96c1-9aab4195dd9e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:21", + "lon": 112.93536, + "lat": 36.172808, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:15", + "devicecode": "98003" + }, + { + "eventid": "85d9036e-144f-4399-88fb-604f0536c5bb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:00", + "lon": 112.935506, + "lat": 36.172853, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98003" + }, + { + "eventid": "e80c77ce-9de3-45b5-9def-693a4f68f98e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:30", + "lon": 112.936783, + "lat": 36.17321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98003" + }, + { + "eventid": "3ea3b6dc-3c3c-4603-b306-72cbf5a1eb20", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:15", + "lon": 112.937411, + "lat": 36.17337, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:06", + "devicecode": "98003" + }, + { + "eventid": "0fece409-ccc8-4644-b260-e15a6406e2ef", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:00", + "lon": 112.938021, + "lat": 36.17356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:55", + "devicecode": "98003" + }, + { + "eventid": "ecce515b-6300-4de3-9c9b-fffd0033d909", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:45", + "lon": 112.938641, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:38", + "devicecode": "98003" + }, + { + "eventid": "fc2ce8ff-9867-4294-84ef-70b6158f9930", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:30", + "lon": 112.939261, + "lat": 36.173853, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:21", + "devicecode": "98003" + }, + { + "eventid": "b432858e-27a4-444d-85f6-475f0f8959c5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:15", + "lon": 112.939831, + "lat": 36.174001, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:10", + "devicecode": "98003" + }, + { + "eventid": "d507e661-6a41-4b76-949a-26f84dc4e12a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:00", + "lon": 112.940395, + "lat": 36.174168, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:53", + "devicecode": "98003" + }, + { + "eventid": "2d0ee120-d56b-4e5b-bdff-9e7ad5dc8346", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:45", + "lon": 112.940921, + "lat": 36.17431, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:37", + "devicecode": "98003" + }, + { + "eventid": "2e3cd99a-0308-4316-a309-bddab38b2c0f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:30", + "lon": 112.941368, + "lat": 36.174388, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:20", + "devicecode": "98003" + }, + { + "eventid": "954b7ebf-36d6-40a3-9de5-4e4a415de861", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:15", + "lon": 112.941715, + "lat": 36.174098, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:08", + "devicecode": "98003" + }, + { + "eventid": "490e94c7-9862-4423-98ab-f0205feef7fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:00", + "lon": 112.94187, + "lat": 36.173695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:51", + "devicecode": "98003" + }, + { + "eventid": "deed7f4c-9d96-4da4-841f-f6f71c96ebcc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:45", + "lon": 112.941943, + "lat": 36.173371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:39", + "devicecode": "98003" + }, + { + "eventid": "5b28ce9f-ffb6-48a4-8244-0e11124f6d08", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:30", + "lon": 112.941905, + "lat": 36.172996, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:21", + "devicecode": "98003" + }, + { + "eventid": "2d272588-76c9-44a9-bd4f-45d2f4ee7bfd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:15", + "lon": 112.941403, + "lat": 36.172945, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:08", + "devicecode": "98003" + }, + { + "eventid": "6c4a5170-e58b-4537-a311-5cb556e92c45", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:00", + "lon": 112.94122, + "lat": 36.172675, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:51", + "devicecode": "98003" + }, + { + "eventid": "cf159b06-b0a1-434a-b26d-45af240bcdaa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:45", + "lon": 112.940816, + "lat": 36.172553, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:40", + "devicecode": "98003" + }, + { + "eventid": "bba554b2-caef-4ec1-8616-32b4b3151b96", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:30", + "lon": 112.9403, + "lat": 36.17232, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:23", + "devicecode": "98003" + }, + { + "eventid": "cdd16b46-8358-4011-bfed-c8e542b2219a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:15", + "lon": 112.939735, + "lat": 36.172093, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:06", + "devicecode": "98003" + }, + { + "eventid": "b6b38644-4477-4b28-8dc2-3a1d925a4907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:56", + "lon": 112.939376, + "lat": 36.171363, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "ef7e2a62-344f-4c28-b84e-fd9f02022751", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:56", + "lon": 112.937901, + "lat": 36.169375, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "86f8681f-b611-49aa-9705-30e2809dfc7b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:41", + "lon": 112.93747, + "lat": 36.168848, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "5dd3c3f2-fdee-4438-9e6b-36fd16124b31", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:41", + "lon": 112.939178, + "lat": 36.17075, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "4bf93122-ba02-4897-8f50-dcce49ce28ca", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:11", + "lon": 112.938545, + "lat": 36.169598, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "b7bad515-c8fc-4270-ba3a-7a627fb7c5bc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:26", + "lon": 112.93888, + "lat": 36.170101, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98003" + }, + { + "eventid": "e50b3e56-7354-4458-9d9e-7da1bf1d6e02", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:26", + "lon": 112.937096, + "lat": 36.168446, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:43", + "devicecode": "98003" + }, + { + "eventid": "c4806e6f-8ff7-4ba9-a131-7fa11e0024f3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:11", + "lon": 112.936506, + "lat": 36.168355, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:51:02", + "devicecode": "98003" + }, + { + "eventid": "af35efb6-b029-45db-9fef-a40501ca7b6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:56", + "lon": 112.936196, + "lat": 36.168735, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:51", + "devicecode": "98003" + }, + { + "eventid": "481bf53d-a413-4cac-9561-ec09eba48433", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:41", + "lon": 112.93593, + "lat": 36.168901, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:35", + "devicecode": "98003" + }, + { + "eventid": "780e4769-1cea-4ca6-a73e-76b94b7990fc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:24", + "lon": 112.93594, + "lat": 36.16891, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:18", + "devicecode": "98003" + }, + { + "eventid": "cdc97713-c72c-40be-adb9-458b5ff0e298", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:02", + "lon": 112.936086, + "lat": 36.168816, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:56", + "devicecode": "98003" + }, + { + "eventid": "8c1efe99-86c7-4c78-9325-333994bf78e1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:47", + "lon": 112.936438, + "lat": 36.168478, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:38", + "devicecode": "98003" + }, + { + "eventid": "2f991620-13f7-4b66-9f2e-19fafb371e3b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:32", + "lon": 112.936241, + "lat": 36.168321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:27", + "devicecode": "98003" + }, + { + "eventid": "3de21a2b-ad8b-4592-8429-b380e2c05206", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:17", + "lon": 112.935668, + "lat": 36.168285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:10", + "devicecode": "98003" + }, + { + "eventid": "3748c9d1-1063-49ec-beb0-94e945f490d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:02", + "lon": 112.935405, + "lat": 36.168261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:53", + "devicecode": "98003" + }, + { + "eventid": "d2d0d32e-7332-41c0-b8d0-2c903324a6c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:47", + "lon": 112.935396, + "lat": 36.168261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:42", + "devicecode": "98003" + }, + { + "eventid": "37b0b9aa-a353-4c1a-841d-0f7e3ac21a86", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:54:15", + "lon": 112.935326, + "lat": 36.168256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:48:10", + "devicecode": "98003" + }, + { + "eventid": "846e2f32-d7f8-4880-a98e-6a8f34682b62", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:52", + "lon": 112.935366, + "lat": 36.168281, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:43", + "devicecode": "98003" + }, + { + "eventid": "9561c953-c932-4014-88e3-698dabbb0c9e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:37", + "lon": 112.935918, + "lat": 36.168321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:32", + "devicecode": "98003" + }, + { + "eventid": "79df59f4-2889-4ae8-a2ae-3f00825a4b59", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:22", + "lon": 112.936433, + "lat": 36.168348, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:47:21", + "devicecode": "98003" + }, + { + "eventid": "cb39b294-9b7b-420e-bb74-76a36189584c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:53:07", + "lon": 112.936398, + "lat": 36.16812, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:59", + "devicecode": "98003" + }, + { + "eventid": "f03182f2-6011-4a70-9d58-fa272a906e68", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:52", + "lon": 112.936211, + "lat": 36.167511, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:42", + "devicecode": "98003" + }, + { + "eventid": "518e800d-245f-4198-8fc7-ee933e81c2ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:37", + "lon": 112.936083, + "lat": 36.166886, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:31", + "devicecode": "98003" + }, + { + "eventid": "51414aa6-a5de-41bc-a3df-d987c8f46630", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:52:22", + "lon": 112.935823, + "lat": 36.166285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:46:15", + "devicecode": "98003" + }, + { + "eventid": "f68a3ba5-9318-4304-a9f5-b58eaf53da84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:52", + "lon": 112.935381, + "lat": 36.165566, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:42", + "devicecode": "98003" + }, + { + "eventid": "ffa88af3-64b8-4cee-9d56-39a4486721dc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:37", + "lon": 112.934876, + "lat": 36.165478, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:31", + "devicecode": "98003" + }, + { + "eventid": "70ca4594-96a6-4a72-85de-f1603d149ed8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:22", + "lon": 112.934716, + "lat": 36.16518, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:45:15", + "devicecode": "98003" + }, + { + "eventid": "a2765d2a-2498-4fb9-b28b-4227479a0556", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:51:07", + "lon": 112.93453, + "lat": 36.16494, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:58", + "devicecode": "98003" + }, + { + "eventid": "28ac1dfd-e4d7-4d7b-9aa9-eeb19f18094c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:52", + "lon": 112.93443, + "lat": 36.164803, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:47", + "devicecode": "98003" + }, + { + "eventid": "8b43954b-8b30-466e-bd68-b756ca5ccd5d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:37", + "lon": 112.934726, + "lat": 36.16466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:35", + "devicecode": "98003" + }, + { + "eventid": "068ab0a7-e3d6-4ee0-b0bc-5a9439a2e872", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:50:07", + "lon": 112.934645, + "lat": 36.16389, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:44:02", + "devicecode": "98003" + }, + { + "eventid": "a987f10f-e982-467c-b284-48ee08d6df66", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:52", + "lon": 112.934623, + "lat": 36.163476, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:45", + "devicecode": "98003" + }, + { + "eventid": "fc529509-36f4-42db-a8e9-02a750e320b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:37", + "lon": 112.934601, + "lat": 36.163036, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:28", + "devicecode": "98003" + }, + { + "eventid": "280a0c6f-b756-4974-a2d0-1e30f095bbfd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:22", + "lon": 112.934571, + "lat": 36.162616, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:16", + "devicecode": "98003" + }, + { + "eventid": "10546560-3aa8-4e93-b533-021912afa570", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:49:07", + "lon": 112.934206, + "lat": 36.162591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:43:00", + "devicecode": "98003" + }, + { + "eventid": "4d82ac69-78f2-4190-9fcb-4594b7cb1bba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:52", + "lon": 112.933705, + "lat": 36.16261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:43", + "devicecode": "98003" + }, + { + "eventid": "517b3e15-cfaf-447d-992c-3aee9235869e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:37", + "lon": 112.933253, + "lat": 36.162628, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:32", + "devicecode": "98003" + }, + { + "eventid": "97fbf2d9-74fd-41ea-a5a5-8700838e0728", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:22", + "lon": 112.933176, + "lat": 36.162303, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:42:16", + "devicecode": "98003" + }, + { + "eventid": "bcfdde97-38be-4466-8ab1-a477f222b3b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:48:07", + "lon": 112.933101, + "lat": 36.161896, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:59", + "devicecode": "98003" + }, + { + "eventid": "a9361dc8-34df-4a6f-bb93-ed590fab26ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:52", + "lon": 112.932926, + "lat": 36.161593, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:43", + "devicecode": "98003" + }, + { + "eventid": "2ebad922-a558-4cb3-a90a-a952ba55d01f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:35", + "lon": 112.932921, + "lat": 36.161363, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:32", + "devicecode": "98003" + }, + { + "eventid": "3c339ed8-1712-40bd-9acc-ca7747e0a452", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:47:14", + "lon": 112.932935, + "lat": 36.16129, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:41:09", + "devicecode": "98003" + }, + { + "eventid": "633c9016-43b5-496a-83f6-c22b4afa0fdf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:59", + "lon": 112.932871, + "lat": 36.160826, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:52", + "devicecode": "98003" + }, + { + "eventid": "e679c006-b7e6-4247-ae7c-c2d866ccf224", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:44", + "lon": 112.932745, + "lat": 36.160261, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:36", + "devicecode": "98003" + }, + { + "eventid": "84094514-951c-4112-85e0-54fdcfd53d3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:29", + "lon": 112.932661, + "lat": 36.159771, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:20", + "devicecode": "98003" + }, + { + "eventid": "cf4d0ac4-e35d-4f38-988c-0b23a8c39827", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:46:14", + "lon": 112.932586, + "lat": 36.159361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:40:09", + "devicecode": "98003" + }, + { + "eventid": "93e4a529-4255-4845-878e-1c8869224f3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:59", + "lon": 112.932498, + "lat": 36.15889, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:53", + "devicecode": "98003" + }, + { + "eventid": "d18fa2b7-49d3-4f1e-98f0-322a10706964", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:44", + "lon": 112.93242, + "lat": 36.158473, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:36", + "devicecode": "98003" + }, + { + "eventid": "b2f13880-efe4-44f2-bfae-cd1b24cfb19f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:29", + "lon": 112.932338, + "lat": 36.158063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:20", + "devicecode": "98003" + }, + { + "eventid": "44c96cd8-b237-43f8-8953-e3759be0e475", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:45:14", + "lon": 112.932253, + "lat": 36.15767, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:39:09", + "devicecode": "98003" + }, + { + "eventid": "a527f679-01b3-4416-bf4e-d56b22800057", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:59", + "lon": 112.932193, + "lat": 36.15733, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:52", + "devicecode": "98003" + }, + { + "eventid": "773945c9-7d35-4679-b7c9-45b207baf296", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:44", + "lon": 112.93213, + "lat": 36.157025, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:35", + "devicecode": "98003" + }, + { + "eventid": "c0d7654f-f7b8-4a2a-9260-33a11c6a1db0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:29", + "lon": 112.932056, + "lat": 36.156673, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:24", + "devicecode": "98003" + }, + { + "eventid": "06871ff7-15cd-4d64-91ec-164c4c20f99f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:44:14", + "lon": 112.93202, + "lat": 36.156361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:38:08", + "devicecode": "98003" + }, + { + "eventid": "6315007c-af4e-436c-96c2-84bbf5eec24e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:59", + "lon": 112.932446, + "lat": 36.156326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:51", + "devicecode": "98003" + }, + { + "eventid": "fa503ae0-7722-4a04-9a55-bb0a5773202f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:44", + "lon": 112.932708, + "lat": 36.156318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:35", + "devicecode": "98003" + }, + { + "eventid": "94775cb8-1b04-4cd8-9bdb-70ae916459ea", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:28", + "lon": 112.932706, + "lat": 36.156321, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:24", + "devicecode": "98003" + }, + { + "eventid": "da80b008-4591-4d08-9c0f-3b003634e687", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:43:13", + "lon": 112.932716, + "lat": 36.156326, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:37:07", + "devicecode": "98003" + }, + { + "eventid": "1577556b-f386-43cb-b183-83430698f4f2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:58", + "lon": 112.932726, + "lat": 36.156323, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:50", + "devicecode": "98003" + }, + { + "eventid": "2d8e0c82-2a91-4166-b451-5980416d9c29", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:43", + "lon": 112.932661, + "lat": 36.156306, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:33", + "devicecode": "98003" + }, + { + "eventid": "65641bb2-4a26-4ee8-99af-bb79b4be108d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:28", + "lon": 112.932071, + "lat": 36.156296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:22", + "devicecode": "98003" + }, + { + "eventid": "59d5e01a-f71c-4fad-b287-c1f877686ee0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:42:13", + "lon": 112.931941, + "lat": 36.155933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:36:04", + "devicecode": "98003" + }, + { + "eventid": "b488af0c-5fb6-43a9-ba46-f24c2eff99ce", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:58", + "lon": 112.931858, + "lat": 36.15553, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:52", + "devicecode": "98003" + }, + { + "eventid": "9403e385-afe6-4901-b56a-8a1b41906b4d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:43", + "lon": 112.931775, + "lat": 36.155016, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:36", + "devicecode": "98003" + }, + { + "eventid": "b8169419-a669-494b-97cc-6014cf2bacbb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:28", + "lon": 112.931686, + "lat": 36.154588, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:19", + "devicecode": "98003" + }, + { + "eventid": "e2e389c3-4760-4505-8831-c3353622fe12", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:41:13", + "lon": 112.931625, + "lat": 36.154208, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:35:08", + "devicecode": "98003" + }, + { + "eventid": "656ab62d-b291-4057-8341-32fc191d0d01", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:43", + "lon": 112.931471, + "lat": 36.153418, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:34", + "devicecode": "98003" + }, + { + "eventid": "631a3ff1-5707-47b4-a253-f5bff48f84b3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:28", + "lon": 112.931431, + "lat": 36.152931, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:23", + "devicecode": "98003" + }, + { + "eventid": "42aa81a4-9731-4bd6-85fd-07f45cafe591", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:40:13", + "lon": 112.931328, + "lat": 36.152305, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:34:06", + "devicecode": "98003" + }, + { + "eventid": "37ff5b65-79e0-426b-a3ff-fb3282176a52", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:58", + "lon": 112.93123, + "lat": 36.151611, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:48", + "devicecode": "98003" + }, + { + "eventid": "97ba9649-6cf9-4bd8-bc05-bda677a10286", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:43", + "lon": 112.931126, + "lat": 36.15092, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:36", + "devicecode": "98003" + }, + { + "eventid": "d9b8049c-3540-4a79-acd8-6c576c0f46a2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:28", + "lon": 112.93104, + "lat": 36.150311, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:24", + "devicecode": "98003" + }, + { + "eventid": "963cb11c-7639-4733-9507-bc39ffcde1ec", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:39:13", + "lon": 112.931023, + "lat": 36.14992, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:33:04", + "devicecode": "98003" + }, + { + "eventid": "b4443212-967f-43df-b3b3-60b2da04599f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:58", + "lon": 112.931771, + "lat": 36.14985, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:52", + "devicecode": "98003" + }, + { + "eventid": "fc376661-208f-498c-b1cf-e316ad6061fe", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:43", + "lon": 112.93251, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:35", + "devicecode": "98003" + }, + { + "eventid": "217d65c4-ad89-49b0-b0b3-4e94c4967982", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:27", + "lon": 112.932763, + "lat": 36.149785, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:23", + "devicecode": "98003" + }, + { + "eventid": "037873a6-a1f2-4ad2-b968-cb311859af22", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:38:06", + "lon": 112.932758, + "lat": 36.14979, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:32:00", + "devicecode": "98003" + }, + { + "eventid": "5d864ad1-ad87-4a42-a058-24afb833383c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:51", + "lon": 112.932755, + "lat": 36.149775, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:43", + "devicecode": "98003" + }, + { + "eventid": "144e4877-d9a9-4ace-83ad-b8c2c3cb57bd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:36", + "lon": 112.932436, + "lat": 36.149746, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:32", + "devicecode": "98003" + }, + { + "eventid": "a5746758-2dfb-4706-b9b5-7172bf917a87", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:21", + "lon": 112.931455, + "lat": 36.14982, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:31:15", + "devicecode": "98003" + }, + { + "eventid": "4f5482fe-2143-4605-90a3-bae950f93600", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:37:06", + "lon": 112.930446, + "lat": 36.149896, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:57", + "devicecode": "98003" + }, + { + "eventid": "adbb15ba-489a-44be-a28e-c403bcfc5989", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:51", + "lon": 112.929648, + "lat": 36.14998, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:45", + "devicecode": "98003" + }, + { + "eventid": "d452879b-beb9-41d4-8868-0d569a45a373", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:36", + "lon": 112.929055, + "lat": 36.15001, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:29", + "devicecode": "98003" + }, + { + "eventid": "a693f0ed-2dc8-4f72-84c2-287f51923710", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:21", + "lon": 112.929046, + "lat": 36.149143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:12", + "devicecode": "98003" + }, + { + "eventid": "27533013-54b7-4b71-8d7d-f2ff3fd07303", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:36:06", + "lon": 112.929038, + "lat": 36.148198, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:30:00", + "devicecode": "98003" + }, + { + "eventid": "679fcdb4-da20-483f-bce9-1580975ac6ba", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:51", + "lon": 112.92904, + "lat": 36.147266, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:43", + "devicecode": "98003" + }, + { + "eventid": "95e19f19-b164-4a43-bf2d-2ddca31c4c98", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:36", + "lon": 112.92904, + "lat": 36.146365, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:31", + "devicecode": "98003" + }, + { + "eventid": "c4680d68-d466-4f07-8127-eec1e18f9e04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:21", + "lon": 112.929036, + "lat": 36.145498, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:12", + "devicecode": "98003" + }, + { + "eventid": "f0d7426e-41ed-4f0c-99b9-702729863644", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:35:06", + "lon": 112.929058, + "lat": 36.144586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:29:00", + "devicecode": "98003" + }, + { + "eventid": "8403aa1b-9652-4bb2-8c9f-b23a2a9c7421", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:51", + "lon": 112.929616, + "lat": 36.144263, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:42", + "devicecode": "98003" + }, + { + "eventid": "e699f096-1448-4ec0-8430-e4d5bcddb0eb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:35", + "lon": 112.930735, + "lat": 36.144226, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:29", + "devicecode": "98003" + }, + { + "eventid": "571fa38d-420f-4904-82a2-84651ee9b0fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:20", + "lon": 112.93175, + "lat": 36.144146, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:28:14", + "devicecode": "98003" + }, + { + "eventid": "d2a29368-470d-4223-acbd-527f96e6a551", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:34:05", + "lon": 112.93262, + "lat": 36.144055, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:56", + "devicecode": "98003" + }, + { + "eventid": "1196a325-8010-4129-8fb9-989687411c3f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:50", + "lon": 112.933425, + "lat": 36.144045, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:45", + "devicecode": "98003" + }, + { + "eventid": "434b96a6-462a-4242-a8b5-a75b264d9315", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:35", + "lon": 112.934151, + "lat": 36.144018, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:28", + "devicecode": "98003" + }, + { + "eventid": "e6d14a16-9d93-4f9d-ad95-7fc917c5f907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:20", + "lon": 112.934886, + "lat": 36.143956, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:27:10", + "devicecode": "98003" + }, + { + "eventid": "861d1650-5469-4359-bbe7-0811df8851e3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:33:05", + "lon": 112.935546, + "lat": 36.143888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:59", + "devicecode": "98003" + }, + { + "eventid": "bd30dd0d-a437-4726-ac8f-1cd3c48ae463", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:50", + "lon": 112.936388, + "lat": 36.143845, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:40", + "devicecode": "98003" + }, + { + "eventid": "7a75e8a8-b2f6-485c-becb-61c0462d2a0f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:35", + "lon": 112.936913, + "lat": 36.143698, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:28", + "devicecode": "98003" + }, + { + "eventid": "8ea8e24a-66fa-41f5-ae83-b2a5fda1d094", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:20", + "lon": 112.936835, + "lat": 36.143061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:26:15", + "devicecode": "98003" + }, + { + "eventid": "af9b0501-a598-4be1-aba4-b8e00113c5f8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:32:05", + "lon": 112.936746, + "lat": 36.142448, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:56", + "devicecode": "98003" + }, + { + "eventid": "87ba0995-dffd-499e-b462-e3df72a6874b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:50", + "lon": 112.936776, + "lat": 36.141943, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:43", + "devicecode": "98003" + }, + { + "eventid": "5a65851e-4114-4e23-a298-bb42ba7a1efb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:35", + "lon": 112.936746, + "lat": 36.141728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:25", + "devicecode": "98003" + }, + { + "eventid": "7ffef4cd-981d-4bbe-b131-18037d6eec05", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:31:20", + "lon": 112.936728, + "lat": 36.141518, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:25:14", + "devicecode": "98003" + }, + { + "eventid": "a35f52da-e76e-4e63-8cfe-f74e35d5dc0a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:50", + "lon": 112.93663, + "lat": 36.140845, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:40", + "devicecode": "98003" + }, + { + "eventid": "f7efd53c-3a8d-4e0c-a306-6311c7e68679", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:35", + "lon": 112.936593, + "lat": 36.140435, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:28", + "devicecode": "98003" + }, + { + "eventid": "bb5db53c-134d-42f9-9670-610e43756208", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:20", + "lon": 112.936543, + "lat": 36.140155, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:24:11", + "devicecode": "98003" + }, + { + "eventid": "e7dfad65-1ee5-450d-a760-0437baa07119", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:30:05", + "lon": 112.936516, + "lat": 36.139958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:59", + "devicecode": "98003" + }, + { + "eventid": "6f2c330b-f613-43ec-96c0-486461da89fc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:50", + "lon": 112.936566, + "lat": 36.139833, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:42", + "devicecode": "98003" + }, + { + "eventid": "85bbca3c-fca4-44e5-9dae-6ac5247a53cb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:35", + "lon": 112.93688, + "lat": 36.139788, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:25", + "devicecode": "98003" + }, + { + "eventid": "4bbf353b-87e2-4bdd-9fd2-8dca7884bbd3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:20", + "lon": 112.937101, + "lat": 36.139745, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:23:13", + "devicecode": "98003" + }, + { + "eventid": "3f401587-db6e-4138-ac8c-1105fc7edfe9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:29:05", + "lon": 112.937085, + "lat": 36.139528, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:56", + "devicecode": "98003" + }, + { + "eventid": "fbb4dac2-cf69-42ea-9d15-8ab0f2d5e1c0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:50", + "lon": 112.937038, + "lat": 36.13883, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:45", + "devicecode": "98003" + }, + { + "eventid": "1e98e425-74a4-4a37-8274-8e684e48d536", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:35", + "lon": 112.93721, + "lat": 36.138563, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:27", + "devicecode": "98003" + }, + { + "eventid": "cd6c8a4f-64c9-4cf4-a1dd-9692cc63ad45", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:20", + "lon": 112.93793, + "lat": 36.138458, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:22:11", + "devicecode": "98003" + }, + { + "eventid": "627bea9b-e4ab-4fd6-85ea-6911f0ecaa39", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:28:05", + "lon": 112.938651, + "lat": 36.138341, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:59", + "devicecode": "98003" + }, + { + "eventid": "6fb6c8fd-ca81-46ef-bbd1-e698b1d70bde", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:50", + "lon": 112.939371, + "lat": 36.138223, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:42", + "devicecode": "98003" + }, + { + "eventid": "50399338-daab-4186-b767-c763bd1343cf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:35", + "lon": 112.939913, + "lat": 36.138151, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:25", + "devicecode": "98003" + }, + { + "eventid": "a5f68fc7-746c-4f03-9198-6ffa8db6c571", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:27:19", + "lon": 112.94001, + "lat": 36.138121, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:21:15", + "devicecode": "98003" + }, + { + "eventid": "4d97adb9-1719-4ba6-a8a3-6810224f4f3c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:59", + "lon": 112.94, + "lat": 36.13813, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:52", + "devicecode": "98003" + }, + { + "eventid": "2bd5b953-557a-4438-978a-b16da003d99f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:44", + "lon": 112.939993, + "lat": 36.138136, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:34", + "devicecode": "98003" + }, + { + "eventid": "9cf3f37c-a282-429f-bee6-5d8f0963ef53", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:29", + "lon": 112.94005, + "lat": 36.138121, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:24", + "devicecode": "98003" + }, + { + "eventid": "ee43cc5c-5fef-4a70-8b4c-bc39c296dec6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:26:14", + "lon": 112.940518, + "lat": 36.138046, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:20:07", + "devicecode": "98003" + }, + { + "eventid": "9f5a16e9-38f2-4ffd-ad07-527645386e0b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:59", + "lon": 112.94059, + "lat": 36.137621, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:54", + "devicecode": "98003" + }, + { + "eventid": "65e5d01e-e7e2-432b-ae4c-a968a9b239de", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:44", + "lon": 112.940566, + "lat": 36.137351, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:37", + "devicecode": "98003" + }, + { + "eventid": "43e140df-5cc6-4a13-949b-2f11dde3eef1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:29", + "lon": 112.940538, + "lat": 36.137105, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:25", + "devicecode": "98003" + }, + { + "eventid": "2006c790-cf36-4763-bd87-1929f2b520f5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:25:14", + "lon": 112.940538, + "lat": 36.137088, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:19:08", + "devicecode": "98003" + }, + { + "eventid": "9f24bf95-087e-4b44-a022-57876fbd0d77", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:59", + "lon": 112.940546, + "lat": 36.13709, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:51", + "devicecode": "98003" + }, + { + "eventid": "2ac764be-7ac4-417d-800d-ccadd5938783", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:44", + "lon": 112.940541, + "lat": 36.137085, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:39", + "devicecode": "98003" + }, + { + "eventid": "81516cfd-ce1b-41bd-b246-eb9c5af91068", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:29", + "lon": 112.940525, + "lat": 36.13707, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:21", + "devicecode": "98003" + }, + { + "eventid": "92959bbc-de42-43b3-b68f-894127df60eb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:24:14", + "lon": 112.940538, + "lat": 36.137075, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:18:10", + "devicecode": "98003" + }, + { + "eventid": "3b61f108-ac82-4a32-b04c-d7861dc190af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:59", + "lon": 112.94055, + "lat": 36.137083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:52", + "devicecode": "98003" + }, + { + "eventid": "1936d166-916e-4203-b6aa-ff3e4265b851", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:44", + "lon": 112.940541, + "lat": 36.137076, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:35", + "devicecode": "98003" + }, + { + "eventid": "6d62fc14-f30e-43ed-aaf5-e4c1212bc1f6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:29", + "lon": 112.940538, + "lat": 36.137073, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:23", + "devicecode": "98003" + }, + { + "eventid": "ad629d3d-d915-40b7-8e51-8bf0c4847c56", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:23:14", + "lon": 112.940536, + "lat": 36.137061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:17:06", + "devicecode": "98003" + }, + { + "eventid": "5b306584-d7d2-4e75-b484-de5d1a6891df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:59", + "lon": 112.940531, + "lat": 36.137076, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:50", + "devicecode": "98003" + }, + { + "eventid": "78424845-67c0-4b60-ace4-a30d2c7c4172", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:44", + "lon": 112.940533, + "lat": 36.13708, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:38", + "devicecode": "98003" + }, + { + "eventid": "38739c9c-11bc-441d-855b-20c17872332d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:29", + "lon": 112.940531, + "lat": 36.137085, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:22", + "devicecode": "98003" + }, + { + "eventid": "b2e68683-7320-40ca-b199-31ca631d8bd6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:22:14", + "lon": 112.940538, + "lat": 36.137083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:16:05", + "devicecode": "98003" + }, + { + "eventid": "c34a4dc7-bfd6-47f6-8eb6-287b540cb907", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:59", + "lon": 112.940541, + "lat": 36.137068, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:53", + "devicecode": "98003" + }, + { + "eventid": "a5370810-f331-4537-bad8-8b091d482ba3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:44", + "lon": 112.940538, + "lat": 36.137061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:35", + "devicecode": "98003" + }, + { + "eventid": "953f5b8d-a19c-4886-8279-817baca629d0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:29", + "lon": 112.940533, + "lat": 36.137086, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:22", + "devicecode": "98003" + }, + { + "eventid": "6d194cf7-dd3c-49c2-b590-e56f6b679909", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:21:14", + "lon": 112.940545, + "lat": 36.137106, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:15:08", + "devicecode": "98003" + }, + { + "eventid": "decfdf58-fd8d-4a5d-a816-77132ce3a7ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:59", + "lon": 112.940561, + "lat": 36.137111, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:49", + "devicecode": "98003" + }, + { + "eventid": "94a97c2b-89f5-41ea-b027-0191270344f0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:44", + "lon": 112.940561, + "lat": 36.137101, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:37", + "devicecode": "98003" + }, + { + "eventid": "a183a389-546e-444a-8626-34aa95f62ac2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:29", + "lon": 112.940513, + "lat": 36.137011, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:19", + "devicecode": "98003" + }, + { + "eventid": "0a4ed988-c47c-4913-98ff-58c128b02dfb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:20:14", + "lon": 112.940453, + "lat": 36.13645, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:14:05", + "devicecode": "98003" + }, + { + "eventid": "f2a32e41-bf51-41e1-b2d4-b0cf0aa64f9d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:59", + "lon": 112.940393, + "lat": 36.13582, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:53", + "devicecode": "98003" + }, + { + "eventid": "5258a3de-aa27-46cb-95e6-e95e0f6e473a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:44", + "lon": 112.940328, + "lat": 36.135221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:35", + "devicecode": "98003" + }, + { + "eventid": "0b8ed2d2-91cf-45bd-b639-251e94f60f0c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:29", + "lon": 112.940273, + "lat": 36.134728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:23", + "devicecode": "98003" + }, + { + "eventid": "2f499dbd-cc3c-426f-9a9b-aa4cc3405e11", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:19:14", + "lon": 112.940213, + "lat": 36.13434, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:13:07", + "devicecode": "98003" + }, + { + "eventid": "6ec4cd08-5ff1-454a-8ab0-4b8e1db13618", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:59", + "lon": 112.940403, + "lat": 36.134, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:50", + "devicecode": "98003" + }, + { + "eventid": "95ddd469-e3b2-45a6-a2f4-de304e3d9a2c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:44", + "lon": 112.941146, + "lat": 36.133908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:39", + "devicecode": "98003" + }, + { + "eventid": "06fc6b75-c69f-47c6-875e-4054e2badbb4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:29", + "lon": 112.94187, + "lat": 36.133796, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:22", + "devicecode": "98003" + }, + { + "eventid": "19b7ea16-1e8f-45a3-bf9d-25ef81bba038", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:18:14", + "lon": 112.942585, + "lat": 36.133693, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:12:09", + "devicecode": "98003" + }, + { + "eventid": "f8adcd5f-f2f7-49b3-9ccc-9e92749031db", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:59", + "lon": 112.943218, + "lat": 36.133586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:53", + "devicecode": "98003" + }, + { + "eventid": "30e69627-fa13-4fee-b6b5-d57cccd6afae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:44", + "lon": 112.943716, + "lat": 36.133288, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:35", + "devicecode": "98003" + }, + { + "eventid": "865df9ee-e6fb-42dd-97ac-fb4657e4a68c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:29", + "lon": 112.943646, + "lat": 36.13272, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:23", + "devicecode": "98003" + }, + { + "eventid": "748c1d2e-1c8a-4be5-aed1-6ccb3d58c2d0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:17:14", + "lon": 112.94356, + "lat": 36.132133, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:11:06", + "devicecode": "98003" + }, + { + "eventid": "4995470e-090b-4904-a68f-18fa99b7ee65", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:59", + "lon": 112.94352, + "lat": 36.131413, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:54", + "devicecode": "98003" + }, + { + "eventid": "02768b91-5a76-4510-88eb-50e3c484c47c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:44", + "lon": 112.943445, + "lat": 36.13062, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:38", + "devicecode": "98003" + }, + { + "eventid": "f0fbb861-f6aa-4e3c-910b-540b8378c31b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:29", + "lon": 112.943351, + "lat": 36.129833, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:20", + "devicecode": "98003" + }, + { + "eventid": "e5ad5e73-9dcf-4726-a766-6ecfcb274aec", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:16:14", + "lon": 112.943415, + "lat": 36.129516, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:10:08", + "devicecode": "98003" + }, + { + "eventid": "ff979164-1584-4b8f-8d3f-fa2095bca943", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:37", + "lon": 112.943436, + "lat": 36.129486, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:30", + "devicecode": "98003" + }, + { + "eventid": "c15c7bce-420d-435b-91a7-606eadb8021e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:22", + "lon": 112.943458, + "lat": 36.129466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:14", + "devicecode": "98003" + }, + { + "eventid": "03d1fd31-f7cf-4f5d-9918-140087df5b6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:15:07", + "lon": 112.943388, + "lat": 36.12924, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:09:03", + "devicecode": "98003" + }, + { + "eventid": "5f27d9a6-6ad0-4d3b-ad0c-f78f60614498", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:52", + "lon": 112.943415, + "lat": 36.128601, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:46", + "devicecode": "98003" + }, + { + "eventid": "ac66f3cc-b841-4d96-8fb6-ee17c90df48a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:37", + "lon": 112.943396, + "lat": 36.127663, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:29", + "devicecode": "98003" + }, + { + "eventid": "68796713-f572-4a0f-aff8-2d0aa621357c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:22", + "lon": 112.943151, + "lat": 36.126865, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:13", + "devicecode": "98003" + }, + { + "eventid": "827b7906-4200-4d2f-83a8-61093108642e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:14:07", + "lon": 112.943018, + "lat": 36.126235, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:08:02", + "devicecode": "98003" + }, + { + "eventid": "7045b9cf-bac5-4594-bda7-f46f169838bd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:52", + "lon": 112.942995, + "lat": 36.12537, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:45", + "devicecode": "98003" + }, + { + "eventid": "7d5919d3-caa2-4acb-9811-086739d44ca5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:18", + "lon": 112.94292, + "lat": 36.123851, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:28", + "devicecode": "98003" + }, + { + "eventid": "f2978ab1-ea3d-4390-917f-aa589e25a772", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:33", + "lon": 112.942951, + "lat": 36.124443, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:28", + "devicecode": "98003" + }, + { + "eventid": "78401d2c-2663-4bf1-94d9-92f1a44089d6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:13:03", + "lon": 112.942796, + "lat": 36.12317, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:07:07", + "devicecode": "98003" + }, + { + "eventid": "7c521f23-6ac5-4c1e-b443-b5b5bbf17db9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:37", + "lon": 112.949758, + "lat": 36.120348, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:49:30", + "devicecode": "98003" + }, + { + "eventid": "36750d38-7800-4b59-a12d-98cd1d4e32db", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:22", + "lon": 112.94977, + "lat": 36.120331, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:49:15", + "devicecode": "98003" + }, + { + "eventid": "335dc39b-751b-4689-bc93-a8cfcb6d5dde", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:55:07", + "lon": 112.94977, + "lat": 36.120333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:59", + "devicecode": "98003" + }, + { + "eventid": "9d6260b6-8e64-435d-bea3-dbcdeebdfb91", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:52", + "lon": 112.949731, + "lat": 36.120371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:43", + "devicecode": "98003" + }, + { + "eventid": "722c9db1-2d9e-4372-b98e-1929838f23df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:37", + "lon": 112.94971, + "lat": 36.12037, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:32", + "devicecode": "98003" + }, + { + "eventid": "1772b858-624c-4070-b034-7a053fa0594b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:22", + "lon": 112.949693, + "lat": 36.12035, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:48:16", + "devicecode": "98003" + }, + { + "eventid": "6dce96e3-49f5-469c-9bed-efceb7d4c2ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:54:07", + "lon": 112.949683, + "lat": 36.120333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:59", + "devicecode": "98003" + }, + { + "eventid": "39dc4daf-5830-4882-8118-d67adb15be24", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:52", + "lon": 112.949683, + "lat": 36.12034, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:43", + "devicecode": "98003" + }, + { + "eventid": "d26ec10a-3385-4457-8077-f260f273ebf3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:37", + "lon": 112.949678, + "lat": 36.120343, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:32", + "devicecode": "98003" + }, + { + "eventid": "857539df-8b9a-4df5-95a7-f81827fc513f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:22", + "lon": 112.949656, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:17", + "devicecode": "98003" + }, + { + "eventid": "5fe075a9-7dcc-4a62-990a-5f12ce73ff4d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:53:07", + "lon": 112.949645, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:47:01", + "devicecode": "98003" + }, + { + "eventid": "fe9fabfb-a3d9-410e-9b9f-b687879113cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:52", + "lon": 112.949635, + "lat": 36.120338, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:45", + "devicecode": "98003" + }, + { + "eventid": "06a1af2a-f729-482d-afa2-43a2168657d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:37", + "lon": 112.94962, + "lat": 36.120328, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:29", + "devicecode": "98003" + }, + { + "eventid": "a75f3a94-54f5-478f-ab4d-4d557d88c021", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:22", + "lon": 112.94959, + "lat": 36.120328, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:13", + "devicecode": "98003" + }, + { + "eventid": "e2fc5bc3-a035-4bf6-9e6c-43d74a1b3746", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:52:07", + "lon": 112.949591, + "lat": 36.120281, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:46:02", + "devicecode": "98003" + }, + { + "eventid": "4af7e6a3-1956-45a4-9f75-17f08351a6c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:52", + "lon": 112.949543, + "lat": 36.120256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:46", + "devicecode": "98003" + }, + { + "eventid": "eb0d9141-3d3c-4ac6-8a7b-aa50600b427b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:37", + "lon": 112.949483, + "lat": 36.120245, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:30", + "devicecode": "98003" + }, + { + "eventid": "125726eb-8fa9-43f8-b570-bd44518e5207", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:22", + "lon": 112.94925, + "lat": 36.120105, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:45:14", + "devicecode": "98003" + }, + { + "eventid": "d2b0a095-5c45-4d17-87d9-f0556082cd1d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:51:07", + "lon": 112.949105, + "lat": 36.119118, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:59", + "devicecode": "98003" + }, + { + "eventid": "8b7f6b0e-3387-4979-b2ae-e19f6dc25d7f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:52", + "lon": 112.948611, + "lat": 36.118813, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:43", + "devicecode": "98003" + }, + { + "eventid": "9895fb9a-aa72-46e5-807f-c465d3e6e097", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:37", + "lon": 112.947196, + "lat": 36.118965, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:32", + "devicecode": "98003" + }, + { + "eventid": "eeb7a765-9dea-4a9f-8232-4011c1ecf952", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:18", + "lon": 112.945423, + "lat": 36.119161, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:11", + "devicecode": "98003" + }, + { + "eventid": "db16f4de-613d-4c92-8d39-d273b3271b95", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:50:03", + "lon": 112.944355, + "lat": 36.119298, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:11", + "devicecode": "98003" + }, + { + "eventid": "6c0ff80e-54f3-47c4-bc64-9b97f39419af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:48", + "lon": 112.943188, + "lat": 36.119406, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:44:06", + "devicecode": "98003" + }, + { + "eventid": "996efe6e-705b-4fb0-967e-aa557f5929b1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:33", + "lon": 112.941805, + "lat": 36.119591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:43:24", + "devicecode": "98003" + }, + { + "eventid": "3a658f01-7760-4668-8319-ccc64da5a1fd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:18", + "lon": 112.940495, + "lat": 36.119741, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:43:13", + "devicecode": "98003" + }, + { + "eventid": "32dddf12-ae83-4928-992c-c7c2af5f0645", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:49:03", + "lon": 112.939706, + "lat": 36.120271, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:58", + "devicecode": "98003" + }, + { + "eventid": "e8a1d763-7698-404a-bc52-09f5975e16c8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:48", + "lon": 112.940158, + "lat": 36.120933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:42", + "devicecode": "98003" + }, + { + "eventid": "463ef30c-25a5-4acd-b2f7-52e2e92b31a1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:33", + "lon": 112.941268, + "lat": 36.121838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:26", + "devicecode": "98003" + }, + { + "eventid": "d95906e9-e5c2-40c6-8195-9b66f607c965", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:18", + "lon": 112.942473, + "lat": 36.122706, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:42:10", + "devicecode": "98003" + }, + { + "eventid": "4ff239cd-f609-448d-bf0c-515da4b23643", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:48:03", + "lon": 112.942751, + "lat": 36.12356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:54", + "devicecode": "98003" + }, + { + "eventid": "a074282d-1062-4d8e-a57f-be2aa8c63a06", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:48", + "lon": 112.942816, + "lat": 36.124536, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:43", + "devicecode": "98003" + }, + { + "eventid": "15f31ee6-7016-4d5b-8d33-a69ff87b52f1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:33", + "lon": 112.94289, + "lat": 36.125396, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:27", + "devicecode": "98003" + }, + { + "eventid": "0f2e3de8-251f-4dd4-9d97-f86c55f6af0e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:47:18", + "lon": 112.942968, + "lat": 36.12635, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:41:12", + "devicecode": "98003" + }, + { + "eventid": "6b58c4f1-1231-46ac-a43c-a2a53d30ab96", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:59", + "lon": 112.942998, + "lat": 36.127576, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:50", + "devicecode": "98003" + }, + { + "eventid": "8c913099-4c64-4b39-96e2-839ccb627993", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:44", + "lon": 112.942608, + "lat": 36.127958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:50", + "devicecode": "98003" + }, + { + "eventid": "7e41cd80-c4cc-4cc2-b53e-c1e7843838c1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:29", + "lon": 112.941551, + "lat": 36.128005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:39", + "devicecode": "98003" + }, + { + "eventid": "49e85964-beda-463b-a960-2b3355b686cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:46:14", + "lon": 112.940571, + "lat": 36.128026, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:40:07", + "devicecode": "98003" + }, + { + "eventid": "92a5f78d-c134-4698-b226-a27e53a0cd04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:59", + "lon": 112.939668, + "lat": 36.128063, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:49", + "devicecode": "98003" + }, + { + "eventid": "ab2bb98f-0900-4112-8184-e7995ca4d968", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:44", + "lon": 112.939603, + "lat": 36.128618, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:38", + "devicecode": "98003" + }, + { + "eventid": "70ee54fb-a4f7-411d-80de-ec5e1e708e91", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:29", + "lon": 112.939685, + "lat": 36.129398, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:22", + "devicecode": "98003" + }, + { + "eventid": "66f0ef75-d4aa-49b2-9aa9-f5e0b8e8cd75", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:45:14", + "lon": 112.939778, + "lat": 36.130221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:39:06", + "devicecode": "98003" + }, + { + "eventid": "d777b469-f7a3-4b40-82fc-51dca9b913ab", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:59", + "lon": 112.939875, + "lat": 36.13103, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:50", + "devicecode": "98003" + }, + { + "eventid": "4462aaa4-68bd-4b13-8ae4-bd5d88b152df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:44", + "lon": 112.939961, + "lat": 36.131908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:40", + "devicecode": "98003" + }, + { + "eventid": "6a5fef5b-e999-4386-bfed-1b8d78754e6d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:29", + "lon": 112.940073, + "lat": 36.132973, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:24", + "devicecode": "98003" + }, + { + "eventid": "af6c5fd3-8d72-4e20-95ad-4ba686e28c66", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:44:14", + "lon": 112.940193, + "lat": 36.133958, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:38:08", + "devicecode": "98003" + }, + { + "eventid": "3812991f-cbd8-446a-9612-f43f2ca76028", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:59", + "lon": 112.94026, + "lat": 36.134483, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:52", + "devicecode": "98003" + }, + { + "eventid": "cb1fdd70-3325-4dd5-a868-204d1bc9c991", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:44", + "lon": 112.940335, + "lat": 36.135246, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:36", + "devicecode": "98003" + }, + { + "eventid": "dae4bef1-c6ee-47d9-b865-03d036e74689", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:29", + "lon": 112.94042, + "lat": 36.136145, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:20", + "devicecode": "98003" + }, + { + "eventid": "92c113a1-a780-4b25-b7ea-eeb21a95787b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:43:14", + "lon": 112.940505, + "lat": 36.137, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:37:05", + "devicecode": "98003" + }, + { + "eventid": "360f69a0-c74a-4f2a-be42-9932fc0f9cb1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:59", + "lon": 112.940568, + "lat": 36.137571, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:54", + "devicecode": "98003" + }, + { + "eventid": "ee75aa2e-8c48-4b5b-b551-2dfe137b9b6c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:44", + "lon": 112.940618, + "lat": 36.137891, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:38", + "devicecode": "98003" + }, + { + "eventid": "6a4793d2-e089-472c-9b08-1f6037cdbd8c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:29", + "lon": 112.940711, + "lat": 36.138658, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:22", + "devicecode": "98003" + }, + { + "eventid": "2b187f3e-ea9d-49bc-9454-b5140d0b2a82", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:42:14", + "lon": 112.940776, + "lat": 36.139405, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:36:06", + "devicecode": "98003" + }, + { + "eventid": "30047456-0e57-4fed-82eb-11b261eb2612", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:59", + "lon": 112.940828, + "lat": 36.140166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:50", + "devicecode": "98003" + }, + { + "eventid": "69849ca3-349d-4bea-87df-9b0b8c740659", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:44", + "lon": 112.940891, + "lat": 36.140828, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:34", + "devicecode": "98003" + }, + { + "eventid": "9a0246bc-e366-48d8-8be3-36bbc09f5e0b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:29", + "lon": 112.940956, + "lat": 36.141496, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:24", + "devicecode": "98003" + }, + { + "eventid": "5c8a9385-82e2-425b-ae39-4212a71a749c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:41:14", + "lon": 112.940445, + "lat": 36.141678, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:35:08", + "devicecode": "98003" + }, + { + "eventid": "af8109df-b14c-4b61-9304-7202ea50b5ed", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:59", + "lon": 112.939721, + "lat": 36.141743, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:52", + "devicecode": "98003" + }, + { + "eventid": "fb7300f6-3f30-4882-b973-2abc92741435", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:44", + "lon": 112.938896, + "lat": 36.14182, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:36", + "devicecode": "98003" + }, + { + "eventid": "ff789d55-a7a1-4f68-a26b-a12479d9cf2a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:29", + "lon": 112.937966, + "lat": 36.141915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:20", + "devicecode": "98003" + }, + { + "eventid": "ec624dbb-3186-441b-a077-55e68a915a09", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:40:14", + "lon": 112.936938, + "lat": 36.142005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:34:09", + "devicecode": "98003" + }, + { + "eventid": "f559738f-8f94-4f62-9052-2b169e4ac598", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:59", + "lon": 112.936828, + "lat": 36.142586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:53", + "devicecode": "98003" + }, + { + "eventid": "79915470-69dc-4730-b7a9-f1c16eb8b7b4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:44", + "lon": 112.936898, + "lat": 36.143508, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:37", + "devicecode": "98003" + }, + { + "eventid": "7503e67c-1dac-4436-aa4c-d21c1d5b3d51", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:29", + "lon": 112.93611, + "lat": 36.143803, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:22", + "devicecode": "98003" + }, + { + "eventid": "3d97d5ad-f24a-4d7c-b32a-f612494d8a68", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:39:14", + "lon": 112.93519, + "lat": 36.143883, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:33:06", + "devicecode": "98003" + }, + { + "eventid": "35b3226d-3505-4c23-b264-af2b80decece", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:59", + "lon": 112.934305, + "lat": 36.14397, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:49", + "devicecode": "98003" + }, + { + "eventid": "4810f28d-8499-462d-9ca4-8294dc6c8a94", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:44", + "lon": 112.933258, + "lat": 36.14407, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:39", + "devicecode": "98003" + }, + { + "eventid": "ca197bc8-1f9e-47e5-8d7e-d8d7e077b0b6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:29", + "lon": 112.932136, + "lat": 36.144128, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:23", + "devicecode": "98003" + }, + { + "eventid": "08fb3362-8a00-4f25-8493-604811978f28", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:38:14", + "lon": 112.931138, + "lat": 36.144185, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:32:07", + "devicecode": "98003" + }, + { + "eventid": "ca13e4d4-8603-4f2c-ae79-7a6a4dcf9e8b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:59", + "lon": 112.929863, + "lat": 36.144211, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:50", + "devicecode": "98003" + }, + { + "eventid": "520d7683-8a4b-48cb-a4dd-b53e8438068e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:44", + "lon": 112.929033, + "lat": 36.144398, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:39", + "devicecode": "98003" + }, + { + "eventid": "f4e47f3b-5371-46ee-87d6-b63040d58f3c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:29", + "lon": 112.929016, + "lat": 36.14564, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:23", + "devicecode": "98003" + }, + { + "eventid": "99a828fb-3fa0-4409-b8d2-90f90d3f9651", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:37:14", + "lon": 112.929031, + "lat": 36.147096, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:31:06", + "devicecode": "98003" + }, + { + "eventid": "7f30ea71-03f6-4fc5-bb06-2931e096e24d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:59", + "lon": 112.929031, + "lat": 36.14857, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:55", + "devicecode": "98003" + }, + { + "eventid": "02c3971e-cd13-4ad3-a2c7-d52589c1c715", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:44", + "lon": 112.92903, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:38", + "devicecode": "98003" + }, + { + "eventid": "9745cd1f-573f-4042-9e1a-aba9492ed26a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:29", + "lon": 112.929005, + "lat": 36.1505, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:21", + "devicecode": "98003" + }, + { + "eventid": "4a21e055-9896-4c55-b33c-641cc31236d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:36:14", + "lon": 112.928991, + "lat": 36.151786, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:30:10", + "devicecode": "98003" + }, + { + "eventid": "96f488b1-389b-4b96-a1c8-26254ef63f63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:59", + "lon": 112.928996, + "lat": 36.152728, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:52", + "devicecode": "98003" + }, + { + "eventid": "fed8d009-da22-4c67-8d4a-d66401636bb8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:44", + "lon": 112.929108, + "lat": 36.153925, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:36", + "devicecode": "98003" + }, + { + "eventid": "c07b29ee-c5ef-460b-9b3c-907ecbe0e74e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:29", + "lon": 112.929221, + "lat": 36.154665, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:24", + "devicecode": "98003" + }, + { + "eventid": "2c6c8794-4c98-42ae-8f3e-6af3c9189367", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:35:14", + "lon": 112.929415, + "lat": 36.155765, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:29:08", + "devicecode": "98003" + }, + { + "eventid": "191514c1-5730-4d5a-ade2-9d5f87d48306", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:59", + "lon": 112.929615, + "lat": 36.156981, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:51", + "devicecode": "98003" + }, + { + "eventid": "b37d5831-054a-41dd-8fd0-d1a318565dbe", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:10", + "lon": 112.929066, + "lat": 36.160393, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "99d55d79-e60b-4759-b511-d8e6e57cce84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:25", + "lon": 112.930015, + "lat": 36.159838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "06ec3524-77eb-4d80-b905-642dd40c3fb1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:55", + "lon": 112.928536, + "lat": 36.160821, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "c8ba774f-1a3e-44d5-8efc-6f5895f1ce5b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:34:40", + "lon": 112.929955, + "lat": 36.158756, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:34", + "devicecode": "98003" + }, + { + "eventid": "a1a17bd9-1de5-4d5f-8210-91cc8fc7d171", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:40", + "lon": 112.92769, + "lat": 36.161488, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:28:23", + "devicecode": "98003" + }, + { + "eventid": "33e3a8bf-40de-4a62-84ef-f29c73490d22", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:25", + "lon": 112.926628, + "lat": 36.16231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:20", + "devicecode": "98003" + }, + { + "eventid": "34690206-595a-4741-ad2b-0b2f19dcc11e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:36", + "lon": 112.92337, + "lat": 36.164178, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "4720762c-6446-4630-987c-27c7b4ab69fd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:33:06", + "lon": 112.924655, + "lat": 36.163083, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "464e845a-c7e6-4e79-ac30-583440df8867", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:51", + "lon": 112.923376, + "lat": 36.163391, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:27:07", + "devicecode": "98003" + }, + { + "eventid": "d2a648f9-1214-498f-9f39-235289050d21", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:21", + "lon": 112.92376, + "lat": 36.165583, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:26:15", + "devicecode": "98003" + }, + { + "eventid": "28830fe2-4dab-4a43-b402-ff4fe4b0eacf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:32:06", + "lon": 112.924061, + "lat": 36.16666, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:57", + "devicecode": "98003" + }, + { + "eventid": "0ad3392a-4e4d-4925-8dd3-b345c442e05b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:51", + "lon": 112.924443, + "lat": 36.168031, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:46", + "devicecode": "98003" + }, + { + "eventid": "fea6d449-8976-4bac-83c2-07d9ca4ba146", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:36", + "lon": 112.924773, + "lat": 36.169171, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:27", + "devicecode": "98003" + }, + { + "eventid": "65b9fb1b-a161-4267-b7cc-b6a3b631637b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:21", + "lon": 112.925156, + "lat": 36.169778, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:25:14", + "devicecode": "98003" + }, + { + "eventid": "327d10a4-4725-457c-b124-79007e13116a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:31:06", + "lon": 112.926048, + "lat": 36.169585, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:57", + "devicecode": "98003" + }, + { + "eventid": "06ae7ce8-8223-4ddc-bb25-363b35c03c84", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:51", + "lon": 112.927335, + "lat": 36.169296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:44", + "devicecode": "98003" + }, + { + "eventid": "c58cea64-6b0f-457a-ae3a-93ceb28997ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:36", + "lon": 112.928151, + "lat": 36.169346, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:32", + "devicecode": "98003" + }, + { + "eventid": "155d115a-bf8b-435e-956c-6a93ae6db657", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:21", + "lon": 112.928413, + "lat": 36.170356, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:24:14", + "devicecode": "98003" + }, + { + "eventid": "457ecd37-e336-458a-8335-00de0f513e7a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:30:06", + "lon": 112.928758, + "lat": 36.17166, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:57", + "devicecode": "98003" + }, + { + "eventid": "47306a3b-6795-4c30-aa78-115997ff7906", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:51", + "lon": 112.92903, + "lat": 36.17278, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:46", + "devicecode": "98003" + }, + { + "eventid": "1000aab9-04e6-43e7-8219-7a794f97f565", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:36", + "lon": 112.92919, + "lat": 36.174145, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:29", + "devicecode": "98003" + }, + { + "eventid": "e8219e48-d3ff-46a5-ac6b-c47fc730266e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:21", + "lon": 112.929321, + "lat": 36.175455, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:17", + "devicecode": "98003" + }, + { + "eventid": "40446a9b-32ff-43ff-93c7-6e1193340cae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:29:06", + "lon": 112.929461, + "lat": 36.176923, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:23:05", + "devicecode": "98003" + }, + { + "eventid": "42554a05-cc01-4485-bd5f-b5f5a4b2ad1e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:51", + "lon": 112.929613, + "lat": 36.17838, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:43", + "devicecode": "98003" + }, + { + "eventid": "17ef92aa-5921-49cb-aa1b-154d14bf363a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:36", + "lon": 112.929723, + "lat": 36.179721, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:27", + "devicecode": "98003" + }, + { + "eventid": "25c2139b-7569-4279-8df7-19d3c7ba618f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:21", + "lon": 112.92987, + "lat": 36.180371, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:16", + "devicecode": "98003" + }, + { + "eventid": "1309fbad-5a8f-4247-88bb-c9149ea5aba8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:28:06", + "lon": 112.93106, + "lat": 36.180271, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:22:04", + "devicecode": "98003" + }, + { + "eventid": "cc0d3efe-0ee3-4c72-9392-7ac4802ca953", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:36", + "lon": 112.931586, + "lat": 36.180218, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:21:31", + "devicecode": "98003" + }, + { + "eventid": "f2d02492-8000-4580-ae85-4b38e72ce298", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:20", + "lon": 112.931583, + "lat": 36.180208, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:21:15", + "devicecode": "98003" + }, + { + "eventid": "65750114-9587-4f3d-9d6d-b0f4a3a6f5a5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:27:05", + "lon": 112.932355, + "lat": 36.180131, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:58", + "devicecode": "98003" + }, + { + "eventid": "5a1f1a19-d857-4381-b958-2b28e0200261", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:50", + "lon": 112.933656, + "lat": 36.180018, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:41", + "devicecode": "98003" + }, + { + "eventid": "50de9678-674d-474c-85a9-ea13959ef8d1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:35", + "lon": 112.933758, + "lat": 36.179461, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:30", + "devicecode": "98003" + }, + { + "eventid": "84d0df4e-9542-4b4d-b9de-1e93f3fa964b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:20", + "lon": 112.933643, + "lat": 36.178586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:20:13", + "devicecode": "98003" + }, + { + "eventid": "3662a2f5-8bd7-4583-8f7f-58be0d3f8f28", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:26:05", + "lon": 112.93355, + "lat": 36.177801, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:56", + "devicecode": "98003" + }, + { + "eventid": "072744a9-9db3-45fc-9544-3ec4213b6df2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:50", + "lon": 112.9335, + "lat": 36.177283, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:45", + "devicecode": "98003" + }, + { + "eventid": "4539c16c-28d9-4692-b463-9d5cd69789ee", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:35", + "lon": 112.934255, + "lat": 36.177236, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:39", + "devicecode": "98003" + }, + { + "eventid": "0e9859a3-a756-43a8-82f4-e1265c0af410", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:20", + "lon": 112.935138, + "lat": 36.177188, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:19:11", + "devicecode": "98003" + }, + { + "eventid": "08d5aa0b-506d-4818-9393-e3c5970d8ef5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:31", + "lon": 112.937855, + "lat": 36.177043, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "ede77271-bb47-4be0-bfd8-e0b510dd7cf6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:25:01", + "lon": 112.93623, + "lat": 36.177123, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "c83f3f27-0b58-44a0-b7d2-1e29878492b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:01", + "lon": 112.939616, + "lat": 36.176966, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "c465a7c0-028d-43b3-9d72-b969adb0a4d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:46", + "lon": 112.94043, + "lat": 36.176903, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "bc717805-63b2-43f9-a640-cb6aa4bc5d21", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:46", + "lon": 112.93702, + "lat": 36.177093, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "830c105b-47f9-404d-8fb5-ecf98eacf970", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:24:16", + "lon": 112.938638, + "lat": 36.177008, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:54", + "devicecode": "98003" + }, + { + "eventid": "bf6eda2e-0965-429b-afd5-1f865e5a74cd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:31", + "lon": 112.940465, + "lat": 36.176435, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:18:36", + "devicecode": "98003" + }, + { + "eventid": "6001d234-cde1-4078-a3b3-689174443ea5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:16", + "lon": 112.940388, + "lat": 36.176005, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:17:10", + "devicecode": "98003" + }, + { + "eventid": "c0cc68f6-07c3-4f09-a4e4-4d745be4cc67", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:23:01", + "lon": 112.940256, + "lat": 36.175291, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:53", + "devicecode": "98003" + }, + { + "eventid": "cbafc506-1047-4d82-92e7-cda6a7d1c091", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:46", + "lon": 112.940063, + "lat": 36.17466, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:36", + "devicecode": "98003" + }, + { + "eventid": "4af853b9-ce08-49fa-bac8-64657e0356c4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:31", + "lon": 112.939093, + "lat": 36.174698, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:25", + "devicecode": "98003" + }, + { + "eventid": "b5eed5b7-6465-40b1-97aa-948e7480d317", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:16", + "lon": 112.938881, + "lat": 36.173918, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:16:08", + "devicecode": "98003" + }, + { + "eventid": "c959f3d8-83aa-4ec8-8979-dd5e5a2c8fdc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:01", + "lon": 112.938236, + "lat": 36.173595, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:55", + "devicecode": "98003" + }, + { + "eventid": "b56e1230-50c4-4bde-886b-dac61cd834a3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:46", + "lon": 112.937288, + "lat": 36.173318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:38", + "devicecode": "98003" + }, + { + "eventid": "18f53f5c-717a-4bcf-a972-ad5431341b2b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:31", + "lon": 112.936345, + "lat": 36.173066, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:27", + "devicecode": "98003" + }, + { + "eventid": "0e0e1c61-baf1-4b32-9a94-abfb136aecf4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:16", + "lon": 112.935458, + "lat": 36.172818, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:10", + "devicecode": "98003" + }, + { + "eventid": "4f486bb2-a19d-4acf-9aa2-beabf2d32fe5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:00", + "lon": 112.935276, + "lat": 36.17277, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:53", + "devicecode": "98003" + }, + { + "eventid": "f9e87190-6e03-4058-b780-42d5696034b3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:37", + "lon": 112.93529, + "lat": 36.172755, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:30", + "devicecode": "98003" + }, + { + "eventid": "7362469b-240d-4fa8-9ccb-37e4e88bd5d1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:22", + "lon": 112.936136, + "lat": 36.17299, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:18", + "devicecode": "98003" + }, + { + "eventid": "6fcf06e5-0543-4a6d-8a1b-70d3e018d831", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:07", + "lon": 112.937233, + "lat": 36.173301, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:00", + "devicecode": "98003" + }, + { + "eventid": "fc98929d-5d49-4bda-94b7-3028f1df6865", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:52", + "lon": 112.938288, + "lat": 36.173598, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:44", + "devicecode": "98003" + }, + { + "eventid": "defc99ed-49ac-42af-892b-f6c6eec75029", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:37", + "lon": 112.939366, + "lat": 36.173848, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:32", + "devicecode": "98003" + }, + { + "eventid": "47882922-b966-41dd-8d73-8cdc870e6f6c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:22", + "lon": 112.940373, + "lat": 36.174141, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:16", + "devicecode": "98003" + }, + { + "eventid": "7e63e255-358d-4481-b220-3776f972fdd4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:07", + "lon": 112.941153, + "lat": 36.174378, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:58", + "devicecode": "98003" + }, + { + "eventid": "33abd4c5-4a2c-45e2-b5f1-61f243f28a97", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:52", + "lon": 112.941638, + "lat": 36.174185, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:47", + "devicecode": "98003" + }, + { + "eventid": "b807dbcc-e5e0-4d6f-8e00-2ebdc453912f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:37", + "lon": 112.941861, + "lat": 36.1737, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:30", + "devicecode": "98003" + }, + { + "eventid": "094a3748-1716-44ba-ace1-ca6393549312", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:22", + "lon": 112.941915, + "lat": 36.17309, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:12", + "devicecode": "98003" + }, + { + "eventid": "0b790f41-797d-4ab1-8c83-5a27077939ae", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:07", + "lon": 112.941633, + "lat": 36.172926, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:01", + "devicecode": "98003" + }, + { + "eventid": "8331dbfc-2be5-4fee-9957-76368add26a3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:52", + "lon": 112.94123, + "lat": 36.172678, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:44", + "devicecode": "98003" + }, + { + "eventid": "9297dde4-a6c3-4ab6-909f-ec725c6e302b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:37", + "lon": 112.940606, + "lat": 36.172463, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:33", + "devicecode": "98003" + }, + { + "eventid": "5a958a84-b3f2-4930-8c39-c6eacbf64fc8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:22", + "lon": 112.93981, + "lat": 36.172143, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:16", + "devicecode": "98003" + }, + { + "eventid": "ec0493ac-0d30-4788-baa0-a0f14fe85df8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:07", + "lon": 112.93937, + "lat": 36.17138, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:58", + "devicecode": "98003" + }, + { + "eventid": "70b77618-bbf8-451b-9354-ccdee022c734", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:52", + "lon": 112.939063, + "lat": 36.170535, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:47", + "devicecode": "98003" + }, + { + "eventid": "29c82c8f-d65b-4f65-889b-cbd3960d2a81", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:37", + "lon": 112.93865, + "lat": 36.169675, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:29", + "devicecode": "98003" + }, + { + "eventid": "294ece99-a61e-4b26-9969-3739b205d883", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:22", + "lon": 112.938008, + "lat": 36.169516, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:13", + "devicecode": "98003" + }, + { + "eventid": "9c55614d-c09b-42e9-a121-7f25928f7bc6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:07", + "lon": 112.937416, + "lat": 36.168778, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:01", + "devicecode": "98003" + }, + { + "eventid": "fdbbef14-a28c-4b43-b50f-feef1c0d5ded", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:52", + "lon": 112.936731, + "lat": 36.168376, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:44", + "devicecode": "98003" + }, + { + "eventid": "99f547b6-6b9e-42db-aed4-524fa372848d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:37", + "lon": 112.936236, + "lat": 36.168718, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:32", + "devicecode": "98003" + }, + { + "eventid": "329df34b-c7d6-4940-ae2d-3dd8a6aaf54f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:21", + "lon": 112.935885, + "lat": 36.168913, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:15", + "devicecode": "98003" + }, + { + "eventid": "34130175-62db-41b9-99d9-1f3b8f44f8c9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:58", + "lon": 112.935891, + "lat": 36.168915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:51", + "devicecode": "98003" + }, + { + "eventid": "f045a698-d1d9-42c7-a0cb-7cc50a5fff30", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:43", + "lon": 112.935856, + "lat": 36.168935, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:34", + "devicecode": "98003" + }, + { + "eventid": "dc6a8d93-2393-4941-8587-46e13eb5762b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:28", + "lon": 112.935835, + "lat": 36.16894, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:23", + "devicecode": "98003" + }, + { + "eventid": "c6e3f852-5a60-4707-b3fa-f6caaae8508c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:13", + "lon": 112.93587, + "lat": 36.168948, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:06", + "devicecode": "98003" + }, + { + "eventid": "afb24322-3e5d-4494-9941-6cce8acc4da3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:58", + "lon": 112.936353, + "lat": 36.168588, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98003" + }, + { + "eventid": "b4fa7fa0-9e5c-4692-b293-5f31e30c08fa", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:43", + "lon": 112.936318, + "lat": 36.16835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:37", + "devicecode": "98003" + }, + { + "eventid": "ec5de699-6d82-4e6a-9ce5-a814e1939e73", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:28", + "lon": 112.935746, + "lat": 36.168305, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:20", + "devicecode": "98003" + }, + { + "eventid": "a63c5f49-8fc6-40d8-bd6f-8bb0c882886e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:12", + "lon": 112.935315, + "lat": 36.168251, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:09", + "devicecode": "98003" + }, + { + "eventid": "0ce00438-c465-4ff6-ab24-4a0a63040921", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:52", + "lon": 112.935308, + "lat": 36.16826, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:47", + "devicecode": "98003" + }, + { + "eventid": "2c4407ad-0b22-4e79-b37d-9ae129cf94b7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:37", + "lon": 112.935296, + "lat": 36.168256, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:30", + "devicecode": "98003" + }, + { + "eventid": "b6a6eddc-0946-42b1-bbeb-fe049c5da1bb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:22", + "lon": 112.935671, + "lat": 36.168285, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98003" + }, + { + "eventid": "296bbdbe-4c25-4b37-8ce7-a98a56402688", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:07", + "lon": 112.9361, + "lat": 36.168313, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:02", + "devicecode": "98003" + }, + { + "eventid": "0b6bd262-acb8-46d2-9cdb-4fa4d03812da", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:52", + "lon": 112.936505, + "lat": 36.16834, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:44", + "devicecode": "98003" + }, + { + "eventid": "20b4f1f6-99bf-43a9-9f6a-ad84951456fb", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:37", + "lon": 112.93623, + "lat": 36.16765, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:32", + "devicecode": "98003" + }, + { + "eventid": "9a6e152d-2966-43cf-9626-a4834b253e3a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:22", + "lon": 112.936005, + "lat": 36.166746, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:12", + "devicecode": "98003" + }, + { + "eventid": "f38f0cee-9c95-41f8-965e-1fb7c752fa59", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:07", + "lon": 112.935663, + "lat": 36.16606, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:01", + "devicecode": "98003" + }, + { + "eventid": "80701521-bc0c-4245-bbb4-ab8830c02a60", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:52", + "lon": 112.935393, + "lat": 36.165645, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:44", + "devicecode": "98003" + }, + { + "eventid": "741d48aa-3634-425e-84f5-c4d51f3db125", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:37", + "lon": 112.934825, + "lat": 36.165468, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:33", + "devicecode": "98003" + }, + { + "eventid": "d6823ba3-b8eb-4974-9f06-ecd484417658", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:21", + "lon": 112.934526, + "lat": 36.164933, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:15", + "devicecode": "98003" + }, + { + "eventid": "81383c15-0920-435b-ae0a-f7ec62797451", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:06", + "lon": 112.934583, + "lat": 36.164731, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:59", + "devicecode": "98003" + }, + { + "eventid": "1e4451f9-bedb-4379-b856-5032c9c81d63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:51", + "lon": 112.934643, + "lat": 36.164231, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:42", + "devicecode": "98003" + }, + { + "eventid": "1ffe35c8-de84-4a3d-8a43-f76d730a2b35", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:36", + "lon": 112.934601, + "lat": 36.163531, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:31", + "devicecode": "98003" + }, + { + "eventid": "b3f040e0-7e38-4449-a5da-8acb535cf158", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:21", + "lon": 112.934573, + "lat": 36.16286, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:14", + "devicecode": "98003" + }, + { + "eventid": "50931be2-345c-43b5-84f0-c41ce70a3132", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:06", + "lon": 112.934646, + "lat": 36.162575, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:56", + "devicecode": "98003" + }, + { + "eventid": "a614ea51-05ec-443f-b7f6-961168d589b6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:51", + "lon": 112.935063, + "lat": 36.162558, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:45", + "devicecode": "98003" + }, + { + "eventid": "33dc6903-bfbb-4d86-bddc-30e1725972bc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:36", + "lon": 112.935581, + "lat": 36.162545, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:28", + "devicecode": "98003" + }, + { + "eventid": "69ff709b-888a-40a9-8718-79f4ad2d4d9c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:21", + "lon": 112.935616, + "lat": 36.162548, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:17", + "devicecode": "98003" + }, + { + "eventid": "f8fa06d7-d2ea-4b75-9fda-4bc8400466dc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:06", + "lon": 112.935173, + "lat": 36.162563, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:00", + "devicecode": "98003" + }, + { + "eventid": "c81fddea-a4dd-4e4d-aa62-1e769c05f98b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:51", + "lon": 112.934775, + "lat": 36.162586, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:42", + "devicecode": "98003" + }, + { + "eventid": "ea2c11cc-e04b-4051-867b-a1535e36cf65", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:36", + "lon": 112.934121, + "lat": 36.162618, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:30", + "devicecode": "98003" + }, + { + "eventid": "28a73f4d-83e9-4c46-8cfe-77af2a46740d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:17", + "lon": 112.933305, + "lat": 36.162631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98003" + }, + { + "eventid": "f8241832-1686-4c45-be73-fe93f92cb6df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:02", + "lon": 112.93315, + "lat": 36.162205, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98003" + }, + { + "eventid": "7ac0bc7c-fedf-4226-987c-d3ca1a268068", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:47", + "lon": 112.932973, + "lat": 36.161701, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:01", + "devicecode": "98003" + }, + { + "eventid": "47a76f84-caa7-41f6-a204-8a63069f1821", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:31", + "lon": 112.932915, + "lat": 36.16139, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:29", + "devicecode": "98003" + }, + { + "eventid": "3d9a9c5f-dbc7-4640-af19-0255b2d75aa9", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:08", + "lon": 112.932915, + "lat": 36.161393, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:03", + "devicecode": "98003" + }, + { + "eventid": "92b5c92d-9bd8-4460-a833-06d8305048e1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:53", + "lon": 112.932921, + "lat": 36.16138, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:45", + "devicecode": "98003" + }, + { + "eventid": "09a4477b-579e-4122-bbef-93ea1c5883c6", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:38", + "lon": 112.932921, + "lat": 36.161361, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:32", + "devicecode": "98003" + }, + { + "eventid": "94aa54ca-fca6-41f5-81b3-f21c2ff6dabd", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:23", + "lon": 112.932923, + "lat": 36.161221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:20", + "devicecode": "98003" + }, + { + "eventid": "bec27ce9-65c1-4152-bf44-1be292ba3568", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:08", + "lon": 112.932773, + "lat": 36.160423, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:01", + "devicecode": "98003" + }, + { + "eventid": "48b71e42-2743-463a-a4ff-94b5a630be4a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:53", + "lon": 112.93266, + "lat": 36.159695, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:48", + "devicecode": "98003" + }, + { + "eventid": "56268ba9-1426-4aed-aecb-4bc164fc3cb5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:38", + "lon": 112.93253, + "lat": 36.159, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:29", + "devicecode": "98003" + }, + { + "eventid": "c60d77f5-145d-4f1b-82a4-472dc95e28c1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:23", + "lon": 112.932391, + "lat": 36.158345, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:17", + "devicecode": "98003" + }, + { + "eventid": "2eef0630-e319-492d-8651-ff0142097c72", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:08", + "lon": 112.932273, + "lat": 36.157743, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:59", + "devicecode": "98003" + }, + { + "eventid": "26473eb9-82a7-49b5-994c-17726774eec1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:53", + "lon": 112.93216, + "lat": 36.157193, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:47", + "devicecode": "98003" + }, + { + "eventid": "ff4f0d0f-7fdc-4aea-b74d-617fe7aa9e6a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:38", + "lon": 112.932051, + "lat": 36.15665, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:34", + "devicecode": "98003" + }, + { + "eventid": "c504b0a7-4d16-41f5-b690-5255635dcb44", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:23", + "lon": 112.932203, + "lat": 36.156325, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:15", + "devicecode": "98003" + }, + { + "eventid": "df75336e-e647-4668-8517-e4e5c9e51509", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:07", + "lon": 112.932708, + "lat": 36.15632, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:03", + "devicecode": "98003" + }, + { + "eventid": "d29a4779-dd6d-4483-8fd1-3c7ce44aba7f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:49", + "lon": 112.932705, + "lat": 36.156318, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:40", + "devicecode": "98003" + }, + { + "eventid": "ca09f35d-aab8-4094-87ea-1fb868c27c03", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:34", + "lon": 112.932715, + "lat": 36.15631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:28", + "devicecode": "98003" + }, + { + "eventid": "08bca574-9d16-4473-bab2-7bc0546749b7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:19", + "lon": 112.932578, + "lat": 36.156296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:10", + "devicecode": "98003" + }, + { + "eventid": "ea0096b0-26d4-42de-845f-8b66fa2f8e43", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:04", + "lon": 112.931958, + "lat": 36.156146, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:58", + "devicecode": "98003" + }, + { + "eventid": "18319af7-816e-470d-9aaf-40c549ef47d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:49", + "lon": 112.931786, + "lat": 36.15548, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:41", + "devicecode": "98003" + }, + { + "eventid": "8855183c-7a2c-4497-a1e2-efbdf253474b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:34", + "lon": 112.931683, + "lat": 36.154888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:29", + "devicecode": "98003" + }, + { + "eventid": "4e746ef3-5dd1-4f6d-a635-53c423f7960f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:19", + "lon": 112.931596, + "lat": 36.154351, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:12", + "devicecode": "98003" + }, + { + "eventid": "d2f87f72-090a-481d-9131-eb99dd9b07df", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:04", + "lon": 112.931478, + "lat": 36.153856, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:59", + "devicecode": "98003" + }, + { + "eventid": "15f68c48-39d6-454e-8f7d-e03dd139c3a1", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:49", + "lon": 112.93145, + "lat": 36.15333, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:42", + "devicecode": "98003" + }, + { + "eventid": "8badbe84-154f-4ac0-b4d1-5e42c05f025e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:34", + "lon": 112.931363, + "lat": 36.152623, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:25", + "devicecode": "98003" + }, + { + "eventid": "a7fe3b69-5ea9-4e2b-b936-4df1a7eb08b5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:19", + "lon": 112.931235, + "lat": 36.151735, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:13", + "devicecode": "98003" + }, + { + "eventid": "6f2faf55-ee71-46c8-8be9-d7c2da64c89c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:04", + "lon": 112.93111, + "lat": 36.150835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:56", + "devicecode": "98003" + }, + { + "eventid": "4fda0e67-0f1b-4a1b-b88f-764a6e1e52d3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:49", + "lon": 112.930998, + "lat": 36.150055, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:45", + "devicecode": "98003" + }, + { + "eventid": "14627060-0182-4944-986f-c96435043799", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:34", + "lon": 112.93152, + "lat": 36.149873, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:28", + "devicecode": "98003" + }, + { + "eventid": "4ededafa-aa7b-41b9-a517-c3fbcf0716a4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:19", + "lon": 112.932356, + "lat": 36.149805, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:11", + "devicecode": "98003" + }, + { + "eventid": "0511d605-8c01-413f-8552-8b708cfcc3d2", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:04", + "lon": 112.932755, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:00", + "devicecode": "98003" + }, + { + "eventid": "c64107ad-8075-4dd8-b854-9b77352b2d9b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:41", + "lon": 112.932773, + "lat": 36.149788, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:37", + "devicecode": "98003" + }, + { + "eventid": "f7ec6863-ece1-44dd-8c6b-e8a4d01b14b0", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:26", + "lon": 112.932771, + "lat": 36.149785, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:20", + "devicecode": "98003" + }, + { + "eventid": "76bc954c-0814-4e3b-bd16-9552e4301acf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:11", + "lon": 112.932755, + "lat": 36.149793, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:03", + "devicecode": "98003" + }, + { + "eventid": "830525d2-6f8b-4def-bef8-8e7ba91c58b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:56", + "lon": 112.932793, + "lat": 36.149786, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:51", + "devicecode": "98003" + }, + { + "eventid": "a8b91b1d-8c74-43a7-b867-b919baca6917", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:41", + "lon": 112.933493, + "lat": 36.14973, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:33", + "devicecode": "98003" + }, + { + "eventid": "c039336a-117f-4942-a85e-dfe7f4230745", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:26", + "lon": 112.934363, + "lat": 36.149673, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:21", + "devicecode": "98003" + }, + { + "eventid": "4641c344-8c7d-4cbf-a3d0-e8ae0d73a00f", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:11", + "lon": 112.93492, + "lat": 36.149888, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:04", + "devicecode": "98003" + }, + { + "eventid": "680c204d-60a3-475d-90d4-8bfe8f37cf33", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:56", + "lon": 112.934991, + "lat": 36.150641, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:47", + "devicecode": "98003" + }, + { + "eventid": "18bfdf9d-f894-430c-949c-1b50414c8fa5", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:41", + "lon": 112.935061, + "lat": 36.15141, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:35", + "devicecode": "98003" + }, + { + "eventid": "f1866578-4182-42e8-844f-3d5d4f5f458c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:26", + "lon": 112.935158, + "lat": 36.15224, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:18", + "devicecode": "98003" + }, + { + "eventid": "3eceb5d7-0f77-4fa9-9804-73da4ec78a13", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:11", + "lon": 112.935235, + "lat": 36.153061, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:01", + "devicecode": "98003" + }, + { + "eventid": "483ae789-ae19-4602-9c46-3c3067c9039a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:56", + "lon": 112.935321, + "lat": 36.153726, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:49", + "devicecode": "98003" + }, + { + "eventid": "e492bd51-29ed-4c96-8f3f-ed2f34e2d92c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:41", + "lon": 112.936328, + "lat": 36.153686, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:32", + "devicecode": "98003" + }, + { + "eventid": "31c3d0bf-1e56-45be-9f09-df740f774d36", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:26", + "lon": 112.93779, + "lat": 36.153558, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:20", + "devicecode": "98003" + }, + { + "eventid": "2ab54501-f82b-4c0b-82de-66ff77f73850", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:11", + "lon": 112.939238, + "lat": 36.153436, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:04", + "devicecode": "98003" + }, + { + "eventid": "6c68c9a1-0b3e-4f24-ab04-10ec9b943885", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:56", + "lon": 112.940791, + "lat": 36.153311, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:47", + "devicecode": "98003" + }, + { + "eventid": "fdc98377-a155-4641-bcf1-c853f13d0a34", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:41", + "lon": 112.9422, + "lat": 36.153171, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:31", + "devicecode": "98003" + }, + { + "eventid": "f56ccc1e-8ba3-4f76-a7f5-f3e588ee00d8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:26", + "lon": 112.943016, + "lat": 36.152915, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:21", + "devicecode": "98003" + }, + { + "eventid": "7c3abd06-5b2e-4ac4-9aba-dcbb5b1429de", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:11", + "lon": 112.942886, + "lat": 36.151911, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:04", + "devicecode": "98003" + }, + { + "eventid": "fa7951d7-b979-402e-95ee-bad5468092b8", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:56", + "lon": 112.942711, + "lat": 36.150855, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:48", + "devicecode": "98003" + }, + { + "eventid": "50c68630-9bde-4462-b130-4bc312c19201", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:41", + "lon": 112.942371, + "lat": 36.149921, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:32", + "devicecode": "98003" + }, + { + "eventid": "d1366c7f-1b2d-45a8-9941-a4d3b898ca55", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:26", + "lon": 112.942226, + "lat": 36.148943, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:20", + "devicecode": "98003" + }, + { + "eventid": "4a04ab2b-b2f5-4625-9b6a-194b9c5a0730", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:11", + "lon": 112.942086, + "lat": 36.147865, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:10", + "devicecode": "98003" + }, + { + "eventid": "9f57d949-c2bd-4dde-9835-2e5eab06c005", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:56", + "lon": 112.943213, + "lat": 36.147631, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:48", + "devicecode": "98003" + }, + { + "eventid": "c923fe6e-5e98-485f-90a0-469011e07331", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:41", + "lon": 112.944575, + "lat": 36.14751, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:37", + "devicecode": "98003" + }, + { + "eventid": "4a9574ec-22b0-477e-9687-ba33e46bcfdf", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:25", + "lon": 112.944795, + "lat": 36.14694, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:20", + "devicecode": "98003" + }, + { + "eventid": "0427b960-b349-4bd6-bbe1-d383d0a9f2f3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:10", + "lon": 112.94465, + "lat": 36.145591, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:03", + "devicecode": "98003" + }, + { + "eventid": "586cc120-f229-46e6-84a1-02ccf9c8e88b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:55", + "lon": 112.944553, + "lat": 36.144396, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98003" + }, + { + "eventid": "87cb6d47-9482-4cfb-bc22-996d9f9216af", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:40", + "lon": 112.944436, + "lat": 36.143178, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:35", + "devicecode": "98003" + }, + { + "eventid": "6ad9c10f-cafb-4f4b-9858-60127f25c2f4", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:25", + "lon": 112.944333, + "lat": 36.14195, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:18", + "devicecode": "98003" + }, + { + "eventid": "021bf79f-91c8-4c1f-af1f-b4d8751e3a9d", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:10", + "lon": 112.944255, + "lat": 36.140835, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:02", + "devicecode": "98003" + }, + { + "eventid": "bcc496ea-3481-48a7-a2f0-16d754c98747", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:55", + "lon": 112.944201, + "lat": 36.139841, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:51", + "devicecode": "98003" + }, + { + "eventid": "10819bc8-2b01-495d-8fdd-6773d26d612e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:39", + "lon": 112.944063, + "lat": 36.138908, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:34", + "devicecode": "98003" + }, + { + "eventid": "a4199f96-0805-4cdf-9735-4e4d8e9f7316", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:24", + "lon": 112.944028, + "lat": 36.138246, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:18", + "devicecode": "98003" + }, + { + "eventid": "d341608a-d5e3-4f44-bd16-5a43bf9cf543", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:09", + "lon": 112.944063, + "lat": 36.138221, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:02", + "devicecode": "98003" + }, + { + "eventid": "34fc9838-60c6-42f6-9923-15509b8949c7", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:54", + "lon": 112.944058, + "lat": 36.137768, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:45", + "devicecode": "98003" + }, + { + "eventid": "8103093e-fcd9-473b-8fcd-ef6650179f55", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:39", + "lon": 112.943981, + "lat": 36.136821, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:35", + "devicecode": "98003" + }, + { + "eventid": "47d13065-0901-49ab-8bef-73108cec579e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:24", + "lon": 112.943885, + "lat": 36.135453, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:18", + "devicecode": "98003" + }, + { + "eventid": "43179d57-54f4-4380-8b45-1412b23c10cc", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:09", + "lon": 112.943761, + "lat": 36.134173, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:01", + "devicecode": "98003" + }, + { + "eventid": "4d31bfcf-aa59-4d29-9921-875a36359eb3", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:54", + "lon": 112.943683, + "lat": 36.13317, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:49", + "devicecode": "98003" + }, + { + "eventid": "63e1128c-4d3c-4e19-8bc7-73a9e0dc7a2c", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:39", + "lon": 112.943663, + "lat": 36.13296, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:33", + "devicecode": "98003" + }, + { + "eventid": "90cd62ab-3d51-4e67-95af-7e78a27b8079", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:24", + "lon": 112.943658, + "lat": 36.132945, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:16", + "devicecode": "98003" + }, + { + "eventid": "1a7551d8-38e1-486b-a2b7-72cafb455818", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:09", + "lon": 112.94365, + "lat": 36.132918, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:00", + "devicecode": "98003" + }, + { + "eventid": "c9d79ac3-bc9a-474c-bafb-facb4989ee9a", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:54", + "lon": 112.943595, + "lat": 36.132495, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:48", + "devicecode": "98003" + }, + { + "eventid": "5523d940-a33b-447f-bf23-e402aceb0360", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:39", + "lon": 112.943566, + "lat": 36.132008, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:32", + "devicecode": "98003" + }, + { + "eventid": "4114472d-fe9e-4af6-8a57-d91cf23d6f63", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:24", + "lon": 112.943493, + "lat": 36.13135, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:15", + "devicecode": "98003" + }, + { + "eventid": "a31dfd3a-46fa-44e7-b09f-56cb28242096", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:09", + "lon": 112.943388, + "lat": 36.130603, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:04", + "devicecode": "98003" + }, + { + "eventid": "74ec31a9-39fa-420a-bf9e-106ff3a52f04", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:54", + "lon": 112.943305, + "lat": 36.129541, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:48", + "devicecode": "98003" + }, + { + "eventid": "f927aedb-d8e4-4071-b15a-50cb88e9308b", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:39", + "lon": 112.943295, + "lat": 36.129041, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:31", + "devicecode": "98003" + }, + { + "eventid": "3b6595e0-1ac2-42f7-a53b-c5cdc4710004", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:24", + "lon": 112.943333, + "lat": 36.12903, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:15", + "devicecode": "98003" + }, + { + "eventid": "c6fab2fd-263a-4b8c-95fc-42cda9aa5445", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:09", + "lon": 112.943325, + "lat": 36.129028, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:04", + "devicecode": "98003" + }, + { + "eventid": "e9da2ecf-25ee-4dbe-ba8c-755e50ffa94e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:54", + "lon": 112.94333, + "lat": 36.129028, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:48", + "devicecode": "98003" + }, + { + "eventid": "f7911cd7-f381-4026-a295-4b15d6076c2e", + "deviceid": "34bd3e80-ecfd-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:39", + "lon": 112.94332, + "lat": 36.129023, + "inspectorid": "8577f088-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:31", + "devicecode": "98003" + } + ] + }, + { + "eventid": "8577f089-2686-11e3-9e54-00216a3749b4", + "name": "宋爱斌", + "sex": "01", + "duty": "巡线工", + "phone": "18735538923", + "unitname": "长子站", + "identitycard": null, + "worktype": "01", + "depname": "长晋管理处", + "lineTrackingList": [ + { + "eventid": "423f7da5-d1fb-4853-8402-5998cf57157b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:43", + "lon": 112.860163, + "lat": 36.252866, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:38", + "devicecode": "98015" + }, + { + "eventid": "d32bd1de-4f48-477f-bb02-aafa857d3859", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:28", + "lon": 112.86089, + "lat": 36.253248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:21", + "devicecode": "98015" + }, + { + "eventid": "13e12f41-5d6e-41ac-ad57-1a3ac755135a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:25:13", + "lon": 112.861725, + "lat": 36.253715, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:19:03", + "devicecode": "98015" + }, + { + "eventid": "53571499-74f4-4020-9234-e009414d3bce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:58", + "lon": 112.862443, + "lat": 36.2541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:52", + "devicecode": "98015" + }, + { + "eventid": "32288e0a-b5f2-4cfd-8c4e-5f2376b9ff8f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:43", + "lon": 112.86306, + "lat": 36.254425, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:35", + "devicecode": "98015" + }, + { + "eventid": "a336329b-295c-436c-9270-cb7c338485a0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:27", + "lon": 112.86378, + "lat": 36.254808, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:23", + "devicecode": "98015" + }, + { + "eventid": "20611d9c-1f1d-4291-bdb9-4bbd847ab7aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:24:12", + "lon": 112.864536, + "lat": 36.255203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:18:06", + "devicecode": "98015" + }, + { + "eventid": "9f291298-5485-49a7-81e4-d1458fb98c9f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:57", + "lon": 112.865303, + "lat": 36.255606, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:48", + "devicecode": "98015" + }, + { + "eventid": "a970bc1e-901e-4863-bfa9-fb9b0fac3387", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:42", + "lon": 112.866213, + "lat": 36.256091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:48", + "devicecode": "98015" + }, + { + "eventid": "f00167b4-ea73-44bb-a0a2-51c3de4b6899", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:23:27", + "lon": 112.867218, + "lat": 36.256628, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:17:19", + "devicecode": "98015" + }, + { + "eventid": "efccd0a0-8749-443d-a5f5-31ba68e84e4e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:57", + "lon": 112.868986, + "lat": 36.257691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:50", + "devicecode": "98015" + }, + { + "eventid": "88b35bf5-ee9d-485e-8ce7-0dd405d2d931", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:42", + "lon": 112.869578, + "lat": 36.258298, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:32", + "devicecode": "98015" + }, + { + "eventid": "e269852b-9ce0-4868-90bc-1e8b33cf543e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:27", + "lon": 112.869955, + "lat": 36.259055, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:20", + "devicecode": "98015" + }, + { + "eventid": "ca6b4d67-c3aa-4c66-93a2-5f8e6f030ff6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:22:12", + "lon": 112.870186, + "lat": 36.2601, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:16:03", + "devicecode": "98015" + }, + { + "eventid": "5fc856e7-71d2-4296-98ea-2d9090a7e9b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:57", + "lon": 112.870408, + "lat": 36.261215, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:50", + "devicecode": "98015" + }, + { + "eventid": "b9681fad-77da-4746-99b8-7d2816eeea6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:42", + "lon": 112.870643, + "lat": 36.262338, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:32", + "devicecode": "98015" + }, + { + "eventid": "c562b942-66ec-4260-870b-00dd1a5ff869", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:27", + "lon": 112.870868, + "lat": 36.263423, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:20", + "devicecode": "98015" + }, + { + "eventid": "25f88abf-5b65-4d87-a00f-f8a471c4b29b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:21:12", + "lon": 112.871076, + "lat": 36.264466, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:15:08", + "devicecode": "98015" + }, + { + "eventid": "5e9e2b92-4651-4f27-a22b-c1325c7999f2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:57", + "lon": 112.871258, + "lat": 36.26531, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:55", + "devicecode": "98015" + }, + { + "eventid": "98a7bc74-ac38-412d-ac6a-3e899f21524e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:42", + "lon": 112.871425, + "lat": 36.2662, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:35", + "devicecode": "98015" + }, + { + "eventid": "fa84dba9-80d2-46a8-8468-8558fa2aa29a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:27", + "lon": 112.87161, + "lat": 36.267111, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:22", + "devicecode": "98015" + }, + { + "eventid": "5bd00097-986b-40d2-ac16-2293e8e27604", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:20:12", + "lon": 112.871835, + "lat": 36.268003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:14:02", + "devicecode": "98015" + }, + { + "eventid": "3b2f3928-2aaa-49a3-87ff-a7fcf4461555", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:57", + "lon": 112.872098, + "lat": 36.268988, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:50", + "devicecode": "98015" + }, + { + "eventid": "a4f33362-7646-4b32-81b1-07cdc19319f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:42", + "lon": 112.872283, + "lat": 36.26996, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:32", + "devicecode": "98015" + }, + { + "eventid": "f4604fae-f7e7-4fdb-b78c-6657a938f4ba", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:27", + "lon": 112.872441, + "lat": 36.270693, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:21", + "devicecode": "98015" + }, + { + "eventid": "62ea779e-efd5-4cbd-9231-d363c695990f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:19:12", + "lon": 112.87246, + "lat": 36.270733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:13:03", + "devicecode": "98015" + }, + { + "eventid": "76349961-849b-4e75-928c-fe286eca3466", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:57", + "lon": 112.872465, + "lat": 36.270733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:51", + "devicecode": "98015" + }, + { + "eventid": "c7a4bc02-0020-4e49-9494-6552e1b9cfe9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:42", + "lon": 112.872463, + "lat": 36.27073, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:34", + "devicecode": "98015" + }, + { + "eventid": "05191cbe-9ce8-42dc-b441-e0c58a3efea2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:27", + "lon": 112.872461, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:22", + "devicecode": "98015" + }, + { + "eventid": "61e13e0c-a23c-4640-a903-962652872e43", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:18:12", + "lon": 112.872456, + "lat": 36.270725, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:12:05", + "devicecode": "98015" + }, + { + "eventid": "a4e8295d-e1a5-443c-8bf5-ced6eccb561d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:57", + "lon": 112.87245, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:48", + "devicecode": "98015" + }, + { + "eventid": "9f3fd1b3-7547-437d-8e24-c79dfb946296", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:42", + "lon": 112.87245, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:36", + "devicecode": "98015" + }, + { + "eventid": "cbf51ccc-9c2c-4d07-9c68-a9ff88753d57", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:27", + "lon": 112.872458, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:19", + "devicecode": "98015" + }, + { + "eventid": "91212a16-f17a-49f3-950d-1f03edb1c948", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:17:12", + "lon": 112.872461, + "lat": 36.270728, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:11:02", + "devicecode": "98015" + }, + { + "eventid": "5806938a-9426-4efb-b8d0-be783768e138", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:57", + "lon": 112.872465, + "lat": 36.270731, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:51", + "devicecode": "98015" + }, + { + "eventid": "c20e7312-f542-4a75-a2b6-de110fa7104e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:42", + "lon": 112.872473, + "lat": 36.270736, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:34", + "devicecode": "98015" + }, + { + "eventid": "ac82f6fe-3078-487f-9584-01013914313f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:27", + "lon": 112.87248, + "lat": 36.27074, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:17", + "devicecode": "98015" + }, + { + "eventid": "57f0ef63-59d5-4663-b159-58dc2e1acc75", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:16:12", + "lon": 112.872475, + "lat": 36.27074, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:10:06", + "devicecode": "98015" + }, + { + "eventid": "d64ce2fa-ccbd-45c6-9e62-b19e1ffa2a04", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:57", + "lon": 112.872473, + "lat": 36.270735, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:48", + "devicecode": "98015" + }, + { + "eventid": "c457e032-3269-4223-99fc-bced2ce93d2f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:42", + "lon": 112.872483, + "lat": 36.270738, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:37", + "devicecode": "98015" + }, + { + "eventid": "487f15ab-a843-472e-a716-33176ce0627a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:27", + "lon": 112.872535, + "lat": 36.2709, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:19", + "devicecode": "98015" + }, + { + "eventid": "1f80e323-ad43-49c9-86c0-c8bc60018049", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:15:12", + "lon": 112.872726, + "lat": 36.271646, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:09:06", + "devicecode": "98015" + }, + { + "eventid": "417d4b4b-7cf6-4fb1-a3d4-af1bba5245f3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:57", + "lon": 112.872968, + "lat": 36.272588, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:48", + "devicecode": "98015" + }, + { + "eventid": "7248b156-9ef4-4282-b004-80fb01802b58", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:42", + "lon": 112.8732, + "lat": 36.27351, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:37", + "devicecode": "98015" + }, + { + "eventid": "9189de91-2c7f-4942-ad93-7d01492403ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:27", + "lon": 112.873401, + "lat": 36.27431, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:19", + "devicecode": "98015" + }, + { + "eventid": "fe4fac51-d690-4dcc-ac28-6bfaad052710", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:14:12", + "lon": 112.873633, + "lat": 36.275165, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:08:07", + "devicecode": "98015" + }, + { + "eventid": "d3ef80bf-cc72-470b-97af-cdc84303f444", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:57", + "lon": 112.873821, + "lat": 36.276, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:47", + "devicecode": "98015" + }, + { + "eventid": "d9cc8171-ea55-4edc-b0aa-dab77940957f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:42", + "lon": 112.87403, + "lat": 36.276891, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:35", + "devicecode": "98015" + }, + { + "eventid": "e4f5a1bf-4aa1-4c66-8b4f-e0bd36c63a50", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:27", + "lon": 112.87426, + "lat": 36.277786, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:21", + "devicecode": "98015" + }, + { + "eventid": "eeb861c2-a59f-47f2-bb3e-95a0cc6e987a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:13:12", + "lon": 112.874446, + "lat": 36.278591, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:07:08", + "devicecode": "98015" + }, + { + "eventid": "f9e5168d-4a86-4bd1-89fa-a0f738a8a5d8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:57", + "lon": 112.874645, + "lat": 36.279423, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:47", + "devicecode": "98015" + }, + { + "eventid": "7093c909-29fd-4070-b707-713fb16bc00e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:42", + "lon": 112.87485, + "lat": 36.280228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:35", + "devicecode": "98015" + }, + { + "eventid": "e85906ca-6f31-4dd4-bbf0-601ec6279457", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:27", + "lon": 112.875045, + "lat": 36.280981, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:18", + "devicecode": "98015" + }, + { + "eventid": "f8323c18-2718-47e8-b531-ef68c8777ca3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:12:12", + "lon": 112.875248, + "lat": 36.281761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:06:06", + "devicecode": "98015" + }, + { + "eventid": "277b8d3a-55b7-437e-9d71-04c352bc2d14", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:57", + "lon": 112.875475, + "lat": 36.282633, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:49", + "devicecode": "98015" + }, + { + "eventid": "d0799e48-0027-41d0-9d07-49ef31aca1e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:42", + "lon": 112.875625, + "lat": 36.283131, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:32", + "devicecode": "98015" + }, + { + "eventid": "fd94d3f7-a80f-4eea-91f6-f2e0b03c960d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:24", + "lon": 112.875761, + "lat": 36.28319, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:15", + "devicecode": "98015" + }, + { + "eventid": "e05c3c70-2203-4e2e-8ce9-af0406fef590", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:11:09", + "lon": 112.875658, + "lat": 36.282815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:05:03", + "devicecode": "98015" + }, + { + "eventid": "93728813-27c1-4677-87d8-e2ec276cf473", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:54", + "lon": 112.875503, + "lat": 36.282165, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:44", + "devicecode": "98015" + }, + { + "eventid": "9e69c9ae-8f81-4cdd-80d4-ec36b8c78e08", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:39", + "lon": 112.875316, + "lat": 36.281351, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:32", + "devicecode": "98015" + }, + { + "eventid": "f112dbf1-23ed-482e-9929-d15c2f8aa095", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:24", + "lon": 112.875141, + "lat": 36.280501, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:15", + "devicecode": "98015" + }, + { + "eventid": "4e73c145-f7b2-4439-858b-30a4dcd48041", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:10:09", + "lon": 112.874936, + "lat": 36.279678, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:04:04", + "devicecode": "98015" + }, + { + "eventid": "15576157-5e4d-427c-b4cf-ffe1c14234a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:54", + "lon": 112.874706, + "lat": 36.278895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:46", + "devicecode": "98015" + }, + { + "eventid": "6f648ee2-5e14-40ac-bb62-a5bba6824f6f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:39", + "lon": 112.874488, + "lat": 36.278075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:34", + "devicecode": "98015" + }, + { + "eventid": "75c238c4-18a6-4d63-a8bc-edacb2d8426e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:24", + "lon": 112.874275, + "lat": 36.27717, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:03:16", + "devicecode": "98015" + }, + { + "eventid": "a928739b-b20e-4264-a35b-d75a4093f915", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:09:09", + "lon": 112.874016, + "lat": 36.276401, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:59", + "devicecode": "98015" + }, + { + "eventid": "e85e8f2b-2378-4322-a38f-65390c3ccdb2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:54", + "lon": 112.874623, + "lat": 36.276143, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:46", + "devicecode": "98015" + }, + { + "eventid": "35b236e3-9e0c-442e-911d-b58bca36094a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:36", + "lon": 112.875876, + "lat": 36.275976, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98015" + }, + { + "eventid": "8827532e-79d4-4586-b367-9c8e2f4b4c20", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:21", + "lon": 112.87698, + "lat": 36.275853, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:02:27", + "devicecode": "98015" + }, + { + "eventid": "0596e9ef-560f-4879-9c12-9c09b4db37b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:08:06", + "lon": 112.877866, + "lat": 36.275691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:57", + "devicecode": "98015" + }, + { + "eventid": "a29f4a6b-1a2a-438f-bcb9-1718eea025cf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:51", + "lon": 112.878693, + "lat": 36.275586, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:46", + "devicecode": "98015" + }, + { + "eventid": "71ea6c3a-2523-4cdd-80b9-e0e815b618c8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:34", + "lon": 112.878841, + "lat": 36.275573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:28", + "devicecode": "98015" + }, + { + "eventid": "5b4bcebf-0201-4840-8f13-e2c7d0c6c8b8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:59", + "lon": 112.878876, + "lat": 36.27555, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98015" + }, + { + "eventid": "f36eac52-933e-4bab-b1b6-b32d4a54cee0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:07:14", + "lon": 112.878825, + "lat": 36.275573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:01:10", + "devicecode": "98015" + }, + { + "eventid": "9f3ef654-5dc0-4840-8e8e-82cd9c1b62a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:44", + "lon": 112.878815, + "lat": 36.275566, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:52", + "devicecode": "98015" + }, + { + "eventid": "25d4f633-559c-4c45-86b7-f186bdb88c23", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:28", + "lon": 112.878023, + "lat": 36.27567, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:22", + "devicecode": "98015" + }, + { + "eventid": "18189a49-3a99-453f-926e-0b4d0515edd6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:06:13", + "lon": 112.877056, + "lat": 36.275805, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 10:00:03", + "devicecode": "98015" + }, + { + "eventid": "a3baad27-08d0-4a8b-abc9-93e78d119fc3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:58", + "lon": 112.876115, + "lat": 36.275933, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:51", + "devicecode": "98015" + }, + { + "eventid": "9130af14-7645-4ff6-9eee-4216ed751d8a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:43", + "lon": 112.87502, + "lat": 36.276071, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:33", + "devicecode": "98015" + }, + { + "eventid": "333cf4b4-8c11-4c0f-905b-c5a71ea75eb0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:28", + "lon": 112.874091, + "lat": 36.276166, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:21", + "devicecode": "98015" + }, + { + "eventid": "b04e7be8-2817-43b8-950a-8704421c0eef", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:05:13", + "lon": 112.873733, + "lat": 36.275335, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:59:08", + "devicecode": "98015" + }, + { + "eventid": "93efee1e-8bc3-4272-8e79-ecdaef7ad89b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:58", + "lon": 112.87345, + "lat": 36.274161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:50", + "devicecode": "98015" + }, + { + "eventid": "1df71bfe-a9e3-4015-ba56-35fb01fd8934", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:43", + "lon": 112.873136, + "lat": 36.27289, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:38", + "devicecode": "98015" + }, + { + "eventid": "fef9bd44-1a12-4383-8b81-b86de8637de4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:28", + "lon": 112.872896, + "lat": 36.271945, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:20", + "devicecode": "98015" + }, + { + "eventid": "49f22f57-d41f-4a14-8e49-ebf55fd0ee32", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:04:13", + "lon": 112.872681, + "lat": 36.271126, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:58:08", + "devicecode": "98015" + }, + { + "eventid": "6cfa638f-c4cc-4b0b-90f2-5fd0b8edbdbe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:58", + "lon": 112.872453, + "lat": 36.270223, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:51", + "devicecode": "98015" + }, + { + "eventid": "48cebb48-ef83-4176-a7ac-7c03d26d9e19", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:43", + "lon": 112.872198, + "lat": 36.269248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:37", + "devicecode": "98015" + }, + { + "eventid": "3ea900af-98e5-482e-9467-8c6be5b3cab3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:28", + "lon": 112.871996, + "lat": 36.268268, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:20", + "devicecode": "98015" + }, + { + "eventid": "b7817c25-e70d-4b0a-a9b0-206ba9784a66", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:03:13", + "lon": 112.871841, + "lat": 36.267748, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:57:08", + "devicecode": "98015" + }, + { + "eventid": "bbec2640-bf18-4d22-a2eb-fff1a9e33c03", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:58", + "lon": 112.87206, + "lat": 36.267705, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:51", + "devicecode": "98015" + }, + { + "eventid": "642b2cdd-9845-4e52-8454-e3242725a99f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:43", + "lon": 112.872488, + "lat": 36.267656, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:33", + "devicecode": "98015" + }, + { + "eventid": "324e61a3-0863-48f4-be42-59b4cdf51a6b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:28", + "lon": 112.873078, + "lat": 36.267573, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:21", + "devicecode": "98015" + }, + { + "eventid": "e9d3fd3a-8d45-46aa-80b0-ecb7bbd8118d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:02:13", + "lon": 112.873875, + "lat": 36.267473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:56:10", + "devicecode": "98015" + }, + { + "eventid": "5056c34f-5b16-4d3f-8979-a96ad21c2f64", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:58", + "lon": 112.874485, + "lat": 36.267428, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:52", + "devicecode": "98015" + }, + { + "eventid": "0a4f2848-a92b-4844-963b-76b8786d0067", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:43", + "lon": 112.874881, + "lat": 36.267375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:33", + "devicecode": "98015" + }, + { + "eventid": "2b8fc41b-8d1e-4224-b6f6-f8d227a7891a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:28", + "lon": 112.875243, + "lat": 36.267341, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:21", + "devicecode": "98015" + }, + { + "eventid": "477629ac-6f67-4119-843c-15a0db9682ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:01:13", + "lon": 112.875443, + "lat": 36.267325, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:55:10", + "devicecode": "98015" + }, + { + "eventid": "e5515e15-0915-471a-af95-09acb90b05ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:58", + "lon": 112.87544, + "lat": 36.267321, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:50", + "devicecode": "98015" + }, + { + "eventid": "cabfc852-4ba1-499d-bce7-822f388d7d69", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:43", + "lon": 112.87544, + "lat": 36.26732, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:38", + "devicecode": "98015" + }, + { + "eventid": "c01b500d-c1c6-4750-9cb8-15ce3251fdfe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:28", + "lon": 112.875441, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:20", + "devicecode": "98015" + }, + { + "eventid": "d1f5aab9-e631-42c7-b0e7-55eac6fc3679", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 10:00:13", + "lon": 112.87543, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:54:08", + "devicecode": "98015" + }, + { + "eventid": "f71bfe9b-4c74-4520-84d9-093cf9bdf69f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:58", + "lon": 112.875428, + "lat": 36.26733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:50", + "devicecode": "98015" + }, + { + "eventid": "664405c9-ec20-4dda-823a-f94b11bb9de6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:43", + "lon": 112.875533, + "lat": 36.267318, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:33", + "devicecode": "98015" + }, + { + "eventid": "a8f5b1e6-8e4a-49e5-989c-675b83fb494c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:28", + "lon": 112.87585, + "lat": 36.267301, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:21", + "devicecode": "98015" + }, + { + "eventid": "025afd80-1aec-4264-b4ec-65c8327a662e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:59:13", + "lon": 112.876151, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:53:04", + "devicecode": "98015" + }, + { + "eventid": "424db336-66e9-4e7b-b8ce-c67077f2288c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:58", + "lon": 112.876256, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:51", + "devicecode": "98015" + }, + { + "eventid": "c0af73ca-87de-4ee7-b3b3-0e33d6ed14df", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:43", + "lon": 112.876251, + "lat": 36.267285, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:38", + "devicecode": "98015" + }, + { + "eventid": "6dcc1b79-05d0-48b6-b9b8-09bc53c47475", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:28", + "lon": 112.87631, + "lat": 36.267278, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:18", + "devicecode": "98015" + }, + { + "eventid": "f9df55ad-e369-466c-a51f-418129d474fe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:58:13", + "lon": 112.876293, + "lat": 36.267266, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:52:06", + "devicecode": "98015" + }, + { + "eventid": "8ed3b4e9-c895-4eae-8640-45b724f93810", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:54", + "lon": 112.876163, + "lat": 36.267261, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:49", + "devicecode": "98015" + }, + { + "eventid": "608bcacd-048f-4f10-9d3c-d73d17c57673", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:39", + "lon": 112.875805, + "lat": 36.267268, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:31", + "devicecode": "98015" + }, + { + "eventid": "112ec3da-65d0-4440-bac8-22febe74c6e7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:24", + "lon": 112.875425, + "lat": 36.26729, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:19", + "devicecode": "98015" + }, + { + "eventid": "fbc816f2-307f-49bf-b2ef-901d91725d1d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:57:09", + "lon": 112.874985, + "lat": 36.267326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:51:00", + "devicecode": "98015" + }, + { + "eventid": "f064ba3b-b849-46aa-ab92-024064c1a915", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:54", + "lon": 112.874508, + "lat": 36.267395, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:48", + "devicecode": "98015" + }, + { + "eventid": "8c0af2e6-182c-441e-ba63-fdd00485f633", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:39", + "lon": 112.874108, + "lat": 36.267451, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:36", + "devicecode": "98015" + }, + { + "eventid": "e1e39442-cb5b-4601-9477-4cd85f78971e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:24", + "lon": 112.873905, + "lat": 36.267446, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:19", + "devicecode": "98015" + }, + { + "eventid": "83aa0cef-fd21-429f-90c8-53936fd945bb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:56:09", + "lon": 112.873908, + "lat": 36.267443, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:50:07", + "devicecode": "98015" + }, + { + "eventid": "047ff14b-9595-4f9d-b3db-f7796a85d742", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:54", + "lon": 112.87415, + "lat": 36.267258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:49", + "devicecode": "98015" + }, + { + "eventid": "36fa175e-06f4-4265-b14a-ac5c0399b7d2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:39", + "lon": 112.874141, + "lat": 36.266851, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:32", + "devicecode": "98015" + }, + { + "eventid": "ad01a189-1d2e-4e81-988e-f7182135d12c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:24", + "lon": 112.874085, + "lat": 36.266485, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:14", + "devicecode": "98015" + }, + { + "eventid": "c4d1f209-b9ca-4a36-bd42-6c0528a4171c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:55:09", + "lon": 112.874023, + "lat": 36.266121, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:49:02", + "devicecode": "98015" + }, + { + "eventid": "d4f54bbb-edad-48a6-96f8-6869e2974b19", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:54", + "lon": 112.873953, + "lat": 36.265755, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:46", + "devicecode": "98015" + }, + { + "eventid": "30290dc0-b2e9-4829-bf31-e7a6123b3d6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:39", + "lon": 112.873861, + "lat": 36.265243, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:29", + "devicecode": "98015" + }, + { + "eventid": "c35cdafe-3218-4ae2-8460-629d5660fd35", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:24", + "lon": 112.873753, + "lat": 36.264636, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:18", + "devicecode": "98015" + }, + { + "eventid": "f628ff41-1410-4e73-85ef-0ccd71a991f7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:54:09", + "lon": 112.873636, + "lat": 36.263951, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:48:00", + "devicecode": "98015" + }, + { + "eventid": "06d5bdc7-ce0a-4672-b758-ef988f23791b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:54", + "lon": 112.873505, + "lat": 36.2632, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:49", + "devicecode": "98015" + }, + { + "eventid": "1588da6a-953c-47e6-9177-bfe8ed3d0788", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:39", + "lon": 112.873401, + "lat": 36.262461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:32", + "devicecode": "98015" + }, + { + "eventid": "bfd8085c-2681-49e7-8249-f4acafee8c78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:24", + "lon": 112.874111, + "lat": 36.26231, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:16", + "devicecode": "98015" + }, + { + "eventid": "f0fdea0e-6a07-400d-80a9-c6833a5b474a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:53:09", + "lon": 112.87441, + "lat": 36.262236, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:47:00", + "devicecode": "98015" + }, + { + "eventid": "ad3690d3-d8cf-4682-87c3-9dbaac020185", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:54", + "lon": 112.874765, + "lat": 36.262228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:49", + "devicecode": "98015" + }, + { + "eventid": "0a1acd85-aee5-45e0-a1b3-02316e03f2de", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:39", + "lon": 112.87536, + "lat": 36.262156, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:32", + "devicecode": "98015" + }, + { + "eventid": "bf89402b-6935-481b-803a-6b83d88c2ba4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:24", + "lon": 112.87583, + "lat": 36.262098, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:46:16", + "devicecode": "98015" + }, + { + "eventid": "0cf77ee0-d42d-4616-9a3d-0367646921f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:52:09", + "lon": 112.876161, + "lat": 36.262043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:59", + "devicecode": "98015" + }, + { + "eventid": "9aa760b4-a636-441e-b513-ec9217a1b0ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:49", + "lon": 112.876163, + "lat": 36.262031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:43", + "devicecode": "98015" + }, + { + "eventid": "7e3f37e4-b6db-4a70-8593-b4bea51b9226", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:34", + "lon": 112.875526, + "lat": 36.262105, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:26", + "devicecode": "98015" + }, + { + "eventid": "6b73c38e-ef85-4985-897b-5cd1c1aed2ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:19", + "lon": 112.875518, + "lat": 36.262105, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:45:10", + "devicecode": "98015" + }, + { + "eventid": "9fc02ed3-6aae-48d3-9080-b8604575b115", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:51:04", + "lon": 112.875515, + "lat": 36.26211, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:59", + "devicecode": "98015" + }, + { + "eventid": "e0f8d146-9c7f-418d-b8d5-29ef2855ec39", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:49", + "lon": 112.87526, + "lat": 36.262161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:43", + "devicecode": "98015" + }, + { + "eventid": "d0dea7c4-2d71-4ccd-a41d-b4ac860d4ba0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:34", + "lon": 112.874455, + "lat": 36.262263, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:25", + "devicecode": "98015" + }, + { + "eventid": "49913f92-3a32-489d-a864-fcc1f7e98ef9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:19", + "lon": 112.87354, + "lat": 36.262383, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:44:14", + "devicecode": "98015" + }, + { + "eventid": "fdae227b-5642-4492-9a2f-e3a22cabcf58", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:50:04", + "lon": 112.873501, + "lat": 36.263215, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:58", + "devicecode": "98015" + }, + { + "eventid": "5d20a323-115e-4afc-b76a-da1ea1fd1549", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:49", + "lon": 112.87362, + "lat": 36.26396, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:41", + "devicecode": "98015" + }, + { + "eventid": "c84d075e-f31c-483b-8924-a349cc8dc487", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:34", + "lon": 112.873673, + "lat": 36.264143, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:28", + "devicecode": "98015" + }, + { + "eventid": "9223661c-843e-4aa0-98bb-3268e68ed935", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:19", + "lon": 112.873688, + "lat": 36.264158, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:43:11", + "devicecode": "98015" + }, + { + "eventid": "26a90207-237b-4d8b-8eb3-8fee19e41060", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:49:04", + "lon": 112.873698, + "lat": 36.264256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:55", + "devicecode": "98015" + }, + { + "eventid": "cb3f2914-c3fd-4f9e-9416-ae3d963161cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:49", + "lon": 112.873753, + "lat": 36.26461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:44", + "devicecode": "98015" + }, + { + "eventid": "a9b30cc2-0fc6-4160-84dd-7a2c1e996ad2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:34", + "lon": 112.873808, + "lat": 36.264888, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:27", + "devicecode": "98015" + }, + { + "eventid": "7d5986b2-7e9c-4517-8724-13e9d5547bbc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:19", + "lon": 112.873338, + "lat": 36.265033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:42:11", + "devicecode": "98015" + }, + { + "eventid": "b8258ec8-d080-4f1e-a833-6aaa13f6b09f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:48:04", + "lon": 112.872605, + "lat": 36.265053, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:54", + "devicecode": "98015" + }, + { + "eventid": "f63cef96-97f3-45b4-830d-f556900022a0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:49", + "lon": 112.871753, + "lat": 36.265075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:43", + "devicecode": "98015" + }, + { + "eventid": "2b64c741-fda0-487e-9b38-c377879a3900", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:34", + "lon": 112.871265, + "lat": 36.265006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:27", + "devicecode": "98015" + }, + { + "eventid": "7fe1e048-6011-439d-8fd4-f7ae457874f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:19", + "lon": 112.87111, + "lat": 36.264198, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:41:10", + "devicecode": "98015" + }, + { + "eventid": "5ff77d54-4569-4ea1-9062-dd015d251c40", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:47:04", + "lon": 112.870901, + "lat": 36.263203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:59", + "devicecode": "98015" + }, + { + "eventid": "ff0140b6-2329-4d4a-8e6b-aefa0c7a0512", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:49", + "lon": 112.870693, + "lat": 36.262213, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:41", + "devicecode": "98015" + }, + { + "eventid": "85b499b6-809b-45ea-a4e9-7c182f0b56d9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:34", + "lon": 112.870485, + "lat": 36.261173, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:24", + "devicecode": "98015" + }, + { + "eventid": "764d1124-4b10-4212-9557-75c48e4ae61a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:19", + "lon": 112.870235, + "lat": 36.260006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:40:13", + "devicecode": "98015" + }, + { + "eventid": "90b56a47-aa4d-480c-97dc-168f4ab0faeb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:46:04", + "lon": 112.86998, + "lat": 36.2589, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:56", + "devicecode": "98015" + }, + { + "eventid": "c7a3f64a-cad3-4b1f-955b-fb914f4d7b01", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:49", + "lon": 112.870321, + "lat": 36.258495, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:39", + "devicecode": "98015" + }, + { + "eventid": "6f880d48-096f-4d6e-ab28-7b782e712dc6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:34", + "lon": 112.871245, + "lat": 36.258326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:28", + "devicecode": "98015" + }, + { + "eventid": "bf112f78-c891-43c4-9e6d-4c8202d34129", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:19", + "lon": 112.872125, + "lat": 36.25818, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:39:10", + "devicecode": "98015" + }, + { + "eventid": "92c1ee5f-0888-4a2c-b356-04d9ada08aa2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:45:04", + "lon": 112.873131, + "lat": 36.25801, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:59", + "devicecode": "98015" + }, + { + "eventid": "426691d4-d4ba-48a4-95ac-61bcd7cb5c99", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:49", + "lon": 112.874221, + "lat": 36.25782, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:41", + "devicecode": "98015" + }, + { + "eventid": "c001951e-3c22-4234-81c6-ea8ee9a7e266", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:34", + "lon": 112.875333, + "lat": 36.257625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:24", + "devicecode": "98015" + }, + { + "eventid": "736ef7ec-0bc8-4e90-b9a6-a08510f285d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:19", + "lon": 112.87588, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:38:14", + "devicecode": "98015" + }, + { + "eventid": "5fc7eb82-f221-4c8d-a99f-7c0a4843d638", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:44:04", + "lon": 112.875836, + "lat": 36.257458, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:57", + "devicecode": "98015" + }, + { + "eventid": "b0ac75ef-6ff4-43c7-b0bf-083af3345ade", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:48", + "lon": 112.875835, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:41", + "devicecode": "98015" + }, + { + "eventid": "4fc24eae-e430-4b9a-a769-c709fc6301fd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:30", + "lon": 112.875608, + "lat": 36.257521, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:24", + "devicecode": "98015" + }, + { + "eventid": "40606c16-c833-439e-b11c-dcdaf9f81286", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:15", + "lon": 112.875001, + "lat": 36.257593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:37:07", + "devicecode": "98015" + }, + { + "eventid": "71e99d4b-6d1e-4690-b428-a059cf598e57", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:43:00", + "lon": 112.874823, + "lat": 36.257343, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:50", + "devicecode": "98015" + }, + { + "eventid": "921ba025-18b6-4666-a07e-3d8e5de3240e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:45", + "lon": 112.87455, + "lat": 36.257108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:39", + "devicecode": "98015" + }, + { + "eventid": "c9a93591-19d2-41a6-ade7-40b0184499df", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:30", + "lon": 112.87408, + "lat": 36.256986, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:36:23", + "devicecode": "98015" + }, + { + "eventid": "b7fcfe9a-b5c9-47d7-b7b8-6e11c07a4c05", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:42:00", + "lon": 112.872916, + "lat": 36.256345, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:50", + "devicecode": "98015" + }, + { + "eventid": "cd1038bd-e4fa-414e-9631-03bc249032e8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:45", + "lon": 112.87216, + "lat": 36.255883, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:39", + "devicecode": "98015" + }, + { + "eventid": "97559132-cfc3-4708-a851-1df0ec469140", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:30", + "lon": 112.871823, + "lat": 36.255648, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:23", + "devicecode": "98015" + }, + { + "eventid": "30b3c975-80b1-4905-9733-cdf57421124e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:41:15", + "lon": 112.871885, + "lat": 36.255326, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:35:06", + "devicecode": "98015" + }, + { + "eventid": "89bc3cef-0a22-4301-8804-90a9232e271a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:43", + "lon": 112.872076, + "lat": 36.254051, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98015" + }, + { + "eventid": "ec271673-c40a-4f98-a66e-16f2e5236ecc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:58", + "lon": 112.87197, + "lat": 36.254691, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:49", + "devicecode": "98015" + }, + { + "eventid": "f7f46239-514c-4a21-a26e-b11276515040", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:28", + "lon": 112.872158, + "lat": 36.253276, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:21", + "devicecode": "98015" + }, + { + "eventid": "1a5220d4-9268-476b-82f7-b5287e8a1d48", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:40:13", + "lon": 112.872218, + "lat": 36.25265, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:34:05", + "devicecode": "98015" + }, + { + "eventid": "b90acc1a-e706-4f88-ba98-3e7a7c49ab83", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:58", + "lon": 112.872263, + "lat": 36.252153, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:48", + "devicecode": "98015" + }, + { + "eventid": "e9c9e2b3-7c6e-4442-9c6d-a5e19a04b9a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:43", + "lon": 112.872181, + "lat": 36.251861, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:37", + "devicecode": "98015" + }, + { + "eventid": "c6c71cca-53c0-44e7-8a22-05b00022b487", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:28", + "lon": 112.871575, + "lat": 36.25183, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:20", + "devicecode": "98015" + }, + { + "eventid": "10fb39ae-06f3-49a3-be69-d22670cdc285", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:39:13", + "lon": 112.870925, + "lat": 36.25181, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:33:04", + "devicecode": "98015" + }, + { + "eventid": "9c93c4b8-2f27-4e5b-98f6-2906a91125b4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:57", + "lon": 112.870165, + "lat": 36.251785, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:47", + "devicecode": "98015" + }, + { + "eventid": "7d923a43-bd08-45cb-b91b-2cf4cf0599d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:42", + "lon": 112.869478, + "lat": 36.251763, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:35", + "devicecode": "98015" + }, + { + "eventid": "f121f682-4aec-46a9-b729-8ee4228a4ffd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:27", + "lon": 112.868705, + "lat": 36.251735, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:18", + "devicecode": "98015" + }, + { + "eventid": "56f3610b-a875-4e15-a5d1-933ab2ee11ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:38:12", + "lon": 112.867948, + "lat": 36.251723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:32:07", + "devicecode": "98015" + }, + { + "eventid": "ef272012-591b-41b5-9da7-a293540498b6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:57", + "lon": 112.867841, + "lat": 36.251258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:50", + "devicecode": "98015" + }, + { + "eventid": "025d473b-7966-4e0c-aeb4-696b2a4a0ddf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:42", + "lon": 112.867863, + "lat": 36.250593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:33", + "devicecode": "98015" + }, + { + "eventid": "18dbd881-f713-42bd-99ae-d185b685c537", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:27", + "lon": 112.867895, + "lat": 36.249958, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:22", + "devicecode": "98015" + }, + { + "eventid": "a2c8e457-cb4b-4aa0-a080-f20162c1ded5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:37:12", + "lon": 112.868441, + "lat": 36.24996, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:31:05", + "devicecode": "98015" + }, + { + "eventid": "f3a3abfa-aa17-4189-a9ca-703c593c0d32", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:57", + "lon": 112.869226, + "lat": 36.25001, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:49", + "devicecode": "98015" + }, + { + "eventid": "ca7ed926-8988-40d1-933c-ec8fabf42c61", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:42", + "lon": 112.869918, + "lat": 36.250051, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:32", + "devicecode": "98015" + }, + { + "eventid": "5667f672-fed0-4b7d-8986-807d9ee87485", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:27", + "lon": 112.870686, + "lat": 36.250095, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:21", + "devicecode": "98015" + }, + { + "eventid": "d4bbd124-c88d-4d83-b79e-3099925667d6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:36:12", + "lon": 112.87149, + "lat": 36.250133, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:30:05", + "devicecode": "98015" + }, + { + "eventid": "7798df7b-78f8-45a6-8c22-93ec2a8de0aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:57", + "lon": 112.872306, + "lat": 36.25017, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:48", + "devicecode": "98015" + }, + { + "eventid": "4893cfc5-97e6-4163-b4d7-3f5e4491a730", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:42", + "lon": 112.872786, + "lat": 36.250203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:35", + "devicecode": "98015" + }, + { + "eventid": "a2c6206a-f4f4-4deb-b609-083ce7f1e358", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:27", + "lon": 112.87349, + "lat": 36.250233, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:18", + "devicecode": "98015" + }, + { + "eventid": "0927e6d6-be78-4829-b57f-a4649a117550", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:35:12", + "lon": 112.874156, + "lat": 36.250275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:29:06", + "devicecode": "98015" + }, + { + "eventid": "77cc5002-e59b-4b8b-be57-be7c1f693fff", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:57", + "lon": 112.874875, + "lat": 36.25033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:50", + "devicecode": "98015" + }, + { + "eventid": "31a344d8-7325-45a2-ad01-ca36663e5ca1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:42", + "lon": 112.875405, + "lat": 36.250376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:38", + "devicecode": "98015" + }, + { + "eventid": "ddbf6efd-5580-4dee-a2b5-a961eb2d7ce0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:27", + "lon": 112.875431, + "lat": 36.250375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:19", + "devicecode": "98015" + }, + { + "eventid": "dbbf23b3-2056-48d7-9834-7ea7222260f5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:34:12", + "lon": 112.87549, + "lat": 36.250376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:28:02", + "devicecode": "98015" + }, + { + "eventid": "73deb662-f409-44c4-9d07-aca1b016df8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:56", + "lon": 112.875501, + "lat": 36.25039, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:51", + "devicecode": "98015" + }, + { + "eventid": "b934e5ca-2cf5-4a34-821e-f5db6d99eec9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:38", + "lon": 112.875533, + "lat": 36.250378, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:33", + "devicecode": "98015" + }, + { + "eventid": "0e9bdd14-64c8-4c59-94d4-9eb8853590e9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:22", + "lon": 112.875346, + "lat": 36.250335, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:16", + "devicecode": "98015" + }, + { + "eventid": "a34b55fe-bf06-4a53-8826-090d52d41be8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:33:07", + "lon": 112.874773, + "lat": 36.25029, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:27:00", + "devicecode": "98015" + }, + { + "eventid": "c44f09b5-0384-4b51-9e96-2f76e625f9dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:52", + "lon": 112.874055, + "lat": 36.250246, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:43", + "devicecode": "98015" + }, + { + "eventid": "5f194843-8aa7-404e-b54a-07d0e90d9a8d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:37", + "lon": 112.873343, + "lat": 36.25021, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:27", + "devicecode": "98015" + }, + { + "eventid": "4bfd18f3-99c8-4b54-97fd-3f82bfa40179", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:22", + "lon": 112.872606, + "lat": 36.250176, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:26:16", + "devicecode": "98015" + }, + { + "eventid": "88999357-da2b-4ce5-b93d-a3cff2824f84", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:32:07", + "lon": 112.872168, + "lat": 36.250136, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:59", + "devicecode": "98015" + }, + { + "eventid": "6eeed6e3-1a2a-4148-825b-b91266171530", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:52", + "lon": 112.871553, + "lat": 36.25011, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:43", + "devicecode": "98015" + }, + { + "eventid": "78e86e89-c437-4d48-85bf-9f2aaa2f93d3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:37", + "lon": 112.87081, + "lat": 36.250066, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:32", + "devicecode": "98015" + }, + { + "eventid": "065956fb-cdc5-4f93-b580-54853e69233e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:22", + "lon": 112.870083, + "lat": 36.250023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:25:15", + "devicecode": "98015" + }, + { + "eventid": "fc3a3033-5032-43d4-997e-d48479c0cba0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:31:07", + "lon": 112.869255, + "lat": 36.249971, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:58", + "devicecode": "98015" + }, + { + "eventid": "47a0bf4d-7d81-4b0b-ae24-9d293ab70919", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:52", + "lon": 112.868353, + "lat": 36.249938, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:42", + "devicecode": "98015" + }, + { + "eventid": "457a90aa-2ea2-4a81-8f50-e3f07f92411a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:37", + "lon": 112.867965, + "lat": 36.249713, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:31", + "devicecode": "98015" + }, + { + "eventid": "5f66c295-8007-438c-badc-0aae94f5eefb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:22", + "lon": 112.86807, + "lat": 36.249095, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:24:14", + "devicecode": "98015" + }, + { + "eventid": "9c848b18-2553-4343-be17-da566ad5be52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:30:07", + "lon": 112.86819, + "lat": 36.24841, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:57", + "devicecode": "98015" + }, + { + "eventid": "5e29c066-615d-45d5-8a6d-1bbb278fd72b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:52", + "lon": 112.868268, + "lat": 36.247805, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:46", + "devicecode": "98015" + }, + { + "eventid": "fb8af052-52f9-45a6-a6c8-3a49429d7723", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:37", + "lon": 112.868391, + "lat": 36.24709, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:29", + "devicecode": "98015" + }, + { + "eventid": "0a597178-0a94-4f6a-8364-889aff3887fa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:22", + "lon": 112.868478, + "lat": 36.246301, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:13", + "devicecode": "98015" + }, + { + "eventid": "b709e9d9-deb4-4387-aa66-018f7015eaaf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:29:07", + "lon": 112.86858, + "lat": 36.24546, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:23:02", + "devicecode": "98015" + }, + { + "eventid": "524429b5-c222-4738-985f-49d7a835adfd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:52", + "lon": 112.868658, + "lat": 36.244776, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:44", + "devicecode": "98015" + }, + { + "eventid": "afbc9f52-3ee1-4e31-ad55-da63858fa95e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:37", + "lon": 112.869141, + "lat": 36.244763, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:28", + "devicecode": "98015" + }, + { + "eventid": "6d207111-d1b1-4515-9bf3-82f001d139dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:22", + "lon": 112.869953, + "lat": 36.244815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:17", + "devicecode": "98015" + }, + { + "eventid": "5e0bfb72-ff95-4f13-b22c-f7547dad03b7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:28:07", + "lon": 112.870816, + "lat": 36.244866, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:22:00", + "devicecode": "98015" + }, + { + "eventid": "51a7757f-7ff5-4d35-836f-628de443159e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:52", + "lon": 112.871638, + "lat": 36.244928, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:44", + "devicecode": "98015" + }, + { + "eventid": "ba0f04bd-1808-4a75-9e75-3f01141b2212", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:36", + "lon": 112.872451, + "lat": 36.244985, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:27", + "devicecode": "98015" + }, + { + "eventid": "b3682861-4a48-42f8-9437-f847dbab7c4b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:21", + "lon": 112.873095, + "lat": 36.244815, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:16", + "devicecode": "98015" + }, + { + "eventid": "0c1b314d-a46a-4bf7-a581-1bc72ad405be", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:27:06", + "lon": 112.873518, + "lat": 36.244448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:21:05", + "devicecode": "98015" + }, + { + "eventid": "c5c31d6e-9e8e-40d1-bdd4-436f9e45ab88", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:51", + "lon": 112.873695, + "lat": 36.24443, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:43", + "devicecode": "98015" + }, + { + "eventid": "f0532d93-d771-4964-8b10-40ea0b5d3919", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:36", + "lon": 112.87408, + "lat": 36.244473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:27", + "devicecode": "98015" + }, + { + "eventid": "5f79b627-391d-4bb3-93ba-a766a5a4b4e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:21", + "lon": 112.874496, + "lat": 36.24449, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:20:16", + "devicecode": "98015" + }, + { + "eventid": "7b7fbd7c-5cf9-4632-bd60-f23a3bec8019", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:26:06", + "lon": 112.874941, + "lat": 36.244256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:59", + "devicecode": "98015" + }, + { + "eventid": "8eeb5eb7-a964-4fd7-97e7-4c18fb905d9b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:51", + "lon": 112.875371, + "lat": 36.244031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:42", + "devicecode": "98015" + }, + { + "eventid": "e3d9dd22-2911-465f-b7a4-00d2a97d0ab7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:36", + "lon": 112.875885, + "lat": 36.244026, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:37", + "devicecode": "98015" + }, + { + "eventid": "bc21c787-bc6d-4249-b88a-f753ae6d16d9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:21", + "lon": 112.876263, + "lat": 36.244053, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:19:12", + "devicecode": "98015" + }, + { + "eventid": "ed1c3a57-72d2-44b8-bf47-bf4869d5ce2c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:25:02", + "lon": 112.876285, + "lat": 36.244035, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:55", + "devicecode": "98015" + }, + { + "eventid": "3c748d46-b09c-4c44-8241-d77e047b6257", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:47", + "lon": 112.875978, + "lat": 36.244028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:38", + "devicecode": "98015" + }, + { + "eventid": "9fe8d319-639b-43f4-b8fc-7bae20d5fb8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:32", + "lon": 112.875891, + "lat": 36.24396, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:26", + "devicecode": "98015" + }, + { + "eventid": "96293b83-5d7d-4d05-b555-b8a48dc904bd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:17", + "lon": 112.875946, + "lat": 36.243435, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:18:08", + "devicecode": "98015" + }, + { + "eventid": "8ce18e49-baf5-45a8-bc69-a0e815dc8482", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:24:02", + "lon": 112.87602, + "lat": 36.242821, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:56", + "devicecode": "98015" + }, + { + "eventid": "2d959e80-f13c-4fc0-b31d-1f992815052f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:47", + "lon": 112.87609, + "lat": 36.242225, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:39", + "devicecode": "98015" + }, + { + "eventid": "7ea8538c-c9cf-446b-906c-f5c8e7df0f3e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:32", + "lon": 112.87603, + "lat": 36.24183, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:27", + "devicecode": "98015" + }, + { + "eventid": "c2ccf0c2-89a7-4631-9cf6-ed29dcbae8f0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:17", + "lon": 112.875436, + "lat": 36.24177, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:17:09", + "devicecode": "98015" + }, + { + "eventid": "a76ebd7a-da01-4fa8-8697-53abbbde99e4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:23:02", + "lon": 112.874846, + "lat": 36.241723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:52", + "devicecode": "98015" + }, + { + "eventid": "4c33dca6-aa4f-4155-a00e-21d1e3ee80cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:47", + "lon": 112.87424, + "lat": 36.241676, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:41", + "devicecode": "98015" + }, + { + "eventid": "260634a7-80c8-497b-8648-dcceab0e3463", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:32", + "lon": 112.873665, + "lat": 36.241596, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:23", + "devicecode": "98015" + }, + { + "eventid": "f3c66aa0-5a1c-4ae4-8831-57bca06de95b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:17", + "lon": 112.873735, + "lat": 36.24109, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:16:12", + "devicecode": "98015" + }, + { + "eventid": "361ca519-2a44-4b49-9ceb-9df19c9a0981", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:22:02", + "lon": 112.873848, + "lat": 36.24042, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:55", + "devicecode": "98015" + }, + { + "eventid": "e0b7c796-4d65-42bd-b222-7fa92ef51fb0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:47", + "lon": 112.874365, + "lat": 36.239948, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:38", + "devicecode": "98015" + }, + { + "eventid": "81f5564b-8d38-4c41-9e51-effc292f00d7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:32", + "lon": 112.8753, + "lat": 36.239445, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:27", + "devicecode": "98015" + }, + { + "eventid": "95144aad-5c64-4f7b-9d6a-0716003007a6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:17", + "lon": 112.876153, + "lat": 36.23898, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:15:10", + "devicecode": "98015" + }, + { + "eventid": "0e086498-fc5c-4b8e-ad73-aa6f955703e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:21:02", + "lon": 112.876848, + "lat": 36.238795, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:53", + "devicecode": "98015" + }, + { + "eventid": "e31606aa-ccb5-47bc-9c67-6eb522b67043", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:43", + "lon": 112.87693, + "lat": 36.238795, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:36", + "devicecode": "98015" + }, + { + "eventid": "84149824-c619-4f2c-9a46-492c076a6f21", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:28", + "lon": 112.877558, + "lat": 36.238793, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:21", + "devicecode": "98015" + }, + { + "eventid": "ff8569ea-f623-41d3-9e63-1c4fa23a3d9b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:20:13", + "lon": 112.879046, + "lat": 36.238788, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:14:05", + "devicecode": "98015" + }, + { + "eventid": "4b36bc50-162e-4a62-9220-4dff1a9c61e0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:58", + "lon": 112.880331, + "lat": 36.238778, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:49", + "devicecode": "98015" + }, + { + "eventid": "82580fd6-6734-4430-b8b4-7316ed7f7b1b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:42", + "lon": 112.880705, + "lat": 36.238473, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:43", + "devicecode": "98015" + }, + { + "eventid": "76bbfa95-be95-40de-8ca2-bc275d7336f5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:27", + "lon": 112.880723, + "lat": 36.238016, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:19", + "devicecode": "98015" + }, + { + "eventid": "2ab60c2b-d35a-4eda-8e3b-6ff8af09acd8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:19:12", + "lon": 112.880746, + "lat": 36.237598, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:13:14", + "devicecode": "98015" + }, + { + "eventid": "1b4b2733-8e93-4220-926f-9fd7e3540922", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:57", + "lon": 112.880766, + "lat": 36.23724, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:52", + "devicecode": "98015" + }, + { + "eventid": "25a97280-b87f-4a26-a1a7-ed6d03e9a0d8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:42", + "lon": 112.880785, + "lat": 36.23686, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:35", + "devicecode": "98015" + }, + { + "eventid": "20f296d8-30d6-4a5a-961d-7bc5ba5fc1f8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:27", + "lon": 112.880783, + "lat": 36.236458, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:18", + "devicecode": "98015" + }, + { + "eventid": "059e0904-fc86-4dd2-bb67-394691b61bfb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:18:12", + "lon": 112.880835, + "lat": 36.235941, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:12:02", + "devicecode": "98015" + }, + { + "eventid": "5bb92a85-ed06-401a-ba59-a327e7d0805c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:57", + "lon": 112.880858, + "lat": 36.235346, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:51", + "devicecode": "98015" + }, + { + "eventid": "389e3399-573e-42fa-bc7e-b160b0ab0455", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:42", + "lon": 112.880885, + "lat": 36.234761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:34", + "devicecode": "98015" + }, + { + "eventid": "a128f051-b525-4be3-b9d8-d292c981dac7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:27", + "lon": 112.880905, + "lat": 36.234221, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:17", + "devicecode": "98015" + }, + { + "eventid": "65080ddd-e376-4340-8543-ee0058b64612", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:17:12", + "lon": 112.880936, + "lat": 36.233715, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:11:06", + "devicecode": "98015" + }, + { + "eventid": "2fe52e48-d5f8-4d83-a633-4a3cd6934e82", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:57", + "lon": 112.88096, + "lat": 36.23316, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:49", + "devicecode": "98015" + }, + { + "eventid": "cac70d99-de17-49c7-9a0d-731bd6fab933", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:42", + "lon": 112.881266, + "lat": 36.23294, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:33", + "devicecode": "98015" + }, + { + "eventid": "9803859c-4a06-4787-9665-8bc83f0f07f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:27", + "lon": 112.88186, + "lat": 36.232906, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:21", + "devicecode": "98015" + }, + { + "eventid": "63b95e62-6923-438b-a4f4-47464d4e2ac8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:16:12", + "lon": 112.882471, + "lat": 36.232881, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:10:04", + "devicecode": "98015" + }, + { + "eventid": "cdba4b51-c883-45e0-94cf-020b349a244d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:57", + "lon": 112.883028, + "lat": 36.232868, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:47", + "devicecode": "98015" + }, + { + "eventid": "603e8318-ea40-4666-8518-a6f718264e05", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:42", + "lon": 112.88364, + "lat": 36.232841, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:36", + "devicecode": "98015" + }, + { + "eventid": "8273cde1-cf59-401e-9c12-fea70484ea4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:27", + "lon": 112.88427, + "lat": 36.232818, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:20", + "devicecode": "98015" + }, + { + "eventid": "67e20de9-24d6-4143-be43-00e8dfae9a49", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:15:12", + "lon": 112.884896, + "lat": 36.232755, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:09:04", + "devicecode": "98015" + }, + { + "eventid": "5b6a8e50-b13b-490d-83ec-8fc9f84ef640", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:57", + "lon": 112.884923, + "lat": 36.232161, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:47", + "devicecode": "98015" + }, + { + "eventid": "73fafc74-6b41-47bd-9aee-3ac0b77778b3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:42", + "lon": 112.884966, + "lat": 36.231401, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:36", + "devicecode": "98015" + }, + { + "eventid": "d86306f5-1572-4c26-9413-0baa8a0d5663", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:27", + "lon": 112.884995, + "lat": 36.230843, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:19", + "devicecode": "98015" + }, + { + "eventid": "017ea5eb-2a76-4340-a8ce-b24e13ee46ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:14:12", + "lon": 112.885031, + "lat": 36.230156, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:08:03", + "devicecode": "98015" + }, + { + "eventid": "057a7c49-de0c-4c3f-aa04-7cf488ae8c52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:57", + "lon": 112.885063, + "lat": 36.229858, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:51", + "devicecode": "98015" + }, + { + "eventid": "ffb313aa-3871-4b0b-942f-6f4dabff4b14", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:42", + "lon": 112.88472, + "lat": 36.229876, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:34", + "devicecode": "98015" + }, + { + "eventid": "b08f7d99-987e-4a9d-acda-6aef48b5f7a3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:27", + "lon": 112.884385, + "lat": 36.229895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:17", + "devicecode": "98015" + }, + { + "eventid": "6aeb5a04-8c78-4982-b297-8e33d70bc628", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:13:08", + "lon": 112.884396, + "lat": 36.229895, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:07:01", + "devicecode": "98015" + }, + { + "eventid": "1b3dcbdb-7474-415f-8975-692ab32ffc7a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:53", + "lon": 112.88484, + "lat": 36.229873, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:45", + "devicecode": "98015" + }, + { + "eventid": "ee1b5928-abc8-4a0a-a8bb-9bd17d93203f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:38", + "lon": 112.885401, + "lat": 36.229833, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:28", + "devicecode": "98015" + }, + { + "eventid": "8662c3b3-13d1-4097-ab01-70dca5073f95", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:23", + "lon": 112.885853, + "lat": 36.229781, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:17", + "devicecode": "98015" + }, + { + "eventid": "8182531e-e3ff-4be7-b86d-cdf1c054080a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:12:08", + "lon": 112.886296, + "lat": 36.229746, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:06:01", + "devicecode": "98015" + }, + { + "eventid": "22062174-c3ae-427c-903b-4d2ecc671de2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:53", + "lon": 112.886668, + "lat": 36.229723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:44", + "devicecode": "98015" + }, + { + "eventid": "397c49e0-3969-4009-970d-73327640e69d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:38", + "lon": 112.886906, + "lat": 36.229713, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:28", + "devicecode": "98015" + }, + { + "eventid": "e4610408-b77c-4c74-aaae-c6c69a82a9bc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:11:23", + "lon": 112.887033, + "lat": 36.229431, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:05:22", + "devicecode": "98015" + }, + { + "eventid": "f22a5033-b926-49f0-9176-2e45753aabd2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:53", + "lon": 112.887048, + "lat": 36.228595, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:45", + "devicecode": "98015" + }, + { + "eventid": "8dc7168c-44b5-4d48-ab7c-b2094701132b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:38", + "lon": 112.887033, + "lat": 36.228018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:28", + "devicecode": "98015" + }, + { + "eventid": "4455bfa7-8d20-4d39-b3a9-11a985072728", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:23", + "lon": 112.887013, + "lat": 36.227521, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:17", + "devicecode": "98015" + }, + { + "eventid": "676bc7f6-f1d7-4651-a286-90e4a4cfed2d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:10:08", + "lon": 112.887013, + "lat": 36.22697, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:04:01", + "devicecode": "98015" + }, + { + "eventid": "c1556cb6-b9a5-4453-9d1c-05621fbd6ac9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:53", + "lon": 112.887005, + "lat": 36.226456, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:44", + "devicecode": "98015" + }, + { + "eventid": "a834b330-8842-47d7-8590-e1a895322053", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:38", + "lon": 112.887005, + "lat": 36.225973, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:33", + "devicecode": "98015" + }, + { + "eventid": "b7a7f13f-49f7-4cdd-857b-96445258feee", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:20", + "lon": 112.887008, + "lat": 36.225923, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:03:11", + "devicecode": "98015" + }, + { + "eventid": "c3b75df5-f970-4c21-a0f2-6eca21f4d330", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:09:03", + "lon": 112.88702, + "lat": 36.225425, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:54", + "devicecode": "98015" + }, + { + "eventid": "e8293d1a-9a6e-4c93-b4a9-91a633b775eb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:48", + "lon": 112.887016, + "lat": 36.224883, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:54", + "devicecode": "98015" + }, + { + "eventid": "1fd00c96-9733-4f1f-9e20-29be6ff19e4b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:33", + "lon": 112.887038, + "lat": 36.224361, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:02:44", + "devicecode": "98015" + }, + { + "eventid": "d4508b93-efb5-4787-9d31-54b1c29342ba", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:08:03", + "lon": 112.887043, + "lat": 36.223123, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:54", + "devicecode": "98015" + }, + { + "eventid": "7f6a0358-5e76-463a-b04a-775af6f21c3d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:48", + "lon": 112.887051, + "lat": 36.222558, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:43", + "devicecode": "98015" + }, + { + "eventid": "8793525b-1c0b-480d-bdae-de093d4d8721", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:33", + "lon": 112.88715, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:26", + "devicecode": "98015" + }, + { + "eventid": "9e8ba4a1-8460-4473-9426-86797054973d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:18", + "lon": 112.887196, + "lat": 36.222093, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:01:09", + "devicecode": "98015" + }, + { + "eventid": "288944da-e0fa-48ac-bcd1-35acd7b35043", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:07:03", + "lon": 112.887191, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:58", + "devicecode": "98015" + }, + { + "eventid": "61b6dd1f-e47c-46e0-8a21-12eac9d21b62", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:48", + "lon": 112.887188, + "lat": 36.22209, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:42", + "devicecode": "98015" + }, + { + "eventid": "219a70c3-d759-4dc8-b42a-5f851f4de371", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:33", + "lon": 112.887185, + "lat": 36.222091, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:25", + "devicecode": "98015" + }, + { + "eventid": "bd1b7e04-3d69-46eb-8d2f-136ec61815e1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:18", + "lon": 112.887195, + "lat": 36.22209, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 09:00:08", + "devicecode": "98015" + }, + { + "eventid": "cae4b9e3-5fe1-4fd3-b4ff-7f9864d3fd8e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:46", + "lon": 112.888436, + "lat": 36.222001, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98015" + }, + { + "eventid": "ebcd534a-531e-4301-9949-5be66833f943", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:06:01", + "lon": 112.887525, + "lat": 36.22205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:57", + "devicecode": "98015" + }, + { + "eventid": "ae5977f6-fbd3-4c29-89c2-b1acafd05d56", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:31", + "lon": 112.889636, + "lat": 36.22195, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:39", + "devicecode": "98015" + }, + { + "eventid": "212a071b-d9dc-41de-9b1b-38162d192f4d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:16", + "lon": 112.889921, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:59:09", + "devicecode": "98015" + }, + { + "eventid": "714b67e9-e7bf-4d23-8850-a28072c683c7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:05:01", + "lon": 112.889918, + "lat": 36.222038, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:57", + "devicecode": "98015" + }, + { + "eventid": "2a6c6d36-3442-4e10-bdbe-3342a74deed8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:46", + "lon": 112.889913, + "lat": 36.222031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:43", + "devicecode": "98015" + }, + { + "eventid": "b9f77e31-6527-456b-a03e-a1fc2481be1f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:31", + "lon": 112.889903, + "lat": 36.22202, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:21", + "devicecode": "98015" + }, + { + "eventid": "e9c2ca2f-3d26-4996-8e3d-ecf68acac3fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:04:16", + "lon": 112.889903, + "lat": 36.222013, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:58:09", + "devicecode": "98015" + }, + { + "eventid": "afc98cf8-b701-499c-9642-8a56585f573c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:43", + "lon": 112.889921, + "lat": 36.222026, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98015" + }, + { + "eventid": "b93388e0-b05d-4995-bffd-4ab02741c091", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:58", + "lon": 112.889915, + "lat": 36.22202, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:52", + "devicecode": "98015" + }, + { + "eventid": "2052677e-adf6-417b-8897-6ae9fa0387f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:28", + "lon": 112.889926, + "lat": 36.22203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:24", + "devicecode": "98015" + }, + { + "eventid": "0db277e1-d752-4c40-825e-735db46036b9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:03:13", + "lon": 112.889928, + "lat": 36.222028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:57:06", + "devicecode": "98015" + }, + { + "eventid": "b8e950df-b6b1-4744-a56a-300cd157b64f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:58", + "lon": 112.889928, + "lat": 36.222023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:49", + "devicecode": "98015" + }, + { + "eventid": "a644c8ac-06d7-47dc-8e90-ab5c053296aa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:43", + "lon": 112.889926, + "lat": 36.222018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:38", + "devicecode": "98015" + }, + { + "eventid": "0a431853-2061-4f49-9b68-ff143f9fb2d1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:28", + "lon": 112.88992, + "lat": 36.222008, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:21", + "devicecode": "98015" + }, + { + "eventid": "a20c2481-aa8b-41d5-8a34-da6f66060d2a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:02:13", + "lon": 112.88992, + "lat": 36.222005, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:56:05", + "devicecode": "98015" + }, + { + "eventid": "c953ad3a-2596-4648-ba8e-371ac19c9e6a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:58", + "lon": 112.889921, + "lat": 36.222003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:48", + "devicecode": "98015" + }, + { + "eventid": "e1a849de-fc1f-4cab-a6b6-41360792670b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:43", + "lon": 112.88992, + "lat": 36.222003, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:37", + "devicecode": "98015" + }, + { + "eventid": "72e070bc-10ef-42c8-be30-f42526606f7b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:28", + "lon": 112.889915, + "lat": 36.222005, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:20", + "devicecode": "98015" + }, + { + "eventid": "385710b3-19fe-45d9-83bb-8eba15b51050", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:01:13", + "lon": 112.88991, + "lat": 36.22201, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:55:08", + "devicecode": "98015" + }, + { + "eventid": "75eb895a-5d33-492d-b76d-ec98728ac99a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:58", + "lon": 112.889908, + "lat": 36.222006, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:51", + "devicecode": "98015" + }, + { + "eventid": "374a4cd6-4a6c-4150-bc46-6c4a6b8802d4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:43", + "lon": 112.889925, + "lat": 36.222018, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:33", + "devicecode": "98015" + }, + { + "eventid": "efac1ca9-38e4-4f8a-8655-79bf5c6364d5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:28", + "lon": 112.889945, + "lat": 36.222028, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:21", + "devicecode": "98015" + }, + { + "eventid": "e7ebe3f3-4e8c-4800-9208-0b8eccafa6e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 09:00:13", + "lon": 112.889946, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:54:08", + "devicecode": "98015" + }, + { + "eventid": "bad36af9-9160-4ffc-ae60-aca01a4c8400", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:58", + "lon": 112.88994, + "lat": 36.222035, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:51", + "devicecode": "98015" + }, + { + "eventid": "50c79ca0-07d5-444d-be6b-b90c6f8bce9e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:43", + "lon": 112.889936, + "lat": 36.22204, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:35", + "devicecode": "98015" + }, + { + "eventid": "adce7f2b-6f2d-4d8d-a7fb-a6f791a6cb4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:28", + "lon": 112.889933, + "lat": 36.222045, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:23", + "devicecode": "98015" + }, + { + "eventid": "2d6616ad-151f-47de-93a9-f968d4c506b7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:59:13", + "lon": 112.889926, + "lat": 36.222043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:53:06", + "devicecode": "98015" + }, + { + "eventid": "f385866f-9afc-4178-8536-45eb64ce1882", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:58", + "lon": 112.889918, + "lat": 36.222033, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:49", + "devicecode": "98015" + }, + { + "eventid": "cd9ac1a1-5219-49a5-96ac-3b15adb2ce01", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:55", + "lon": 112.889931, + "lat": 36.22205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "67e24563-467f-4003-8295-82bbd278e317", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:40", + "lon": 112.889916, + "lat": 36.221998, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "3cc98333-088d-4db5-b33a-b8cca2575f52", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:40", + "lon": 112.889915, + "lat": 36.222031, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "3c0eecea-eee7-4995-b783-7599e3d99182", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:10", + "lon": 112.891656, + "lat": 36.221838, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "34fb216f-cc03-4f1b-a3c3-d1589b5cf3f3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:25", + "lon": 112.889906, + "lat": 36.22203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "e48f3906-d5de-42e5-99f6-2c9df9d0f6e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:57:25", + "lon": 112.890558, + "lat": 36.22191, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "dce87783-b7d6-45e0-8698-7ad790ce671d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:58:10", + "lon": 112.889911, + "lat": 36.222038, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:52:32", + "devicecode": "98015" + }, + { + "eventid": "5a614054-868a-41c8-821c-f82cd78f9941", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:55", + "lon": 112.892705, + "lat": 36.221761, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:46", + "devicecode": "98015" + }, + { + "eventid": "e8dd29ce-41ae-4b3c-a8bc-451b146e9e9f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:40", + "lon": 112.892965, + "lat": 36.221258, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:35", + "devicecode": "98015" + }, + { + "eventid": "9b2fdd99-3cf3-482e-aaea-98427ff961cb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:25", + "lon": 112.893015, + "lat": 36.220678, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:18", + "devicecode": "98015" + }, + { + "eventid": "5f1de863-3be2-4eb1-a4da-1d7d6cc9d6b5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:56:09", + "lon": 112.893026, + "lat": 36.220066, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:50:01", + "devicecode": "98015" + }, + { + "eventid": "30b622a7-d42f-4f20-9208-f86376b4c093", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:54", + "lon": 112.893023, + "lat": 36.219385, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:44", + "devicecode": "98015" + }, + { + "eventid": "cf10fbd8-228b-4988-b8f4-5016b272ed2b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:39", + "lon": 112.893061, + "lat": 36.218656, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:33", + "devicecode": "98015" + }, + { + "eventid": "3f4ea756-b08c-458f-9d9e-619fa748599c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:24", + "lon": 112.893045, + "lat": 36.217785, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98015" + }, + { + "eventid": "9d9e3d1e-4ba5-4f6c-81bb-fa44a4aa12fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-08 08:55:09", + "lon": 112.893073, + "lat": 36.21698, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-08 08:49:15", + "devicecode": "98015" + }, + { + "eventid": "1e825ff3-5b67-430a-a778-3afe4d5c804d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:22:04", + "lon": 112.872418, + "lat": 36.270746, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:55", + "devicecode": "98015" + }, + { + "eventid": "843ab8c2-b01c-46a3-8a0c-5d349ac201fa", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:49", + "lon": 112.872435, + "lat": 36.27075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:44", + "devicecode": "98015" + }, + { + "eventid": "68288ca5-45f1-4d92-98f8-06e4ee3b305c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:34", + "lon": 112.872428, + "lat": 36.27075, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:27", + "devicecode": "98015" + }, + { + "eventid": "f5d457df-f1be-40e9-9c04-6045f914b8d0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:19", + "lon": 112.872416, + "lat": 36.270751, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:15:10", + "devicecode": "98015" + }, + { + "eventid": "c37f0500-43ad-450e-ab02-36787f17d377", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:21:04", + "lon": 112.87242, + "lat": 36.270745, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:59", + "devicecode": "98015" + }, + { + "eventid": "e9103493-2c7f-4be3-8275-39e573e23ef0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:49", + "lon": 112.872428, + "lat": 36.270736, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:47", + "devicecode": "98015" + }, + { + "eventid": "5a340100-4fa8-4fdd-ad60-f0e35a987fe8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:34", + "lon": 112.872451, + "lat": 36.270741, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:30", + "devicecode": "98015" + }, + { + "eventid": "b01b926b-9828-4ff2-9ee1-74bcf07242ec", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:19", + "lon": 112.87247, + "lat": 36.270766, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:14:12", + "devicecode": "98015" + }, + { + "eventid": "2b62cda4-7458-4576-9ea9-e5bf441f92c5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:20:04", + "lon": 112.872615, + "lat": 36.271321, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:55", + "devicecode": "98015" + }, + { + "eventid": "0a78c8be-637b-4acb-87ed-c9e20a97998c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:49", + "lon": 112.87279, + "lat": 36.27197, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:44", + "devicecode": "98015" + }, + { + "eventid": "2781c7df-82ca-4651-8ecc-b75215cc4c81", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:34", + "lon": 112.87299, + "lat": 36.272771, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:27", + "devicecode": "98015" + }, + { + "eventid": "51d542a6-742f-4e90-aa17-88351d426633", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:19", + "lon": 112.873208, + "lat": 36.273686, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:13:10", + "devicecode": "98015" + }, + { + "eventid": "8bd2743c-3464-4859-b085-baf52f0c7549", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:19:04", + "lon": 112.873441, + "lat": 36.27454, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:58", + "devicecode": "98015" + }, + { + "eventid": "c64f2ffa-dd3f-485c-9d25-f4b60f2c45ab", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:49", + "lon": 112.873646, + "lat": 36.275343, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:41", + "devicecode": "98015" + }, + { + "eventid": "c31815be-f91e-416c-8302-edf2726de981", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:34", + "lon": 112.873833, + "lat": 36.276206, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:24", + "devicecode": "98015" + }, + { + "eventid": "7ac336fa-d379-4924-9429-ca9e1551d6e4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:19", + "lon": 112.874021, + "lat": 36.27695, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:12:12", + "devicecode": "98015" + }, + { + "eventid": "25cfd8a9-40ae-4c63-bd7b-4fe67054bd64", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:18:04", + "lon": 112.874195, + "lat": 36.277681, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:56", + "devicecode": "98015" + }, + { + "eventid": "2759855a-69f8-4adc-9540-057d701102f4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:49", + "lon": 112.874386, + "lat": 36.278433, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:44", + "devicecode": "98015" + }, + { + "eventid": "7255554e-5705-499e-9618-006571f17430", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:34", + "lon": 112.874591, + "lat": 36.279256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:27", + "devicecode": "98015" + }, + { + "eventid": "770c0c05-b659-434f-bc53-027da21bad49", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:19", + "lon": 112.874806, + "lat": 36.280108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:11:09", + "devicecode": "98015" + }, + { + "eventid": "dac99465-9496-4210-b8d6-c5d971e95511", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:17:04", + "lon": 112.87503, + "lat": 36.280958, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:58", + "devicecode": "98015" + }, + { + "eventid": "c29dbf69-282e-4a21-ac8b-1a133e73a3ce", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:49", + "lon": 112.87526, + "lat": 36.28177, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:41", + "devicecode": "98015" + }, + { + "eventid": "a1d1baf0-a1ca-46d9-97a2-02915bc523a1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:34", + "lon": 112.875458, + "lat": 36.282445, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:29", + "devicecode": "98015" + }, + { + "eventid": "722b8ffe-e272-4133-800d-9cbe0be8f11b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:19", + "lon": 112.875633, + "lat": 36.283098, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:10:13", + "devicecode": "98015" + }, + { + "eventid": "ee9f7228-1338-42cd-9297-0b25fd4c3c2b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:16:00", + "lon": 112.87562, + "lat": 36.283151, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:56", + "devicecode": "98015" + }, + { + "eventid": "c2e6006f-fd0e-4092-a345-51da003c24a7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:45", + "lon": 112.875678, + "lat": 36.282923, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:38", + "devicecode": "98015" + }, + { + "eventid": "da2b2c94-e1a8-4b8d-97c4-8bb9f83c0379", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:30", + "lon": 112.875393, + "lat": 36.281811, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:21", + "devicecode": "98015" + }, + { + "eventid": "9d09567a-694c-448c-bc5a-7756fb95634f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:15", + "lon": 112.875033, + "lat": 36.280491, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:09:09", + "devicecode": "98015" + }, + { + "eventid": "f82bce98-f5be-4053-95a2-5da064b27968", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:15:00", + "lon": 112.874735, + "lat": 36.279208, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:51", + "devicecode": "98015" + }, + { + "eventid": "63f30949-f94a-4153-a6d7-19d8c32044f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:45", + "lon": 112.874476, + "lat": 36.278201, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:40", + "devicecode": "98015" + }, + { + "eventid": "d8537709-bddd-4303-8b8e-d198c9067e08", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:29", + "lon": 112.874286, + "lat": 36.277375, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:23", + "devicecode": "98015" + }, + { + "eventid": "268b90d5-0c9d-4cce-a7a3-6f470d6d0bfd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:14:14", + "lon": 112.874011, + "lat": 36.276455, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:08:06", + "devicecode": "98015" + }, + { + "eventid": "cc228529-91ec-4bd4-a059-ae1a70887d3d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:56", + "lon": 112.87467, + "lat": 36.27609, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98015" + }, + { + "eventid": "19225d2e-eabb-4b2d-9dfa-52bec99499dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:41", + "lon": 112.87569, + "lat": 36.27592, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:49", + "devicecode": "98015" + }, + { + "eventid": "a620c227-5745-4c45-9183-d7c9b916dc45", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:26", + "lon": 112.87657, + "lat": 36.27583, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:20", + "devicecode": "98015" + }, + { + "eventid": "862d4829-b9d9-4b3b-8564-9b0083062ee6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:13:11", + "lon": 112.87752, + "lat": 36.275748, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:07:03", + "devicecode": "98015" + }, + { + "eventid": "42165cba-b9e5-4d80-9c56-c38059a7e5ca", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:56", + "lon": 112.878545, + "lat": 36.275641, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:47", + "devicecode": "98015" + }, + { + "eventid": "917b48c8-7aca-4b65-8dcf-65b59cef7deb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:41", + "lon": 112.878838, + "lat": 36.275615, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:36", + "devicecode": "98015" + }, + { + "eventid": "fff9546b-32e3-48cd-ac89-44f02efda7e2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:04", + "lon": 112.87884, + "lat": 36.2756, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98015" + }, + { + "eventid": "13ce476f-7acf-4f5f-8904-7a8e414c86cc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:12:20", + "lon": 112.878853, + "lat": 36.275593, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:13", + "devicecode": "98015" + }, + { + "eventid": "18e19b6a-737d-4ed5-8cd9-6dde97056c11", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:49", + "lon": 112.878868, + "lat": 36.27558, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:06:08", + "devicecode": "98015" + }, + { + "eventid": "e143a7c1-515b-422e-9575-6901ffce5ef3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:34", + "lon": 112.878943, + "lat": 36.27557, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:26", + "devicecode": "98015" + }, + { + "eventid": "786d66b2-4e7e-4b97-9db7-f4920afa8c86", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:19", + "lon": 112.878863, + "lat": 36.275545, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:12", + "devicecode": "98015" + }, + { + "eventid": "3ac6305f-197a-4607-942e-8cadb1caee9c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:11:04", + "lon": 112.87845, + "lat": 36.275601, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:05:01", + "devicecode": "98015" + }, + { + "eventid": "e17b81ed-ead1-49c6-8c18-37373665d8ff", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:49", + "lon": 112.878333, + "lat": 36.27561, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:44", + "devicecode": "98015" + }, + { + "eventid": "60b1a961-40d6-49d0-8771-e22eed9bad62", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:34", + "lon": 112.878323, + "lat": 36.275611, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:27", + "devicecode": "98015" + }, + { + "eventid": "e7cde3a1-b883-4139-8418-fcee993a9c78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:19", + "lon": 112.87833, + "lat": 36.275618, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:04:10", + "devicecode": "98015" + }, + { + "eventid": "0cf7041a-876f-4325-b177-6b2465d4f0fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:10:04", + "lon": 112.878331, + "lat": 36.275625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:59", + "devicecode": "98015" + }, + { + "eventid": "7ab8bc06-eb1a-465b-80dc-6a74b07774b8", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:49", + "lon": 112.878325, + "lat": 36.275628, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:42", + "devicecode": "98015" + }, + { + "eventid": "d9c36d70-1267-41a9-97e0-62d96dfd4034", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:34", + "lon": 112.878315, + "lat": 36.275631, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:25", + "devicecode": "98015" + }, + { + "eventid": "949ac9c5-8b52-4c25-8db6-4f4cb4008082", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:19", + "lon": 112.878075, + "lat": 36.275655, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:03:14", + "devicecode": "98015" + }, + { + "eventid": "3797374c-0ada-4087-96fb-f51f5bd18988", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:09:04", + "lon": 112.876911, + "lat": 36.275843, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:56", + "devicecode": "98015" + }, + { + "eventid": "796691ea-a227-4555-97eb-820ba152eb25", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:49", + "lon": 112.875786, + "lat": 36.27599, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:45", + "devicecode": "98015" + }, + { + "eventid": "d4001d6b-39d7-414a-bdf0-a076b8353a51", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:34", + "lon": 112.874756, + "lat": 36.276101, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:28", + "devicecode": "98015" + }, + { + "eventid": "3b59cdbf-7d67-45ab-b80b-a44dd94446dc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:19", + "lon": 112.873971, + "lat": 36.276128, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:11", + "devicecode": "98015" + }, + { + "eventid": "435fdf45-fd66-4535-8ddd-e13f4814f2c6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:08:04", + "lon": 112.87379, + "lat": 36.275541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:02:00", + "devicecode": "98015" + }, + { + "eventid": "518e5e0a-dbce-435f-80ef-936e4761c332", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:49", + "lon": 112.873616, + "lat": 36.27482, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:42", + "devicecode": "98015" + }, + { + "eventid": "4c54bcd9-a8f6-40e4-a620-703c05f79794", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:34", + "lon": 112.873461, + "lat": 36.274108, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:30", + "devicecode": "98015" + }, + { + "eventid": "51207699-04a6-40b8-8bb9-05d5a267e4db", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:19", + "lon": 112.873255, + "lat": 36.273285, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:01:12", + "devicecode": "98015" + }, + { + "eventid": "3d48e6a8-d720-4510-8440-dec992cbfa78", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:07:04", + "lon": 112.873035, + "lat": 36.272456, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:55", + "devicecode": "98015" + }, + { + "eventid": "1100389a-954f-40c7-901d-3634c1657cf5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:49", + "lon": 112.872811, + "lat": 36.271606, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:43", + "devicecode": "98015" + }, + { + "eventid": "9e488e56-5a09-424d-8672-972fffb0a126", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:34", + "lon": 112.872585, + "lat": 36.270701, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:29", + "devicecode": "98015" + }, + { + "eventid": "b1a74ae2-92ea-483f-90a1-6092925e2fed", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:19", + "lon": 112.872335, + "lat": 36.269723, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 10:00:16", + "devicecode": "98015" + }, + { + "eventid": "cfffb1d9-b756-43d3-902c-f8908d7257f9", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:06:04", + "lon": 112.872123, + "lat": 36.268861, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:57", + "devicecode": "98015" + }, + { + "eventid": "eb2fba47-f411-4bb3-9241-7402a47e5265", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:49", + "lon": 112.871896, + "lat": 36.268055, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:45", + "devicecode": "98015" + }, + { + "eventid": "b85162fc-bd74-459c-800e-ff91fa9445fe", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:34", + "lon": 112.871858, + "lat": 36.267733, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:26", + "devicecode": "98015" + }, + { + "eventid": "4381697f-f8ab-4f82-ae85-14a82b0ded3b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:19", + "lon": 112.872108, + "lat": 36.267696, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:59:13", + "devicecode": "98015" + }, + { + "eventid": "6ce8cdf0-1c27-49df-9df3-8aa98a6432d2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:05:04", + "lon": 112.872578, + "lat": 36.267616, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:54", + "devicecode": "98015" + }, + { + "eventid": "d8d8a30b-cce0-4198-a11e-3754d0a13b61", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:49", + "lon": 112.873186, + "lat": 36.267541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:42", + "devicecode": "98015" + }, + { + "eventid": "e2fec88f-9925-4eb7-a582-26d9a6e1f702", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:34", + "lon": 112.873901, + "lat": 36.267461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:29", + "devicecode": "98015" + }, + { + "eventid": "f83864c3-d628-42ec-b082-9fd37a10f85f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:19", + "lon": 112.874476, + "lat": 36.267416, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:58:11", + "devicecode": "98015" + }, + { + "eventid": "9a0697c1-e672-467d-9dba-5b22a47712ac", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:04:04", + "lon": 112.874931, + "lat": 36.267361, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:59", + "devicecode": "98015" + }, + { + "eventid": "c32c9e29-0e4b-43f0-8665-4ef50656d9bb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:49", + "lon": 112.875373, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:41", + "devicecode": "98015" + }, + { + "eventid": "01e0404b-9a45-4605-948a-6c67926b7522", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:34", + "lon": 112.8758, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:28", + "devicecode": "98015" + }, + { + "eventid": "59c93d2b-0d32-487b-9228-538164d7640b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:19", + "lon": 112.87618, + "lat": 36.267273, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:57:09", + "devicecode": "98015" + }, + { + "eventid": "5927684b-03b5-4967-9c1f-64a36e8d60ed", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:03:01", + "lon": 112.876296, + "lat": 36.267275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:52", + "devicecode": "98015" + }, + { + "eventid": "484c5bcb-e0d9-4341-9b3a-e355e52ca940", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:46", + "lon": 112.87629, + "lat": 36.267256, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:40", + "devicecode": "98015" + }, + { + "eventid": "22caafaa-0dfe-4b4d-adbd-cd412a0f8687", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:27", + "lon": 112.876148, + "lat": 36.26726, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:22", + "devicecode": "98015" + }, + { + "eventid": "2f7ab252-2377-4fd5-816f-a1bf1d877959", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:02:12", + "lon": 112.875805, + "lat": 36.267275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:56:04", + "devicecode": "98015" + }, + { + "eventid": "f3da8421-ab68-45df-ab60-13d6822626fc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:57", + "lon": 112.875453, + "lat": 36.267293, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:52", + "devicecode": "98015" + }, + { + "eventid": "33685678-5c6d-4eec-bd64-f63c6ce079f6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:42", + "lon": 112.875038, + "lat": 36.267323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:34", + "devicecode": "98015" + }, + { + "eventid": "548aed59-27a9-4f1e-a25a-d06310b0d037", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:27", + "lon": 112.874596, + "lat": 36.267388, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:23", + "devicecode": "98015" + }, + { + "eventid": "8e929052-9720-4e41-95eb-df8f297fac31", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:01:12", + "lon": 112.874181, + "lat": 36.26744, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:55:06", + "devicecode": "98015" + }, + { + "eventid": "e569add8-afd9-4a7e-ab71-e9fe29b7613f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:57", + "lon": 112.873901, + "lat": 36.267438, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:48", + "devicecode": "98015" + }, + { + "eventid": "68824657-4ff4-45f4-8cb5-7e904729241f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:42", + "lon": 112.873993, + "lat": 36.267398, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:36", + "devicecode": "98015" + }, + { + "eventid": "c58f6e51-0ae5-4c1f-9b95-3b33108a1622", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:27", + "lon": 112.874151, + "lat": 36.266965, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:18", + "devicecode": "98015" + }, + { + "eventid": "789e1eff-6bf7-467d-8787-5c05cda7a178", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 10:00:12", + "lon": 112.874075, + "lat": 36.266463, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:54:07", + "devicecode": "98015" + }, + { + "eventid": "5a9d8d96-7b8c-47c5-90cc-07fc1e247702", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:57", + "lon": 112.87402, + "lat": 36.266101, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:50", + "devicecode": "98015" + }, + { + "eventid": "3e33e41f-cbeb-44d1-8c3d-7c1cebb0aa95", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:42", + "lon": 112.873948, + "lat": 36.265725, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:33", + "devicecode": "98015" + }, + { + "eventid": "781b2d5c-1bdd-438c-aa5c-5cdf3270f887", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:27", + "lon": 112.873865, + "lat": 36.265155, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:22", + "devicecode": "98015" + }, + { + "eventid": "c011f9fd-8d2c-46b0-a869-84afb73d889d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:59:12", + "lon": 112.873736, + "lat": 36.264468, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:53:05", + "devicecode": "98015" + }, + { + "eventid": "b4b1ecfc-9f32-4e12-8fc0-ad719aa34bd3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:57", + "lon": 112.873613, + "lat": 36.263751, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:48", + "devicecode": "98015" + }, + { + "eventid": "437a1887-10dc-44d9-a94b-760395fc244f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:42", + "lon": 112.873461, + "lat": 36.26291, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:37", + "devicecode": "98015" + }, + { + "eventid": "7de412bb-3533-41a2-8273-36e3ff42d64b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:27", + "lon": 112.873405, + "lat": 36.2625, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:20", + "devicecode": "98015" + }, + { + "eventid": "bbeb3878-aef0-4719-9f9d-a1bfbe4d647a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:58:12", + "lon": 112.873415, + "lat": 36.262448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:52:03", + "devicecode": "98015" + }, + { + "eventid": "a394124e-79c5-4531-8df9-31acc4592e84", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:57", + "lon": 112.874101, + "lat": 36.262323, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:51", + "devicecode": "98015" + }, + { + "eventid": "f773c9c4-1aaf-4fe1-a408-df414cb5949b", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:42", + "lon": 112.874436, + "lat": 36.26228, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:33", + "devicecode": "98015" + }, + { + "eventid": "88e61a95-e667-4bdc-b99b-d4866bc3c1c0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:27", + "lon": 112.875048, + "lat": 36.262213, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:21", + "devicecode": "98015" + }, + { + "eventid": "c4388374-bea6-4d3c-82b9-eb793bdbd908", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:57:12", + "lon": 112.87566, + "lat": 36.262126, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:51:04", + "devicecode": "98015" + }, + { + "eventid": "cbc57ba1-4fac-4724-9455-fc5deb07f816", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:57", + "lon": 112.876128, + "lat": 36.26205, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:52", + "devicecode": "98015" + }, + { + "eventid": "c3995405-9f7b-45e8-9612-f129dd92217e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:38", + "lon": 112.876138, + "lat": 36.262058, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:30", + "devicecode": "98015" + }, + { + "eventid": "c6d96c8b-9ddf-4ea3-bcd2-3f4812e2c6bf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:23", + "lon": 112.875523, + "lat": 36.262136, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:18", + "devicecode": "98015" + }, + { + "eventid": "d17f1171-41a0-4fae-bc9c-dc3b351ef9d0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:56:08", + "lon": 112.87442, + "lat": 36.262275, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:50:01", + "devicecode": "98015" + }, + { + "eventid": "b2bec4aa-c80d-4287-a649-63db78e1d3e3", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:53", + "lon": 112.873383, + "lat": 36.262448, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:44", + "devicecode": "98015" + }, + { + "eventid": "52ae1005-199f-4776-8379-aa1b152f2070", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:38", + "lon": 112.873535, + "lat": 36.263565, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:32", + "devicecode": "98015" + }, + { + "eventid": "9f6fc58b-f13f-4b6c-ac1f-f1ef79a97128", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:23", + "lon": 112.873711, + "lat": 36.264481, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:49:15", + "devicecode": "98015" + }, + { + "eventid": "27f7c8f8-e034-4f62-b472-ad1fc82447fb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:55:08", + "lon": 112.873678, + "lat": 36.265008, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:58", + "devicecode": "98015" + }, + { + "eventid": "016a1607-c18d-482a-b2fc-e9bcb44e3c07", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:53", + "lon": 112.872693, + "lat": 36.265025, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:47", + "devicecode": "98015" + }, + { + "eventid": "817f962a-a566-41f7-8ef6-f8b6e9f7e86f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:38", + "lon": 112.871621, + "lat": 36.265071, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:31", + "devicecode": "98015" + }, + { + "eventid": "552e76b4-ce01-42b9-b544-956060bf5062", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:23", + "lon": 112.87126, + "lat": 36.264896, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:48:15", + "devicecode": "98015" + }, + { + "eventid": "9f20cad3-875c-400c-81b3-e8eda3bfb15d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:54:08", + "lon": 112.871058, + "lat": 36.263945, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:59", + "devicecode": "98015" + }, + { + "eventid": "cb4ee0ce-a09c-498a-ba17-04ce629fd413", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:53", + "lon": 112.870778, + "lat": 36.262615, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:48", + "devicecode": "98015" + }, + { + "eventid": "92d8c4d7-3d11-4dbe-ac57-bce72877adbc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:38", + "lon": 112.870478, + "lat": 36.261248, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:32", + "devicecode": "98015" + }, + { + "eventid": "27dbec5c-2b5a-493e-bad6-bd7ee9d0798e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:23", + "lon": 112.870171, + "lat": 36.259888, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:47:15", + "devicecode": "98015" + }, + { + "eventid": "6c3ed116-077d-4e05-a6ce-a924f840934a", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:53:08", + "lon": 112.86994, + "lat": 36.258853, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:59", + "devicecode": "98015" + }, + { + "eventid": "4762f2e9-a630-4bb1-854c-f45c621a0b65", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:53", + "lon": 112.870396, + "lat": 36.258478, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:48", + "devicecode": "98015" + }, + { + "eventid": "5865a035-3878-403f-baf1-0f89e00325bc", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:38", + "lon": 112.871603, + "lat": 36.25826, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:31", + "devicecode": "98015" + }, + { + "eventid": "14033402-44dd-465c-87ea-c2f761c479dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:23", + "lon": 112.872863, + "lat": 36.258058, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:14", + "devicecode": "98015" + }, + { + "eventid": "be50a5cc-6276-4a04-806a-a397abea4c9e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:52:08", + "lon": 112.874138, + "lat": 36.257828, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:46:03", + "devicecode": "98015" + }, + { + "eventid": "95b3fc84-8c1e-486a-8494-b76ced72a0e7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:53", + "lon": 112.875321, + "lat": 36.257643, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:47", + "devicecode": "98015" + }, + { + "eventid": "1476245f-5eab-44a7-ad43-d5b85474c7c4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:38", + "lon": 112.875836, + "lat": 36.257466, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:29", + "devicecode": "98015" + }, + { + "eventid": "2f50b699-a78f-4f1f-a761-147b39442c5c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:23", + "lon": 112.875836, + "lat": 36.257461, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:45:18", + "devicecode": "98015" + }, + { + "eventid": "4240e426-40a2-43c1-8213-f191eb5ee2a4", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:51:05", + "lon": 112.875458, + "lat": 36.257548, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:56", + "devicecode": "98015" + }, + { + "eventid": "4b74426f-f98a-4292-9f3c-33a9f7bdf57c", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:50", + "lon": 112.874976, + "lat": 36.257541, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:45", + "devicecode": "98015" + }, + { + "eventid": "b1ea7bcf-a963-45ca-a488-32e0c33c114f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:35", + "lon": 112.874705, + "lat": 36.257238, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:29", + "devicecode": "98015" + }, + { + "eventid": "9206d685-8dce-46c0-a29a-ca7dfe363c4f", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:20", + "lon": 112.8745, + "lat": 36.257116, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:44:12", + "devicecode": "98015" + }, + { + "eventid": "b0cd3d66-7792-441f-a119-e74fee3b4e2d", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:50:05", + "lon": 112.87426, + "lat": 36.257043, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:56", + "devicecode": "98015" + }, + { + "eventid": "ed3d0044-ccee-4039-822b-618695242c81", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:50", + "lon": 112.874033, + "lat": 36.256978, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:45", + "devicecode": "98015" + }, + { + "eventid": "b6ee46c0-8c33-45ce-ba43-61df8513b4c0", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:35", + "lon": 112.8736, + "lat": 36.256771, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:29", + "devicecode": "98015" + }, + { + "eventid": "6e67d8b1-2683-4f4c-8322-7c03840bfed2", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:20", + "lon": 112.87322, + "lat": 36.25652, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:12", + "devicecode": "98015" + }, + { + "eventid": "70b27a59-ad42-4d17-9e1f-e22caa41c3b5", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:49:04", + "lon": 112.872968, + "lat": 36.256363, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:43:01", + "devicecode": "98015" + }, + { + "eventid": "a5832aed-8097-4c3b-9aff-b88d1eda8135", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:49", + "lon": 112.872695, + "lat": 36.256203, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:43", + "devicecode": "98015" + }, + { + "eventid": "70d4725e-3baa-401e-b51e-e30e1aa92165", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:34", + "lon": 112.872408, + "lat": 36.256023, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:27", + "devicecode": "98015" + }, + { + "eventid": "57210f94-fa61-4e36-bc07-cada7fb4dd29", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:46", + "lon": 112.871893, + "lat": 36.255191, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "48ceaea7-be8c-4d92-af91-1033079812d1", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:16", + "lon": 112.87195, + "lat": 36.25574, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "3cc4f3a8-9cca-4df4-b294-bd38ef215df6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:31", + "lon": 112.872005, + "lat": 36.254376, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "3a9be526-fd6e-4964-901a-3d84cbf072cb", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:48:01", + "lon": 112.871806, + "lat": 36.255623, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:42:10", + "devicecode": "98015" + }, + { + "eventid": "c21024bf-4ad2-43f9-a90f-4be7e7057344", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:16", + "lon": 112.872115, + "lat": 36.253555, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:41:37", + "devicecode": "98015" + }, + { + "eventid": "aa30fa75-3dcb-4c9a-a054-e13c7c82448e", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:47:01", + "lon": 112.872195, + "lat": 36.25274, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:53", + "devicecode": "98015" + }, + { + "eventid": "2374468c-95bd-4143-900a-f77a732dffb7", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:46", + "lon": 112.872241, + "lat": 36.252113, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:37", + "devicecode": "98015" + }, + { + "eventid": "468d5b8f-54c5-40c2-b0a5-41017a3b48dd", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:31", + "lon": 112.872151, + "lat": 36.251838, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:37", + "devicecode": "98015" + }, + { + "eventid": "076b46da-55dc-4143-a6da-40405a719cb6", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:16", + "lon": 112.871408, + "lat": 36.251816, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:40:10", + "devicecode": "98015" + }, + { + "eventid": "4cd9bbe4-d885-48b9-a3b7-eca53dff1781", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:46:01", + "lon": 112.870571, + "lat": 36.25179, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:53", + "devicecode": "98015" + }, + { + "eventid": "64b1df4c-9a92-48a4-82e9-e536e42327cf", + "deviceid": "a623f6f0-ecfc-11ea-8349-00505690c230", + "gprs": "正常", + "speed": 0, + "direction": null, + "battery": null, + "locationdate": "2021-04-07 09:45:46", + "lon": 112.869713, + "lat": 36.251753, + "inspectorid": "8577f089-2686-11e3-9e54-00216a3749b4", + "pointcount": 1, + "createdate": "2021-04-07 09:39:37", + "devicecode": "98015" + } + ] + } + ], + "ok": null +} diff --git a/static/config/waterThreat.json b/static/config/waterThreat.json new file mode 100644 index 0000000..0f58fd4 --- /dev/null +++ b/static/config/waterThreat.json @@ -0,0 +1,2047 @@ +{ + "code": 200, + "msg": "OK", + "data": [ + { + "eventid": "e405419c-af42-456b-8b91-9ed0cd14e593", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP62 + 630)", + "村庄地址": "忻州市五寨县韩家楼乡管家湾村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "忻州管理处", + "创建时间": "2021-03-16 21:34:37", + "经度": 111.535658, + "纬度": 39.076861, + "所属管理处": "忻州管理处", + "隐患发现时间": "2020-06-29", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "a4699936-54ee-48b7-83a3-0eb969a5854a", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP49 + 200)", + "村庄地址": "忻州市河曲县高家汇村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "忻州管理处", + "创建时间": "2021-03-16 21:26:52", + "经度": 111.427292, + "纬度": 39.070364, + "所属管理处": "忻州管理处", + "隐患发现时间": "2020-06-29", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "701ce7ee-8d43-43d5-b973-79cb9f4a5a81", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP36 + 180)", + "村庄地址": "忻州市原平市段家堡乡柳坡泉村", + "发现人": "陈靖", + "隐患描述": "浆砌石截水墙、浆砌石挡土墙", + "业主单位": null, + "创建时间": "2021-02-06 13:40:48", + "经度": 112.606239, + "纬度": 39.05487, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "05dbba25-196b-4fdf-8089-8d055616dd14", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP53 + 200)", + "村庄地址": "忻州市原平市崞阳镇中石寺村", + "发现人": "陈靖", + "隐患描述": "浆砌石护坡", + "业主单位": null, + "创建时间": "2021-02-06 13:28:13", + "经度": 112.714502, + "纬度": 38.943222, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "87fdfb78-35ea-4ddd-adeb-30698e88d8b6", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP11 + 120)", + "村庄地址": "临汾市尧都区刘村镇樊家庄村", + "发现人": "段雷刚", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-26 18:42:13", + "经度": 111.453783, + "纬度": 36.110333, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "cb8d07e3-4b4f-4a26-8d71-96e4ef6aa67e", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP10 + 400)", + "村庄地址": "临汾市尧都区刘村镇刘南村", + "发现人": "段雷刚", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-26 15:51:30", + "经度": 111.456839, + "纬度": 36.117, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "c289b362-6d9e-49bc-935a-53f432138919", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP10 + 0)", + "村庄地址": "临汾市尧都区刘村镇刘南村", + "发现人": "段雷刚", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-26 15:45:50", + "经度": 111.456839, + "纬度": 36.117, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "9b78ee8a-2cba-498f-9ea8-0908c8eb0dc7", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP09 + 990)", + "村庄地址": "临汾市尧都区刘村镇刘南村", + "发现人": "段雷刚", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-26 15:42:06", + "经度": 111.462395, + "纬度": 36.1245, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b7986ddd-1703-428e-ae0c-67fb5a3b7c16", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP09 + 950)", + "村庄地址": "临汾市尧都区刘村镇刘南村", + "发现人": "段雷刚", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-26 15:39:23", + "经度": 111.462395, + "纬度": 36.1245, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "8bf27fc6-4f57-47a9-9726-aa8f68e7d91f", + "隐患类型": "水保", + "位置描述": "孝义-霍州线(JP65 + 500)", + "村庄地址": "霍州市师庄乡老张湾村", + "发现人": "韩云泉", + "隐患描述": null, + "业主单位": null, + "创建时间": "2021-01-04 16:12:33", + "经度": 111.78361, + "纬度": 36.69905, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d681c740-7a13-4fcc-ac53-0ae68d6339ea", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP15 + 340)", + "村庄地址": "忻州市保德县石洼铺村", + "发现人": "谷健磊", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-12-24 09:50:58", + "经度": 111.166892, + "纬度": 38.940666, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d2ea4b00-363e-4d4d-a76f-e59b1ecf536e", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP24 + 600)", + "村庄地址": "忻州市偏关县楼沟村", + "发现人": "牛子圣", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-12-24 09:44:18", + "经度": 111.5746613, + "纬度": 39.2830167, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "703f8e62-4a73-423c-ad8b-55b0ab74f0c5", + "隐患类型": "水保", + "位置描述": "三岔-神池线(JP54 + 470)", + "村庄地址": "忻州市神池县龙泉镇温岭村", + "发现人": "马博", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-12-23 17:48:30", + "经度": 112.215772, + "纬度": 39.103667, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-12-06", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "0e27a365-aacd-408a-a64a-073fce46179a", + "隐患类型": "水保", + "位置描述": "孝义-霍州线(JP42 + 650)", + "村庄地址": "晋中市灵石县翠峰镇翠峰镇蒜峪村", + "发现人": "张俊", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-12-17 03:01:40", + "经度": 111.833265, + "纬度": 36.848568, + "所属管理处": "晋中管理处", + "隐患发现时间": "2009-01-01", + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "202a9c8e-04e1-4fdc-bee0-e28f349d0e5b", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP35 + 190)", + "村庄地址": "阳泉市郊区荫营镇杨树沟村", + "发现人": "张林林", + "隐患描述": "浆砌石", + "业主单位": " 北京中油协工程建设监理有限责任公司", + "创建时间": "2020-12-08 15:33:08", + "经度": 113.593938, + "纬度": 37.96532, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2020-11-28", + "隐患数量": null, + "隐患等级": "3", + "进度": "2" + }, + { + "eventid": "de6c5d53-0ea4-41bc-b349-5a9fdd5134a9", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP35 + 180)", + "村庄地址": "阳泉市郊区荫营镇杨树沟村", + "发现人": "张林林", + "隐患描述": "浆砌石", + "业主单位": " 北京中油协工程建设监理有限责任公司", + "创建时间": "2020-12-08 15:30:56", + "经度": 113.593938, + "纬度": 37.96532, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2020-11-27", + "隐患数量": null, + "隐患等级": "3", + "进度": "2" + }, + { + "eventid": "b09188bd-3160-4a18-9537-1010d759e8c4", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP35 + 170)", + "村庄地址": "阳泉市郊区荫营镇杨树沟村", + "发现人": "张林林", + "隐患描述": "浆砌石", + "业主单位": " 北京中油协工程建设监理有限责任公司", + "创建时间": "2020-12-08 15:28:33", + "经度": 113.593938, + "纬度": 37.96532, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2020-11-26", + "隐患数量": null, + "隐患等级": "3", + "进度": "2" + }, + { + "eventid": "d2795c76-1d26-45a1-9a90-6a015580d640", + "隐患类型": "水保", + "位置描述": "新绛-侯马-运城(JP23 + 400)", + "村庄地址": "闻喜县礼元镇礼元村", + "发现人": "宋震", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-11-06 08:52:54", + "经度": 111.313495, + "纬度": 35.516444, + "所属管理处": "运城管理处", + "隐患发现时间": "2010-11-04", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "dda54b43-de45-4bf9-bfd4-158755dc75be", + "隐患类型": "水保", + "位置描述": "临汾-霍州线(LH57 + 600)", + "村庄地址": "霍州市陶唐峪乡辛庄村", + "发现人": "韩云泉", + "隐患描述": "石砌", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-09-02 20:33:43", + "经度": 111.787059, + "纬度": 36.516731, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "c97e58a0-c4ec-422d-91c3-1024447194f3", + "隐患类型": "水保", + "位置描述": "临汾-霍州线(JP54 + 850)", + "村庄地址": "霍州市陶唐峪乡双头垣村", + "发现人": "王晓超", + "隐患描述": "石砌", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-09-02 20:28:36", + "经度": 111.775753, + "纬度": 36.484002, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "fbb10fba-170f-4efd-ad39-2a222e902306", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP043 + 500)", + "村庄地址": "襄汾县陶寺乡陶寺村", + "发现人": "李小民", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-09-02 19:25:53", + "经度": 111.511002, + "纬度": 35.892554, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "4ea1b400-13d2-4af1-a8ad-3ffdc4436cbe", + "隐患类型": "水保", + "位置描述": "洪洞-边寨阀室(JP44 + 450)", + "村庄地址": "古县大井沟村", + "发现人": "王小明", + "隐患描述": "石砌挡墙", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-08-26 15:53:38", + "经度": 112.113333, + "纬度": 36.224722, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "e862c468-9c59-4530-b8a5-96f0c7407e43", + "隐患类型": "水保", + "位置描述": "临汾-霍州线(JP212 + 600)", + "村庄地址": "明姜镇下柳树村", + "发现人": "张秀平", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-06-19 09:58:38", + "经度": 111.76769, + "纬度": 36.330083, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "6ab0a4b2-7e05-48b9-a473-ee829871c2f4", + "隐患类型": "水保", + "位置描述": "临汾-霍州线(JP212 + 600)", + "村庄地址": "洪洞县明姜镇下柳树村", + "发现人": "马季涛", + "隐患描述": null, + "业主单位": "北京中油协工程建设监理有限公司", + "创建时间": "2020-06-16 14:31:49", + "经度": 111.76769, + "纬度": 36.330083, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "39c80789-9231-446e-91a6-d84d1d745511", + "隐患类型": "水保", + "位置描述": "新绛-侯马-运城(JP20 + 200)", + "村庄地址": "侯马市上马乡隘口村", + "发现人": "李连成", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-12 19:52:11", + "经度": 111.31158, + "纬度": 35.53938, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "bd405cd9-e30e-4841-926d-baea911debf0", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 750)", + "村庄地址": "襄汾县新城镇沙女村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 17:35:34", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "6ec49e3a-b8d2-4c45-8163-5076b762871c", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP055 + 800)", + "村庄地址": "襄汾县新城镇蒙亨村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 17:33:54", + "经度": 111.459056, + "纬度": 35.817277, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "f0e5b88e-2911-4f2b-a6b6-24fa1148ab43", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP055 + 920)", + "村庄地址": "襄汾县新城镇蒙亨村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:36:29", + "经度": 111.459056, + "纬度": 35.817277, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d92d8c8c-4a2c-4630-8a01-7bbfd098d8e7", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 350)", + "村庄地址": "襄汾县新城镇沙女沟村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:34:34", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "71175224-e974-4d6a-8217-d5a11be4065c", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 250)", + "村庄地址": "襄汾县新城镇沙女沟村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:32:43", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "6ee98bba-eda5-4151-9b3c-97f51dfb8b2e", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 155)", + "村庄地址": "襄汾县新城镇沙女沟村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:27:47", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b2d9da63-75ce-4481-8e78-585b0ff2602b", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 120)", + "村庄地址": "襄汾县新城镇沙女沟村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:25:30", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "be2e7142-0a9b-4f55-b258-dfae6af4aad4", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP052 + 55)", + "村庄地址": "襄汾县新城镇沙女沟村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": null, + "创建时间": "2020-06-09 16:23:24", + "经度": 111.458779, + "纬度": 35.843943, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "a87448eb-7d6c-4a59-8ed6-89b2fa12c0b9", + "隐患类型": "水保", + "位置描述": "临汾-侯马线(JP033 + 600)", + "村庄地址": "襄汾县邓庄镇泗头村", + "发现人": "毛满受", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2020-06-09 16:21:16", + "经度": 111.539337, + "纬度": 35.977832, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "28a3e507-6ade-4126-8c13-349466604d61", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP4 + 200)", + "村庄地址": "盂县东城武村", + "发现人": "张博睿", + "隐患描述": "二八水泥土回填", + "业主单位": null, + "创建时间": "2020-05-15 11:40:13", + "经度": 113.396485, + "纬度": 38.115147, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "85a42273-b04e-468c-8dc0-6500ff16e4d9", + "隐患类型": "水保", + "位置描述": "灵丘站管辖线路", + "村庄地址": "大同市灵丘县武灵镇高家庄村", + "发现人": "高军", + "隐患描述": "浆砌石", + "业主单位": "同朔管理处", + "创建时间": "2020-01-17 10:22:14", + "经度": null, + "纬度": null, + "所属管理处": "同朔管理处", + "隐患发现时间": "2011-11-17", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "b621bf1b-34c2-4da4-936b-836f3b7ca562", + "隐患类型": "水保", + "位置描述": "灵丘站管辖线路(JP001 + 0)", + "村庄地址": "大同市灵丘县武灵镇高家庄村", + "发现人": "高军", + "隐患描述": "浆砌石", + "业主单位": "同朔管理处", + "创建时间": "2020-01-17 10:18:29", + "经度": 114.237559, + "纬度": 39.420746, + "所属管理处": "同朔管理处", + "隐患发现时间": "2012-11-17", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "c1e8b8ec-fe17-4d8b-9936-bafb3a8081a7", + "隐患类型": "水保", + "位置描述": "阳方口-金沙滩线(JP33 + 850)", + "村庄地址": "朔州市下团堡乡小堡村", + "发现人": "闫茂盛", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-01-16 12:01:20", + "经度": 112.383511, + "纬度": 39.381245, + "所属管理处": "同朔管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b6dbd01d-8120-484a-9769-421c75cc2866", + "隐患类型": "水保", + "位置描述": "金沙滩-大同复线", + "村庄地址": "怀仁市云中镇南窑村", + "发现人": "王贵龙", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-01-13 16:09:49", + "经度": null, + "纬度": null, + "所属管理处": "同朔管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "69bff14c-bcfd-456c-92b2-974c948c8fe4", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP22 + 0)", + "村庄地址": "忻州市保德县吕家峁村", + "发现人": "尚椿彭", + "隐患描述": "混凝土", + "业主单位": null, + "创建时间": "2020-01-07 15:21:12", + "经度": 111.22364, + "纬度": 38.976241, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "29db2496-a398-4b87-b74d-816cd85dde76", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP23 + 750)", + "村庄地址": "忻州市保德县尧圪台乡孙家山村", + "发现人": "尚椿彭", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-07 11:22:56", + "经度": 111.232328, + "纬度": 38.978427, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-11-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "83ed1791-427a-4c17-a4b9-f229792f5a8b", + "隐患类型": "水保", + "位置描述": "中石油保三保四-保德线(JP06 - 50)", + "村庄地址": "忻州市保德县小圪堆村", + "发现人": "牛子圣", + "隐患描述": "混凝土", + "业主单位": null, + "创建时间": "2020-01-07 11:14:06", + "经度": 111.0661299, + "纬度": 38.8711692, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "f38fe7bb-8c7f-47a9-a768-6bd5ce6cf499", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP36 + 330)", + "村庄地址": "忻州市偏关县窑头乡楼子沟村", + "发现人": "牛子圣", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-07 11:06:35", + "经度": 111.5085211, + "纬度": 39.361832, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "3c29d895-bd5c-42a5-bcf7-a287e608b6a5", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP36 + 290)", + "村庄地址": "忻州市偏关县窑头乡楼子沟村", + "发现人": "牛子圣", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-07 10:59:45", + "经度": 111.5085211, + "纬度": 39.361832, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "3f9bb5ce-0525-432c-b356-dbce750537da", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP34 + 350)", + "村庄地址": "忻州市偏关县高峁梁村", + "发现人": "牛子圣", + "隐患描述": "混凝土", + "业主单位": null, + "创建时间": "2020-01-07 10:08:29", + "经度": 111.5221506, + "纬度": 39.3486895, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b474682a-12df-4481-98f9-737630c25e3b", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP31 + 420)", + "村庄地址": "忻州市偏关县韩家疙瘩村", + "发现人": "牛子圣", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-07 10:04:38", + "经度": 111.5355718, + "纬度": 39.3307602, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "a4770442-8f67-452e-b8d5-28a70c87eafe", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP26 + 600)", + "村庄地址": "忻州市偏关县石角上村", + "发现人": "牛子圣", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-07 09:56:55", + "经度": 111.5609344, + "纬度": 39.2946899, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "248221cf-cc9d-4320-b267-20d14bd0277b", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP26 + 520)", + "村庄地址": "忻州市偏关县石角上村", + "发现人": "牛子圣", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-01-07 09:46:43", + "经度": 111.5609344, + "纬度": 39.2946899, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "0ad88250-d056-4582-b93c-c25b9a10549b", + "隐患类型": "水保", + "位置描述": "三岔-偏关线(JP24 + 700)", + "村庄地址": "忻州市偏关县楼沟村", + "发现人": "牛子圣", + "隐患描述": null, + "业主单位": null, + "创建时间": "2020-01-07 09:41:08", + "经度": 111.5746613, + "纬度": 39.2830167, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "7e7276d5-dbce-488b-a2df-d7f6f4e1b93f", + "隐患类型": "水保", + "位置描述": "三岔-神池线(JP53 + 560)", + "村庄地址": "忻州市神池县义井镇新堡村", + "发现人": "胡东辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-06 11:25:52", + "经度": 112.205171, + "纬度": 39.099985, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-05-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "84f500c5-5ded-4823-9c02-a7d3a230fd50", + "隐患类型": "水保", + "位置描述": "三岔-神池线(JP39 - 200)", + "村庄地址": "忻州市神池县义井镇新堡村", + "发现人": "胡东辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-06 11:21:56", + "经度": 112.057908, + "纬度": 39.067382, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-06-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "907d067d-af6a-4b9b-ad53-000a5aa943d6", + "隐患类型": "水保", + "位置描述": "三岔-神池线(JP17 + 0)", + "村庄地址": "忻州市神池县贺职乡东龙门庄村", + "发现人": "胡东辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-06 11:17:12", + "经度": 111.830004, + "纬度": 39.105351, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "277b23b2-5a75-40b8-aa7a-4867ba864fc5", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP21 - 30)", + "村庄地址": "忻州市保德县尧圪台乡吕家峁村", + "发现人": "尚椿彭", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-06 10:28:04", + "经度": 111.218153, + "纬度": 38.969732, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-11-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "186f914b-ad5b-40ed-848a-9351d108fb67", + "隐患类型": "水保", + "位置描述": "三岔-神池线(JP48 - 10)", + "村庄地址": "忻州市神池县三山村", + "发现人": "胡东辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2020-01-05 15:17:00", + "经度": 112.13542, + "纬度": 39.098366, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "ad14896d-c323-4b18-97be-0c2db427633d", + "隐患类型": "水保", + "位置描述": "大盂-原平线(JP21 + 450)", + "村庄地址": "忻州市忻府区兰村乡晏村", + "发现人": "黄硕", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-27 15:52:23", + "经度": 112.711341, + "纬度": 38.318997, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "8a7f546d-ce47-44e1-9428-0973a8f43f34", + "隐患类型": "水保", + "位置描述": "大盂-原平线(JP21 + 400)", + "村庄地址": "忻州市忻府区兰村乡晏村", + "发现人": "黄硕", + "隐患描述": "混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-27 15:50:20", + "经度": 112.711341, + "纬度": 38.318997, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "63b4407d-ecb3-4736-a99b-9c13745a6e4a", + "隐患类型": "水保", + "位置描述": "大盂-原平线(JP65 + 710)", + "村庄地址": "原平市王家庄乡桃源村", + "发现人": "赵晨光", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-27 15:47:27", + "经度": 112.739979, + "纬度": 38.67591, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d3951729-aba3-4cfd-bc13-db02282b75fc", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP1 + 300)", + "村庄地址": "朔州市朔城区窑子头乡沙河村", + "发现人": "朱册", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-27 15:23:10", + "经度": 112.328853, + "纬度": 39.121459, + "所属管理处": "忻州管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "86b87459-857c-4df4-bcba-22366e6087d8", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP36 + 180)", + "村庄地址": "忻州市原平市段家堡乡柳坡泉村", + "发现人": "陈靖", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司 ", + "创建时间": "2019-12-26 17:24:51", + "经度": 112.606239, + "纬度": 39.05487, + "所属管理处": "忻州管理处", + "隐患发现时间": "2019-08-07", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d2f12edf-becd-4510-91ea-bb58e7d328c9", + "隐患类型": "水保", + "位置描述": "崞阳-代县-繁峙支线(JP06 + 480)", + "村庄地址": "原平市沿沟乡兴隆寨村", + "发现人": "吴晓波", + "隐患描述": "石笼", + "业主单位": " 北京中油协工程建设监理有限责任公司 ", + "创建时间": "2019-12-26 16:37:16", + "经度": 112.755373, + "纬度": 38.98139299, + "所属管理处": "忻州管理处", + "隐患发现时间": "2018-12-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d7fa0812-6839-48ba-9250-29d59c69c5d4", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP55 + 500)", + "村庄地址": "忻州市原平市崞阳镇中石寺村", + "发现人": "陈婧", + "隐患描述": "浆砌石", + "业主单位": " 北京中油协工程建设监理有限责任公司 ", + "创建时间": "2019-12-26 16:24:17", + "经度": 112.716853, + "纬度": 38.92538, + "所属管理处": "忻州管理处", + "隐患发现时间": "2018-12-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "5e144733-a188-41eb-9e92-27b9c84c6ed4", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP35 + 150)", + "村庄地址": "原平市段家堡乡柳坡泉村", + "发现人": "陈靖", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-26 15:51:59", + "经度": 112.598954, + "纬度": 39.061859, + "所属管理处": "忻州管理处", + "隐患发现时间": "2018-12-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "aecc21bb-b149-497e-9587-a20224bbb697", + "隐患类型": "水保", + "位置描述": "阳方口-原平线(JP34 + 805)", + "村庄地址": "原平市段家堡乡柳坡泉村", + "发现人": "刘辉", + "隐患描述": "浆砌石", + "业主单位": " 北京中油协工程建设监理有限责任公司 ", + "创建时间": "2019-12-26 15:40:42", + "经度": 112.594864, + "纬度": 39.070883, + "所属管理处": "忻州管理处", + "隐患发现时间": "2018-12-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "c1ca3ece-acf2-4634-a746-6879ee15b232", + "隐患类型": "水保", + "位置描述": "新绛-侯马-运城(JP42 + 850)", + "村庄地址": "闻喜县桐城镇新仪张村", + "发现人": "晋满忠", + "隐患描述": "沙袋、土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-12-15 15:47:55", + "经度": 111.22555, + "纬度": 35.39054, + "所属管理处": "运城管理处", + "隐患发现时间": "2007-08-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "5eba1a87-5286-4374-81f5-5a456b1abf24", + "隐患类型": "水保", + "位置描述": "盂县-阳泉(清城阀室 + 0)", + "村庄地址": "阳泉市盂县清城村", + "发现人": "王明明", + "隐患描述": null, + "业主单位": "盂县首站", + "创建时间": "2019-09-17 10:49:01", + "经度": 113.48842, + "纬度": 38.03977, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "944fa4d4-beaf-44d2-b493-eded4d335e78", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(东沟阀室 + 0)", + "村庄地址": "东沟村", + "发现人": "王明明", + "隐患描述": null, + "业主单位": "盂县首站", + "创建时间": "2019-09-17 10:37:52", + "经度": 113.478217, + "纬度": 38.05089, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "d5019daa-a64b-468c-ba9e-41d0e2124eaf", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP35 + 160)", + "村庄地址": "阳泉市郊区东、西垴村", + "发现人": "张文辉", + "隐患描述": "浆砌石挡墙", + "业主单位": null, + "创建时间": "2019-09-16 12:44:51", + "经度": 113.593938, + "纬度": 37.96532, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "d9858a44-a2da-40a2-a0e8-9205a3a2ee37", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(JP35 + 150)", + "村庄地址": "阳泉市郊区东、西垴村", + "发现人": "张文辉", + "隐患描述": "浆砌石挡墙", + "业主单位": null, + "创建时间": "2019-09-16 12:42:09", + "经度": 113.593938, + "纬度": 37.96532, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "4b034f99-99f9-464e-ab98-4ce6fc0695e1", + "隐患类型": "水保", + "位置描述": "临汾-霍州线(JP54 + 800)", + "村庄地址": "霍州市陶唐峪乡双头垣村", + "发现人": "高峰", + "隐患描述": "灰土暗挡", + "业主单位": null, + "创建时间": "2019-07-08 18:40:43", + "经度": 111.78251, + "纬度": 36.49826, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "49bbb548-0f9c-4a68-8cd4-5f704228958f", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP53 + 910)", + "村庄地址": "临汾市襄汾县汾城镇单家庄村", + "发现人": "侯智勇", + "隐患描述": "三七灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2019-07-08 10:52:15", + "经度": 111.281822, + "纬度": 35.80508, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "98941284-299e-43d8-a7fc-56a556aa42be", + "隐患类型": "水保", + "位置描述": "平遥-七洞线(JP13 + 0)", + "村庄地址": "晋中市平遥县卜宜乡南王家庄村", + "发现人": "李涛", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2019-06-24 11:15:26", + "经度": 112.172672, + "纬度": 37.151524, + "所属管理处": "晋中管理处", + "隐患发现时间": "2013-08-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "e58654b5-5e1c-4a5a-8987-9d5ce1b3568f", + "隐患类型": "水保", + "位置描述": "东山复线(JP27 + 500)", + "村庄地址": "太原市尖草坪区阳曲镇上寨村", + "发现人": "苏力元", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2019-06-16 02:12:54", + "经度": 112.603588, + "纬度": 37.968257, + "所属管理处": "晋中管理处", + "隐患发现时间": "2014-01-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "22bc6046-e959-4d1b-88c1-ea50bab0d4ad", + "隐患类型": "水保", + "位置描述": "东山复线(JP32 + 550)", + "村庄地址": "太原市杏花岭区中涧河乡长沟村", + "发现人": "郭思仁", + "隐患描述": null, + "业主单位": null, + "创建时间": "2019-06-16 01:53:41", + "经度": 112.596144, + "纬度": 37.934618, + "所属管理处": "晋中管理处", + "隐患发现时间": "2019-09-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "7926bfa7-948c-439d-8ac6-ee3cb60c0086", + "隐患类型": "水保", + "位置描述": "东山复线(JP26 + 680)", + "村庄地址": "太原市尖草坪区阳曲镇西岗村", + "发现人": "郭思仁", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2019-06-16 01:49:39", + "经度": 112.605835, + "纬度": 37.980741, + "所属管理处": "晋中管理处", + "隐患发现时间": "2014-01-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "31f59ff2-8892-40e4-b264-84e37aaddcf2", + "隐患类型": "水保", + "位置描述": "太原-大盂线(JP28 + 200)", + "村庄地址": "太原市尖草坪区阳曲镇黄花园村", + "发现人": "郭思仁", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2019-06-16 01:43:43", + "经度": 112.584237, + "纬度": 37.972827, + "所属管理处": "晋中管理处", + "隐患发现时间": "2006-01-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "74dbf83e-715a-4628-9847-790f38ab32ab", + "隐患类型": "水保", + "位置描述": "太原-杨盘线(JP1 + 505)", + "村庄地址": "太原市杏花岭区中涧河乡瓦窑头村", + "发现人": "郭思仁", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2019-06-16 01:36:23", + "经度": 112.607152, + "纬度": 37.911983, + "所属管理处": "晋中管理处", + "隐患发现时间": "2007-01-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "ac7a6dfc-31be-4fe4-ba3b-0e5dba6a3b89", + "隐患类型": "水保", + "位置描述": "盂县-阳泉复线(东沟阀室 + 0)", + "村庄地址": "东沟村", + "发现人": "冯树迁", + "隐患描述": null, + "业主单位": null, + "创建时间": "2019-05-23 11:15:29", + "经度": 113.478217, + "纬度": 38.05089, + "所属管理处": "阳泉管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "407bd33b-dfa5-42bb-8595-752a3f096709", + "隐患类型": "水保", + "位置描述": "临汾-河津HCNG(JP16 + 100)", + "村庄地址": "临汾市尧都区金殿镇东麻册村", + "发现人": "宋友平", + "隐患描述": null, + "业主单位": null, + "创建时间": "2019-03-25 17:51:40", + "经度": 111.449861, + "纬度": 36.068878, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "3571ad65-9c9a-4e11-847e-a90995257ebf", + "隐患类型": "水保", + "位置描述": "盂县-阳泉(JP27 + 920)", + "村庄地址": "阳泉市郊区上章召村", + "发现人": "张文辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2018-09-01 20:28:42", + "经度": 113.568443, + "纬度": 38.014215, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2009-09-01", + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "045217e1-5cb1-4463-9fd1-b32845faef8c", + "隐患类型": "水保", + "位置描述": "盂县-阳泉(JP27 + 915)", + "村庄地址": "阳泉市郊区上章召村", + "发现人": "张文辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2018-09-01 20:22:56", + "经度": 113.568443, + "纬度": 38.014215, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2009-09-01", + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "d61e8d16-affb-454d-8f54-3c5c7876b17e", + "隐患类型": "水保", + "位置描述": "盂县-阳泉(JP27 + 910)", + "村庄地址": "阳泉市郊区上章召村", + "发现人": "张文辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2018-09-01 20:13:11", + "经度": 113.568443, + "纬度": 38.014215, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2009-09-01", + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "dff3c7b1-5ecd-4479-bb54-a208c19d5190", + "隐患类型": "水保", + "位置描述": "盂县-阳泉(JP27 + 905)", + "村庄地址": "阳泉市郊区上章召村", + "发现人": "张文辉", + "隐患描述": "浆砌石", + "业主单位": null, + "创建时间": "2018-08-31 17:38:24", + "经度": 113.568443, + "纬度": 38.014215, + "所属管理处": "阳泉管理处", + "隐患发现时间": "2009-09-01", + "隐患数量": null, + "隐患等级": "3", + "进度": "1" + }, + { + "eventid": "d48f97a8-cbd9-442a-9620-200488351bf9", + "隐患类型": "水保", + "位置描述": "洪洞-边寨阀室(JP26 + 300)", + "村庄地址": "古县石壁乡贾村", + "发现人": "樊成忠", + "隐患描述": "三七灰土", + "业主单位": "阳泉市工程建设管理中心", + "创建时间": "2018-07-24 15:40:21", + "经度": 111.938574, + "纬度": 36.219886, + "所属管理处": "临汾管理处", + "隐患发现时间": null, + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b2a54f16-2a18-4e3c-bac5-1a1cbee803bc", + "隐患类型": "水保", + "位置描述": "杨盘-平遥线(JP49 + 800)", + "村庄地址": "晋中市祁县", + "发现人": "张志国", + "隐患描述": "浆砌石混凝土", + "业主单位": null, + "创建时间": "2017-12-03 07:40:54", + "经度": 112.336156, + "纬度": 37.409967, + "所属管理处": "晋中管理处", + "隐患发现时间": "2013-05-12", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "6388d708-2fea-46e9-a46a-ff36df9ba7a5", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP97 + 0)", + "村庄地址": "汾阳市石庄镇谷雨墕村", + "发现人": "崔少康", + "隐患描述": "灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-12-01 16:38:05", + "经度": 111.486842, + "纬度": 37.317681, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-09-16", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "10797045-4afc-4972-9778-0a989db69ce5", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP96Y + 900)", + "村庄地址": "汾阳市石庄镇谷雨墕村", + "发现人": "崔少康", + "隐患描述": "灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-12-01 16:35:01", + "经度": 111.491968, + "纬度": 37.309641, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-09-16", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "4a73a31f-6368-4ea9-b0d4-4ba6200be8d6", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP121 + 850)", + "村庄地址": "中阳县枝柯镇师庄村", + "发现人": "高鹏程", + "隐患描述": "灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-12-01 16:29:58", + "经度": 111.297218, + "纬度": 37.301664, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-09-09", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "c605e8cd-178a-4b63-bc31-783fbd298c4e", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP80 + 450)", + "村庄地址": "汾阳市石庄镇石庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-12-01 16:25:22", + "经度": 111.58436, + "纬度": 37.216876, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-09-02", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "bf5efe61-d61b-4f8d-bf1e-2c74c4c257f2", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP118 + 200)", + "村庄地址": "中阳县枝柯镇师庄村", + "发现人": "高鹏程", + "隐患描述": "浆砌石、混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-30 17:08:49", + "经度": 111.316092, + "纬度": 37.307859, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-08-18", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "5d655904-65b2-4910-9391-f45f14ca1ba0", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP76 + 750)", + "村庄地址": "汾阳市石庄镇后杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-30 17:01:04", + "经度": 111.602436, + "纬度": 37.200948, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-07-23", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "efcf6adb-1709-4d0b-a553-a2a69b52722f", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP76 + 400)", + "村庄地址": "汾阳市石庄镇前杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-30 16:57:17", + "经度": 111.602436, + "纬度": 37.200948, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-07-21", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "4cde0832-d697-4c55-bb62-e41ada66eac5", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP76 + 850)", + "村庄地址": "汾阳市石庄镇后杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-30 16:49:51", + "经度": 111.602436, + "纬度": 37.200948, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-07-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "887f19e2-8b7a-4d3b-bf3e-fbae4b70849d", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP77Y + 950)", + "村庄地址": "汾阳市石庄镇后杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-30 16:45:58", + "经度": 111.597596, + "纬度": 37.206369, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-06-26", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "1b64ecb6-4c8b-43c7-bdd2-0fbb9e393090", + "隐患类型": "水保", + "位置描述": "聚源炭素厂-仁义支线(JP7+49.0)", + "村庄地址": "晋中市灵石县南关镇逍遥村", + "发现人": "温力君", + "隐患描述": "钢筋混凝土", + "业主单位": null, + "创建时间": "2017-11-29 12:46:47", + "经度": 111.7601693, + "纬度": 36.7349204, + "所属管理处": "晋中管理处", + "隐患发现时间": "2013-07-05", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "2dd8095f-2fdf-4a1a-826b-b52bfac0894b", + "隐患类型": "水保", + "位置描述": "杨盘-平遥线(JP51 + 500)", + "村庄地址": "晋中市祁县城赵镇里村", + "发现人": "张冬奎", + "隐患描述": "混凝土", + "业主单位": null, + "创建时间": "2017-11-29 01:51:38", + "经度": 112.320866, + "纬度": 37.39902, + "所属管理处": "晋中管理处", + "隐患发现时间": "2010-08-01", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "e3f4dc90-05ac-4e42-a8be-158f560032c9", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP05 + 750)", + "村庄地址": "韩家塔村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 13:39:25", + "经度": 111.065832, + "纬度": 38.942869, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-04-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "5d9b09ca-3844-4a35-9e01-7c3d4fa162b2", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP05 + 300)", + "村庄地址": "韩家塔村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 13:36:48", + "经度": 111.065832, + "纬度": 38.942869, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-04-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "522c54ec-4238-44ce-8dfb-d6b532967df6", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP03 + 800)", + "村庄地址": "阳塔村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 13:32:08", + "经度": 111.052253, + "纬度": 38.944897, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "d461bac4-1220-4de1-95a0-b901319721c1", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP03 + 300)", + "村庄地址": "阳塔村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 12:53:19", + "经度": 111.052253, + "纬度": 38.944897, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "ae04c75e-2044-4743-a9da-3b2374103c42", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP02 + 600)", + "村庄地址": "阳塔村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 12:50:06", + "经度": 111.04281, + "纬度": 38.945996, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "e8da1929-e821-443a-b4f7-a4d722c45346", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP02 + 300)", + "村庄地址": "山头村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 12:45:47", + "经度": 111.04281, + "纬度": 38.945996, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "16eec551-47f8-4a14-a312-7726f532b631", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP01 + 250)", + "村庄地址": "山头村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 12:41:16", + "经度": 111.03856, + "纬度": 38.945137, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "827da088-fe08-4ecd-83bf-47017e4a1514", + "隐患类型": "水保", + "位置描述": "保德-三岔线(JP01 + 200)", + "村庄地址": "山头村", + "发现人": null, + "隐患描述": "浆砌石", + "业主单位": "管理处", + "创建时间": "2017-11-28 12:35:18", + "经度": 111.03856, + "纬度": 38.945137, + "所属管理处": "忻州管理处", + "隐患发现时间": "2013-03-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "f21787a5-fbc8-45a9-95dc-e71de6667434", + "隐患类型": "水保", + "位置描述": "五台-石咀(JP45 + 30)", + "村庄地址": "忻州市五台县耿镇乡红崖村", + "发现人": "柳欣、张云霄", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-25 11:07:59", + "经度": 113.6043783, + "纬度": 38.7552313, + "所属管理处": "忻州管理处", + "隐患发现时间": "2017-07-12", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "0bdb1a9f-09de-4b8e-8026-f92bcb02acf5", + "隐患类型": "水保", + "位置描述": "五台-石咀(JP13 + 257)", + "村庄地址": "忻州市五台县茹村乡南茹村", + "发现人": "柳欣、王兆哲", + "隐患描述": "三七灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-25 11:07:59", + "经度": 113.3559203, + "纬度": 38.7322342, + "所属管理处": "忻州管理处", + "隐患发现时间": "2017-06-04", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "b5753530-d967-4c30-a9a9-e78fc2c4f8cd", + "隐患类型": "水保", + "位置描述": "五台-石咀(JP13 + 255)", + "村庄地址": "忻州市五台县茹村乡南茹村", + "发现人": "柳欣、王兆哲", + "隐患描述": "二八水泥土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-25 11:07:59", + "经度": 113.3559203, + "纬度": 38.7322342, + "所属管理处": "忻州管理处", + "隐患发现时间": "2017-06-04", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "57b73b43-91a6-4975-a7b0-6b3f599ff9ea", + "隐患类型": "水保", + "位置描述": "五台-石咀(JP15 + 5)", + "村庄地址": "忻州市五台县茹村乡南茹村", + "发现人": "柳欣、王兆哲", + "隐患描述": "三七灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-11-25 11:07:59", + "经度": 113.3777108, + "纬度": 38.7270871, + "所属管理处": "忻州管理处", + "隐患发现时间": "2017-06-03", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "be68b7b8-3646-4880-9855-4a58b817ceef", + "隐患类型": "水保", + "位置描述": "太原-杨盘线(JP13 + 120)", + "村庄地址": "太原市小店区北营街道办南坪头村", + "发现人": "李瑞", + "隐患描述": "水泥砂浆砌石", + "业主单位": null, + "创建时间": "2017-11-09 09:55:45", + "经度": 112.634518, + "纬度": 37.810143, + "所属管理处": "晋中管理处", + "隐患发现时间": "2009-05-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "a45fa831-d6fe-47d8-9399-980763471a56", + "隐患类型": "水保", + "位置描述": "太原-杨盘线(JP13 + 100)", + "村庄地址": "太原市小店区北营街道办南坪头村", + "发现人": "李瑞", + "隐患描述": "水泥砂浆砌石", + "业主单位": null, + "创建时间": "2017-11-09 09:40:23", + "经度": 112.634518, + "纬度": 37.810143, + "所属管理处": "晋中管理处", + "隐患发现时间": "2009-05-01", + "隐患数量": null, + "隐患等级": "4", + "进度": null + }, + { + "eventid": "b212f128-f658-45cc-817a-22fe2a82ac69", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP73Y + 20)", + "村庄地址": "汾阳市石庄镇前杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:28:14", + "经度": 111.611168, + "纬度": 37.193682, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-06-16", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "ce5991f2-97a7-4638-9e17-d8f7491c46ca", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP71 + 400)", + "村庄地址": "汾阳市三泉镇南马庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:24:09", + "经度": 111.620903, + "纬度": 37.18815, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-30", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "386da690-4ce4-43d1-bd86-ca60015b5d18", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP80 + 400)", + "村庄地址": "汾阳市石庄镇石庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:21:38", + "经度": 111.58436, + "纬度": 37.216876, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-25", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "e4ec61d4-0b9d-45d8-b0e6-c96c9b74bb36", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP63 + 630)", + "村庄地址": "汾阳市三泉镇东石村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:15:13", + "经度": 111.647243, + "纬度": 37.210268, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-09", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "9a1e3490-7df1-4958-a0e5-bc9a6927ccc7", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP82Y + 300)", + "村庄地址": "汾阳市石庄镇石庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:12:41", + "经度": 111.583193, + "纬度": 37.22395, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-09", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "473c4711-80fc-4a45-aa3f-9af011f0827d", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP82Y + 400)", + "村庄地址": "汾阳市石庄镇石庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石、混凝土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:10:53", + "经度": 111.583193, + "纬度": 37.22395, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-09", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "207963c1-89e5-48dc-b182-b6f5559de88d", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP82Y + 500)", + "村庄地址": "汾阳市石庄镇石庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:07:06", + "经度": 111.583193, + "纬度": 37.22395, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-09", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "673ab6a5-4ee8-48f5-93a1-344e7721ac42", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP80 + 250)", + "村庄地址": "汾阳市石庄镇后杨寨村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:04:42", + "经度": 111.58436, + "纬度": 37.216876, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-05-07", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "469e968a-f6d8-4343-82e8-4b652cb02f2b", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP65 + 150)", + "村庄地址": "汾阳市三泉镇南马庄村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 10:02:20", + "经度": 111.639683, + "纬度": 37.194335, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-04-30", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "a2134b13-85e4-47da-b992-a1a4fbbcd8fd", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP79Y + 200)", + "村庄地址": "汾阳市石庄镇后杨寨村", + "发现人": "崔少康", + "隐患描述": "灰土", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 09:55:47", + "经度": 111.586607, + "纬度": 37.213639, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-04-19", + "隐患数量": null, + "隐患等级": "3", + "进度": null + }, + { + "eventid": "9963541a-ef87-4fc9-9bb1-363765ac0c6c", + "隐患类型": "水保", + "位置描述": "孝义-离石线(JP62 + 50)", + "村庄地址": "汾阳市三泉镇东石村", + "发现人": "崔少康", + "隐患描述": "浆砌石", + "业主单位": "北京中油协工程建设监理有限责任公司", + "创建时间": "2017-07-09 09:49:45", + "经度": 111.656229, + "纬度": 37.210545, + "所属管理处": "吕梁管理处", + "隐患发现时间": "2017-04-15", + "隐患数量": null, + "隐患等级": "3", + "进度": null + } + ], + "ok": null +}