微信公众号消息推送 api unauthorized hint【已解決】

    调试了很久,网上的办法也试了很多,总是出现这个

        {"errcode":48001,"errmsg":"api unauthorized hint: [SLI4UA0680vr19]"}   

最后发现是地址问题。   

  错误地址,网上很多都是这个地址。 
  https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=

正确地址

  https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=

其他:

遇到问题还是要去官网寻找解决办法。

微信消息推送官网地址:

     https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html#5

如果地址没有问题,要先检查接口是否有权限。

微信公众号消息推送 api unauthorized hint【已解決】

 

获取 AccessToken要检查appid和secret小程序和微信公众号不能混用。

 

微信公众号消息推送 api unauthorized hint【已解決】

上一篇:微信小程序 wxs的简单应用


下一篇:Java如何调用dll