每次用户授权获取access_token需要authorization_code,而这个authorization_code又有过期时间,这个怎么弄,不会过期了又找公众号管理员授权吧。
https://api.weixin.qq.com/sns/oauth2/component/access_token?appid=APPID&code=CODE&grant_type=authorization_code&component_appid=COMPONENT_APPID&component_access_token=COMPONENT_ACCESS_TOKEN
你好,该情况是传了无效的code导致的,请再仔细检查下code信息哦~
1、贴一下你看的文档链接。
我是在这里调用,代公众号调用access_token ,需要authorization_code,现在第三方授权程序与微信公众号程序是分开的,微信公众号之前是直接调用的,现在改成第三方调用,一直报40002,没有授权。纠结两天了。这个文档说是公众号管理员调用授权,在别的文档又说是用户调用授权,整晕了,这个authorization_code不知是什么东西,能指导一下,怎么获取 不
建议仔细研究一下第三方平台的官方文档:
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/api_authorizer_token.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/api_authorizer_token.html