<?php
use think\facade\Scheduler;

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