我正在尝试拨打以下链接以连接eBay O'Auth帐户。
https://auth.ebay.com/oauth2/authorize?client_id=' . APP_ID .
'&response_type=code&redirect_uri=' . RU_NAME .
'&scope=https://api.ebay.com/oauth/api_scope
https://api.ebay.com/oauth/api_scope/sell.marketing.readonly
https://api.ebay.com/oauth/api_scope/sell.marketing
https://api.ebay.com/oauth/api_scope/sell.inventory.readonly
https://api.ebay.com/oauth/api_scope/sell.inventory
https://api.ebay.com/oauth/api_scope/sell.account.readonly
https://api.ebay.com/oauth/api_scope/sell.account
https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
https://api.ebay.com/oauth/api_scope/sell.fulfillment
https://api.ebay.com/oauth/api_scope/sell.analytics.readonly
但是当我在localhost上使用相同的东西时它的响应是空白的并且它工作正常但是当我提供实时服务器URL时它的响应是空白的。
我正在使用生产易趣帐户的详细信息。即使在localhost上使用相同的细节。我的实时服务器也有SSL。
答案 0 :(得分:0)