update
This commit is contained in:
parent
12e413771a
commit
6cf8c342be
@ -238,7 +238,7 @@ const wxAuthGetCode = () => {
|
||||
// var appId = "wx35766a64d73d08a9";
|
||||
var appId = "wx41d80a1bb01f658d";
|
||||
|
||||
var url = URLEncode(window.location.href);
|
||||
var url = encodeURI(window.location.href);
|
||||
|
||||
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user