微信第三方公众号平台模板消息推送出现api没权限
微信第三方公众号平台模板消息推送出现errcode:48001,errmsg:api unauthorized hint
发送模板消息的地址https://api.weixin.qq.com/cgi-bin/message/template/send?access_token
accesstoken是根据微信第三方开放平台appid和密钥来获取的
componentAccessToken
在推送模板消息的时候出现了api unauthorized hint这个问题,
权限是已经有的了,为什么还会出现这个问题