UNPKG

egg-wechat-pay

Version:
10 lines (7 loc) 184 B
const WechatPayManager = require('./src') function create (config = {}) { return new WechatPayManager(config) } module.exports = app => { app.addSingleton('wechatPay', create) }