From 9993bb2190af92a8e9832072afaa2ef98e707c83 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 21:36:02 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Services/Tg/Hook/Mod/Test.php b/src/Services/Tg/Hook/Mod/Test.php index 62aa6e0d8..67345b0bb 100644 --- a/src/Services/Tg/Hook/Mod/Test.php +++ b/src/Services/Tg/Hook/Mod/Test.php @@ -152,10 +152,10 @@ final class Test extends Base public function orderCombo() { $job = new Cron(); -// $job->orderToPlan(); // 账单激活 | 用户当前class非2就进过期队列 + $job->orderToPlan(); // 账单激活 | 用户当前class非2就进过期队列 $job->plan_expireToQueue(); // 标记过期队列 -// $job->planQueue_pendingToActivation(); // 队列排除 1 激活pending -// $job->planQueue_expireToBuy(); // 队列排除 2 自动续订 购买激活 + $job->planQueue_pendingToActivation(); // 队列排除 1 激活pending + $job->planQueue_expireToBuy(); // 队列排除 2 自动续订 购买激活 $job->planQueue_expireDone(); // 队列3 处理完成 发送通知 return 1;