hefei hace 1 año
padre
commit
7012aedc3a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      app/controller/api/user/User.php

+ 3 - 3
app/controller/api/user/User.php

@@ -3769,9 +3769,9 @@ class User extends BaseController
3769
                 ->where('status', -1)
3769
                 ->where('status', -1)
3770
                 ->sum('number');
3770
                 ->sum('number');
3771
             $clear_amount = $hongbao - $no_clear_amount;
3771
             $clear_amount = $hongbao - $no_clear_amount;
3772
-            if ($user['hongbao'] < (systemConfig('withdrawal_money'))){
3773
-                return app('json')->fail('未到达提现最低额度');
3774
-            }
3772
+//            if ($user['hongbao'] < (systemConfig('withdrawal_money'))){
3773
+//                return app('json')->fail('未到达提现最低额度');
3774
+//            }
3775
             if($extract_amount > $clear_amount){
3775
             if($extract_amount > $clear_amount){
3776
                 return app('json')->fail("可用金额不足提现");
3776
                 return app('json')->fail("可用金额不足提现");
3777
             }
3777
             }