https://xxxxxx/v4/official_account_open_http_svc/create_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/create_official_account | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"OfficialAccountUserID": "@TOA#_test_id", // 自定义公众号ID的前缀必须是@TOA#_"Owner_Account": "107867","CustomString": "test_custom_string","FaceUrl": "http://this.is.face.url","Introduction": "This is test Introduction","MaxSubscriberNum": 1000,"Name": "test_official_account","Organization": "test_organization"}
字段 | 类型 | 属性 | 说明 |
Owner_Account | String | 必填 | |
OfficialAccountUserID | String | 选填 | |
Name | String | 必填 | 公众号的名称,最长150字节,使用 UTF-8 编码,1个汉字占3个字节 |
Introduction | String | 选填 | 公众号简介,最长400字节,使用 UTF-8 编码,1个汉字占3个字节 |
FaceUrl | String | 选填 | 公众号头像,最长500字节 |
MaxSubscriberNum | Integer | 选填 | 一个公众号的最大可订阅人数,缺省时的默认值为100000 |
Organization | String | 选填 | 公众号所属的团体组织,最长500字节,使用 UTF-8 编码,1个汉字占3个字节 |
CustomString | String | 选填 | 公众号的自定义字段,最长3000字节,业务层可以使用此字段来实现特殊场景的需求 |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"OfficialAccountUserID": "@TOA#_test_id"}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果: OK:表示处理成功 FAIL:表示失败 |
ErrorCode | Integer | 错误码: 0:表示成功 非0:表示失败 |
ErrorInfo | String | 错误信息 |
OfficialAccountUserID | String | 创建成功之后的公众号 ID,返回用户自定义或者由即时通信 IM 后台默认分配的 ID |
错误码 | 含义说明 |
6017 | 请求参数非法,请修改后重试 |
10004 | 服务器内部错误,请重试 |
20001 | 请求包非法,请修改后重试 |
20005 | 服务器内部错误,请重试 |
130007 | 公众号用户 ID 错误,请修改后重试 |
130008 | 公众号用户 ID 已经被使用,请修改后重试 |
131000 | 此AppId暂未开通公众号服务,请开通后重试 |
130010 | 创建的公众号数量超过限制,请解散部分公众号或者进行服务升级 |
本页内容是否解决了您的问题?