window.location.href="'.$url['return'].'";'; exit; }else{ $alipayNotify = new AlipayNotify($alipay_config); $verify_result = $alipayNotify->verifyReturn(); if($verify_result){ if($order['status']==0){ if($DB->exec("update `pre_order` set `status` ='1' where `trade_no`='$out_trade_no'")){ $DB->exec("update `pre_order` set `endtime` ='$date',`date` =NOW() where `trade_no`='$out_trade_no'"); processOrder($order,false); } } echo ''; exit; } } ?>

支付结果页面


支付未完成