Authored by Rock Zhang

添加银联支付日志记录

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