【bug】 bug修改

This commit is contained in:
fengachen
2021-10-27 19:07:51 +08:00
parent a007ca89cb
commit a9e0bf7aa2
5 changed files with 12 additions and 7 deletions
+3 -3
View File
@@ -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){
})
}
})
}
}