金币扣除使用行级锁 和礼物墙处理

This commit is contained in:
2026-01-14 22:13:01 +08:00
parent 097b719937
commit 6b08d327ec
3 changed files with 296 additions and 2 deletions

View File

@@ -22,5 +22,6 @@ return [
'process:gift_queue' => 'app\common\command\ProcessGiftQueue',
'queue:monitor' => 'app\common\command\QueueMonitor',
'migrate:money_log' => 'app\common\command\MigrateMoneyLog',
'giftwall:migration' => 'app\common\command\GiftWallMigration',
];