https://xxxxxx/v4/recentcontact/search_contact_group?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/recentcontact/search_contact_group | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"From_Account":"yahaha","ContactItem":[{"Type":1,"To_Account":"xixi"}]}
字段 | 类型 | 属性 | 说明 |
From_Account | String | 必填 | 请求方 uid |
ContactItem | Array | - | 待搜索的会话对象列表,一次最多支持300个会话搜索 |
Type | String | - | 会话类型,c2c=1,group=2 |
ToGroupId | String | - | 群 ID |
To_Account | String | - | 用户 ID |
{"ContactResultItem": [{"Type": 1,"To_Account": "xixi","StandardMark": "11111110","CustomMark": "xxyyyzzzfffffffxxx111111","ContactGroupId": [1,2],"Timestamp": 1673500546}],"GroupItem": [{"GroupName": "test1x","GroupId": 1},{"GroupName": "test10","GroupId": 2}],"ActionStatus": "OK","ErrorCode": 0,"ErrorInfo": "","ErrorDisplay": ""}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
ContactItem | Integer | 会话对象 |
Type | String | 会话类型,c2c=1,group=2 |
ToGroupId | String | 群 ID |
To_Account | String | 用户 ID |
Timestamp | Integer | 会话分组对应最近更新时间戳 |
StandardMark | String | 标准标记能力位,bit位字符串。eg: 011111110 |
CustomMark | String | 自定义标记 |
ContactGroupId | Array | 会话所属分组 |
错误码 | 描述 |
50001 | 请求的 UserID 没有导入腾讯云移动通信后台,请先将 UserID 导入腾讯云移动通信后台 |
50002 | 请求参数错误,请根据错误描述检查请求参数 |
50003 | 请求需要 App 管理员权限 |
50004 | 服务端内部错误,请重试 |
50005 | 网络超时,请稍后重试 |
51006 | 修改会话标记时,调整的会话数为空或者超过了100个上限。 |
51007 | GroupID 换 GroupCode 失败,内部错误或 Group 已经解散。 |
51008 | 会话分组的总的会话数超过了1000。 |
51009 | 删除会话分组时分组不存在。 |
51010 | 会话分组数超过了20个上限。 |
51011 | 会话分组名超过了32个字节。 |
51012 | 超过置顶会话数量上限。 |
51013 | 若请求的应用非进阶版,修改标准会话标记或者会话分组报错。 |
本页内容是否解决了您的问题?