PHP curl返回false

加上以下两行代码

curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);

 

你可能感兴趣的