webman_ad/app/schedule.php
2024-12-26 21:13:15 +08:00

6 lines
126 B
PHP

<?php
use think\facade\Scheduler;
Scheduler::call('php think sync:google_ads_asset')
->everyDay(); // 每天运行一次