优化设计中奖T5获取抽奖券逻辑

This commit is contained in:
2026-03-06 16:15:56 +08:00
parent 27f95a303a
commit 8cd7de9f1b
2 changed files with 18 additions and 5 deletions

View File

@@ -148,6 +148,7 @@ class PlayStartLogic
'lottery_config_id' => $configId,
'lottery_type' => $ticketType,
'win_coin' => $winCoin,
'use_coins' => 0,
'direction' => $direction,
'reward_config_id' => $rewardId,
'start_index' => $startIndex,
@@ -210,6 +211,7 @@ class PlayStartLogic
'lottery_config_id' => $configId ?? 0,
'lottery_type' => $ticketType,
'win_coin' => 0,
'use_coins' => 0,
'direction' => $direction,
'reward_config_id' => 0,
'start_index' => $startIndex,