获得技术支持人员信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获得智慧校园技术支持人员的信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/user/getTechnicalSupportInfo.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;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>学校id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: {
&quot;phoneList&quot;: [
{
&quot;phone&quot;: &quot;13851580157&quot;,
&quot;realName&quot;: &quot;盛银江&quot;,
&quot;userId&quot;: 310
}
],
&quot;voipList&quot;: [
{
&quot;realName&quot;: &quot;盛银江&quot;,
&quot;userId&quot;: 310,
&quot;voipAccount&quot;: &quot;8009630200000121&quot;
}
]
},
&quot;ResponseCode&quot;: &quot;0&quot;
}</code></pre>