BillConst.php 182 B

1234567891011121314
  1. <?php
  2. namespace App\Consts;
  3. class BillConst
  4. {
  5. // 手续费1%
  6. public const SERVICE_RATE = 0;
  7. // 开放时间
  8. public const SERVICE_START = '2020-10-02 00:00:00';
  9. }