https://xxxxxx/v4/im_open_login_svc/multiaccount_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/multiaccount_import | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"Accounts":["test1","test2","test3","test4","test5"]}
字段 | 类型 | 属性 | 说明 |
Accounts | Array | 必填 | 用户名,单个用户名长度不超过32字节,单次最多导入100个用户名 |
{"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": "","FailAccounts": ["test3","test4"]}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
FailAccounts | Array | 导入失败的账号列表 |
错误码 | 含义说明 |
70169 | 服务端内部超时,请稍后重试 |
70202 | 服务端内部超时,请稍后重试 |
70398 | |
70402 | 参数非法,请检查必填字段是否填充,或者字段的填充是否满足协议要求 |
70403 | 请求失败,需要 App 管理员权限 |
70500 | 服务器内部错误,请稍后重试 |
本页内容是否解决了您的问题?