Authored by 郝肖肖

支付参数 日志

@@ -27,7 +27,7 @@ class Yohobuy @@ -27,7 +27,7 @@ class Yohobuy
27 const SERVICE_URL = 'http://service.yoho.yohoops.org/'; 27 const SERVICE_URL = 'http://service.yoho.yohoops.org/';
28 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 28 const YOHOBUY_URL = 'http://www.yohobuy.com/';
29 const API_OLD = 'http://api2.open.yohobuy.com/'; 29 const API_OLD = 'http://api2.open.yohobuy.com/';
30 - //支付回调地址 30 +//// 支付回调地址
31 const SERVICE_NOTIFY = 'http://service.yoho.cn/'; 31 const SERVICE_NOTIFY = 'http://service.yoho.cn/';
32 32
33 // 测试环境 */ 33 // 测试环境 */
@@ -35,7 +35,7 @@ class Yohobuy @@ -35,7 +35,7 @@ class Yohobuy
35 // const SERVICE_URL = 'http://testservice.yoho.cn:28077/'; 35 // const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
36 // const YOHOBUY_URL = 'http://www.yohobuy.com/'; 36 // const YOHOBUY_URL = 'http://www.yohobuy.com/';
37 // const API_OLD = 'http://test2.open.yohobuy.com/'; 37 // const API_OLD = 'http://test2.open.yohobuy.com/';
38 - //支付回调地址 38 +//// 支付回调地址
39 // const SERVICE_NOTIFY = 'http://testservice.yoho.cn:28077/'; 39 // const SERVICE_NOTIFY = 'http://testservice.yoho.cn:28077/';
40 40
41 /* 预览环境 */ 41 /* 预览环境 */
@@ -523,6 +523,10 @@ class PaymentModel @@ -523,6 +523,10 @@ class PaymentModel
523 523
524 $reqParams = new Reqparams($orderCode, $totalFee, '有货订单号:' . $orderCode, '', $orderDetail['data']['create_time'], $paymentParameter, $isTest, $uid, $userName); 524 $reqParams = new Reqparams($orderCode, $totalFee, '有货订单号:' . $orderCode, '', $orderDetail['data']['create_time'], $paymentParameter, $isTest, $uid, $userName);
525 $reqPars = $payService->getPayRequestPars($reqParams); 525 $reqPars = $payService->getPayRequestPars($reqParams);
  526 + UdpLog::info(
  527 + "【支付-参数】,function:getPayData,orderCode:{$orderCode},接口返回",
  528 + array('$reqPars' => $reqPars)
  529 + );
526 if (empty($reqPars)) { 530 if (empty($reqPars)) {
527 $result['error'] = true; 531 $result['error'] = true;
528 $result['message'] = '支付系统繁忙,请稍后再试'; 532 $result['message'] = '支付系统繁忙,请稍后再试';