我一直在我的一个Android应用程序中集成EAN API。 但不幸的是我得到了以下错误“
{
"HotelRoomReservationResponse": {
"EanWsError": {
"itineraryId": -1,
"handling": "UNRECOVERABLE",
"category": "EXCEPTION",
"exceptionConditionId": -1,
"presentationMessage": "TravelNow.com cannot service this request.",
"verboseMessage": "Exception Caught: null"
},
"customerSessionId": "aa3baf02-68a5-498e-84f5-be88c8e9873e"
}
}
我已经验证了EAN支持建议的所有参数,比如测试预订'address1'应该是'travelnow'等等,所有强制性参数都在我认为。
请告知。