音频素材详情
<h4>获取音频素材详情</h4>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/music/material/details</code>
请求方式:get</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 style="text-align: left;">说明</th>
<th style="text-align: left;">示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">musicMaterialId</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">音频模板id</td>
<td style="text-align: left;">22</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "查询成功",
"data": {
"id": 1,
"textVoice": [
{
"text": "我是哈哈哈",
"voice": 1
}
],
"musicUrl": "",
"musicBegin": 0,
"musicEnd": 0,
"musicVolume": 0,
"voiceVolume": 0,
"musicName": "小行星",
"ptag": {
"id": 19,
"name": "背景音乐"
},
"tags": [
{
"id": 11,
"name": "广场舞曲"
},
{
"id": 12,
"name": "经典老歌"
},
{
"id": 13,
"name": "浪漫情歌"
}
]
},
"code": 1,
"state": true
}</code></pre>