获取当前班级相册列表-电子班牌
<p><strong>简要描述:</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试: http://192.168.0.101:41/WisdomCampus/clazzAlbum/getClassAlbumListPad.do</code></li>
<li><code>线上: https://login.richx.cn/clazzAlbum/getClassAlbumListPad.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;albumId&quot;: 117,// 相册id
&quot;albumName&quot;: &quot;ww&quot;,// 相册名
&quot;albumDesc&quot;: &quot;ww&quot;,// 相册描述
&quot;createUserId&quot;: 310,// 创建人id
&quot;createUserName&quot;: &quot;盛银江&quot;,// 创建人
&quot;clazzId&quot;: 24,// 班级id
&quot;clazzName&quot;: &quot;VIP CLASS一(1)班&quot;,// 班级名
&quot;createTime&quot;: &quot;2017-03-10&quot;,
&quot;updateTime&quot;: &quot;2017-03-13 10:42:13&quot;,
&quot;albumPath&quot;: &quot;http://img-ca.richx.cn/3201140009/class/117/SJA9timg(6).gif&quot;,// 相册封面
&quot;photoNum&quot;: 9
},
{
&quot;albumId&quot;: 101,
&quot;albumName&quot;: &quot;圈外人&quot;,
&quot;albumDesc&quot;: &quot;&quot;,
&quot;createUserId&quot;: 61980,
&quot;createUserName&quot;: &quot;15050595001&quot;,
&quot;clazzId&quot;: 24,
&quot;clazzName&quot;: &quot;VIP CLASS&quot;,
&quot;createTime&quot;: &quot;2016-12-28&quot;,
&quot;updateTime&quot;: &quot;2016-12-28 16:11:50&quot;,
&quot;photoNum&quot;: 24
},
{
&quot;albumId&quot;: 51,
&quot;albumName&quot;: &quot;这个&quot;,
&quot;albumDesc&quot;: &quot;&quot;,
&quot;createUserId&quot;: 36819,
&quot;createUserName&quot;: &quot;VIPstudent&quot;,
&quot;clazzId&quot;: 24,
&quot;clazzName&quot;: &quot;一年级VIP CLASS&quot;,
&quot;createTime&quot;: &quot;2016-05-16&quot;,
&quot;updateTime&quot;: &quot;2016-05-16 18:32:28&quot;,
&quot;photoNum&quot;: 24
}
],
&quot;ResponseCode&quot;: 0
}</code></pre>