1.0.2 • Published 7 years ago

@fastweb/wechat-login_common v1.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 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() //登录