Browse Source

pay alert

zz 6 years ago
parent
commit
1408d0bfc1
1 changed files with 1 additions and 1 deletions
  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 ;
             }