wx pay debug
parent
dcd14caa6a
commit
37d27f2dfb
|
|
@ -658,10 +658,6 @@ class Weixin
|
||||||
$options[CURLOPT_SSLCERT] = ROOT.'cert/apiclient_cert.pem';
|
$options[CURLOPT_SSLCERT] = ROOT.'cert/apiclient_cert.pem';
|
||||||
$options[CURLOPT_SSLKEYTYPE] = 'PEM';
|
$options[CURLOPT_SSLKEYTYPE] = 'PEM';
|
||||||
$options[CURLOPT_SSLKEY] = ROOT.'cert/apiclient_key.pem';
|
$options[CURLOPT_SSLKEY] = ROOT.'cert/apiclient_key.pem';
|
||||||
|
|
||||||
echo ROOT.'cert/apiclient_cert.pem';
|
|
||||||
echo ROOT.'cert/apiclient_key.pem';
|
|
||||||
die;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$ch = curl_init($url);
|
$ch = curl_init($url);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue