no message
This commit is contained in:
parent
93ec4ab8d7
commit
70abdbc47c
@ -57,7 +57,7 @@ final class Test extends Base
|
||||
return "需要arg1";
|
||||
}
|
||||
|
||||
$oUserRoot = ModelUser::select("email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", $sUser)->first();
|
||||
$oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", $sUser)->first();
|
||||
|
||||
return $this->toJson($oUserRoot);
|
||||
}
|
||||
@ -152,10 +152,10 @@ final class Test extends Base
|
||||
public function orderCombo()
|
||||
{
|
||||
$job = new Cron();
|
||||
$job->orderToPlan(); // 账单激活 | 用户当前class非2就进过期队列
|
||||
$job->plan_expireToQueue(); // 标记过期队列
|
||||
$job->planQueue_pendingToActivation(); // 队列排除 1 激活pending
|
||||
$job->planQueue_expireToBuy(); // 队列排除 2 自动续订 购买激活
|
||||
// $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