mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 20:10:30 +08:00
debug
This commit is contained in:
parent
49a24d3940
commit
119d84ee06
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user