nan.zhang преди 4 години
родител
ревизия
c9226db2e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/index/service/wechat/WxPayPubHelper.php

+ 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);