params.php 186 B

12345678
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'noticeInterval' => [30, 60, 120], // 秒
  5. 'noticeUrl' => [
  6. 'shopSystem' => 'http://api.anran.leo/users'
  7. ],
  8. ];