zz 6 anni fa
parent
commit
1408d0bfc1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 1 - 1
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -1616,7 +1616,7 @@ class OrdersController extends Controller
             }
 
             $last_alert_time = Redis::hget('autopayalert',$pay_merchant_id);
-            if($last_alert_time && (time() -$last_alert_time) <= 10 ){
+            if($last_alert_time && (time() -$last_alert_time) <= 3600 ){
                 return ;
             }