6.9 多服务器获得录音播放源接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>获得录音播放源接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{BaseUrl}/api/multiServerCdrDownload</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET </p>
<p><strong>备注</strong> </p>
</li>
<li>接口需要传多传三个参数api_key(指定字符),timestamp(当前时间戳),secret(加密验证)验证。timestamp不能小于当前时间五分钟或大于当前时间5分钟,secret由api_key,timestamp拼接字符,然后md5(32位小写)加密后得到的字符串,从第二个字符开始,截取8位生成。</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;">recordpath</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>录音文件目录</td>
</tr>
<tr>
<td style="text-align: left;">recordfile</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>录音文件地址</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<ul>
<li>
<p><a href="http://120.77.61.117:8088/api/cdrDownload?url=3e415b12&user_sn=SYSUSER|5d03d133d7fb004e2ccf34eb8fbdc45c&api_key=Kpd2vKYC&recordpath=/home/record&recordfile=/20180419/xxx.mp3">http://120.77.61.117:8088/api/cdrDownload?url=3e415b12&user_sn=SYSUSER|5d03d133d7fb004e2ccf34eb8fbdc45c&api_key=Kpd2vKYC&recordpath=/home/record&recordfile=/20180419/xxx.mp3</a></p>
<p><strong>返回示例</strong></p>
</li>
<li>
<p>直接下载文件,可用于html的媒体播放标签。</p>
<p><strong>备注</strong> </p>
</li>
</ul>
<pre><code>{
&quot;user_sn&quot;:&quot;SYSUSER|cdbe0021b3f5e11f43c9175757b11e2e&quot;,
&quot;api_key&quot;:&quot;6lPZraFz&quot;,
&quot;recordpath&quot;:&quot;\/home\/record&quot;,
&quot;recordfile&quot;:&quot;\/20180419\/ xxx.mp3&quot;
}</code></pre>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>