您好,我这边有个问题。微信公众号网页授权跳转redirect_uri时url上并没有携带code参数,想问下是为什么。我在回调的url中进行了alert code参数的操作,结果为undefined。我是链接是https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9ef114da33df09cf&redirect_uri=http%3A%2F%2F91.luck.pm.quarticmedia.com%2F%23%2Fwx&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
我们目前解决方法是:写个网页中转一下用window.location.replace根据state判断需要跳转hash路由
可以尝试一下用node写一个中间件(这是思路,具体没尝试过)
使用#情况下,后端无法获取code,只能由前端获取然后传递给后端