后台管理IM通信


批量编辑第三方配置

<h5>请求URL</h5> <ul> <li><code>http://xx.com/config/editManyThirdParty</code></li> </ul> <h5>Headers</h5> <ul> <li>token</li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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> </tbody> </table> <h5>请求示例</h5> <p>{ &quot;data&quot;: [ { &quot;key&quot;: &quot;chat&quot;, //键 &quot;cate&quot;: &quot;im&quot;, //类别 &quot;title&quot;: &quot;聊天&quot;, //标题 &quot;status&quot;: 0, //状态:1开启 0关闭 &quot;configs&quot;: { //详细配置信息 &quot;grant_type&quot;: &quot;client_credentials&quot;, &quot;client_id&quot;: &quot;YXA6qGtRVuuJTQ6ScSBAHo3gWQ&quot;, &quot;client_secret&quot;: &quot;YXA6ze4VzA1tBDiFKGaNkIc3Dtwto3o&quot;, &quot;url&quot;: &quot;<a href="https://a1.easemob.com/1119211116099608/tangfen/">https://a1.easemob.com/1119211116099608/tangfen/</a>&quot;, &quot;org_name&quot;: &quot;1119211116099608&quot;, &quot;app_name&quot;: &quot;tangfen&quot; } }, { &quot;key&quot;: &quot;chat2&quot;, &quot;cate&quot;: &quot;im&quot;, &quot;title&quot;: &quot;聊天2&quot;, &quot;status&quot;: 0, &quot;configs&quot;: { &quot;url&quot;: &quot;<a href="https://www.baidu.com">https://www.baidu.com</a>&quot;, &quot;org_name&quot;: &quot;996655&quot;, &quot;app_name&quot;: &quot;hello world&quot; } } ] }</p> <h5>返回示例</h5> <pre><code>{ "error_code": 0, "msg": "success", "data": [] }</code></pre> <h5>返回参数说明</h5> <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;">error_code</td> <td style="text-align: left;">int</td> <td>0成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>success</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML