根据条件查询好友通讯录
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据条件查询好友通讯录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/contact/getParentContactList.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/contact/getParentContactList.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>主键</td>
</tr>
<tr>
<td style="text-align: left;">queryContent</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>手机号、昵称或真实姓名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": [
{
"id": 0,
"userId": 174034,
"nickName": "凡",
"createTime": "2018-09-10 17:22:15.0",
"areaId": "321324",
"voipAccount": "8009630200186943",
"timAccount": "TIM201903121517317860897",
"userDescription": "这个用户很拽,啥也没说",
"headImg": "user/174034/a1541863440838-634738832.jpg",
"realName": "亦信用户"
},
{
"id": 0,
"userId": 150974,
"nickName": "凡",
"createTime": "2018-03-21 09:07:51.0",
"areaId": "110101",
"voipAccount": "8009630200161350",
"timAccount": "TIM201903121450301238073",
"headImg": "head/avatar_default.png",
"age": 0,
"realName": "陈文锋"
},
{
"id": 0,
"userId": 314,
"nickName": "凡",
"createTime": "2016-01-04 19:34:30.0",
"voipAccount": "8009630200000125",
"timAccount": "TIM201903121149548163885",
"headImg": "head/avatar_default.png",
"type": 0,
"age": 0,
"realName": "李梦凡"
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>