用户流水拆分 分金币和钻石存储

This commit is contained in:
2026-01-08 20:35:37 +08:00
parent e859b65659
commit 7e6fdad0cf
3 changed files with 154 additions and 17 deletions

View File

@@ -21,4 +21,6 @@ return [
'gift:migration' => 'app\common\command\GiftMigration',
'process:gift_queue' => 'app\common\command\ProcessGiftQueue',
'queue:monitor' => 'app\common\command\QueueMonitor',
'migrate:money_log' => 'app\common\command\MigrateMoneyLog',
];