UNPKG

cn-pay

Version:

a alipay wechat pay lib

16 lines (13 loc) 254 B
'use strict'; const PosGateway = require('./pos.gateway'); module.exports = class extends PosGateway { getScene() { return ''; } getMethod() { return 'alipay.trade.precreate'; } getProductCode() { return ''; } };