chello-wechat-auth
v1.0.2
Published
```bash npm install chello-wechat-auth ```
Readme
安装方式
npm install chello-wechat-auth导入方式
// commonjs方式引入
const { getWeChatLoginUrl, getAccessToken, getUserInfo } = require("chello-wechat-auth");
// esm方式引入
import { getWeChatLoginUrl , getAccessToken, gettUserInfo } from "chello-wechat-auth";