获取外部联系人列表
<h5>简要描述</h5>
<ul>
<li>获取外部联系人列表</li>
</ul>
<h5>操作码</h5>
<ul>
<li>102001</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>syncKey</td>
<td>是</td>
<td>string</td>
<td>同步key</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;type&quot;: 102001,
&quot;data&quot;: {
&quot;syncKey&quot;: &quot;1634836002&quot;,
&quot;page_num&quot;: 1, //当前页数
&quot;page_size&quot;: 10 //每页显示数量
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;add_customer_time&quot;: &quot;1723147488&quot;,
&quot;alias&quot;: &quot;&quot;,
&quot;avatar&quot;: &quot;http://wx.qlogo.cn/mmhead/Oqxo2WA8oPRWuNxYfRR9ibBW6N8QRlGMts1VUe5H4x1ESQG9AGgZFOoMqNKRBuMUpQH9QxNXdyJg/0&quot;,
&quot;conversation_id&quot;: &quot;S:1688855334638692_7881303212288575&quot;,
&quot;corp_id&quot;: &quot;1970325134026788&quot;,
&quot;create_time&quot;: &quot;1723147486&quot;,
&quot;ishex&quot;: &quot;0&quot;,
&quot;len&quot;: &quot;175&quot;,
&quot;mobile&quot;: &quot;&quot;,
&quot;nickname&quot;: &quot;辰欣&quot;,
&quot;position&quot;: &quot;&quot;,
&quot;real_remarks&quot;: &quot;&quot;,
&quot;realname&quot;: &quot;&quot;,
&quot;remark_phone_1&quot;: &quot;&quot;,
&quot;remark_phone_2&quot;: &quot;&quot;,
&quot;remark_phone_3&quot;: &quot;&quot;,
&quot;remark_phone_4&quot;: &quot;&quot;,
&quot;remark_phone_5&quot;: &quot;&quot;,
&quot;remarks&quot;: &quot;&quot;,
&quot;sex&quot;: &quot;0&quot;,
&quot;status&quot;: &quot;2057&quot;,
&quot;unionid&quot;: &quot;ozynqsobe6a5lZ2LtrZO1Sc3PFB4&quot;,
&quot;user_id&quot;: &quot;7881303212288575&quot;,
&quot;username&quot;: &quot;&quot;
},
{
&quot;add_customer_time&quot;: &quot;1724182139&quot;,
&quot;alias&quot;: &quot;&quot;,
&quot;avatar&quot;: &quot;http://wx.qlogo.cn/mmhead/Q3auHgzwzM7R4wuWhddgOjr8AcicOErN3uTQwREqoR1tickWbhRm5m4g/0&quot;,
&quot;conversation_id&quot;: &quot;S:1688855334638692_7881300045900699&quot;,
&quot;corp_id&quot;: &quot;1970325134026788&quot;,
&quot;create_time&quot;: &quot;1721989393&quot;,
&quot;ishex&quot;: &quot;0&quot;,
&quot;len&quot;: &quot;161&quot;,
&quot;mobile&quot;: &quot;&quot;,
&quot;nickname&quot;: &quot;超级无聊&quot;,
&quot;position&quot;: &quot;&quot;,
&quot;real_remarks&quot;: &quot;超级无聊b&quot;,
&quot;realname&quot;: &quot;&quot;,
&quot;remark_phone_1&quot;: &quot;&quot;,
&quot;remark_phone_2&quot;: &quot;&quot;,
&quot;remark_phone_3&quot;: &quot;&quot;,
&quot;remark_phone_4&quot;: &quot;&quot;,
&quot;remark_phone_5&quot;: &quot;&quot;,
&quot;remarks&quot;: &quot;&quot;,
&quot;sex&quot;: &quot;1&quot;,
&quot;status&quot;: &quot;2057&quot;,
&quot;unionid&quot;: &quot;ozynqsnuFXK7Kcihv9X4mfT3NxXI&quot;,
&quot;user_id&quot;: &quot;7881300045900699&quot;,
&quot;username&quot;: &quot;&quot;
}
],
&quot;page_num&quot;: 1,
&quot;page_size&quot;: 10,
&quot;syncKey&quot;: &quot;1&quot;,
&quot;total&quot;: 2,
&quot;total_page&quot;: 1
},
&quot;errcode&quot;: 0,
&quot;errmsg&quot;: &quot;ok&quot;,
&quot;type&quot;: 102001,
&quot;clientId&quot;: 1,
&quot;pc&quot;: &quot;WIN-IO41847KTTJ&quot;
}</code></pre>
<pre><code>
##### 备注
* 更多返回错误代码请看首页的错误代码描述</code></pre>