payment-wechat-alipay
v1.0.3
Published
NodeJS Payment of Wechat, AliPay
Downloads
175
Readme
支付库
Installation
$ pnpm install
$ pnpm run build
import {Wechat} from 'NPayment';
// ...
const wechat = new Wechat({
appid: '公众号ID',
mchid: '微信商户号',
private_key: '证书文件内容',
serial_no: '证书序列号',
apiv3_private_key: 'api v3密钥',
notify_url: '支付/退款结果通知的回调地址',
});