狄阁老智能AI客服接口文档

狄阁老机器人是AI人工智能时代专为企业量身打造的AI+SaaS全智能营销客服系统平台。在呼叫中心系统的基础上,融入人工智能技术,通过自动外呼、自动应答进行电话营销与客户服务,助力企业提升电话营销与客服效率、优化运营成本,最终实现降本增效。


9.1设置回调地址

<p><strong>简要描述:</strong> </p> <ul> <li>设置回调地址</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/api/setCallback</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">open_callback</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>是否开启实时推送 1表示开启 0表示关闭</td> </tr> <tr> <td style="text-align: left;">callback_url</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>回调地址,以http:// 或者 https:// 开头</td> </tr> <tr> <td style="text-align: left;">task_callback_url</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>异步导入任务回调地址,以http:// 或者 <a href="https://开头">https://开头</a></td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> http://xxxx/api/cdrFragmentDownload?user_sn=SYSUSER|5d03d133d7fb004e2ccf34eb8fbdc45c&amp;amp;api_key=Kpd2vKYC&amp;amp;open_callback=0&amp;amp;callback_url=http://120.78.227.216:81/api/testPush</code></pre> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;code&amp;quot;:0, &amp;quot;msg&amp;quot;:&amp;quot;SUCCESS&amp;quot; }</code></pre> <p><strong>备注</strong> </p> <ul> <li> <p>需要把三个公共参数也传过来。get方式接口url是拼装json数据进行加密,加密示例:(注意:要对反斜杆进行专义,json示例的参数顺序必须跟get参数的顺序一致,否则返回100001)</p> <pre><code>{ &amp;quot;user_sn&amp;quot;:&amp;quot;SYSUSER|cb31d43bc89487492bb0e0dd720705e0&amp;quot;, &amp;quot;api_key&amp;quot;:&amp;quot;MUOm4NH1&amp;quot;, &amp;quot;open_callback&amp;quot;:&amp;quot;0&amp;quot;, &amp;quot;callback_url&amp;quot;:&amp;quot;http:\/\/120.78.227.216:81\/api\/testPush&amp;quot; }</code></pre> </li> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML