智慧校园用户确认关联关系
<p><strong>简要描述:</strong> </p>
<ul>
<li>智慧校园用户确认关联关系</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试 http://192.168.0.104:8088/RichBook/api/bind/confirmRequestRelation.do</code></li>
<li><code>正式 https://book.richx.cn/RichBook/api/bind/confirmRequestRelation.do</code></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;">reqUserId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>请求关联用户的userId</td>
</tr>
<tr>
<td style="text-align: left;">confirm</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>参数是“yes”或“no”</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;关联智慧校园用户成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;schoolId&quot;: 3201140009,
&quot;schoolName&quot;: &quot;RICHX&quot;,
&quot;schoolBadge&quot;: &quot;/upload/3201140009/schoolInfo/111.png&quot;,
&quot;schoolCategory&quot;: &quot;1&quot;
}
]
}</code></pre>
<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;">schoolCategory</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校类别: 0 幼儿园 1义务教务阶段 2高中</td>
</tr>
<tr>
<td style="text-align: left;">schoolBadge</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>学校头像</td>
</tr>
</tbody>
</table>