获取相册照片列表-电子班牌
<p><strong>简要描述:</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>测试: http://192.168.0.101:41/WisdomCampus/clazzAlbum/getPhotoListByAblumId.do</code></li>
<li><code>线上: https://login.richx.cn/clazzAlbum/getPhotoListByAblumId.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;">albumId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>相册id</td>
</tr>
<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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot;: &quot;数据获取成功&quot;,
&quot;ResponseObject&quot;: {
&quot;album&quot;: {// 所属相册
&quot;albumId&quot;: 51,// 相册id
&quot;albumName&quot;: &quot;这个&quot;,// 相册名
&quot;albumDesc&quot;: &quot;&quot;,// 相册描述
&quot;createUserId&quot;: 36819,
&quot;createUserName&quot;: &quot;VIPstudent&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&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;photoList&quot;: [// 相片列表
{
&quot;photoId&quot;: 236,// 相片id
&quot;photoName&quot;: &quot;0&quot;,// 相片名
&quot;photoDesc&quot;: &quot;Fsdfsdfs&quot;,// 相片描述
&quot;photoPath&quot;: &quot;http://7xtfn8.com2.z0.glb.qiniucdn.com/3201140009/51/bccd53f0f4ea4198497f5fdf1bbc699e1&quot;,// 相片路径
&quot;recordsId&quot;: 79,
&quot;albumId&quot;: 51,
&quot;createUserId&quot;: 36817,// 创建人id
&quot;mediaType&quot;: 1,
&quot;createUserName&quot;: &quot;VIPheadmaster&quot;,// 创建人
&quot;commentList&quot;: [],
&quot;commentMap&quot;: {},
&quot;commentSubMap&quot;: {},
&quot;praiseList&quot;: []
}
]
},
&quot;ResponseCode&quot;: 0
}</code></pre>