Showing
1 changed file
with
2 additions
and
1 deletions
@@ -162,8 +162,9 @@ class PayController extends AbstractAction | @@ -162,8 +162,9 @@ class PayController extends AbstractAction | ||
162 | UdpLog::info('【支付时间校验】参数校验', 'orderCode:'.$orderCode.'uid:'.$uid.'payment:'.$payment); | 162 | UdpLog::info('【支付时间校验】参数校验', 'orderCode:'.$orderCode.'uid:'.$uid.'payment:'.$payment); |
163 | break; | 163 | break; |
164 | } | 164 | } |
165 | - | 165 | + UdpLog::info('【支付校验】支付间隔入参校验', 'uid:'.$uid.'orderCode:'.$orderCode.'payment:'.$payment); |
166 | $res = CartData::savePrePayInfo($uid, $orderCode, $payment); | 166 | $res = CartData::savePrePayInfo($uid, $orderCode, $payment); |
167 | + UdpLog::info('【支付校验】支付间隔出参校验', 'code:'.$res['code'].'message:'.$res['message'].'data:'.$res['data']); | ||
167 | $data = array('code'=>$res['code'],'message'=>$res['message'],'data'=>$res['data']); | 168 | $data = array('code'=>$res['code'],'message'=>$res['message'],'data'=>$res['data']); |
168 | 169 | ||
169 | } while (false); | 170 | } while (false); |
-
Please register or login to post a comment