test.js 93 B

123456
  1. 'use strict';
  2. exports.info = function() {
  3. console.log('test api info');
  4. return true;
  5. };