我用小程序的access_token和openId发送公众号模板消息,报错48001,发送消息接口为https://api.weixin.qq.com/cgi-bin/message/wxopen/template/uniform_send?access_token=73_UX34i3KiJ1Lkmw-NY2_J2lc75SNFPUMsXUUV-OJhF_c7THnji
fRPKIDwrEdzWltsTrW429XG-WeBYrZLsTuNsICaAb5DmMXVq3c2L6R2wYf7UmI7HBfRIXrU5nMOOFeAHAWWN
报错为"errcode":45109,"errmsg":"This API has been unsupported. For more details, please view https:\/\/developers.weixin.qq.com\/community\/develop\/doc\/000ae8d6348a
f08e7030bc2546bc01?blockType=1 rid: 65307b53-6a774e3f-42ec9484",
有没有什么解决办法,要改用哪个接口
下发统一消息接口已经被收回了,参考下公告“小程序与公众号下发统一消息接口调整通知”:https://developers.weixin.qq.com/community/develop/doc/000ae8d6348af08e7030bc2546bc01
当前如果需要下发公众号模板消息,可使用「公众号模板消息接口」,需要注意的是要使用已认证服务号token和公众号openid才能下发,请勿使用小程序token调用公众号接口,可参考文档:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html