2
0
laowu 12 часов назад
Родитель
Сommit
5c81df4c12
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/Http/Controllers/Game/RechargeController.php

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