更新
This commit is contained in:
parent
9d9cafd74a
commit
ac50f32e06
@ -243,7 +243,6 @@ const wxAuthGetCode = () => {
|
||||
|
||||
|
||||
var url = urlEncode(window.location.href);
|
||||
// window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='+ appId +'&redirect_uri='+ REDIRECT_URI +'&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect';
|
||||
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx35766a64d73d08a9&redirect_uri={{url}}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect`
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user