两个认证公众号授权同一个开放平台,且都返回授权成功,都调用https://api.weixin.qq.com/cgi-bin/open/get?access_token 接口
一个返回错误,如下
appid:wxaf8278a364e9e762
返回错误:{"errcode": 48001, "errmsg": "api unauthorized rid: 5ff80eb8-1ad21414-1d3d86cc"}
appid:wx07108d6280b84cb8
返回正确信息: {"open_appid":"wxd752427a1214437b","errcode":0,"errmsg":"ok"}
请问是怎么回事,返回失败的,也无法通过网页授权。网页授权返回redirect_uri 参数错误。
通过公众号后台->公众号设置->授权管理,是能看到授权成功了。
你好,经检查,小程序wxaf8278a364e9e762在2021-1-8 17:14:50时授权成功给到第三方wx26cd9be0e8b4e749,您在2021-01-08 15:50:16时调用的接口,也就是还未授权成功就调用接口了哈所以报了48001的错误码,另外,请求包是null哦,请根据接口文档https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/account/get.html正确填写参数,还可以调用该接口https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html进行查询小程序/公众号授予第三方的权限集列表哈,以及,后续遇到接口类问题可先根据https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/TroubleShooting.html自行排查哈~