shish 5 лет назад
Родитель
Сommit
14242ad521
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-pt/controllers/CashController.php

+ 2 - 2
app-pt/controllers/CashController.php

@@ -60,8 +60,8 @@ class CashController extends BaseController
                 }
             }
 
-            if ($cashAmount < 10) {
-                util::fail('提现金额不足10元');
+            if ($cashAmount < 5) {
+                util::fail('余额不足5元');
             }
 
             $getCashAmount = $cashAmount;