获取最近更新的班级相册封面-电子班牌
<p><strong>简要描述:</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试: http://192.168.0.101:41/WisdomCampus/clazzAlbum/getLastAblumCover.do</code></li>
<li><code>线上: https://login.richx.cn/clazzAlbum/getLastAblumCover.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;">classId</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;ResponseResult&quot;: &quot;数据获取成功&quot;,
&quot;ResponseObject&quot;: &quot;http://img-ca.richx.cn/3201140009/class/117/SJA9timg(6).gif&quot;,// 封面url
&quot;ResponseCode&quot;: 0
}</code></pre>