shish 5 년 전
부모
커밋
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;
             $getCashAmount = $cashAmount;