小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/minigame/dev/guide/open-ability/message-push.html
微信小程序消息推送和一次性订阅消息有什么区别,一次性订阅消息每次发送消息都需要用户授权才能推送一次;消息推送功能是怎么实现消息推送的,消息推送到用户微信吗?是否有限制
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
消息订阅开发指南:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%AF%E6%B7%BB%E5%8A%A0%E6%8F%90%E9%86%92
前端接口调用:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/subscribe-message/wx.requestSubscribeMessage.html
服务端接口调用:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-message-management/subscribe-message/sendMessage.html
服务端地址配置:
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
消息推送不是推给用户的,是微信将消息或事件推送至开发者服务器,开发者收到消息推送后可以进行业务逻辑的处理。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
消息订阅开发指南:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%AF%E6%B7%BB%E5%8A%A0%E6%8F%90%E9%86%92
前端接口调用:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/subscribe-message/wx.requestSubscribeMessage.html
服务端接口调用:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-message-management/subscribe-message/sendMessage.html
服务端地址配置:
消息推送不是推给用户的,是微信将消息或事件推送至开发者服务器,开发者收到消息推送后可以进行业务逻辑的处理。