创建用户
Example
POST usercreate
https://global.talk-cloud.net/WebAPI
/usercreate
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
mobile | 否 | string | 手机号 |
account | 是 | string | 账户 |
userpwd | 是 | string | 密码 |
firstname | 否 | string | 名字(不填则为帐号) |
参数名 | 类型 | 说明 |
---|---|---|
result | int | 错误码0成功非0为具体错误码 |
userid | String | 用户ID |
userroleid | int | 用户角色ID |
identification | String | 用户在redis中使用的account |
备注 | ||
- 更多返回错误代码请看首页的错误代码描述 |
返回示例
1 2 3 4 5 6 |
|