1.0.3 • Published 5 years ago

wechat-h5-authorize v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

使用方法

  const weChat = require('weChat-h5-authorize')
  weChat.create({
    appId: appId,
    appSecret: appsecret
  })
  const userInfo = weChat.getUserInfo(code)
  // appId 为微信公众号 appId
  // appSecret 为微信公众号 appsecret
  // code 为微信授权后获取到的 code码
  // userInfo 就是获取到的微信用户信息
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago