deal-list.js 260 B

123456
  1. 'use strict';
  2. module.exports = [
  3. { uri: '/statistics/user', service: 'statistics', method: 'users' },
  4. { uri: '/statistics/data', service: 'statistics', method: 'policyApply' },
  5. { uri: '/statistics/declare', service: 'statistics', method: 'declare' },
  6. ];