4.获取服务费代充对象列表-new
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取服务费代充对象列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/replaceRecharge/getStudentListByApiKeyNew.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;">long</td>
<td>学校id</td>
</tr>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">productId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>套餐Id</td>
</tr>
<tr>
<td style="text-align: left;">content</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;cardPay&quot;: 1,
&quot;clazzId&quot;: 34,
&quot;clazzName&quot;: &quot;三年二班&quot;,
&quot;userId&quot;: 317,
&quot;realName&quot;: &quot;张浩然&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;parentList&quot;: [
{
&quot;parentname&quot;: &quot;许茂&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;uuserId&quot;: &quot;03057aef-3a53-413e-9407-432b893b240a&quot;,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
},
{
&quot;parentname&quot;: &quot;刘军锋&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;uuserId&quot;: &quot;5ec21508-3d4d-44cd-976e-6d901352f8d8&quot;,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
}
],
&quot;uuserId&quot;: &quot;1d388e46-0ec2-4862-9316-d5b4c2022f34&quot;,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0,
&quot;isPayOther&quot;: 1,
&quot;isGratis&quot;: 1,
&quot;isBuyServiceFee&quot;: 1
}
]
}
]
}</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>
<tr>
<td style="text-align: left;">isGratis</td>
<td style="text-align: left;">int</td>
<td>0免服务费 1不免</td>
</tr>
<tr>
<td style="text-align: left;">isPayOther</td>
<td style="text-align: left;">int</td>
<td>0其他费用支付 1未支付</td>
</tr>
<tr>
<td style="text-align: left;">isBuyServiceFee</td>
<td style="text-align: left;">int</td>
<td>0服务费已支付 1未支付</td>
</tr>
<tr>
<td style="text-align: left;">cardPay</td>
<td style="text-align: left;">int</td>
<td>0卡押金已支付 1未支付</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>