在发送请求 CreatePassengerNameRecordRS 以在 sabre 上创建 PNR 时,收到错误“ERR.SP.BUSINESS_ERROR”,描述“在结束交易响应中找不到 PNR 定位器”。这个错误的根本原因是什么?
(
[0] => stdClass Object
(
[code] => ERR.SP.BUSINESS_ERROR
[content] => PNR has not been created successfully, see remaining messages for details
)
[1] => stdClass Object
(
[code] => ERR.SP.BUSINESS_ERROR
[content] => Could not find the PNR locator in the End Transaction response
)
)```