https://xxxxxx/v4/im_open_login_svc/account_check?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_check | 请求接口 |
sdkappid | 创建应用时控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"CheckItem":[{"UserID":"UserID_1"},{"UserID":"UserID_2"}]}
字段 | 类型 | 属性 | 说明 |
CheckItem | Array | 必填 | 请求检查的账号对象数组,单次请求最多支持100个账号 |
UserID | String | 必填 | 请求检查的账号的 UserID |
{"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": "","ResultItem": [{"UserID": "UserID_1","ResultCode": 0,"ResultInfo": "","AccountStatus": "Imported"},{"UserID": "UserID_2","ResultCode": 0,"ResultInfo": "","AccountStatus": "NotImported"}]}
字段 | 类型 | 说明 |
ActionStatus | String | 请求的处理结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 请求处理失败时的错误信息 |
ResultItem | Array | 单个账号的结果对象数组 |
UserID | String | 请求检查的账号的 UserID |
ResultCode | Integer | 单个账号的检查结果:0表示成功,非0表示失败 |
ResultInfo | String | 单个账号检查失败时的错误描述信息 |
AccountStatus | String | 单个账号的导入状态:Imported 表示已导入,NotImported 表示未导入 |
错误码 | 含义说明 |
70169 | 服务端内部超时,请稍后重试 |
70202 | 服务端内部超时,请稍后重试 |
70402 | 参数非法,请检查必填字段是否填充,或者字段的填充是否符合协议要求 |
70403 | 请求失败,需要 App 管理员权限 |
70500 | 服务器内部错误,请稍后重试 |
本页内容是否解决了您的问题?