录音打包下载
<p><strong>简要描述:</strong></p>
<ul>
<li>条件查询接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../admin/down_record/grid</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>参数</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>page</td>
<td>是</td>
<td>int</td>
<td>1</td>
<td>初始页</td>
</tr>
<tr>
<td>limit</td>
<td>是</td>
<td>int</td>
<td>10</td>
<td>显示条数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: [{
&quot;id&quot;: 2,
&quot;name&quot;: &quot;test_20210830133112&quot;,
&quot;stamp&quot;: &quot;2021-08-30 13:31:12&quot;,
&quot;total&quot;: 12,
&quot;status&quot;: 1,
&quot;file&quot;: &quot;test_20210830133112.zip&quot;,
&quot;size&quot;: &quot;2.58MB&quot;,
&quot;times&quot;: 0,
&quot;admin_id&quot;: 1
}],
&quot;count&quot;: 1
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>int</td>
<td>编号</td>
</tr>
<tr>
<td>name</td>
<td>string</td>
<td>名称</td>
</tr>
<tr>
<td>admin_id</td>
<td>int</td>
<td>用户编号</td>
</tr>
<tr>
<td>stamp</td>
<td>string</td>
<td>日期</td>
</tr>
<tr>
<td>total</td>
<td>int</td>
<td>录音数量</td>
</tr>
<tr>
<td>status</td>
<td>int</td>
<td>状态,1:完成,可下载,0:正常处理,不可下载</td>
</tr>
<tr>
<td>file</td>
<td>string</td>
<td>zip文件名</td>
</tr>
<tr>
<td>size</td>
<td>string</td>
<td>文件大小</td>
</tr>
<tr>
<td>times</td>
<td>int</td>
<td>耗时</td>
</tr>
</tbody>
</table>
<h3><strong>简要描述:</strong></h3>
<h1>- 下载</h1>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../record/downloadZip</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>是</td>
<td>int</td>
<td>编号</td>
</tr>
</tbody>
</table>