呼叫系统API


录音打包下载

<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> { &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: [{ &amp;quot;id&amp;quot;: 2, &amp;quot;name&amp;quot;: &amp;quot;test_20210830133112&amp;quot;, &amp;quot;stamp&amp;quot;: &amp;quot;2021-08-30 13:31:12&amp;quot;, &amp;quot;total&amp;quot;: 12, &amp;quot;status&amp;quot;: 1, &amp;quot;file&amp;quot;: &amp;quot;test_20210830133112.zip&amp;quot;, &amp;quot;size&amp;quot;: &amp;quot;2.58MB&amp;quot;, &amp;quot;times&amp;quot;: 0, &amp;quot;admin_id&amp;quot;: 1 }], &amp;quot;count&amp;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>

页面列表

ITEM_HTML