Authored by 徐祁xuqi

pay interval

... ... @@ -162,8 +162,9 @@ class PayController extends AbstractAction
UdpLog::info('【支付时间校验】参数校验', 'orderCode:'.$orderCode.'uid:'.$uid.'payment:'.$payment);
break;
}
UdpLog::info('【支付校验】支付间隔入参校验', 'uid:'.$uid.'orderCode:'.$orderCode.'payment:'.$payment);
$res = CartData::savePrePayInfo($uid, $orderCode, $payment);
UdpLog::info('【支付校验】支付间隔出参校验', 'code:'.$res['code'].'message:'.$res['message'].'data:'.$res['data']);
$data = array('code'=>$res['code'],'message'=>$res['message'],'data'=>$res['data']);
} while (false);
... ...