收藏
回答

公众号下用户oauth返回refresh_token无法用来刷新access_token?

接口文档:微信网页开发 /网页授权 /第三步:刷新access_token(如果需要)

https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html#2

对刚刚成功oauth获取的code,并成功获取access_token/refresh_token,然后使用refresh_token去调用刷新接口如下【开放平台第三方应用下的公众号的oauth】

curl "https://api.weixin.qq.com/sns/oauth2/refresh_token?appid=wxxxx&grant_type=refresh_token&refresh_token=55_xxx"

返回异常错误

{"errcode":40030,"errmsg":"invalid refresh_token, rid: 6239b2d9-712aa434-308abc6e"}

这可能是什么原因?公众号接口不维护了?

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容