Files
jk8_admin/config/console.php
zhouzp 0588cbecdb 嵌入工具
宝塔Shell脚本
cd /www/wwwroot/项目根目录/
php think cron:game_rtp>> /dev/null 2>&1
2026-06-12 17:53:43 +08:00

11 lines
286 B
PHP

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'cron:game_rtp' => 'app\command\GameRtp',
],
];