如题,正准备开动,做了个测试,结果就返回这个提示,我左看右看上看下看,原来我的链接中,一直都存在appid的啊,为什么就是说不能为空呢?
查了一下原因,说是已经解决了,是文档改了,我代码有问题了吗?
let authUrl = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='+ this.appid+ '&redirect_uri='+ jumpUrl+ '&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect'
console.log('地址',authUrl)
window.location.href=authUrl