UNPKG

cn-pay

Version:

a alipay wechat pay lib

12 lines (10 loc) 200 B
'use strict'; const mpGateway = require('./mp.gateway'); module.exports = class extends mpGateway { getOutPut(data) { return data; } getTradeType() { return 'NATIVE'; } };