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