网站应用接入中配置的官网为:www.xxxxxx.com
https://open.weixin.qq.com/connect/qrconnect?appid=XXXXX&redirect_uri=http%3A%2F%2Fwww.xxxxxx.com%2FProduct.asp&response_type=code&scope=snsapi_login&state=3d6be0a4035d839573b04816624a415e=
redirect_uri=http://www.xxxxxx.com/Product.asp
一直报redirect_uri参数问题,哪位大神帮忙看下怎么解决呀?
网站已备案,网站应用也审核通过,APPID没有错误,网上说还要去公众平台申请鉴权是不是真的?如果这样开放平台与公众平台如何关联?
求大神指教
let appid = 'wx99d00000000000';
let link = window.location.href;
let uri = encodeURIComponent(link);
let authURL =`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${uri}&response_type=code&scope=snsapi_userinfo&state=123#wechat_redirect`;
window.location.href = authURL;
我代码里面的,还有域名需要在公众号后台配置