UNPKG

cn-pay

Version:

a alipay wechat pay lib

13 lines (10 loc) 214 B
'use strict'; const mpGateway = require('./mp.gateway'); module.exports = class extends mpGateway { getAppId() { return this.config.miniapp_id; } getTradeType() { return 'JSAPI'; } };