我在开放平台配置了消息回调
我的服务器一直收不到 component_verify_ticket 事件。
我通过
curl --request POST \
--url https://api.weixin.qq.com/cgi-bin/component/api_start_push_ticket \
--header 'Content-Type: application/json' \
--header 'cache-control: no-cache' \
--data '{"component_appid": "","component_secret": ""}'
提示这个错误,{"errcode":61011,"errmsg":"invalid component rid: 68af13c7-0c769198-0e9c372f"}
我已经正确的填写了开放平台的 component_appid 跟 component_secret
APPID wx86d08314ed6a3f34

你好,此接口需要传对应第三方平台Appid及component_secret才能调用,你传的是网站应用Appid,非第三方平台的Appid信息。找到对应第三方平台Appid再调用此接口
开放平台在哪里可以添加IP白名单