当前开放的消息通知能力,
公众号有:
模板消息(即将废弃):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
发送接口:POST https://api.weixin.qq.com/cgi-bin/message/wxopen/template/uniform_send?access_token=ACCESS_TOKEN
需要官方同学确认:
1.模板消息下线后,对统一服务消息有影响吗?
2.公众号的订阅通知没有一次性订阅消息中的scene值,是否用户可以重复点击同一个订阅按钮,获取多条下发消息?
想问下长期订阅消息,有条数限制吗?
楼主这里都用了哪些消息,最近在研究订阅消息,想给小程序做沉默用户召回和促活用,但是看到开发文档中的这几个消息,有点懵逼,一次性订阅消息是通过服务消息push的,那服务号里收到的消息是什么?具体该申请哪个呢