gpt4 book ai didi

Paypal Api 不适用于 Tizen 电视

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

Paypal Rest Api 不适用于 Tizen tv,但它在 rest 客户端上运行良好。Tizen tv 中既不调用成功函数也不调用失败函数。

更改了 paypal 以外的 url,它的工作正常。还尝试使用 ajax 未发现任何更改。

这是它的示例代码。

获取:

var request = $http({
method : "get",
url : "https://api.sandbox.paypal.com/v1/payments/payment",
headers : {
"Content-Type" : "application/json",
"Authorization": "Bearer A101.FfLKjOmGx-80JU9h9ACDqrm0-dSg5pvlUsMnz2Slsb9hbSZSNQXQ7c653uc0XEYS.dd1D0romSBOfYq_Q7dIh6KEQg0O"
}
});
request.then(function(response){
console.log(response);

},function(error){
console.log(error);

});

发布:

 var request = $http({
method : "POST",
url : 'http://api.sandbox.paypal.com/v1/oauth2/token',
data : 'grant_type=client_credentials',
headers : {
'Content-Type': 'application/x-www-form-urlencoded',
'Accept': 'application/x-www-form-urlencoded',
'Accept-Language': 'en_US',
"Authorization": "Basic QWVRWnpOanM5UGdrQVdyb1VkbjktZ1lhcmNzNUxST2hSN2QyN1VTLTAyb0lXNy1pcmhyMUFkWXhLdkpoY1Q5Y0JoUXlxeHJDZW5MV2JXQjI6RUR4Q3pwbmRkRHBHSVI4SFo2TUR6dzkxYjR6enZndXgwc1hDSFhfU0c5c0pmOHFDNmg4NWd3S3ctTktIbW1ObXNtMFZpT0FQOU84WHREZFc="
}
});
request.then(function(response){
console.log(response);

},function(error){
console.log(error);
});

最佳答案

Samsung D 论坛中的此 API 指南包含一些示例,可以帮助您查询有关 Paypal 的信息。

Samsung D forum API guide : https://www.samsungdforum.com/TizenGuide/tizen4791/index.html

如果您仍然遇到问题,您可以尝试在 SamsungDForum 中发帖

SamsungDForum Tizen TV: https://www.samsungdforum.com/SamsungDForum/ForumDashBoard

谢谢。

关于Paypal Api 不适用于 Tizen 电视,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38698519/

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