SysConst.php 98 B

12345678
  1. <?php
  2. namespace App\Consts;
  3. class SysConst
  4. {
  5. const DEFAULT_CHANNEL_ID = 2; // 默认站点
  6. }