呼叫系统API


坐席列表

<h3><strong>简要描述:</strong></h3> <ul> <li> <h1>查询</h1> </li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../super_admin/agent/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>admin_id</td> <td>否</td> <td>string</td> <td></td> <td>用户名</td> </tr> <tr> <td>extno</td> <td>否</td> <td>string</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;id&amp;quot;: 41, &amp;quot;name&amp;quot;: &amp;quot;9701&amp;quot;, &amp;quot;extno&amp;quot;: &amp;quot;9701&amp;quot;, &amp;quot;passwd&amp;quot;: &amp;quot;pscc@0611&amp;quot;, &amp;quot;adminName&amp;quot;: &amp;quot;xinjiaodu&amp;quot;, &amp;quot;reg&amp;quot;: &amp;quot;Registrations:&amp;lt;br/&amp;gt;Total items returned: 0&amp;lt;br/&amp;gt;&amp;quot; }], &amp;quot;count&amp;quot;: 220 }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>adminName</td> <td>string</td> <td>管理员名称</td> </tr> <tr> <td>extno</td> <td>int</td> <td>工号</td> </tr> <tr> <td>id</td> <td>string</td> <td>编号</td> </tr> <tr> <td>name</td> <td>string</td> <td>姓名</td> </tr> <tr> <td>passwd</td> <td>string</td> <td>密码</td> </tr> <tr> <td>reg</td> <td>string</td> <td>是否注册: 返回值为:”Registrations:</td> </tr> </tbody> </table> <p>Total items returned: 0<br /> “ 是未注册;否则:注册 |</p> <h3><strong>简要描述:</strong></h3> <ul> <li> <h1>坐席批量生成接口</h1> </li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../super_admin/agent/add</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>startExt</td> <td>是</td> <td>string</td> <td></td> <td>起始工号</td> </tr> <tr> <td>length</td> <td>是</td> <td>string</td> <td></td> <td>工号个数</td> </tr> <tr> <td>passwd</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> </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 超出授权工号数,返回-1 区间工号已存在,返回 -2 超出工号授权长度,返回 -2 }</code></pre> <h3><strong>简要描述:</strong></h3> <ul> <li> <h1>批量删除</h1> </li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../super_admin/agent/remove</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>ids</td> <td>是</td> <td>string</td> <td></td> <td>编号,多个用逗号分割</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>复制 <code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;data&amp;quot;: 1 }</code></p>

页面列表

ITEM_HTML