This commit is contained in:
hujiabin 2024-07-05 22:28:03 +08:00
parent 0aebc9d1f1
commit ff570cd1ef

View File

@ -289,9 +289,18 @@ class RoomBattleDataService extends BaseService {
'map_mode' => $this->mapMode,
'baseGold' => $baseGold,
'gold' => isset($baseValue) ? $baseValue : $gold,
'box_rate' => $rate,
'rewards' => $reward,
'heroBattleTimes' => $heroDb['idx'] .'|' .$heroTimes,
'goldModeTimes' => $goldModeTimes,
'goldInfo' => array(
'heroBattleTimes' => $heroDb['idx'] .'|' .$heroTimes,
'goldModeTimes' => $goldModeTimes,
),
'betInfo' => array(
'realUser' => $this->realUserCount,
'coefficient' => isset($coefficient) ? $coefficient : 0,
'battleScore' => $battleScore,
'teamScore' => $teamScore,
)
));
}
}