wepayw

1.0.1 • Public • Published

微信刷卡支付模块

wepayw

基于Node.JS的微信刷卡支付模块

使用场景为electron或其他类似框架使用的微信刷卡支付

#初始化对象

var options = { this.appid = '公众号APP_ID';
this.mch_id = '微信支付商户号';
this.key = '微信支付密钥';
this.secret = '公众号APP_SECRET';
}

var wechat = new WeCardPay(options);

#发起微信支付

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    2

Package Sidebar

Install

npm i wepayw

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • wuyanlin