https://xxxxxx/v4/official_account_open_http_svc/delete_subscriber?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/delete_subscriber | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"Official_Account": "@TOA#_@TOA#dOEF", // 要操作的公众号(必填)"SubscriberToDel_Account": [ ////待删除的的订阅者UserID"107867","966582476"]}
字段 | 类型 | 属性 | 说明 |
Official_Account | String | 必填 | 需要订阅的公众号 ID。使用创建时接口返回的 OfficialAccountUserID 字段 |
SubscriberList | Array | 必填 | 待添加的订阅者数组 |
Subscriber_Account | String | 必填 | 待添加的订阅者 UserID |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"SubscriberList": [{"Subscriber_Account": "107867","Result": 1},{"Subscriber_Account": "966582476","Result": 1}]}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果: OK:表示处理成功 FAIL:表示失败 |
ErrorCode | Integer | 错误码: 0:表示成功 非0:表示失败 |
ErrorInfo | String | 错误信息 |
SubscriberList | Array | 返回删除的订阅者结果 |
Subscriber_Account | String | 返回的订阅者 UserID |
Result | Integer | 删除结果: 0:失败 1:成功 2:未订阅此公众号 |
错误码 | 含义说明 |
6017 | 请求参数非法,请修改后重试 |
10004 | 服务器内部错误,请重试 |
20001 | 请求包非法,请修改后重试 |
20005 | 服务器内部错误,请重试 |
130002 | 操作权限不足,请根据错误信息检查请求参数。 |
130004 | 公众号用户不存在,或者曾经存在过,但是目前已经被销毁 |
130007 | 公众号用户 ID 错误,请修改后重试 |
130008 | 公众号用户 ID 已经被使用 |
131000 | 此 AppId 暂未开通公众号服务 |
本页内容是否解决了您的问题?