应急预案


列表

<h2>列表</h2> <p><strong>接口地址</strong>:<code>/system/regions/list</code></p> <p><strong>请求方式</strong>:<code>GET</code></p> <p><strong>请求数据类型</strong>:<code>application/x-www-form-urlencoded</code></p> <p><strong>响应数据类型</strong>:<code>*/*</code></p> <p><strong>接口描述</strong>:&lt;p&gt;列表&lt;/p&gt;</p> <p><strong>请求参数</strong>:</p> <p><strong>请求参数</strong>:</p> <table> <thead> <tr> <th>参数名称</th> <th>参数说明</th> <th>请求类型</th> <th>是否必须</th> <th>数据类型</th> </tr> </thead> <tbody> <tr> <td>status</td> <td>1:停用 0 启用,空查全部</td> <td>query</td> <td>true</td> <td>integer(int32)</td> </tr> </tbody> </table> <p><strong>响应状态</strong>:</p> <table> <thead> <tr> <th>状态码</th> <th>说明</th> <th>schema</th> </tr> </thead> <tbody> <tr> <td>200</td> <td>OK</td> <td>ResponsePageInfo«CommunityDangqunServiceCenter»</td> </tr> <tr> <td>401</td> <td>Unauthorized</td> </tr> <tr> <td>403</td> <td>Forbidden</td> </tr> <tr> <td>404</td> <td>Not Found</td> </tr> </tbody> </table> <p><strong>响应参数</strong>:</p> <pre><code class="language-java">/** $column.columnComment */ @TableId(type = IdType.AUTO) private Long id; /** 区域code */ @TableField(&amp;quot;ad_code&amp;quot;) private String adCode; /** 父级adcode */ @TableField(&amp;quot;parent_ad_code&amp;quot;) private String parentAdCode; /** 父级 */ @TableField(&amp;quot;ancestors&amp;quot;) private String ancestors; /** 地区名称 */ @TableField(&amp;quot;region_name&amp;quot;) private String regionName; /** 级别 */ @TableField(&amp;quot;level&amp;quot;) private Long level; /** 排序 */ @TableField(&amp;quot;sort_id&amp;quot;) private Long sortId; /** 1:停用 0 启用 */ @TableField(&amp;quot;status&amp;quot;) private Long status; /** $column.columnComment */ @TableField(&amp;quot;create_time&amp;quot;) private Date createTime; /** 1:删除 */ @TableLogic(value = &amp;quot;0&amp;quot;,delval = &amp;quot;1&amp;quot;) @TableField(&amp;quot;del_flag&amp;quot;) private Long delFlag; //子级区域 @TableField(exist = false) private List&amp;lt;PlanRegions&amp;gt; children;</code></pre> <p><strong>响应示例</strong>:</p> <pre><code class="language-javascript">{ &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;adCode&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;parentAdCode&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;ancestors&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;regionName&amp;quot;: &amp;quot;级别1&amp;quot;, &amp;quot;level&amp;quot;: 1, &amp;quot;sortId&amp;quot;: 1, &amp;quot;status&amp;quot;: 0, &amp;quot;createTime&amp;quot;: null, &amp;quot;delFlag&amp;quot;: 0, &amp;quot;children&amp;quot;: [ { &amp;quot;id&amp;quot;: 2, &amp;quot;adCode&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;parentAdCode&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;ancestors&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;regionName&amp;quot;: &amp;quot;级别2&amp;quot;, &amp;quot;level&amp;quot;: 2, &amp;quot;sortId&amp;quot;: 1, &amp;quot;status&amp;quot;: 0, &amp;quot;createTime&amp;quot;: null, &amp;quot;delFlag&amp;quot;: 0, &amp;quot;children&amp;quot;: [] } ] } ], &amp;quot;error&amp;quot;: false, &amp;quot;success&amp;quot;: true }</code></pre>

页面列表

ITEM_HTML