https://xxxxxx/v4/official_account_open_http_svc/official_account_msg_recall?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/official_account_open_http_svc/official_account_msg_recall | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"Official_Account": "@TOA#_2J4SZEAEL","MsgKeyList":["71_1_1698741698","72_1_1698741698"],"Reason":"撤回原因"}
字段 | 类型 | 属性 | 说明 |
Official_Account | String | 必填 | 操作的公众号用户 ID |
MsgKeyList | Array | 必填 | 被撤回的消息 MsgKey 列表,一次请求最多可以撤回10条消息 |
Reason | String | 选填 | 撤回消息的原因,长度限制最大100字节 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"RecallRetList":[{"MsgKey":"71_1_1698741698","RetCode":10030},{"MsgKey":"72_1_1698741699","RetCode":0}]}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果: OK:表示处理成功 FAIL:表示失败 |
ErrorCode | Integer | 错误码: 0:表示成功 非0:表示失败 |
ErrorInfo | String | 错误信息 |
RecallRetList | Array | 消息撤回请求的详细结果 |
MsgKey | String | 单个被撤回消息的 MsgKey |
RetCode | Integer | 单个消息的被撤回结果:0表示成功;其它表示失败,参考下文错误码说明 |
错误码 | 描述 |
10002 | 服务器内部错误,请重试 |
10003 | 请求命令字非法 |
10004 | 参数非法,请根据错误描述检查请求是否正确 |
10007 | 操作权限不足 |
10010 | 公众号用户不存在,或者曾经存在过,但是目前已经被解散 |
10015 | 公众号用户 ID 非法,请检查公众号用户 ID 是否填写正确 |
10030 | 请求撤回的消息不存在 |
10031 | 请求撤回的消息超出时间限制 |
10032 | 请求撤回的消息不支持撤回操作 |
本页内容是否解决了您的问题?