坐席列表
<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> {
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: [{
&quot;id&quot;: 41,
&quot;name&quot;: &quot;9701&quot;,
&quot;extno&quot;: &quot;9701&quot;,
&quot;passwd&quot;: &quot;pscc@0611&quot;,
&quot;adminName&quot;: &quot;xinjiaodu&quot;,
&quot;reg&quot;: &quot;Registrations:&lt;br/&gt;Total items returned: 0&lt;br/&gt;&quot;
}],
&quot;count&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> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;&quot;,
&quot;data&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>{ &quot;code&quot;: 0, &quot;msg&quot;: &quot;&quot;, &quot;data&quot;: 1 }</code></p>