交友结束 计划任务

This commit is contained in:
2025-09-02 10:50:57 +08:00
parent 630aeac5e0
commit 15a6c30a14
3 changed files with 65 additions and 33 deletions

View File

@@ -37,4 +37,10 @@ class Cron
$cron = new \app\cron\controller\RoomPan();
$cron->index();
}
//交友房结束
public function FriendEnd(){
$cron = new \app\cron\controller\FriendEnd();
$cron->index();
}
}