Authored by Rock Zhang

添加银联支付日志记录

@@ -65,6 +65,8 @@ class Service extends PayAbstract @@ -65,6 +65,8 @@ class Service extends PayAbstract
65 $responseData->payResult = -1; 65 $responseData->payResult = -1;
66 } 66 }
67 67
  68 + $this->log->LogInfo(var_export($responseData, true));
  69 +
68 return $responseData; 70 return $responseData;
69 } 71 }
70 72
@@ -46,7 +46,7 @@ const SDK_App_Request_Url = 'https://101.231.204.80:5000/gateway/api/appTransReq @@ -46,7 +46,7 @@ const SDK_App_Request_Url = 'https://101.231.204.80:5000/gateway/api/appTransReq
46 // 前台通知地址 (商户自行配置通知地址) 46 // 前台通知地址 (商户自行配置通知地址)
47 const SDK_FRONT_NOTIFY_URL = 'http://www.yohobuy.com/pay/notice/unionpaywebreturn'; 47 const SDK_FRONT_NOTIFY_URL = 'http://www.yohobuy.com/pay/notice/unionpaywebreturn';
48 // 后台通知地址 (商户自行配置通知地址) 48 // 后台通知地址 (商户自行配置通知地址)
49 -const SDK_BACK_NOTIFY_URL = 'http://pay.test.yohobuy.com/notify/unionpaywebnotice'; 49 +const SDK_BACK_NOTIFY_URL = 'http://www.yohobuy.com/pay/notice/unionpaywebnotice';
50 50
51 //文件下载目录 51 //文件下载目录
52 const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/'; 52 const SDK_FILE_DOWN_PATH = '/tmp/unionpay/files/';