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

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


3.3角色添加

<p><strong>简要描述:</strong> </p> <ul> <li>角色添加</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>{BaseUrl}/api/doRoleAddapi</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;">rolename</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>角色名</td> </tr> <tr> <td style="text-align: left;">description</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>描述</td> </tr> <tr> <td style="text-align: left;">permission</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array</td> <td>权限id数组</td> </tr> </tbody> </table> <p><strong>请求示例(加密前)</strong></p> <pre><code> { &amp;quot;rolename&amp;quot;:&amp;quot;fang&amp;quot;, &amp;quot;description&amp;quot;:&amp;quot;chen&amp;quot;, &amp;quot;permission&amp;quot;:[ 100, 101 ] }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;code&amp;quot;:0, &amp;quot;msg&amp;quot;:&amp;quot;添加成功&amp;quot; }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>返回消息</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML