1

我的代码在 4 号之前都没有问题,现在这是我尝试使用 SeatMap 端点测试我的应用程序时得到的唯一响应,https: //api.test.sabre.com/v3.0.0/book /flights/seatmaps?mode=seatmap

{  
   "status":"Unknown",
   "type":"Application",
   "errorCode":"ERR.RAF.APPLICATION",
   "timeStamp":"2016-01-08T12:42:59+00:00",
   "message":"{
       \"EnhancedSeatMapRS\":{
           \"ApplicationResults\":{
                \"status\":\"NotProcessed\",\"Error\":   [{
                        \"type\":\"Application\",\"timeStamp\":\"2016-01-08T06:42:59.623-    06:00\",\"SystemSpecificResults\":[{\"timeStamp\":\"2016-01-08T06:42:59.623-06:00\",\"Message\":

   [{\"code\":\"700001\",\"content\":\"Internal service     error\"}]}]}]}},\"Links\": 
    [{\"rel\":\"self\",\"href\":\"https://api.test.sabre.com/v3.0.0/book/flight    s/seatmaps?mode=seatmaps\"},    {\"rel\":\"linkTemplate\",\"href\":\"https://api.test.sabre.com/<version>/b    ook/flights/seatmaps?mode=<mode>\"}]}"
}

我无法从 Sabre 那里找到有关此错误代码的任何信息。有没有其他人看到这个,以及如何解决它?

4

2 回答 2

0

这可能与 mode=seatmap url 参数有关吗?

根据文档,接受的值似乎是复数: mode=seatmap s

https://developer.sabre.com/docs/read/rest_apis/air/search/seat_map

您始终可以使用 API 资源管理器使用您的凭据测试服务参数:

https://developer.sabre.com/io-docs

于 2016-01-08T16:18:06.603 回答
0

这可能与您遇到的 TEST/Sandbox 环境中的问题有关。建议再次测试以查看问题是否仍然存在或共享您发送的请求。

于 2016-01-12T23:02:09.740 回答