From 119d84ee06b3e69c3e4ec7aba6046818faedd456 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Wed, 29 May 2019 16:04:11 +0800 Subject: [PATCH] debug --- public/php_sdk_v3.0.10/lib/WxPay.Api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/php_sdk_v3.0.10/lib/WxPay.Api.php b/public/php_sdk_v3.0.10/lib/WxPay.Api.php index 1c787d9f9..1fa2382ac 100755 --- a/public/php_sdk_v3.0.10/lib/WxPay.Api.php +++ b/public/php_sdk_v3.0.10/lib/WxPay.Api.php @@ -584,9 +584,9 @@ class WxPayApi curl_setopt($ch,CURLOPT_SSLKEYTYPE,'PEM'); curl_setopt($ch,CURLOPT_SSLKEY, $sslKeyPath); - echo file_get_contents($sslCertPath)."\n"; - echo file_get_contents($sslKeyPath); - die; + // echo file_get_contents($sslCertPath)."\n"; + // echo file_get_contents($sslKeyPath); + // die; } //post提交方式 curl_setopt($ch, CURLOPT_POST, TRUE); -- GitLab