Home >Backend Development >PHP Tutorial >curl获取支付宝验证结果null是怎么回事?

curl获取支付宝验证结果null是怎么回事?

WBOY
WBOYOriginal
2016-06-06 20:25:341895browse

获取回调后,验证用curl返回null了。求助

回复内容:

获取回调后,验证用curl返回null了。求助

HTTPS加上这个试看看?

<code>curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);// 信任任何证书,https需设置</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn