后台管理IM通信


添加账号

请求URL
  • http://xx.com/auth/accountAdd
Headers
  • token
请求方式
  • POST
参数
参数名 必选 类型 说明
username string 用户名
phone string 手机号
sex string 1男 2女
password string 密码
role_id string 角色列表的id字段
返回示例
{
    "error_code": 0,
    "msg": "ok",
    "data": []
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string ok
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML