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()