Browse Source

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

laowu 2 ngày trước cách đây
mục cha
commit
b44a5025b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
             }