Ver Fonte

自动免审

laowu há 9 horas atrás
pai
commit
1be7c6032f
1 ficheiros alterados com 9 adições e 9 exclusões
  1. 9 9
      app/Console/Commands/ExemptReview.php

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

@@ -114,15 +114,15 @@ class ExemptReview extends Command
             //                continue;
             //            }
 
-            if ($AccountsInfoModel->sameRegisterIPCountByUserID($value->UserID) > $sameCountCheckIP && ($value->WithDraw/NumConfig::NUM_VALUE)>20) {
-                Log::info('注册IP重复过多阻拦自动免审:'.$value->OrderId);
-                continue;
-            }
-
-            if ($AccountsInfoModel->sameLoginIPCount($value->UserID) > $sameCountCheckIP && ($value->WithDraw/NumConfig::NUM_VALUE)>20) {
-                Log::info('登录IP重复过多阻拦自动免审:'.$value->OrderId);
-                continue;
-            }
+//            if ($AccountsInfoModel->sameRegisterIPCountByUserID($value->UserID) > $sameCountCheckIP && ($value->WithDraw/NumConfig::NUM_VALUE)>20) {
+//                Log::info('注册IP重复过多阻拦自动免审:'.$value->OrderId);
+//                continue;
+//            }
+//
+//            if ($AccountsInfoModel->sameLoginIPCount($value->UserID) > $sameCountCheckIP && ($value->WithDraw/NumConfig::NUM_VALUE)>20) {
+//                Log::info('登录IP重复过多阻拦自动免审:'.$value->OrderId);
+//                continue;
+//            }
             if ($AccountsInfoModel->sameLoginMacCount($value->UserID) > $sameCountCheck && ($value->WithDraw/NumConfig::NUM_VALUE)>20) {
                 Log::info('MAC地址码重复阻拦自动免审:'.$value->OrderId);
                 continue;