查询班级年纪关系接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试地址<code>http://192.168.0.101:41/WisdomCampus3.0/attendance/getGradesBindClasses.do</code></li>
<li>正式地址<code>https://login.richx.cn/attendance/getGradesBindClasses.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<ul>
<li>
<p>没有参数</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot; : &quot;数据获取成功&quot;,
&quot;ResponseObject&quot; : [
{
&quot;classes&quot; : [
{
&quot;pId&quot; : 1,
&quot;groupId&quot; : 20,
&quot;groupName&quot; : &quot;四六班&quot;
},
]
&quot;groupId&quot; : 1,
&quot;groupName&quot; : &quot;六年级&quot;
},
{
&quot;classes&quot; : [
{
&quot;pId&quot; : 4,
&quot;groupId&quot; : 18,
&quot;groupName&quot; : &quot;一班&quot;
},
]
&quot;groupId&quot; : 4,
&quot;groupName&quot; : &quot;五年级&quot;
},
{
&quot;classes&quot; : [
{
&quot;pId&quot; : 6,
&quot;groupId&quot; : 16,
&quot;groupName&quot; : &quot;一班&quot;
},
{
&quot;pId&quot; : 6,
&quot;groupId&quot; : 24,
&quot;groupName&quot; : &quot;VIP CLASS&quot;
},
{
&quot;pId&quot; : 6,
&quot;groupId&quot; : 26,
&quot;groupName&quot; : &quot;二班&quot;
},
{
&quot;pId&quot; : 6,
&quot;groupId&quot; : 27,
&quot;groupName&quot; : &quot;三班&quot;
},
{
&quot;pId&quot; : 6,
&quot;groupId&quot; : 28,
&quot;groupName&quot; : &quot;四班&quot;
},
]
&quot;groupId&quot; : 6,
&quot;groupName&quot; : &quot;三年级&quot;
},
{
&quot;classes&quot; : [
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 17,
&quot;groupName&quot; : &quot;三班&quot;
},
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 32,
&quot;groupName&quot; : &quot;2014级1班东校区&quot;
},
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 34,
&quot;groupName&quot; : &quot;三年二班&quot;
},
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 35,
&quot;groupName&quot; : &quot;三年四班&quot;
},
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 36,
&quot;groupName&quot; : &quot;三年五班&quot;
},
{
&quot;pId&quot; : 7,
&quot;groupId&quot; : 48,
&quot;groupName&quot; : &quot;四(1)班&quot;
},
]
&quot;groupId&quot; : 7,
&quot;groupName&quot; : &quot;四年级&quot;
}
]
&quot;ResponseCode&quot; : 0
}
</code></pre>
</li>
</ul>