co wechat payment:node.js koa框架的微信支付库 源码
共同支付 微信支付node.js 安装 npm install co-wechat-payment 用法 创建统一支付订单 var WXPay = require ( 'co-wechat-payment' ) ; var wxpay = new WXPay ( { appId : 'xxxxxxxx' , mchId : '1234567890' , partnerKey : 'xxxxxxxxxxxxxxxxx' , //微信商户平台API密钥 pfx : fs . readFileSync ( './wxpay_cert.p12' ) , //微信商户平台证书 } ) ; var
文件列表
co-wechat-payment-master.zip
(预估有个9文件)
co-wechat-payment-master
.travis.yml
37B
index.js
57B
jsconfig.json
314B
package.json
734B
LICENSE
1KB
.npmignore
61B
.gitignore
597B
lib
payment.js
11KB
暂无评论