杭州区域消安

消安


实时报警-处理进度下拉框

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>消安-实时报警-处理进度下拉框</li> </ul> <h5>请求URL</h5> <ul> <li><code>/alarm/progress_type</code></li> </ul> <h5>数据更新频率</h5> <ul> <li>日更</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> <tr> <td style="text-align: left;">currentPage</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>当前页数</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>每页条数</td> </tr> <tr> <td style="text-align: left;">region_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>区域id</td> </tr> <tr> <td style="text-align: left;">tenant_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>租户id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;totalSize&amp;quot;: 3, &amp;quot;success&amp;quot;: true, &amp;quot;content&amp;quot;: [ { &amp;quot;progress_type&amp;quot;: 2, &amp;quot;region_id&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;quot;, &amp;quot;progress&amp;quot;: &amp;quot;处理中&amp;quot;, &amp;quot;region_name&amp;quot;: &amp;quot;杭州区域公司&amp;quot;, &amp;quot;uuid&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;quot; }, { &amp;quot;progress_type&amp;quot;: 3, &amp;quot;region_id&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;quot;, &amp;quot;progress&amp;quot;: &amp;quot;已处理&amp;quot;, &amp;quot;region_name&amp;quot;: &amp;quot;杭州区域公司&amp;quot;, &amp;quot;uuid&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;quot; }, { &amp;quot;progress_type&amp;quot;: 1, &amp;quot;region_id&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;quot;, &amp;quot;progress&amp;quot;: &amp;quot;待处理&amp;quot;, &amp;quot;region_name&amp;quot;: &amp;quot;杭州区域公司&amp;quot;, &amp;quot;uuid&amp;quot;: &amp;quot;f2d5b93f-3b16-11ed-b60b-0c42a1b6f8ae&amp;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> <tr> <td style="text-align: left;">uuid</td> <td style="text-align: left;">string</td> <td>唯一主键</td> </tr> <tr> <td style="text-align: left;">region_id</td> <td style="text-align: left;">string</td> <td>区域id</td> </tr> <tr> <td style="text-align: left;">region_name</td> <td style="text-align: left;">string</td> <td>区域名称</td> </tr> <tr> <td style="text-align: left;">progress_type</td> <td style="text-align: left;">int</td> <td>处理进度类型</td> </tr> <tr> <td style="text-align: left;">progress</td> <td style="text-align: left;">string</td> <td>处理进度</td> </tr> </tbody> </table>

页面列表

ITEM_HTML