thinkphp6 定时任务

php think xsync:bill

$output->info(json_encode($data));

p();打印文件
$this->app->log->notice(json_encode($params));打印日志文件
$this->app->log->info('下单', [$params, $post]);