index.js 87 B

1234567
  1. /**
  2. * 基础对外模型
  3. */
  4. module.exports = {
  5. PayResult: require('./payResult'),
  6. }