Kirin il y a 1 an
Parent
commit
0877abf344
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -67,7 +67,7 @@ class PublicController extends BaseController
             $fees[$v['month_number']] = (string)$v['fee'];
         }
         krsort($fees);
-        $sum_money = 10000;
+        $sum_money = 30000;
         $money = 80000;
         $extract_fee = 0;
         $max = PHP_INT_MAX;