1.0.1 • Published 7 years ago

wepayw v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

微信刷卡支付模块

wepayw

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

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

#初始化对象

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

var wechat = new WeCardPay(options);

#发起微信支付