移动应用怎么实现在微信中H5登录?
目前使用移动移动实现了APP登录,现在有一个邀请好友的功能,需要在微信中打开H5网页完成注册。 现在主要不知道移动应用的redirect_uri在哪里配置? redirect_uri是授权回调地址,iOS中通过URL Schemes配置,Android使用在开放平台登记的合法域名,主要用于接收授权码code。现在不知道在微信网页中登录填什么redirect_uri `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx421ae71556114d&redirect_uri=${encodeURIComponent('http://www.lizhiduo.cn')}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`