async onLoad(option) {
console.log(option)
this.option = JSON.stringify(option)
try{
let res = await uniIdCo.loginByWeixin({
code: option.code
})
}catch(e){
console.error(e)
}
}
URL
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx40b9239c4faa51a0&redirect_uri=http%3A%2F%2Fwx.corpstrategy.cn%2Fpages%2Fhrp%2Fhrp&response_type=code&scope=snsapi_base&state=123#wechat_redirect
同样的代码,用两个访问微信这个网址,一个账号后台添加了用户信息,另一个账户提示权限不足
两个账号都关注了对应公众号。
页面和日志已经放到附件里了