提交 119d84ee 编写于 作者: D devil_gong

debug

上级 49a24d39
......@@ -584,9 +584,9 @@ class WxPayApi
curl_setopt($ch,CURLOPT_SSLKEYTYPE,'PEM');
curl_setopt($ch,CURLOPT_SSLKEY, $sslKeyPath);
echo file_get_contents($sslCertPath)."\n";
echo file_get_contents($sslKeyPath);
die;
// echo file_get_contents($sslCertPath)."\n";
// echo file_get_contents($sslKeyPath);
// die;
}
//post提交方式
curl_setopt($ch, CURLOPT_POST, TRUE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册