网址: https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login
https://open.weixin.qq.com/connect/oauth2/authorize?appid={appid}&redirect_uri={redirect_uri}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
redirect_uri是微信请求浏览器后,根据本微信生成一个code,然后将code重定向到该页面(redirect_uri的页面)
好!!!准备工作完成
想要的参数可以拼接在encodeURIComponent方法的url上,页面也可以在域名后边拼接,注意,这里的域名和上边域名一致,像访问哪个页面,只在这一拼接,上边配置只写域名