Commit 32cf5097 by yangyang

扫黑时空演示处理(内蒙)

parent 6e4686cc
......@@ -180,9 +180,16 @@ public class AsjController {
@OperLog(message = "以案侦查_重点人员",operation = OperationType.QUERY)
@ApiOperation(value = "以案侦查_以案侦查_周边快查-重点人员")
@PostMapping("/queryZdry")
public MapRestResult getCzzdry(@RequestBody ZdryParams params){
List<ZdryResult> list = tbStAsjService.getZdry(params);
return MapRestResult.build(200,"成功",list.size(),list);
public JSONObject getCzzdry(@RequestBody ZdryParams params){
/* List<ZdryResult> list = tbStAsjService.getZdry(params);
return MapRestResult.build(200,"成功",list.size(),list);*/
JSONObject jsonObject = null;
try {
jsonObject = JsonUtils.readJsonFromClassPath("data/getZdry.json", JSONObject.class);
} catch (IOException e) {
e.printStackTrace();
}
return jsonObject;
}
@OperLog(message = "以案侦查_重点场所",operation = OperationType.QUERY)
......
package com.founder.publicapi.controller.SkDataOperation;
import cn.hutool.json.JSONObject;
import com.alibaba.fastjson.JSONArray;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.api.ApiController;
......@@ -9,6 +11,7 @@ import com.founder.commonutils.model.newPublicEntity.MapRestResult;
import com.founder.commonutils.model.vo.param.SkRegionalsPersonParam;
import com.founder.commonutils.model.vo.param.SkRegionalsPersonSaveParam;
import com.founder.commonutils.util.Base64Util;
import com.founder.commonutils.util.JsonUtils;
import com.founder.commonutils.util.KeyUtil;
import com.founder.commonutils.model.newPublicEntity.SkRegionalsPerson;
import com.founder.publicapi.controller.SkInterface.RyxxQgInterface;
......@@ -127,8 +130,15 @@ public class SkRegionalsPersonController extends ApiController implements ExcelC
@PostMapping("query")
@ApiOperation(value = "以案侦查_查询人员列表信息")
@OperLog(message = "以案侦查_查询人员列表信息", operation = OperationType.QUERY)
public MapRestResult query(@RequestBody SkRegionalsPersonParam skRegionalsDetailParam) {
// 阿里云用dev 公安网用prod
public JSONObject query(@RequestBody SkRegionalsPersonParam skRegionalsDetailParam) {
JSONObject jsonObject = null;
try {
jsonObject = JsonUtils.readJsonFromClassPath("data/getRyxx.json", JSONObject.class);
} catch (IOException e) {
e.printStackTrace();
}
/*// 阿里云用dev 公安网用prod
if("dev".equals(environment)){
//分页
Page page = new Page(skRegionalsDetailParam.getPage(), skRegionalsDetailParam.getPageSize());
......@@ -143,7 +153,8 @@ public class SkRegionalsPersonController extends ApiController implements ExcelC
IPage page1 = skRegionalsPersonService.page(page, queryWrapper);
return new MapRestResult(200, "OK", page1.getTotal(), page1.getRecords());
}
return ryxxQgInterface.getQgckAllxxXml(skRegionalsDetailParam.getSfzhm());
return ryxxQgInterface.getQgckAllxxXml(skRegionalsDetailParam.getSfzhm());*/
return jsonObject;
}
@Override
......
package com.founder.publicapi.controller.SkDataOperation;
import cn.hutool.json.JSONObject;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
......@@ -11,6 +12,7 @@ import com.founder.commonutils.model.newPublicEntity.SkRelatedAll;
import com.founder.commonutils.model.newPublicEntity.SkRelatedResult;
import com.founder.commonutils.model.vo.param.SkRelatedResultParam;
import com.founder.commonutils.model.vo.response.SkRelatedResultVO;
import com.founder.commonutils.util.JsonUtils;
import com.founder.servicebase.logs.OperLog;
import com.founder.servicebase.logs.OperationType;
import com.founder.publicapi.service.SkRelatedResultService;
......@@ -20,6 +22,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
......@@ -49,8 +52,14 @@ public class SkRelatedResultController extends ApiController {
@PostMapping("query")
@ApiOperation(value = "以车侦查_查询关联关系列表信息")
@OperLog(message = "以车侦查_查询关联关系列表信息", operation = OperationType.QUERY)
public MapRestResult query(@RequestBody SkRelatedResultParam param) throws UnsupportedEncodingException {
Page page = new Page(param.getPage(), param.getPageSize());
public JSONObject query(@RequestBody SkRelatedResultParam param) throws UnsupportedEncodingException {
JSONObject jsonObject = null;
try {
jsonObject = JsonUtils.readJsonFromClassPath("data/getGlgx.json", JSONObject.class);
} catch (IOException e) {
e.printStackTrace();
}
/*Page page = new Page(param.getPage(), param.getPageSize());
QueryWrapper queryWrapper = new QueryWrapper();
......@@ -68,8 +77,8 @@ public class SkRelatedResultController extends ApiController {
// s.setResult(StringUtil.toUTF8(s.getResult()));
newList.add(new SkRelatedResultVO(s,skDictionaryService.findDmmcByDmAndDmlx(s.getObjecttype(),"ST")));
}
return new MapRestResult(200, "OK", page1.getTotal(), newList);
return new MapRestResult(200, "OK", page1.getTotal(), newList);*/
return jsonObject;
}
List<SkRelatedAll> childList = new ArrayList<>();// 存储关联关系所有子集
......
[
{
"objectvalue": "蒙AE0W49",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"kssj": "2022-06-01 08:00:00",
"jssj": "2022-06-03 05:00:00",
"points": [
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "蒙AE0W49",
"x": "108.2599",
"y": "41.1034",
"deviceid": "五源县气象局-东CSGC01",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654041600000",
"date": "2022-06-01 08:00:00",
"address": "五源县气象局",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "蒙AE0W49",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"deviceid": "五源县第一小学-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-06-01 08:26:00",
"address": "五源县第一小学",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa57",
"objectvalue": "蒙AE0W49",
"x": "108.2638",
"y": "41.0976",
"deviceid": "五源县-HDC001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654045200000",
"date": "2022-06-01 09:00:00",
"address": "五源县华阳小区",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa47",
"objectvalue": "蒙AE0W49",
"x": "108.2664",
"y": "41.0945",
"deviceid": "五源县力花园-CSHCZ01",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654050900000",
"date": "2022-06-01 10:35:00",
"address": "五源县力花园",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa48",
"objectvalue": "蒙AE0W49",
"x": "108.2692",
"y": "41.0970",
"deviceid": "五源县人民医院-CSSYY01",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654056000000",
"date": "2022-06-01 12:00:00",
"address": "五源县人民医院",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa49",
"objectvalue": "蒙AE0W49",
"x": "108.2713",
"y": "41.1001",
"deviceid": "五源县新时代商业广场-HNWHDS001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654063200000",
"date": "2022-06-01 14:00:00",
"address": "五源县新时代商业广场",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa50",
"objectvalue": "蒙AE0W49",
"x": "108.2692",
"y": "41.1028",
"deviceid": "五源县丽景小区西-YLSQ01",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654073220000",
"date": "2022-06-01 16:47:00",
"address": "五源县丽景小区",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa51",
"objectvalue": "蒙AE0W49",
"x": "108.2680",
"y": "41.1037",
"deviceid": "五源县世康医院-BGSC001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654074000000",
"date": "2022-06-01 17:00:00",
"address": "五源县世康医院",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa52",
"objectvalue": "蒙AE0W49",
"x": "108.2663",
"y": "41.1046",
"deviceid": "五源县和义家园-HTJD001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654077600000",
"date": "2022-06-01 18:00:00",
"address": "五源县和义家园",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa53",
"objectvalue": "蒙AE0W49",
"x": "108.2641",
"y": "41.1045",
"deviceid": "五源县誓师广场东-CSTXGY01",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654084800000",
"date": "2022-06-01 20:00:00",
"address": "五源县誓师广场",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa54",
"objectvalue": "蒙AE0W49",
"x": "108.2612",
"y": "41.1067",
"deviceid": "五源县第三小学北001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654090500000",
"date": "2022-06-01 21:35:00",
"address": "五源县第三小学",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa55",
"objectvalue": "蒙AE0W49",
"x": "108.2551",
"y": "41.1044",
"deviceid": "五源县永强村西-HDC001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654092900000",
"date": "2022-06-01 22:15:00",
"address": "五源县永强村",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa56",
"objectvalue": "蒙AE0W49",
"x": "108.2540",
"y": "41.1001",
"deviceid": "五源县兴义小区东区北-DYY001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654117200000",
"date": "2022-06-02 05:00:00",
"address": "五源县兴义小区东区",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa58",
"objectvalue": "蒙AE0W49",
"x": "108.2577",
"y": "41.0982",
"deviceid": "五源县供电分局-KFS001",
"farImgList": "http://74.6.54.153:8080/photo/5.jpg",
"nearImgList": "http://74.6.54.153:8080/photo/5.jpg",
"time": "1654142400000",
"date": "2022-06-02 12:00:00",
"address": "五源县供电分局",
"objecttype": "kkgj",
"objectname": "卡口轨迹",
"isdeleted": "0",
"score": null,
"status": null
}
]
}
]
\ No newline at end of file
{
"status": 200,
"msg": "OK",
"data": [
{
"xxzjbh": "1",
"objecttype": "02",
"objectvalue": "152827198706215711",
"objecttypename": "证件号",
"result": "{\"objectValue\":\"152827198706215711\",\"objectType\": \"02\", \"children\": [ { \"objectValue\": \"18807409323\", \"objectType\": \"03\", \"children\": [{ \"objectValue\": \"wxid_78sak8u8d995351\", \"objectType\": \"06\", \"children\": null }, { \"objectValue\": \"460030891182002\", \"objectType\": \"04\", \"children\": null },{ \"objectValue\": \"86159903553023\", \"objectType\": \"07\", \"children\": null }, { \"objectValue\": \"1615425897\", \"objectType\": \"05\", \"children\": null } ] }, { \"objectValue\": \"蒙AE0W49\", \"objectType\": \"01\", \"children\": null}]}"
}
],
"count": 1
}
\ No newline at end of file
[
{
"objectvalue": "152827198706215711",
"objecttype": "hcgj",
"objectname": "火车轨迹",
"kssj": "2022-06-01 08:00:00",
"jssj": "2022-07-03 05:00:00",
"points": [
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.30983",
"y": "41.09089",
"deviceid": "五源县火车站-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-07-01 08:00:00",
"address": "五源县火车站",
"objecttype": "hcgj",
"objectname": "火车轨迹",
"isdeleted": "0",
"score": null,
"status": "1"
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "107.42176",
"y": "40.74407",
"deviceid": "临河火车站-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-07-01 12:26:00",
"address": "临河火车站",
"objecttype": "hcgj",
"objectname": "火车轨迹",
"isdeleted": "0",
"score": null,
"status": "2"
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "107.42176",
"y": "40.74407",
"deviceid": "临河火车站-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-07-02 12:00:00",
"address": "临河火车站",
"objecttype": "hcgj",
"objectname": "火车轨迹",
"isdeleted": "0",
"score": null,
"status": "1"
},
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.30983",
"y": "41.09089",
"deviceid": "五源县火车站-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-07-02 18:00:00",
"address": "五源县火车站",
"objecttype": "hcgj",
"objectname": "火车轨迹",
"isdeleted": "0",
"score": null,
"status": "2"
}
]
}
]
\ No newline at end of file
[
{
"objectvalue": "152827198706215711",
"objecttype": "jcgj",
"objectname": "机场轨迹",
"kssj": "2022-06-01 08:00:00",
"jssj": "2022-07-05 05:00:00",
"points": [
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.30983",
"y": "41.09089",
"deviceid": "包头市二里半机场-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-07-03 08:00:00",
"address": "包头市二里半机场",
"objecttype": "jcgj",
"objectname": "机场轨迹",
"isdeleted": "0",
"score": null,
"status": "1"
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "107.42176",
"y": "40.74407",
"deviceid": "乌海机场-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-07-03 10:26:00",
"address": "乌海机场",
"objecttype": "jcgj",
"objectname": "机场轨迹",
"isdeleted": "0",
"score": null,
"status": "2"
},{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "107.42176",
"y": "40.74407",
"deviceid": "乌海机场-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-07-04 08:00:00",
"address": "乌海机场",
"objecttype": "jcgj",
"objectname": "机场轨迹",
"isdeleted": "0",
"score": null,
"status": "2"
},
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.30983",
"y": "41.09089",
"deviceid": "包头市二里半机场-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-07-04 10:00:00",
"address": "包头市二里半机场",
"objecttype": "jcgj",
"objectname": "机场轨迹",
"isdeleted": "0",
"score": null,
"status": "1"
}
]
}
]
\ No newline at end of file
[
{
"objectvalue": "152827198706215711",
"objecttype": "ldgj",
"objectname": "旅店轨迹",
"kssj": "2022-06-01 08:00:00",
"jssj": "2022-06-03 05:00:00",
"points": [
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.2575",
"y": "41.0958",
"deviceid": "海帝宫宾馆-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-06-01 12:00:00",
"address": "海帝宫宾馆-",
"objecttype": "ldgj",
"objectname": "旅店轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "108.2623",
"y": "41.0972",
"deviceid": "五源县塞纳精品酒店-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-06-02 12:00:00",
"address": "五源县塞纳精品酒店",
"objecttype": "ldgj",
"objectname": "旅店轨迹",
"isdeleted": "0",
"score": null,
"status": null
}
]
}
]
\ No newline at end of file
[
{
"file": "http://47.92.48.137:1008/images/5.jpg",
"xm":"黄存新",
"cid":"430123196510265891",
"score": "98.8"
},
{
"file": "http://47.92.48.137:1008/images/5.jpg",
"xm":"李贺",
"cid":"430003199101026617",
"score": "92.1"
},
{
"file": "http://47.92.48.137:1008/images/5.jpg",
"xm":"张志",
"cid":"430003199205126614",
"score": "91.1"
},
{
"file": "http://47.92.48.137:1008/images/5.jpg",
"xm":"何成",
"cid":"430003199005276611",
"score": "90.5"
}
]
\ No newline at end of file
{
"status": 200,
"msg": "成功",
"data": [
{
"xm": "魏佳乐",
"zjhm": "152827198706215711",
"xb": "男",
"rybq": "#一人多案#盗窃",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2654",
"y": "41.1012"
},
{
"xm": "姚成",
"zjhm": "1528271991010515711",
"xb": "男",
"rybq": "#一人多案#团伙作案#跨区作案",
"ajbq": "#开设赌场案#盗窃案#赌博案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2661",
"y": "41.1015"
},
{
"xm": "邓乐",
"zjhm": "152827198505015711",
"xb": "男",
"rybq": "#一人多案#结伙作案#跨区作案",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2637",
"y": "41.1008",
},
{
"xm": "吉红",
"zjhm": "1528271995060415711",
"xb": "男",
"rybq": "#入室盗窃#团伙作案#高危户籍",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2622",
"y": "41.0994"
}
],
"count": 4
}
\ No newline at end of file
{
"status": 200,
"msg": "OK",
"data": [
{
"objectvalue": "152827198706215711",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"kssj": "2010-07-01 14:53:03",
"jssj": "2022-07-01 23:00:00",
"points": [
{
"xxzjbh": "GJ1654696396196ec9e16",
"objectvalue": "150030891182002",
"x": "108.2617",
"y": "41.1010",
"deviceid": "五原县第一小学RXTH001",
"farimglist": "http://65.26.2.173:1008/images/p1654697818719be9b64.jpg",
"nearimglist": "http://65.26.2.173:1008/images/50.jpg",
"time": "1654566783000",
"date": "2010-07-01 16:57:08",
"address": "五原县-第一小学西门",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.98",
"status": null
},
{
"xxzjbh": "GJ1654767526074d57172",
"objectvalue": "460030891182002",
"x": "108.2622",
"y": "41.0994",
"deviceid": "RXZXX0001",
"farimglist": "http://65.26.2.173:1008/images/p1654767525699e3f985.jpg",
"nearimglist": "http://65.26.2.173:1008/images/50.jpg",
"time": "1654568400000",
"date": "2010-07-01 18:00:00",
"address": "五原县-自然资源局",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.96",
"status": null
},
{
"xxzjbh": "GJ1654767604725a1150e",
"objectvalue": "460030891182002",
"x": "108.2628",
"y": "41.1005",
"deviceid": "五原县-华裕新居西RXZT001",
"farimglist": "http://65.26.2.173:1008/images/p16547676044449c9d16.jpg",
"nearimglist": "http://65.26.2.173:1008/images/50.jpg",
"time": "1654574400000",
"date": "2010-07-01 19:00:00",
"address": "五原县-华裕新居",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.96",
"status": null
},
{
"xxzjbh": "GJ1654768330858925867",
"objectvalue": "460030891182002",
"x": "108.2654",
"y": "41.1012",
"deviceid": "五原县-三农种业-001",
"farimglist": "http://65.26.2.173:1008/images/p165476833061272f652.jpg",
"nearimglist": "http://65.26.2.173:1008/images/50.jpg",
"time": "1654581600000",
"date": "2010-07-01 20:00:00",
"address": "五原县-三农种业",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.91",
"status": null
},
{
"xxzjbh": "GJ16547686148950a4345",
"objectvalue": "460030891182002",
"x": "108.2665",
"y": "41.1006",
"deviceid": "五原县-金源新居西RXFRQ001",
"farimglist": "http://65.26.2.173:1008/images/p1654768614647310979.jpg",
"nearimglist": "http://65.26.2.173:1008/images/50.jpg",
"time": "1654588800000",
"date": "2010-07-01 20:30:00",
"address": "五原县-金源新居西",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.90",
"status": null
},
{
"xxzjbh": "GJ16547686148950a4345",
"objectvalue": "460030891182002",
"x": "108.2665",
"y": "41.1006",
"deviceid": "五原县-华裕新居西RXFRQ001",
"farimglist": "http://65.26.2.173:1008/images/p1654768614647310979.jpg",
"nearimglist": "http://65.26.2.173:1008/images/p16547686147563e459f.jpg",
"time": "1654588800000",
"date": "2010-07-01 22:40:00",
"address": "五原县-华裕新居西",
"objecttype": "rxgj",
"objectname": "人像轨迹",
"isdeleted": "0",
"score": "0.90",
"status": null
}
]
}
],
"count": 1
}
\ No newline at end of file
[
{
"objectvalue": "430003199101026617",
"x": "113.02703819",
"y": "28.19393864",
"time": "2022-06-01 10:57:08",
"x": "108.2617",
"y": "41.1010",
"time": "2010-07-01 16:57:08",
"deviceid": "RXTH001",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"devicename": "长沙市-长沙泰和商务酒店RXTH001",
"address": "长沙市-长沙泰和商务酒店",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"devicename": "五原县第一小学RXTH001",
"address": "五原县-第一小学西门",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02747128",
"y": "28.19609690",
"time": "2022-06-01 11:50:08",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2622",
"y": "41.0994",
"time": "2010-07-01 18:00:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXZXX0001",
"devicename": "长沙市-智信行RXZXX0001",
"address": "长沙市-智信行",
"devicename": "五原县-自然资源局RXZXX0001",
"address": "五原县-自然资源局",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02720593",
"y": "28.19225425",
"time": "2022-06-01 12:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2628",
"y": "41.1005",
"time": "2010-07-01 19:00:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXZT001",
"devicename": "长沙市-正天西RXZT001",
"address": "长沙市-正天西",
"devicename": "五原县-华裕新居西RXZT001",
"address": "五原县-华裕新居",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02607262",
"y": "28.18919298",
"time": "2022-06-01 13:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2654",
"y": "41.1012",
"time": "2010-07-01 20:00:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXFRQ001",
"devicename": "长沙市-芙蓉区政府RXFRQ001",
"address": "长沙市-芙蓉区政府",
"devicename": "五原县-三农种业西RXFRQ001",
"address": "五原县-三农种业",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02607262",
"y": "28.18919298",
"time": "2022-06-01 14:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2665",
"y": "41.1006",
"time": "2010-07-01 20:30:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXFRQ001",
"devicename": "长沙市-芙蓉区政府RXFRQ001",
"address": "长沙市-芙蓉区政府",
"devicename": "五原县-金源新居西RXFRQ001",
"address": "五原县-金源新居",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02607262",
"y": "28.18919298",
"time": "2022-06-01 15:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2661",
"y": "41.1015",
"time": "2010-07-01 21:30:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXFRQ001",
"devicename": "长沙市-芙蓉区政府RXFRQ001",
"address": "长沙市-芙蓉区政府",
"devicename": "五原县-全友家居西RXFRQ001",
"address": "五原县-全友家居",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02607262",
"y": "28.18919298",
"time": "2022-06-01 16:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2637",
"y": "41.1008",
"time": "2010-07-01 22:30:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXFRQ001",
"devicename": "长沙市-芙蓉区政府RXFRQ001",
"address": "长沙市-芙蓉区政府",
"devicename": "五原县-名都小区北门RXFRQ001",
"address": "五原县-名都小区北门",
"count":8
},
{
"objectvalue": "430003199101026617",
"x": "113.02607262",
"y": "28.18919298",
"time": "2022-06-01 17:30:00",
"farimg":"http://47.92.48.137:1008/images/3.jpg",
"img":"http://47.92.48.137:1008/images/4.jpg",
"x": "108.2665",
"y": "41.1006",
"time": "2010-07-01 22:40:00",
"farimg":"http://65.26.2.173:1008/images/3.jpg",
"img":"http://65.26.2.173:1008/images/50.jpg",
"deviceid": "RXFRQ001",
"devicename": "长沙市-芙蓉区政府RXFRQ001",
"address": "长沙市-芙蓉区政府",
"devicename": "五原县-华裕新居西RXFRQ001",
"address": "五原县-华裕新居西",
"count":8
}
]
\ No newline at end of file
[
{
"objectvalue": "152827198706215711",
"objecttype": "wbgj",
"objectname": "网吧轨迹",
"kssj": "2022-06-01 08:00:00",
"jssj": "2022-06-03 05:00:00",
"points": [
{
"xxzjbh": "GJ16539909200132daa45",
"objectvalue": "152827198706215711",
"x": "108.2536",
"y": "41.0988",
"deviceid": "五源县龙胜网吧-东CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654041600000",
"date": "2022-06-01 08:00:00",
"address": "五源县龙胜网吧",
"objecttype": "wbgj",
"objectname": "网吧轨迹",
"isdeleted": "0",
"score": null,
"status": null
},
{
"xxzjbh": "GJ16539909200132daa46",
"objectvalue": "152827198706215711",
"x": "108.2582",
"y": "41.0987",
"deviceid": "五源县长乐网咖-北CSGC01",
"farimglist": null,
"nearimglist": null,
"time": "1654043160000",
"date": "2022-06-02 08:26:00",
"address": "五源县长乐网咖",
"objecttype": "jzgj",
"objectname": "基站轨迹",
"isdeleted": "0",
"score": null,
"status": null
}
]
}
]
\ No newline at end of file
{
"status": 200,
"msg": "成功",
"data": [
{
"xm": "魏佳乐",
"zjhm": "152827198706215711",
"xb": "男",
"rybq": "#一人多案#盗窃",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2654",
"y": "41.1012"
},
{
"xm": "姚成",
"zjhm": "1528271991010515711",
"xb": "男",
"rybq": "#一人多案#团伙作案#跨区作案",
"ajbq": "#开设赌场案#盗窃案#赌博案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2661",
"y": "41.1015"
},
{
"xm": "邓乐",
"zjhm": "152827198505015711",
"xb": "男",
"rybq": "#一人多案#结伙作案#跨区作案",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2637",
"y": "41.1008",
},
{
"xm": "吉红",
"zjhm": "1528271995060415711",
"xb": "男",
"rybq": "#入室盗窃#团伙作案#高危户籍",
"ajbq": "#盗窃案",
"xjdz": null,
"hjdz": "内蒙古自治区杭锦后旗",
"x": "108.2622",
"y": "41.0994"
}
],
"count": 4
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment