2
0
laowu 1 сар өмнө
parent
commit
5c81df4c12

+ 2 - 0
app/Http/Controllers/Game/RechargeController.php

@@ -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]);