人员,车辆预警
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>人员,车辆预警</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/bigScreen/getPersonAndCarData</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: [
{
&quot;name&quot;: &quot;问问&quot;,
&quot;idCard&quot;: &quot;8464648&quot;,
&quot;warnType&quot;: &quot;铁路购票&quot;,
&quot;warnAddr&quot;: &quot;江苏省苏州市昆山市周市镇黄金海岸花园万达广场&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-11-24 16:39:27.0&quot;,
&quot;topicName&quot;: &quot;涉疆&quot;
},
{
&quot;name&quot;: &quot;测试.测试预警&quot;,
&quot;idCard&quot;: &quot;650923198112016950&quot;,
&quot;warnType&quot;: &quot;铁路购票&quot;,
&quot;warnAddr&quot;: &quot;江苏省苏州市昆山市周市镇黄金海岸花园万达广场&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-11-24 16:38:27.0&quot;,
&quot;topicName&quot;: &quot;涉疆&quot;
},
{
&quot;name&quot;: &quot;涉疆预警指令&quot;,
&quot;idCard&quot;: &quot;652922198912206107&quot;,
&quot;warnType&quot;: &quot;人脸识别&quot;,
&quot;warnAddr&quot;: &quot;124124124&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-10-08 16:38:27.0&quot;,
&quot;topicName&quot;: &quot;涉疆专题&quot;
},
{
&quot;name&quot;: &quot;问问&quot;,
&quot;idCard&quot;: &quot;8464648&quot;,
&quot;warnType&quot;: &quot;铁路购票&quot;,
&quot;warnAddr&quot;: &quot;江苏省苏州市昆山市周市镇黄金海岸花园万达广场&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-10-01 16:39:27.0&quot;,
&quot;topicName&quot;: &quot;涉疆&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;临控专题&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;涉稳专题&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;临控专题&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;涉稳专题&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;侵财专题&quot;
},
{
&quot;name&quot;: &quot;测试&quot;,
&quot;idCard&quot;: &quot;111&quot;,
&quot;warnType&quot;: &quot;wifi信息&quot;,
&quot;warnAddr&quot;: &quot;1&quot;,
&quot;similarFaceImageUrl&quot;: null,
&quot;warnTime&quot;: &quot;2023-09-20 15:22:02.0&quot;,
&quot;topicName&quot;: &quot;涉疆&quot;
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>