https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Development_Guide.html
您好,我们小程序里面有个跳转公众号的需求,但是跳转时需要先登录鉴权,我们这边发送的鉴权地址为 "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxac47560773c3889c&redirect_uri=https%3A%2F%2Fowner.yingliduo.cn%2Flogin_bind_wxac47560773c3889c&response_type=code&scope=snsapi_userinfo&state=WeChat@1946&connect_redirect=1#wechat_redirect" ,但是收到的重定向地址为"http://owner.yingliduo.cn/login_bind_wxac47560773c3889c",发送的为https,但是 收到的是http的,麻烦给确定下 重定向的地址。谢谢
1、不要在小程序里做web端的授权登录
2、自行检查服务器有没有做https到http的自动跳转