2.0.0 • Published 6 years ago

@fastweb/wechat-login v2.0.0

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
6 years ago

微信登录 Build Status npm


安装

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() //登录