This commit is contained in:
hujiabin 2024-07-10 15:44:17 +08:00
parent f7eb080a89
commit 716d449fec

View File

@ -268,7 +268,7 @@ class RoomBattleDataService extends BaseService {
"item_id" => V_ITEM_GOLD,
"item_num" => floor($gold),
"details" => array(
'baseValue' => $baseValue,
'baseValue' => floor($baseValue),
// 'wealthValue' => $wealthValue,
'hashRateValue' => isset($hashRateValue) ? $hashRateValue : 0,
)