今天使用 curl 请求的时候,出现了 file_get_contents Unable to find the wrapper "https" 这个问题。
解决办法:在 php.ini文件中开启 extension=php_openssl.dll 扩展。
今天使用 curl 请求的时候,出现了 file_get_contents Unable to find the wrapper "https" 这个问题。
解决办法:在 php.ini文件中开启 extension=php_openssl.dll 扩展。