# 启动ticket推送服务
该 API 用于启动ticket推送服务。使用过程中如遇到问题,可在开放平台服务商专区发帖交流。
# 请求地址
POST https://api.weixin.qq.com/cgi-bin/component/api_start_push_ticket
# 请求参数说明
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
component_appid | string | 是 | 平台型第三方平台的appid |
component_secret | string | 是 | 平台型第三方平台的APPSECRET |
POST 数据示例:
{
"component_appid": "wxd0bfc95064b5bfc1",
"component_secret": "28c223a63f7de0d5xxxxxxxxxxx"
}
# 返回参数说明
参数 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码 |
errmsg | string | 错误信息 |
# 返回码说明
错误码 | 英文描述 | 中文描述 |
---|---|---|
0 | ok或者in a normal state | ok是指从不正常变成正常 in a normal state是指本来就正常 |
其他错误码 | 请查看全局错误码 |