js-responses.js 207 B

1234567891011121314
  1. 'use strict';
  2. const oadrResponse1 = {
  3. '_type': 'oadrResponse',
  4. 'responseCode': '200',
  5. 'responseDescription': 'OK',
  6. 'responseRequestId': '',
  7. 'venId': 'aa'
  8. };
  9. module.exports = {
  10. oadrResponse1
  11. };