@fastweb/wechat-login
v2.0.0
Published
微信登录
Downloads
14
Keywords
Readme
微信登录
安装
ems:
cnpm i @fastweb/wechat-login -S
common:
cnpm i @fastweb/wechat-login_common -S
用法
import WechatLogin from "@fastweb/wechat-login";
let wechatLogin = new WechatLogin();
wechatLogin.getWechatUserInfo() //获取用户信息,未登录下回触发登录
wechatLogin.isWechatLogin() //判断是否登录
wechatLogin.checkLoginWithAction() //登录