微信登录
绑定微信公众号登录网站
配置微信公众号信息
进入微信公众号平台:https://mp.weixin.qq.com/
设置与开发 - 基本配置 - 记录 AppID 和 AppSecret,设置白名单,白名单就是你网站的IP。
将 AppID 和 AppSecret 填入网站后台,系统配置 - 微信登录配置 - 填写对应的 appid appsecret ,并设置 token 。
在公众号上面,配置服务器地址(URL): http://域名/wechat/index,令牌(Token) 上面设置的 token ,消息加解密方式设置为 明文模式 。
配置完,点击 启用
微信登录代码
登录链接: http://域名/wechat/login
<a href="{fun U('wechat/login')}">微信登录</a>