请求关联智慧校园
<p><strong>简要描述:</strong> </p>
<ul>
<li>亦信用户关联智慧校园用户,发送关联请求</li>
</ul>
<p><strong>关联推送描述:</strong> </p>
<ol>
<li>pushType:53</li>
<li>pushContentType:1申请关联,2同意关联,3拒绝关联,4删除关联</li>
</ol>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试 http://192.168.0.104:8088/RichBook/api/bind/requestRelation.do</code></li>
<li><code>正式 https://book.richx.cn/RichBook/api/bind/requestRelation.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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">long</td>
<td>被关联用户的userId</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;申请关联智慧校园成功,对方正在确认中&quot;,
}</code></pre>