1每个人对每个公众号都有唯一的标识 openid
2授权页面不用自己写
3通过appid 和 密码 调用微信文档地址
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
弹出是否授权页面
4自己的方法直接接受code参数 换取code
5用换取的code 再调用地址换取tocken和openID