后台管理IM通信


编辑用户

请求URL
  • http://xx.com/user/userEdit
Headers
  • token
请求方式
  • POST
参数
参数名 必选 类型 说明
id int 用户列表id字段
nickname string 昵称
phone string 手机号
sex int 1男 2女
birthday 秒级时间戳 生日
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": []
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string ok
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML