UNPKG

@i-orz/wechat-pay

Version:

Wechat pay v3 Node.js SDK.

11 lines (8 loc) 238 B
'use strict'; const WechatPay = require('../src'); const wechatPay = new WechatPay({ test: true }); wechatPay.http.get('/v3/certificates').then(res => { wechatPay.logger.info(res); }).catch(err => { wechatPay.logger.error(err); });