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
{
    "result": 0,
    "userid": "100962",
    "userroleid": 2,
    "identification": "10006_admin_875119"
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号