一次性订阅与订阅通知与统一服务消息?
当前开放的消息通知能力, 公众号有: 模板消息(即将废弃):https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html 发送接口:POST https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=ACCESS_TOKEN 订阅通知:https://developers.weixin.qq.com/doc/offiaccount/Subscription_Messages/intro.html 发送接口:POST https://api.weixin.qq.com/cgi-bin/message/subscribe/bizsend?access_token=ACCESS_TOKEN 一次性订阅消息:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/One-time_subscription_info.html 发送接口:POST https://api.weixin.qq.com/cgi-bin/message/template/subscribe?access_token=ACCESS_TOKEN 小程序有: 订阅消息:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/subscribe-message.html 发送接口:POST https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=ACCESS_TOKEN 统一服务消息:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/uniform-message/uniformMessage.send.html 发送接口:POST https://api.weixin.qq.com/cgi-bin/message/wxopen/template/uniform_send?access_token=ACCESS_TOKEN 需要官方同学确认: 1.模板消息下线后,对统一服务消息有影响吗? 2.公众号的订阅通知没有一次性订阅消息中的scene值,是否用户可以重复点击同一个订阅按钮,获取多条下发消息?