4、获得要修改的数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>获得要修改的数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>authUserApp/getAuthUserInfo.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;">string</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;userId&quot;: 310,
&quot;phone&quot;: &quot;13851580154&quot;,
&quot;bindPhone&quot;: &quot;13851580154&quot;,
&quot;realName&quot;: &quot;盛银江&quot;,
&quot;studentList&quot;: [
{
&quot;gradeId&quot;: 1,
&quot;clazzId&quot;: 20,
&quot;clazzName&quot;: &quot;四(6)班&quot;,
&quot;userId&quot;: 21312,
&quot;realName&quot;: &quot;小许&quot;
},
{
&quot;gradeId&quot;: 6,
&quot;clazzId&quot;: 24,
&quot;clazzName&quot;: &quot;VIP CLASS&quot;,
&quot;userId&quot;: 36819,
&quot;realName&quot;: &quot;VIPstudent&quot;
},
{
&quot;gradeId&quot;: 6,
&quot;clazzId&quot;: 24,
&quot;clazzName&quot;: &quot;VIP CLASS&quot;,
&quot;userId&quot;: 37018,
&quot;realName&quot;: &quot;VIPstudent2&quot;
},
{
&quot;gradeId&quot;: 7,
&quot;clazzId&quot;: 79,
&quot;clazzName&quot;: &quot;三(6)班&quot;,
&quot;userId&quot;: 42562,
&quot;realName&quot;: &quot;张翰林&quot;
},
{
&quot;gradeId&quot;: 10,
&quot;clazzId&quot;: 30,
&quot;clazzName&quot;: &quot;三年二班&quot;,
&quot;userId&quot;: 61966,
&quot;realName&quot;: &quot;yongchen&quot;
},
{
&quot;gradeId&quot;: 89,
&quot;clazzId&quot;: 154,
&quot;clazzName&quot;: &quot;1&quot;,
&quot;userId&quot;: 62768,
&quot;realName&quot;: &quot;学生&quot;
}
]
}
}</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;">studentList</td>
<td style="text-align: left;">list</td>
<td>学生信息即小孩</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>最外层为家长信息</li>
</ul>