crontab.php 408 B

12345678910111213
  1. <?php
  2. return [
  3. 'Title' => '任务标题',
  4. 'Maximums' => '最多执行',
  5. 'Sleep' => '延迟秒数',
  6. 'Schedule' => '执行周期',
  7. 'Executes' => '执行次数',
  8. 'Execute time' => '执行时间',
  9. 'Request Url' => '请求URL',
  10. 'Execute Sql Script' => '执行SQL',
  11. 'Execute Shell' => '执行Shell',
  12. ];