首页 > 系统 > iOS > 正文

IOS 微信获取accesstoken 40029

2019-11-09 15:43:30
字体:
来源:转载
供稿:网友

微信授权根据code获取accesstoken时报40029 不合法的code 在浏览器中是可以获取到token的  因为在客户端

@"https://api.weixin.QQ.com/sns/oauth2/access_token?appid=%@&secret=%@&code=%@&grant_type=authorization_code"请求时重定向了,第二次的时候code参数差了导致  添加&connect_redirect=1后正常获取access token

@"https://api.weixin.qq.com/sns/oauth2/access_token?appid=%@&secret=%@&code=%@&grant_type=authorization_code&connect_redirect=1"


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表