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