소스 검색

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

laowu 2 일 전
부모
커밋
b44a5025b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
             }