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