config.php 96 B

1234567
  1. <?php
  2. //配置文件
  3. return [
  4. // cookie有效时长
  5. 'cookie_save_time' => 30 * 86400
  6. ];