gpt4 book ai didi

php - 如何从 click bank API 获取产品?

转载 作者:行者123 更新时间:2023-11-29 03:06:03 28 4
gpt4 key购买 nike

我在点击银行 API 中工作。在该 API 中,我想显示该 API 的产品列表。我是点击银行 API 的初学者。

例如

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,"https://api.clickbank.com/rest/1.3/products/");
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_HTTPGET, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Accept: application/xml", "Authorization:DEV-DEVAPIKEY:API-CLERKAPIKEY"));
$result = curl_exec($ch);
curl_close($ch);

print $result;

如何解决,请尽快给我建议。

最佳答案

尝试

curl_setopt($ch, CURLOPT_URL,"https://api.clickbank.com/rest/1.3/products/list");

关于php - 如何从 click bank API 获取产品?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14999116/

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