客户端朋友圈列表同步
<h5>简要描述</h5>
<ul>
<li>客户端待发送的朋友圈列表(近5分钟)</li>
</ul>
<h5>操作码</h5>
<ul>
<li>9006</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;: 9006,
&quot;pc&quot;:&quot;&quot;
}</code></pre>
<h5>返回示例</h5>
<p>无</p>
<h5>备注</h5>
<ul>
<li>
</li>
</ul>