zz 6 lat temu
rodzic
commit
1408d0bfc1

+ 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 ;
             }