客户端关闭通知
<h5>简要描述</h5>
<ul>
<li>客户端开启</li>
</ul>
<h5>操作码</h5>
<ul>
<li>9998</li>
</ul>
<h5>请求说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td>是</td>
<td>int</td>
<td>类型</td>
</tr>
<tr>
<td>pc</td>
<td>是</td>
<td>string</td>
<td>计算机名</td>
</tr>
<tr>
<td>port</td>
<td>是</td>
<td>string</td>
<td>消息序列推送端口</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {
&quot;type&quot;: 9998,
&quot;pc&quot;: &quot;WIN-IO41847KTTJ&quot;,
&quot;port&quot;: &quot;8085&quot;
}</code></pre>
<h5>返回示例</h5>
<h5>备注</h5>
<ul>
<li>退出程序后才会提交</li>
<li>意外情况,系统崩溃,不会发送本条数据</li>
</ul>