laowu 1 tháng trước cách đây
mục cha
commit
5c81df4c12
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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]);