关闭
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>提醒说明 关闭接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>192.168.110.208:8655/api/platform/remind/disable</code></li>
</ul>
<h5>请求方式 json 格式 需要加密</h5>
<ul>
<li>POST </li>
</ul>
<h5>请求示例</h5>
<pre><code> {
&quot;id&quot;: 3
}</code></pre>
<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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>主键</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 2000,
&quot;msg&quot;: &quot;Ok&quot;,
&quot;data&quot;: {}
}</code></pre>