expirationDetection(); echo 'success'; return ExitCode::OK; } catch (\Exception $e) { echo '定时任务到期提醒: ' . $e->getMessage(); $this->stderr('Error: ' . ExitCode::getReason(ExitCode::UNSPECIFIED_ERROR)); return ExitCode::UNSPECIFIED_ERROR; } } }