后台管理IM通信


批量编辑第三方配置

请求URL
  • http://xx.com/config/editManyThirdParty
Headers
  • token
请求方式
  • POST
参数
参数名 必选 类型 说明
请求示例

{ "data": [ { "key": "chat", //键 "cate": "im", //类别 "title": "聊天", //标题 "status": 0, //状态:1开启 0关闭 "configs": { //详细配置信息 "grant_type": "client_credentials", "client_id": "YXA6qGtRVuuJTQ6ScSBAHo3gWQ", "client_secret": "YXA6ze4VzA1tBDiFKGaNkIc3Dtwto3o", "url": "https://a1.easemob.com/1119211116099608/tangfen/";, "org_name": "1119211116099608", "app_name": "tangfen" } }, { "key": "chat2", "cate": "im", "title": "聊天2", "status": 0, "configs": { "url": "https://www.baidu.com";, "org_name": "996655", "app_name": "hello world" } } ] }

返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": []
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string success
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML