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