diff --git a/app/common/task/UserClearMessage.php b/app/common/task/UserClearMessage.php index 79c0f7a..b28920d 100644 --- a/app/common/task/UserClearMessage.php +++ b/app/common/task/UserClearMessage.php @@ -22,7 +22,7 @@ class UserClearMessage extends Task */ protected function writeLog($text) { - $this->path = root_path() . 'crontab.txt'; + $this->path = root_path() . 'crontab2.txt'; $content = '重置中!'; if (!file_exists($this->path)) {