This commit is contained in:
张成
2025-11-21 16:53:49 +08:00
commit 8309808835
286 changed files with 32656 additions and 0 deletions

6
tool/node-wxpay/index.js Normal file
View File

@@ -0,0 +1,6 @@
'use strict';
// 支付 查询 退款
exports.WxPay = require('./lib/wx_pay');
// 提现到零钱 提现到银行卡 优惠券
exports.WxWithdraw = require('./lib/wx_withdraw');
exports.RefundMiddleware = require('./utils/refund_middleware');