获取指定好友的详细信息
<h5>简要描述</h5>
<ul>
<li>获取指定好友的详细信息</li>
</ul>
<h5>操作码</h5>
<ul>
<li>102017</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>user_id</td>
<td>是</td>
<td>string</td>
<td>用户id</td>
</tr>
<tr>
<td>syncKey</td>
<td>是</td>
<td>string</td>
<td>同步key</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;type&quot;: 102017,
&quot;data&quot;: {
&quot;user_id&quot;: &quot;1688853787195331&quot;,
&quot;syncKey&quot;: &quot;1634837050&quot;
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;content&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;corp_name&quot;: &quot;微信&quot;,
&quot;corp_remark&quot;: &quot;&quot;,
&quot;corp_short_name&quot;: &quot;微信&quot;,
&quot;create_time&quot;: &quot;1721989393&quot;,
&quot;department_id&quot;: &quot;&quot;,
&quot;department_name&quot;: &quot;&quot;,
&quot;email&quot;: &quot;&quot;,
&quot;job&quot;: &quot;&quot;,
&quot;label_list&quot;: [
{
&quot;corpid_or_vid&quot;: &quot;&quot;,
&quot;labelid&quot;: &quot;&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;user_id&quot;: &quot;7881300045900699&quot;,
&quot;username&quot;: &quot;&quot;
},
&quot;syncKey&quot;: &quot;142&quot;
},
&quot;errcode&quot;: 0,
&quot;errmsg&quot;: &quot;ok&quot;,
&quot;type&quot;: 102017,
&quot;clientId&quot;: 1,
&quot;pc&quot;: &quot;WIN-IO41847KTTJ&quot;,
&quot;wxid&quot;: &quot;1688855334638692&quot;
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>