客户端同步关键字
<h5>简要描述</h5>
<ul>
<li>客户端刷新关键字列表,同步服务端和客户端的关键字列表</li>
</ul>
<h5>操作码</h5>
<ul>
<li>9003</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>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;type&quot;: 9003,
&quot;pc&quot;:&quot;&quot;
}</code></pre>
<h5>返回示例</h5>
<p>无</p>
<h5>备注</h5>
<ul>
<li>
</li>
</ul>