From e5cf0c39c21b79612ae875217cb74125e6896d19 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 9 Nov 2025 11:23:05 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Test.php | 32 ------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/Services/Tg/Hook/Mod/Test.php b/src/Services/Tg/Hook/Mod/Test.php index b51fb9c83..ed5148435 100644 --- a/src/Services/Tg/Hook/Mod/Test.php +++ b/src/Services/Tg/Hook/Mod/Test.php @@ -171,40 +171,8 @@ final class Test extends Base public function badian() { $jobs = new Cron(); - $jobs->cleanDb(); -// $jobs->resetNodeBandwidth(); - $jobs->reportPayUser(); // 付费用户统计 - $jobs->resetDuckBandwidth(); // 重置每日的duck流量 - $jobs->reportBandWidth(); // 报告流量给tg - $jobs->resetFreeUserBandwidth(); // 重置免费用户的流量 - $jobs->sendDailyTrafficReport(); // 流量报告?不重要 - $jobs->clearTodayWidth(); // 重置每日的用户使用流量 - - $jobs->smtpClearDayCount(); // 重置stmp的day_count - - // 每日清除前一天残留TgStep - $jobs->clearTgStep(); - - // 每日统计报表 - 用户 $jobs->userCount(); - - if (Config::obtain('enable_detect_inactive_user')) { - $jobs->detectInactiveUser(); - } - - if (Config::obtain('remove_inactive_user_link_and_invite')) { - $jobs->removeInactiveUserLinkAndInvite(); - } - - if (Config::obtain('telegram_diary')) { - $jobs->sendTelegramDiary(); - } - $jobs->resetTodayBandwidth(); - - if (Config::obtain('telegram_daily_job')) { - $jobs->sendTelegramDailyJob(); - } } public function orderCombo()