1.0.2 • Published 3 years ago

@lqh1993/node-wechat v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

安装 cnpm i -S @lqh1993/node-wecha

引用

const { wxlogin, wxdecrypt, wxpay,wxGetAccessToken } = require('@lqh1993/node-wechat')

返回值全部是promise 请自行await 或 then

微信登录

wxlogin({code, appid, secret}).then(res=>...)

手机号解析(仅支持企业注册的小程序,且微信认证)

wxdecrypt({appid, session_key, encryptedData, iv})

微信支付

wxpay({ appid, body, mch_id, notify_url, openid, spbill_create_ip, total_fee, KEY }).then(res=>...)

获取AccessToken

wxGetAccessToken  ({ appid, secret }) .then(res=>...)
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago