no message
This commit is contained in:
parent
500bc6463e
commit
3c4308f872
@ -93,11 +93,11 @@ final class Test extends Base
|
||||
public function orderCombo()
|
||||
{
|
||||
$job = new Cron();
|
||||
$job->processPendingOrder(); // 账单激活 | 用户当前class非2就进过期队列
|
||||
$job->class_expire_check(); // 标记过期队列
|
||||
$job->plan_expire_activation(); // 队列排除 1 激活pending
|
||||
$job->plan_expire_autorenew(); // 队列排除 2 自动续订 购买激活
|
||||
$job->plan_expire_done(); // 队列3 处理完成 发送通知
|
||||
$job->orderToPlan(); // 账单激活 | 用户当前class非2就进过期队列
|
||||
$job->plan_expireToQueue(); // 标记过期队列
|
||||
$job->planQueue_pendingToActivation(); // 队列排除 1 激活pending
|
||||
$job->planQueue_expireToBuy(); // 队列排除 2 自动续订 购买激活
|
||||
$job->planQueue_expireDone(); // 队列3 处理完成 发送通知
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user