获取用户补办卡信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>进入在线补办卡页面获取的学生列表和办卡金额</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn:9080/WisdomCampus/cardApply/toCardApplyByApiKey.do</code></li>
<li><code>http://192.168.0.104:9080/WisdomCampus3.0/cardApply/toCardApplyByApiKey.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;">string</td>
<td></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>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;进入在线补卡成功&quot;,
&quot;ResponseObject&quot;: {
&quot;cardApplyBalance&quot;: 35,
&quot;studentList&quot;: [
{
&quot;parentname&quot;: &quot;盛银江&quot;,
&quot;clazzId&quot;: 20,
&quot;clazzName&quot;: &quot;四(6)班&quot;,
&quot;userId&quot;: 21312,
&quot;phone&quot;: &quot;13851580154&quot;,
&quot;realName&quot;: &quot;小许&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;parentId&quot;: 310,
&quot;uuserId&quot;: &quot;4013563d-8ee0-40ea-82ca-808a5476882c&quot;,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
},
{
&quot;parentname&quot;: &quot;盛银江&quot;,
&quot;clazzId&quot;: 79,
&quot;clazzName&quot;: &quot;三(6)班&quot;,
&quot;userId&quot;: 42562,
&quot;phone&quot;: &quot;13851580154&quot;,
&quot;realName&quot;: &quot;张翰林&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;parentId&quot;: 310,
&quot;uuserId&quot;: &quot;6abce0af-a887-4af3-bdce-d1b56f923f6e&quot;,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
}
]
}
}</code></pre>
<p><strong>返回参数说明:</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><img src="
" alt="" /></p>