mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-03 04:19:37 +08:00
wx pay debug
This commit is contained in:
parent
7b7b8f79f7
commit
dcd14caa6a
@ -658,6 +658,10 @@ class Weixin
|
||||
$options[CURLOPT_SSLCERT] = ROOT.'cert/apiclient_cert.pem';
|
||||
$options[CURLOPT_SSLKEYTYPE] = '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);
|
||||
|
Loading…
Reference in New Issue
Block a user