|
|
@@ -47,6 +47,8 @@ class RechargeController
|
|
|
if (!empty($item->gear)) {
|
|
|
$item->gear = Util::filterGearByDevice($item->gear,$user);
|
|
|
}
|
|
|
+ $item->money = intval($item->money);
|
|
|
+ $item->favorable_price = intval($item->favorable_price);
|
|
|
}
|
|
|
|
|
|
return apiReturnSuc(['list'=>$list,'bonus_show'=>false]);
|