var url = "//备案域名/upfile/h5/web/quickrecharge/quickrecharge.html";
window.location.href ="https://open.weixin.qq.com/connect/oauth2/authorize?appid="+appid+"&redirect_uri="+url+"&response_type=code&scope=snsapi_userinfo&state="+new Date().getTime()+"#wechat_redirect";
获取code的时候,这个url 是不是不能带任何的参数????
回调参数是不能加参数了,因为微信要拼查询字符串(?code=xxxx&state=xxxx),没有做的那么智能,如果你一定要参数可以再state值上面做手脚,比如state=参数1_参数2_参数n。
不可以加参数