Amadeus 兴趣点搜索 API:收到无效数据,消息沙箱坐标超出允许框
Amadeus Point of Interest Search API: Received INVALID DATA RECEIVED with message Sandbox coordinates out of the allowed box
在测试环境中使用 Amadeus Java SDK 兴趣点 API 时,我提供了从城市搜索 API 收到的经度和纬度,但我得到 "Invalid Data Received" 详细信息为 "Sandbox coordinates out of the allowed box"。我在直接从 Amadeus Self Service API's.
尝试时收到了类似的回复
下面是请求 URL 和收到的响应:-
请求
回应
{
"errors": [
{
"status": 400,
"code": 4926,
"title": "INVALID DATA RECEIVED",
"detail": "Sandbox coordinates out of the allowed box",
"source": {
"parameters": [
"latitude",
"longitude",
"radius"
]
}
}
]
}
在测试环境中使用 Amadeus Java SDK 兴趣点 API 时,我提供了从城市搜索 API 收到的经度和纬度,但我得到 "Invalid Data Received" 详细信息为 "Sandbox coordinates out of the allowed box"。我在直接从 Amadeus Self Service API's.
尝试时收到了类似的回复下面是请求 URL 和收到的响应:-
请求
回应
{
"errors": [
{
"status": 400,
"code": 4926,
"title": "INVALID DATA RECEIVED",
"detail": "Sandbox coordinates out of the allowed box",
"source": {
"parameters": [
"latitude",
"longitude",
"radius"
]
}
}
]
}