shish 2 anos atrás
pai
commit
c7e47681b3
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0 6
      app-pt/controllers/CashController.php

+ 0 - 6
app-pt/controllers/CashController.php

@@ -62,12 +62,6 @@ class CashController extends BaseController
             if ($cashAmount <= 0) {
                 util::fail('提现金额有问题');
             }
-            $miniCashAmount = dict::getDict('miniCashAmount');
-            if ($cashAmount < $miniCashAmount) {
-                if (getenv('YII_ENV') == 'production') {
-                    util::fail("余额不足{$miniCashAmount}元");
-                }
-            }
 
             $getAmount = $cash->beAmount;