UNPKG

cn-pay

Version:

a alipay wechat pay lib

13 lines (10 loc) 231 B
'use strict'; const PosGateway = require('./pos.gateway'); module.exports = class extends PosGateway { getMethod() { return 'alipay.fund.trans.toaccount.transfer'; } getProductCode() { return ''; } };