String url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid="+this.wxAppid+"&secret="+
this.wxSecret+"&code="+request.getCode()+"&grant_type=authorization_code";
String url = "https://api.weixin.qq.com/sns/userinfo?access_token="+token+"&openid="+openid+"&lang=zh_CN";
开放平台 是不是解绑了 公众号
去年还获取到了,突然就没有了