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