【bug】 bug修改
This commit is contained in:
+3
-3
@@ -7,8 +7,8 @@ export function wxBind(callback){
|
||||
wx.request({
|
||||
url: 'https://api.weixin.qq.com/sns/jscode2session',
|
||||
data: {
|
||||
appid: 'wx322b63d1e6ff4765',
|
||||
secret: '7d3dd94092bb50981d0a8ded849601a0',
|
||||
appid: 'wx457dfcb58fd556ea',
|
||||
secret: 'e8d2ee25e32c77561efccb7145ba9dc8',
|
||||
js_code: res.code,
|
||||
grant_type: 'authorization_code'
|
||||
},
|
||||
@@ -39,4 +39,4 @@ export function isLogin(callback){
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user