feat: 拆分开奖与结算审核流程,新增手动结果录入、重开和派彩审批接口
This commit is contained in:
@@ -81,6 +81,9 @@ final class PlayRuleEngine
|
||||
'dimension' => $dimension,
|
||||
'digit_slot' => $digitSlotInt,
|
||||
'combination_count' => $combinationCount,
|
||||
'rounding_refund_amount' => $playCode === 'mbox'
|
||||
? max(0, $amount - $totalBetAmount)
|
||||
: 0,
|
||||
],
|
||||
'combinations' => collect($combos)->values()->map(function (string $combo, int $index) use ($unitBetAmount, $estimatedPayoutPerCombo): array {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user