1
This commit is contained in:
parent
0aebc9d1f1
commit
ff570cd1ef
@ -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,
|
||||
)
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user