呼叫系统API


语音审核

<h3><strong>简要描述:</strong></h3> <h1>- 语音审核查询接口</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../super_admin/audioFile/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>name</td> <td>是</td> <td>string</td> <td></td> <td>文件名称</td> </tr> <tr> <td>admin_id</td> <td>否</td> <td>int</td> <td></td> <td>用户编号</td> </tr> <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;admin_id&amp;quot;: 10, &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;file_name&amp;quot;: &amp;quot;10_1628500125642.wav&amp;quot;, &amp;quot;id&amp;quot;: 3, &amp;quot;name&amp;quot;: &amp;quot;核桃编程18秒前置&amp;quot;, &amp;quot;stamp&amp;quot;: &amp;quot;2021-08-09 17:08:45&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;adminName&amp;quot;: &amp;quot;pinshenwl&amp;quot; }], &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>admin_id</td> <td>int</td> <td>用户编号</td> </tr> <tr> <td>adminName</td> <td>int</td> <td>用户名称</td> </tr> <tr> <td>name</td> <td>string</td> <td>名称</td> </tr> <tr> <td>file_name</td> <td>string</td> <td>文件</td> </tr> <tr> <td>stamp</td> <td>string</td> <td>上传日期</td> </tr> <tr> <td>description</td> <td>string</td> <td>备注</td> </tr> <tr> <td>status</td> <td>string</td> <td>审核状态</td> </tr> </tbody> </table> <h3>**</h3> <h3>简要描述:</h3> <p>**</p> <h1>审核</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../super_admin/audioFile/quality</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>status</td> <td>是</td> <td>int</td> <td></td> <td>状态,0:未审核,1:审核通过,2:未通过</td> </tr> <tr> <td>id</td> <td>是</td> <td>int</td> <td></td> <td>编号</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;code&amp;quot;:0, &amp;quot;msg&amp;quot;:&amp;quot;&amp;quot;, &amp;quot;data&amp;quot;:1 }</code></pre> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML