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