3、获取服务费代充套餐列表-new
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取看到的套餐列表(服务费代充列表)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/replaceRecharge/getOrderMessageListByApiKeyForCLassLeaderNew.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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;productId&quot;: 106,
&quot;name&quot;: &quot;个人条数套餐&quot;,
&quot;price&quot;: 0.12,
&quot;type&quot;: 1
},
{
&quot;productId&quot;: 108,
&quot;name&quot;: &quot;个人单条&quot;,
&quot;price&quot;: 0.01,
&quot;type&quot;: 1
},
{
&quot;productId&quot;: 109,
&quot;name&quot;: &quot;个人时间段&quot;,
&quot;price&quot;: 0.01,
&quot;startTime&quot;: &quot;2016&quot;,
&quot;endTime&quot;: &quot;2017学年&quot;,
&quot;type&quot;: 0
},
{
&quot;productId&quot;: 111,
&quot;name&quot;: &quot;学校自定义套餐&quot;,
&quot;price&quot;: 40,
&quot;startTime&quot;: &quot;2016&quot;,
&quot;endTime&quot;: &quot;2017学年&quot;,
&quot;type&quot;: 0
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>