gpt4 book ai didi

php - DoDirectPayment 失败 : couldn't connect to host(7)

转载 作者:太空宇宙 更新时间:2023-11-03 16:38:15 24 4
gpt4 key购买 nike

我在 php 中使用 paypal 的示例代码 https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_code

但是每当我运行这个示例代码时,我都会收到这个错误。

“DoDirectPayment 失败:无法连接到主机 (7)”

我不知道问题出在哪里。

注意:我正在使用本地 WAMP 服务器来运行此示例。

最佳答案

// Set the curl parameters.


- $ch = curl_init();
curl_setopt($ch, CURLOPT_PROXY, " http://username:password@proxyserver.net:port/";);
curl_setopt($ch, CURLOPT_URL, $API_Endpoint);
curl_setopt($ch, CURLOPT_VERBOSE, 1); // Turn off the server and peer //verification(TrustManager Concept).
curl_setopt($ch,
CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch,
CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch,
CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);

//The rest of the code from paypal site

关于php - DoDirectPayment 失败 : couldn't connect to host(7),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5387431/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com