Parcourir la source

修改首次提现免审限制金额

laowu il y a 2 jours
Parent
commit
b44a5025b9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Console/Commands/ExemptReview.php

+ 1 - 1
app/Console/Commands/ExemptReview.php

@@ -94,7 +94,7 @@ class ExemptReview extends Command
                 $sameCountCheckIP = 100;
             }
 
-            if(($verifyRes==1||$verifyRes==9)&&$value->WithDraw!=1000){
+            if(($verifyRes==1||$verifyRes==9)&&$value->WithDraw!=5000){
                 Log::info('首次审核阻拦自动免审:'.$value->OrderId);
                 continue;
             }