laowu 1 개월 전
부모
커밋
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]);