客户端开启通知
<h5>简要描述</h5>
<ul>
<li>客户端开启</li>
</ul>
<h5>操作码</h5>
<ul>
<li>9999</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;: 9999,
&quot;pc&quot;: &quot;WIN-IO41847KTTJ&quot;,
&quot;port&quot;: &quot;8085&quot;
}</code></pre>
<h5>返回示例</h5>
<h5>备注</h5>
<ul>
<li>启动工具以后才会发送</li>
</ul>