小程序
小游戏
企业微信
微信支付
扫描小程序码分享
通过第三方平台授权码授权的公众号,默认是没有消息与事件接收配置,这样作为第三方开发者,我怎么接收到消息与事件推送?有没有个接口或者什么默认配置能够实现授权后,能够直接获取到消息与事件的推送信息
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,此页面需要开发者自行配置信息。请参考文档配置开发 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/thirdparty/prepare.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
如需测试配置好的消息与事件接收URL地址消息是否互通,可以随便找个授权小程序或者公众号触发消息推送就行了。
公众号的例如:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html
小程序的例如:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/privacy-api-management/applyPrivacyInterface.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,此页面需要开发者自行配置信息。请参考文档配置开发 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/operation/thirdparty/prepare.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_call_api.html
如需测试配置好的消息与事件接收URL地址消息是否互通,可以随便找个授权小程序或者公众号触发消息推送就行了。
公众号的例如:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html
小程序的例如:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/privacy-api-management/applyPrivacyInterface.html
你是指接收授权通知吗?此类通知是推送到第三方平台-授权配置接收URL地址上,https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/authorize_event.html
授权流程请参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html