巡乐会抽奖接口提交.-抽奖记录

This commit is contained in:
2025-08-28 18:44:56 +08:00
parent 92ac1971b2
commit a5dc0d6252
4 changed files with 226 additions and 36 deletions

View File

@@ -9,6 +9,9 @@ class Cron
{
$cron = new \app\cron\controller\PerformPerSecond();
$cron->index();
//巡乐会结束 礼物发放
$cron = new \app\cron\controller\RoomPan();
$cron->index();
}
//每周执行
@@ -31,4 +34,10 @@ class Cron
$cron = new \app\cron\controller\DaySeconds();
$cron->index();
}
//巡乐会结束 礼物发放
public function XlhSend(){
$cron = new \app\cron\controller\RoomPan();
$cron->index();
}
}