如题, 3 个月前写了一个小应用, 用的是微信网页授权获取用户信息, 今天上来看了下, 获取 code 的时候一直提示 Oops! something went wrong
- 确认了地址没有问题, 安全域名没有问题, scope 是 snsapi_userinfo
- 打开官方文档, 测试下对应的测试地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
发现也是 Oops! something went wrong, 百思不得其解, 上来问问各位, 微信公众平台的网页授权挂掉了么?