后台管理IM通信


第三方接入调用

请求URL
  • http://xx.com/config/thirdPartySwitchList
Headers
  • token
请求方式
  • GET
参数
参数名 必选 类型 说明
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": [
        {
            "id": 117,
            "type": 3,
            "title": "聊天开关", //标题
            "key": "im", //键
            "value": "huanxin", //值
            "desc": "",
            "created_at": "2021-11-20 10:46:48",
            "updated_at": "2021-11-20 10:46:48"
        },
        {
            "id": 118,
            "type": 3,
            "title": "存储开关",
            "key": "oss",
            "value": "ali",
            "desc": "",
            "created_at": "2021-11-20 10:46:48",
            "updated_at": "2021-11-20 10:46:48"
        },
        {
            "id": 119,
            "type": 3,
            "title": "视频点播开关",
            "key": "video",
            "value": "ali",
            "desc": "视频点播",
            "created_at": "2021-12-07 10:26:29",
            "updated_at": "2021-12-07 11:01:45"
        },
        {
            "id": 120,
            "type": 3,
            "title": "视频直播",
            "key": "live",
            "value": "tencent",
            "desc": "视频直播",
            "created_at": "2021-12-07 10:26:29",
            "updated_at": "2021-12-07 10:26:29"
        }
    ]
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string success
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML