素材管理--音乐列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>素材管理--音乐列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://vring.dyhculture.com/forestage/personal/getmusic.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">currMusicPage</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户名</td>
</tr>
<tr>
<td style="text-align: left;">MusicpageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>密码</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"data": [
{
"MID": 28,
"musicName": "25.mp3",
"musicPath": "BGM/634ccfdfbe2f6.mp3",
"UID": 1,
"postTime": "2022-10-17 11:45:35"
},
{
"MID": 27,
"musicName": "24.mp3",
"musicPath": "BGM/634cce5611c68.mp3",
"UID": 1,
"postTime": "2022-10-17 11:39:02"
},
{
"MID": 26,
"musicName": "23.mp3",
"musicPath": "BGM/63493400136c6.mp3",
"UID": 1,
"postTime": "2022-10-14 18:03:44"
},
{
"MID": 22,
"musicName": "22.mp3",
"musicPath": "BGM/63491b941270b.mp3",
"UID": 1,
"postTime": "2022-10-14 16:19:32"
},
{
"MID": 21,
"musicName": "21.mp3",
"musicPath": "BGM/63478d8febd1a.mp3",
"UID": 1,
"postTime": "2022-10-13 12:01:19"
},
{
"MID": 20,
"musicName": "20.mp3",
"musicPath": "BGM/62e8d9736521f.mp3",
"UID": 1,
"postTime": "2022-08-02 15:59:47"
},
{
"MID": 19,
"musicName": "19.mp3",
"musicPath": "BGM/629488271c3b0.mp3",
"UID": 1,
"postTime": "2022-05-30 17:02:31"
},
{
"MID": 17,
"musicName": "18.mp3",
"musicPath": "BGM/6142a5aa51188.mp3",
"UID": 1,
"postTime": "2021-09-16 10:02:18"
}
],
"count": 16
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>