获取关联人员
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取自己的关联关系 </li>
<li>1.智慧校园用户查看哪些人关联自己,</li>
<li>2.亦信用户查看自己关联哪个智慧校园用户</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试 http://192.168.0.104:8088/RichBook/api/bind/getRelationUser.do</code></li>
<li><code>正式 https://book.richx.cn/RichBook/api/bind/getRelationUser.do</code></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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取绑定人员成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;userId&quot;: 42510,
&quot;apiKey&quot;: &quot;2bb3d1b7d68ba5cf6f164f1921e1fbdc3035eb93ae062eab6c0460556419efe860420ebc9b233b766509648c4855e7b22a3d7a33d387a32edd6937abfe28baa1&quot;,
&quot;count&quot;: 0,
&quot;phone&quot;: &quot;13851580174&quot;,
&quot;bindPhone&quot;: &quot;13851580174&quot;,
&quot;uuserId&quot;: &quot;96c72f2d-c21d-4d8d-bf74-5b1460b908f5&quot;,
&quot;userDetail&quot;: {
&quot;userId&quot;: 42510,
&quot;nickName&quot;: &quot;亦信用户&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;createTime&quot;: &quot;2016-08-24 19:40:17.0&quot;,
&quot;userDescription&quot;: &quot;这个用户很拽,啥也没说&quot;,
&quot;voipAccount&quot;: &quot;8009630200035126&quot;
},
&quot;bindRole&quot;: -1,
&quot;isDefalutUserName&quot;: 0
},
{
&quot;userId&quot;: 65087,
&quot;apiKey&quot;: &quot;3aad93f6ef7df23f94df1bd21ed74a0d31f2167a6456c98b1929e487945b25ac439f8f8edc8469703794c22794f26c658eb377e0eb01339efe11c83727f8b6e6&quot;,
&quot;count&quot;: 14,
&quot;phone&quot;: &quot;15295792002&quot;,
&quot;bindPhone&quot;: &quot;15295792002&quot;,
&quot;userName&quot;: &quot;2002richx&quot;,
&quot;uuserId&quot;: &quot;3d4f507c-f997-44ab-966f-42d92dff962b&quot;,
&quot;userDetail&quot;: {
&quot;userId&quot;: 65087,
&quot;nickName&quot;: &quot;亦信用户&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;createTime&quot;: &quot;2016-12-31 14:51:37.0&quot;,
&quot;userDescription&quot;: &quot;这个用户很拽,啥也没说&quot;,
&quot;voipAccount&quot;: &quot;8009630200080215&quot;
},
&quot;bindRole&quot;: -1,
&quot;isDefalutUserName&quot;: 1
}
]
}</code></pre>
<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;">schoolCategory</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校类别: 0 幼儿园 1义务教务阶段 2高中</td>
</tr>
<tr>
<td style="text-align: left;">schoolBadge</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>学校头像</td>
</tr>
</tbody>
</table>