第一步可以获取code,用户扫码后跳到第三方接口
用code换access_token 和openid的时候
请求appid、 component_appid、 component_access_token我都填了对应信息
https://api.weixin.qq.com/sns/oauth2/component/access_token?appid=appid&code=0413Jl000VgWzM17RO000QHvek23Jl03&grant_type=authorization_code&component_appid=component_appid&component_access_token= component_access_token
返回
{"errcode":48001,"errmsg":"api unauthorized, rid: 6164ef5f-175bcd3d-5f19af0d"}
官网说出现48001错误的原因有两大类:
1、api 功能未授权,请确认公众号/小程序已获得该接口权限。
(授权方自己的公众号可以正常获取openid,但是通过第三方获取不行)
2、调用接口的时候token传错了。
(token我用的刚刷新的component_access_token)
我搞了几天不知道问题在哪里了
你好,请求接口填写的参数列表完整信息、操作时间麻烦都提供下
请求时间 2021-10-12 14:41:46
返回
{"errcode":48001,"errmsg":"api unauthorized, rid: 61652e2a-208b0565-212962ea"}
报错信息:
{"errcode":48001,"errmsg":"api unauthorized rid: 62cfc641-000ed6c1-629a6a6c"}
可以帮忙看下具体原因吗