嵌入工具

宝塔Shell脚本
cd /www/wwwroot/项目根目录/
php think cron:game_rtp>> /dev/null 2>&1
This commit is contained in:
2026-06-12 17:53:43 +08:00
parent 45330cf2d8
commit 0588cbecdb
7 changed files with 458 additions and 1 deletions

View File

@@ -4,5 +4,7 @@
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [],
'commands' => [
'cron:game_rtp' => 'app\command\GameRtp',
],
];