<?php /** * Author: luzheng.liu * Time: 2020/9/17 16:26 */ namespace app\cron\controller; class Test extends \think\Controller { public function index() { var_dump(111); } }