UNPKG

@axolo/node-wechat-pay

Version:
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); });