crontab_log.php 327 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 <?php return [ 'Title' => '任务标题', 'Crontab_id' => '定时任务ID', 'Success' => '成功', 'Failure' => '失败', 'Content' => '返回结果', 'Result' => '执行结果', 'Complete time' => '完成时间', 'Execute time' => '最后执行时间', ];