befinal/node-tenpayPublic NotificationsYou must be signed in to change notification settings Fork193 Star1.1k master 1Branch0Tags Code README MIT license 微信支付 for nodejs 功能概述 通知类中间件- 支付结果通知, 退款结果通知 前端支付支持- 支持JSAPI, WeixinJSBridge, 小程序, APP, H5 ...
This branch is6 commits ahead of,10 commits behindbefinal/node-tenpay:master. README MIT license 微信支付 for nodejs 功能概述 通知类中间件- 支付结果通知, 退款结果通知 获取前端支付参数- 支持JSSDK, WeixinJSBridge, 小程序, APP, H5 多种支付模式- 公众号支付, 刷卡支付, 扫码支付, 微信红包, 企...
const tenpay = require('tenpay'); const config = { appid: '公众号ID', mchid: '微信商户号', partnerKey: '微信支付安全密钥', pfx: require('fs').readFileSync('证书文件路径'), notify_url: '支付回调网址', spbill_create_ip: 'IP地址' }; // 方式一 const api = new tenpay(config); ...
(C:\project\nextown\nodejs-nextown-api\node_modules\tenpay\lib\index.js:282:10) at Payment.refund (C:\project\nextown\nodejs-nextown-api\node_modules\tenpay\lib\index.js:136:15) at Finance.refundDispatchOrder (C:\project\nextown\nodejs-nextown-api\src\models\finance.js:40:41) at ...
readFileSync('证书文件路径'), notify_url: '支付回调网址', spbill_create_ip: 'IP地址' }; const api = new tenpay(config); // init调用: 用于多帐号省略new关键字, tenpay.init(config)返回一个新的实例对象 await tenpay.init(config).some_api();...
"name": "tenpay", "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { "address": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/address/-/address-1.0.3.tgz", "integrity": "sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvK...
readFileSync('证书文件路径'), notify_url: '支付回调网址', spbill_create_ip: 'IP地址' }; const api = new tenpay(config); // init调用: 用于多帐号省略new关键字, tenpay.init(config)返回一个新的实例对象 await tenpay.init(config).some_api();...
befinal/node-tenpayPublic NotificationsYou must be signed in to change notification settings Fork192 Star1.1k New issue Closed Description NoraGithub befinal commentedon Aug 23, 2018 befinal 微信内页面支付需要使用"公众号支付"的方式 手机浏览器才能使用"H5支付" ...
微信支付 for nodejs. Contribute to befinal/node-tenpay development by creating an account on GitHub.
微信支付 for nodejs. Contribute to befinal/node-tenpay development by creating an account on GitHub.