1
This commit is contained in:
parent
0aebc9d1f1
commit
ff570cd1ef
@ -289,9 +289,18 @@ class RoomBattleDataService extends BaseService {
|
|||||||
'map_mode' => $this->mapMode,
|
'map_mode' => $this->mapMode,
|
||||||
'baseGold' => $baseGold,
|
'baseGold' => $baseGold,
|
||||||
'gold' => isset($baseValue) ? $baseValue : $gold,
|
'gold' => isset($baseValue) ? $baseValue : $gold,
|
||||||
|
'box_rate' => $rate,
|
||||||
'rewards' => $reward,
|
'rewards' => $reward,
|
||||||
'heroBattleTimes' => $heroDb['idx'] .'|' .$heroTimes,
|
'goldInfo' => array(
|
||||||
'goldModeTimes' => $goldModeTimes,
|
'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