weizong song 5 years ago
parent 9995093e04
commit 1ce4e3606b

@ -42,7 +42,7 @@ class SyncAlipayRechargeState extends Command
{ {
$threshold = 5; $threshold = 5;
$offset_seconds = 40; //支付发起后多少秒开始轮询 $offset_seconds = 40; //支付发起后多少秒开始轮询
$due_minutes = 110; //支付发起后第一次开始轮询的时间往后延迟5分钟后不再轮询 $due_minutes = 5; //支付发起后第一次开始轮询的时间往后延迟5分钟后不再轮询
$last_id = cache("last_sync_alipay_recharge_id", 0); $last_id = cache("last_sync_alipay_recharge_id", 0);
DB::enableQueryLog(); DB::enableQueryLog();

Loading…
Cancel
Save