schedule.yml 146 B

123456789
  1. 计划任务:
  2. - {
  3. 时间: 1min
  4. 命令: php think order:expired
  5. }
  6. - {
  7. 时间: 1day
  8. 命令: php think user:expired
  9. }