呼叫系统API


辅助方法

<h3><strong>简要描述:</strong></h3> <h1>- 获取客户状态列表</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/crm_field/listProjectStatus</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>project_id</td> <td>是</td> <td>int</td> <td></td> <td>项目id</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;[\&amp;quot;未接听\&amp;quot;,\&amp;quot;未转接(IVR)\&amp;quot;,\&amp;quot;队列(呼损)\&amp;quot;,\&amp;quot;失败客户\&amp;quot;,\&amp;quot;成功客户\&amp;quot;]&amp;quot; }</code></pre> <p><strong>返回示例</strong></p> <h4>传值时,以data下标为值</h4> <hr /> <h3><strong>简要描述:</strong></h3> <h1>- 点击呼叫</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/agent/clickCall</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>info_uuid</td> <td>是</td> <td>int</td> <td></td> <td>客户信息uuid</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;:1 }</code></pre> <hr /> <h3><strong>简要描述:</strong></h3> <h1>- 回拨</h1> <p><strong>请求URL:</strong></p> <ul> <li><code>http://../admin/agent/pullback</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>called</td> <td>是</td> <td>String</td> <td></td> <td>被叫</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>复制<code>{ &amp;quot;msg&amp;quot;:&amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;:0, &amp;quot;data&amp;quot;:0 }</code></p>

页面列表

ITEM_HTML