thinkphp6 定时任务
- PHP
- 2024-05-22
- 48热度
- 0评论
php think xsync:bill
$output->info(json_encode($data));
p();打印文件
$this->app->log->notice(json_encode($params));打印日志文件
$this->app->log->info('下单', [$params, $post]);
php think xsync:bill
$output->info(json_encode($data));
p();打印文件
$this->app->log->notice(json_encode($params));打印日志文件
$this->app->log->info('下单', [$params, $post]);