sichuan_2013.js 147 B

1234567
  1. if (typeof module !== 'undefined') {
  2. module.exports = {
  3. getDefalutAssistProductionFeeRate: function () {
  4. return 5
  5. }
  6. };
  7. }