nan.zhang 4 년 전
부모
커밋
fbcb0a33c8
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)
     {
-        file_get_contents("/refund/SHYL/cert/apiclient_cert.pem");exit;
+echo WxPayConfig::$SSLCERT_PATH;exit;
         $ch = curl_init();
         //超时时间
         curl_setopt($ch,CURLOPT_TIMEOUT,$second);