zz %!s(int64=6) %!d(string=hai) anos
pai
achega
1408d0bfc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ;
             }