后台管理IM通信


添加服务端配置

请求URL
  • http://xx.com/config/setting
Headers
  • token
请求方式
  • POST
参数
参数名 必选 类型 说明
type int 类型 固定值,1
key string
value string
title string 标题
desc string 描述
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": []
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string success
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML