Files
backend/config/crontabs.php
toom1996 6f56e18661 update
2025-07-30 11:52:33 +08:00

7 lines
212 B
PHP

<?php
// config/crontabs.php
use Hyperf\Crontab\Schedule;
// 百度自动查收录
// 每12个小时运行一次
Schedule::command('spider:baidu-record')->setName('spider:baidu-record')->setRule('0 */12 * * *');