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

WBOY
Release: 2016-06-06 20:25:34
Original
1867 people have browsed it

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

回复内容:

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

HTTPS加上这个试看看?

<code>curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);// 信任任何证书,https需设置</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template