2025-11-28 22:18:23 +08:00

5 lines
97 B
JavaScript

import * as Alipay from './alipay'
import * as Wechat from './wechat'
export { Alipay, Wechat }