应急预案


查询预案详情

<h2>查询预案详情</h2> <p><strong>接口地址</strong>:<code>/system/doc/{id}</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>:<code>/system/doc/1</code></p> <p><strong>请求参数</strong>:</p> <table> <thead> <tr> <th>参数名称</th> <th>参数说明</th> <th>请求类型</th> <th>是否必须</th> <th>数据类型</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>列表中的id</td> <td>query</td> <td>true</td> <td>int</td> </tr> </tbody> </table> <p><strong>响应状态</strong>:</p> <table> <thead> <tr> <th>状态码</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>200</td> <td>OK</td> </tr> </tbody> </table> <p><strong>响应参数</strong>:</p> <table> <thead> <tr> <th>参数名称</th> <th>参数说明</th> <th>类型</th> <th>schema</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>消息状态码</td> <td>integer(int32)</td> <td>integer(int32)</td> </tr> <tr> <td>msg</td> <td>消息内容</td> <td>string</td> </tr> <tr> <td>rows</td> <td>列表数据</td> <td>array</td> <td>CommunityDangqunServiceCenter</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;id</td> <td>属地结构信息不能为空</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;planName</td> <td>预案名称</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;planType</td> <td>预案分类</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;planLevel</td> <td>预案级别</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;planInfo</td> <td>预案内容</td> <td>string</td> </tr> <tr> <td>total</td> <td>总记录数</td> <td>integer(int64)</td> <td>integer(int64)</td> </tr> </tbody> </table> <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;planDoc&amp;quot;: { &amp;quot;id&amp;quot;: 4, &amp;quot;planName&amp;quot;: &amp;quot;预案名称1&amp;quot;, &amp;quot;planType&amp;quot;: &amp;quot;预案分类1&amp;quot;, &amp;quot;planLevel&amp;quot;: &amp;quot;预案级别1&amp;quot;, &amp;quot;planInfo&amp;quot;: &amp;quot;预案内容1&amp;quot;, &amp;quot;delFlag&amp;quot;: 0 }, &amp;quot;regionIds&amp;quot;: [ 1, 2 ], &amp;quot;planResourceList&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;resourceName&amp;quot;: &amp;quot;资源1&amp;quot;, &amp;quot;resourceType&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;resourceNumber&amp;quot;: 1, &amp;quot;resourceDisposable&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;resourceImage&amp;quot;: null, &amp;quot;createTime&amp;quot;: null, &amp;quot;delFlag&amp;quot;: 0 }, { &amp;quot;id&amp;quot;: 2, &amp;quot;resourceName&amp;quot;: &amp;quot;资源2&amp;quot;, &amp;quot;resourceType&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;resourceNumber&amp;quot;: 1, &amp;quot;resourceDisposable&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;resourceImage&amp;quot;: null, &amp;quot;createTime&amp;quot;: null, &amp;quot;delFlag&amp;quot;: 0 } ], &amp;quot;planActionRelationVOList&amp;quot;: [ { &amp;quot;nickName&amp;quot;: &amp;quot;林志豪&amp;quot;, &amp;quot;deptName&amp;quot;: &amp;quot;测试部门&amp;quot;, &amp;quot;userId&amp;quot;: 1, &amp;quot;actionEventState&amp;quot;: 0, &amp;quot;actionText&amp;quot;: &amp;quot;事前&amp;quot; }, { &amp;quot;nickName&amp;quot;: &amp;quot;林志豪&amp;quot;, &amp;quot;deptName&amp;quot;: &amp;quot;测试部门&amp;quot;, &amp;quot;userId&amp;quot;: 2, &amp;quot;actionEventState&amp;quot;: 1, &amp;quot;actionText&amp;quot;: &amp;quot;事中&amp;quot; }, { &amp;quot;nickName&amp;quot;: &amp;quot;林志豪&amp;quot;, &amp;quot;deptName&amp;quot;: &amp;quot;测试部门&amp;quot;, &amp;quot;userId&amp;quot;: 3, &amp;quot;actionEventState&amp;quot;: 2, &amp;quot;actionText&amp;quot;: &amp;quot;事后&amp;quot; } ] }, &amp;quot;error&amp;quot;: false, &amp;quot;success&amp;quot;: true }</code></pre>

页面列表

ITEM_HTML