<!--"Value" (required) Indicator for whether to return only fares with a passenger type the same as the passenger type specified in the request.--> <!--Value="true" Returns only fares with a passenger type the same as the passenger type specified in the request.--> <!--Value="false" (default) Uses standard Bargain Finder Max logic.--> <XOFares Value="true"/> ----------------------------------------------- true的话,请求里是ADT和CNN的话,那么只会返回ADT和CNN的价格 false的话,ADT还是ADT,CNN的话,会比较ADT和CNN的价格,返回较低的那个。 ---------------------------------------------------
|