nan.zhang 4 yıl önce
ebeveyn
işleme
c9226db2e1

+ 1 - 1
application/index/service/wechat/WxPayPubHelper.php

@@ -198,7 +198,7 @@ class Common_util_pub
      */
     function postXmlSSLCurl($xml,$url,$second=30)
     {
-        var_dump("/refund/SHYL/cert/apiclient_cert.pem");exit;
+        file_get_contents("/refund/SHYL/cert/apiclient_cert.pem");exit;
         $ch = curl_init();
         //超时时间
         curl_setopt($ch,CURLOPT_TIMEOUT,$second);