https://xxxxxx/v4/im_open_login_svc/account_import?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com 首尔: adminapikr.im.qcloud.com 法兰克福: adminapiger.im.qcloud.com 硅谷: adminapiusa.im.qcloud.com 雅加达: adminapiidn.im.qcloud.com |
v4/im_open_login_svc/account_import | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"UserID":"test","Nick":"test","FaceUrl":"http://www.qq.com"}
字段 | 类型 | 属性 | 说明 |
UserID | String | 必填 | 用户名,长度不超过32字节 |
Nick | String | 选填 | 用户昵称 |
FaceUrl | String | 选填 | 用户头像 URL |
{"ActionStatus":"OK","ErrorInfo":"","ErrorCode":0}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
错误码 | 含义说明 |
40006 | 设置资料时服务器内部错误,请稍后重试 |
40601 | 资料字段的 Value 长度超过500字节 |
70169 | 服务端内部超时,请稍后重试 |
70398 | |
70402 | 参数非法,请检查必填字段是否填充,或者字段的填充是否满足协议要求 |
70403 | 请求失败,需要 App 管理员权限 |
70500 | 服务器内部错误,请稍后重试 |
本页内容是否解决了您的问题?