获取电话客服
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取电话客服</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>login.richx.cn//customer/app/getTelephoneCustomerForApp.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;">apiKey</td>
<td>apiKey</td>
</tr>
<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>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": [
{
"id": 1,
"realName": "RICHX客服1",
"phone": "17374707793"
},
{
"id": 2,
"realName": "RICHX技术支持1",
"phone": "13913804550"
},
{
"id": 3,
"realName": "RICHX技术支持2",
"phone": "15951942805"
}
]
}</code></pre>