后台管理IM通信


批量新增账号

请求URL
  • http://xx.com/user/addRobotUser
Headers
  • token
请求方式
  • POST
参数
参数名 必选 类型 说明
area_code int 手机区号
robot_password string 明文密码
sex int 1男 2女
user_type int 用户类型 0普通用户 1机器人 2公众号
count int 批量的个数
len_phone int 长度
返回示例
{
    "error_code": 0,
    "msg": "success",
    "data": []
}
返回参数说明
参数名 类型 说明
error_code int 0成功
msg string ok
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML