no message

This commit is contained in:
hellcat 2025-11-09 11:23:05 +08:00
parent 4d22315862
commit e5cf0c39c2

View File

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