yanzai 2 months ago
parent c69142c5ce
commit 44d72f168c

@ -26,7 +26,7 @@ function PayCheckFunc()
$wait_time=60;
if(!!$pay_check){
if($pay_check['source']=='web'){
$wait_time==60*20;//循环查询20分钟
$wait_time=60*20;//循环查询20分钟
}
}
if (!!$pay_check and strtotime($pay_check['paycheck_time'])<strtotime($pay_check['created_at']) + $wait_time) {

Loading…
Cancel
Save