应急预案


新增资源

<h2>新增资源</h2> <p><strong>接口地址</strong>:<code>/system/emergency-resource/add</code></p> <p><strong>请求方式</strong>:<code>POST</code></p> <p><strong>请求数据类型</strong>:<code>application/json</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>&amp;emsp;&amp;emsp;resourceName</td> <td>资源名称</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;resourceType</td> <td>资源分类</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;resourceNumber</td> <td>资源数量</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;resourceDisposable</td> <td>是否为一次性:1是 0不是</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;resourceImage</td> <td>资源图片地址</td> <td>string</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> <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> </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;error&amp;quot;: false, &amp;quot;success&amp;quot;: true }</code></pre>

页面列表

ITEM_HTML