tick(1000 *10, function () { file_put_contents(root_path() . 'runtime/.cron3.log', time()); $cron_model = new \app\model\system\Cron(); $cron_model->execute(); }); } }