https://api.weixin.qq.com/sns/oauth2/access_token?appid={getGzhUserInfoRequest.appid}&secret={getGzhUserInfoRequest.secret}&code={getGzhUserInfoRequest.code}&grant_type=authorization_code
未注册过的用户在调用上述接口返回 code been used,这个CODE是 没使用过的,改成用户手动同意也不行。
https://api.weixin.qq.com/sns/userinfo?access_token={access}&openid={openid}&lang=zh_CN 这个接口也返回 api unauthorized,
前天还可以的,昨天开始就不行了,没改动什么代码。请各位大佬帮忙解决,谢谢!
