微信公众号调用接口,48001错误,如何解决?
新注册的服务号,已经完成认证。
按照文档说明,通过 https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
获取access_token
然后通过
https://api.weixin.qq.com/cgi-bin/user/info?access_token=ACCESS_TOKEN&openid=OPENID&lang=zh_CN
获取用户信息,返回如下错误
{ errcode: 48001,
errmsg: ‘api unauthorized hint: [IoP.wa0309shc2!]’ }
又测试了获取菜单的接口
https://api.weixin.qq.com/cgi-bin/get_current_selfmenu_info?access_token=ACCESS_TOKEN
同样报错,返回如下错误信息
{ errcode: 48001,
errmsg: ‘api unauthorized hint: [MOzWPA03097067!]’ }
哪位英雄能帮忙瞧瞧,是什么情况吗?