7、案件信息列表
<h4>请求地址</h4>
<ul>
<li>正式环境: <a href="https://www.lampmind.com/api/cityAdminCase/case_list">https://www.lampmind.com/api/cityAdminCase/case_list</a></li>
<li>测试环境: <a href="https://sd.solar-iot.com/api/cityAdminCase/case_list">https://sd.solar-iot.com/api/cityAdminCase/case_list</a></li>
</ul>
<h4>请求方法</h4>
<p><strong>POST</strong></p>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>说明</th>
<th>是否必须</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>用户名</td>
<td>Y</td>
</tr>
<tr>
<td>client_key</td>
<td>string</td>
<td>设备唯一码(imei)</td>
<td>Y</td>
</tr>
<tr>
<td>token</td>
<td>string</td>
<td>鉴权口令</td>
<td>Y</td>
</tr>
<tr>
<td>os</td>
<td>string</td>
<td>使用平台(0:PC, 1:iOS, 2:Android)</td>
<td>Y</td>
</tr>
<tr>
<td>status</td>
<td>string</td>
<td>案件状态(0 新建,1 立案,2 处置中,3 处置结束,4 待复核,5 已复核,6 结案)</td>
<td>Y</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>说明</th>
<th>必须存在</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>返回码</td>
<td>Y</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>返回信息</td>
<td>Y</td>
</tr>
<tr>
<td>data</td>
<td>object</td>
<td>结果数据</td>
<td>Y</td>
</tr>
<tr>
<td>list</td>
<td>array</td>
<td>列表</td>
<td>Y</td>
</tr>
<tr>
<td>id</td>
<td>string</td>
<td>案件id</td>
<td>Y</td>
</tr>
<tr>
<td>remark</td>
<td>string</td>
<td>案件描述</td>
<td>Y</td>
</tr>
<tr>
<td>startdate</td>
<td>string</td>
<td>案件发生时间</td>
<td>Y</td>
</tr>
<tr>
<td>createTime</td>
<td>string</td>
<td>案件创建时间</td>
<td>Y</td>
</tr>
<tr>
<td>area</td>
<td>string</td>
<td>区域</td>
<td>Y</td>
</tr>
<tr>
<td>street</td>
<td>string</td>
<td>街道</td>
<td>Y</td>
</tr>
<tr>
<td>community</td>
<td>string</td>
<td>社区</td>
<td>Y</td>
</tr>
<tr>
<td>grid</td>
<td>string</td>
<td>网格</td>
<td>Y</td>
</tr>
<tr>
<td>case_big_name</td>
<td>string</td>
<td>案件大类</td>
<td>Y</td>
</tr>
<tr>
<td>case_samll_name</td>
<td>string</td>
<td>案件小类</td>
<td>Y</td>
</tr>
<tr>
<td>problem_source</td>
<td>string</td>
<td>问题来源</td>
<td>Y</td>
</tr>
<tr>
<td>problem_level</td>
<td>string</td>
<td>问题等级</td>
<td>Y</td>
</tr>
<tr>
<td>location</td>
<td>string</td>
<td>位置信息</td>
<td>Y</td>
</tr>
</tbody>
</table>
<h4>返回内容实例</h4>
<pre><code>{
"code":"0000",
"msg":"操作成功",
"data":{
"id":"12"
}
}</code></pre>