接口地址
[接口服务器地址]/api/users/create.html
Request Headers
名称 |
必选 |
类型 |
说明 |
Content-Type |
true |
string |
application/json; charset=UTF-8 |
authen |
true |
string |
认证码 什么是认证码
|
appid |
true |
string |
接入ID 什么是接入ID
|
timestamp |
true |
string |
时间戳
|
uid |
true |
string |
当前帐号
|
lang |
true |
string |
语言 zh-cn,en-us
|
Request Body
名称 |
必选 |
类型 |
说明 |
account |
true |
string |
帐号 |
pwd |
true |
string |
密码 |
user_id |
false |
string |
用户ID 不为空时,将使用该字段值为新增用户ID |
name |
false |
string |
用户名 |
pwd_type |
false |
integer |
密码类型 1:md5 2:qd加密 3:sha256(默认) 4:sha1 |
avatar |
false |
string |
头像 |
mobile |
false |
string |
手机号 |
email |
false |
string |
邮箱 |
phone |
false |
string |
座机 |
sex |
false |
integer |
性别 1:男 2:女 |
position |
false |
string |
职位 |
intro |
false |
string |
签名 |
userinfo |
false |
json |
扩展信息 |
status |
false |
integer |
状态 状态 0 未激活 1正常 2禁用 3删除 |
openid_third |
false |
string |
第三方应用ID |
返回结果(成功)
{"status":1,"code":0,"msg":"","data":{"gid":"bba1537c505611e99cc488d7f697be9a","account":"test1","name":"测试1","py_first":"cs1","avatar":"","mobile":"","email":"","phone":"","sex":"","position":"","intro":"","userinfo":"","openid_third":"","create_time":1514736000}}