商旅机票改签详情接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_btrip_flight_order_operate_common_rq | BtripFlightOrderOperateCommonRq | 必须 | 获取改签单详情入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | HisvResult | 响应信息 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripBtripFlightDistributionChangeNewdetailRequest req = new AlitripBtripFlightDistributionChangeNewdetailRequest(); AlitripBtripFlightDistributionChangeNewdetailRequest.BtripFlightOrderOperateCommonRq obj1 = new AlitripBtripFlightDistributionChangeNewdetailRequest.BtripFlightOrderOperateCommonRq(); obj1.setDisOrderId( "1234" ); obj1.setSubChannel( "jianhang001" ); obj1.setDisSubOrderId( "1234" ); req.setParamBtripFlightOrderOperateCommonRq(obj1); AlitripBtripFlightDistributionChangeNewdetailResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | < alitrip_btrip_flight_distribution_change_newdetail_response > < result > < module > < alipay_trade_no >demo</ alipay_trade_no > < extra >{}</ extra > < flight_info_list > < order_flight_info > < arr_city >上海</ arr_city > < dep_city >北京</ dep_city > < dep_airport_code >BJS</ dep_airport_code > < arr_airport_code >BJS</ arr_airport_code > < dep_time >2021-01-01 10:10:00</ dep_time > < arr_time >2021-01-01 10:10:00</ arr_time > < flight_no >ZH1234</ flight_no > < airline_code >MU</ airline_code > < cabin >S</ cabin > < cabin_class >Y</ cabin_class > < arr_city_code >BJS</ arr_city_code > < dep_city_code >BJS</ dep_city_code > < last_flight_no >ZH1234</ last_flight_no > < last_cabin >S</ last_cabin > < tuigaiqian_info >demo</ tuigaiqian_info > < dep_terminal >--</ dep_terminal > < arr_terminal >--</ arr_terminal > < arr_airport_code_name >**机场</ arr_airport_code_name > < dep_airport_code_name >**机场</ dep_airport_code_name > < carrier >ZH1234</ carrier > < airline_simple_name >***航</ airline_simple_name > < airline_name >国航</ airline_name > < meal >{}</ meal > </ order_flight_info > </ flight_info_list > < last_pay_time >2021-01-01 10:10:00</ last_pay_time > < pay_status >1</ pay_status > < pay_time >2021-01-01 10:10:00</ pay_time > < settle_price >0</ settle_price > < status >1</ status > < total_change_price >0</ total_change_price > < total_price >0</ total_price > < total_upgrade_price >0</ total_upgrade_price > < traveler_info_list > < order_traveler_info > < passenger_name >张三</ passenger_name > < passenger_type >1</ passenger_type > < ticket_no >000-0000000000</ ticket_no > < user_id >123456</ user_id > < open_ticket_status >demo</ open_ticket_status > </ order_traveler_info > </ traveler_info_list > < dis_sub_order_id >test908773</ dis_sub_order_id > < dis_order_id >test908773</ dis_order_id > < btrip_sub_order_id >00000000</ btrip_sub_order_id > < btrip_order_id >00000000</ btrip_order_id > < settle_type >1</ settle_type > </ module > < result_code >0</ result_code > < result_msg >demo</ result_msg > < success >true</ success > </ result > </ alitrip_btrip_flight_distribution_change_newdetail_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|