API:https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=**
获取access_token的api为:https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=**&secret=**
模板id为:6KOd4bclJgryx4lBotWRRSmrAIm4mXIuNxhITORqua4
appid为:wxd6559e3ec3d171b9
报错提示:{"errcode":48001,"errmsg":"api unauthorized rid: 617f6159-7a5ceedc-38cb5117"}
appid和secret为小程序的appid与密钥。
兄弟们,我解决问题了。 在保证appid与secret都是小程序的前提下,一定要注意调用的接口。
区分好订阅消息还有模板消息、公众号的还是小程序的。一共四个链接。
分享一篇文章:https://developers.weixin.qq.com/community/develop/doc/0008a0efb98f50b3a6dbfc46b51000?highLine=https%253A%252F%252Fapi.weixin.qq.com%252Fcgi-bin%252Fmessage%252Ftemplate%252Fsend%25E3%2580%2581
确定是小程序的appId 而不是服务号的。。