61API
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 | |




