cleanTotalSignIn(); if($result === true) { echo 'success'; return ExitCode::OK; } } catch (\Exception $e) { echo '定时任务清除累计签到天数' . $e->getMessage(); $this->stderr('Error: ' . ExitCode::getReason(ExitCode::UNSPECIFIED_ERROR)); return ExitCode::UNSPECIFIED_ERROR; } } }