商旅酒店API分销查询订单详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_btrip_hotel_order_operate_rq | BtripHotelOrderOperateRq | 可选 | 订单详情接口入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | HisvResult | 订单详情接口返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripBtripHotelDistributionOrderDetailRequest req = new AlitripBtripHotelDistributionOrderDetailRequest(); AlitripBtripHotelDistributionOrderDetailRequest.BtripHotelOrderOperateRq obj1 = new AlitripBtripHotelDistributionOrderDetailRequest.BtripHotelOrderOperateRq(); obj1.setBtripOrderId(123456L); obj1.setDisOrderId( "12345678" ); obj1.setSubChannel( "distribution_dashdu445" ); obj1.setSupplierCode( "fliggy" ); req.setParamBtripHotelOrderOperateRq(obj1); AlitripBtripHotelDistributionOrderDetailResponse 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 | < alitrip_btrip_hotel_distribution_order_detail_response > < result > < module > < btrip_hotel_info > < hotel_address >延安路346号</ hotel_address > < hotel_name >杭州米兰花园酒店</ hotel_name > < hotel_tel >0086#0571#87033111</ hotel_tel > < latitude >30.2604</ latitude > < longitude >120.1641</ longitude > < shid >10023075</ shid > </ btrip_hotel_info > < btrip_hotel_order_main_info > < btrip_order_id >123456</ btrip_order_id > < buyer_real_refund >100</ buyer_real_refund > < check_in >2021-06-06 00:00:00</ check_in > < check_out >2021-06-07 00:00:00</ check_out > < dis_order_id >123456·</ dis_order_id > < discount_fee >100</ discount_fee > < late_arrive_time >2021-06-01 00:00:00</ late_arrive_time > < nights >1</ nights > < order_create_date >2021-06-01 00:00:00</ order_create_date > < order_status >1</ order_status > < order_status_desc >交易成功</ order_status_desc > < platform_promotion_amt >100</ platform_promotion_amt > < room_number >1</ room_number > < total_actual_price >100</ total_actual_price > < total_room_price >100</ total_room_price > < supplier_order_id >123456</ supplier_order_id > < real_checkin_time >2020-05-01 00:00:00</ real_checkin_time > < real_checkout_time >2020-08-01 00:00:00</ real_checkout_time > </ btrip_hotel_order_main_info > < btrip_hotel_room_info > < room_facility_list > < string >["含双早"</ string > < string >"双床1.35米"</ string > < string >"有窗"]</ string > </ room_facility_list > < room_type_name >大床房</ room_type_name > </ btrip_hotel_room_info > < daily_price_info_list > < btrip_hotel_daily_price_info_dto > < btrip_hotel_board_d_t_o > < board_num >1</ board_num > < board_type >1</ board_type > </ btrip_hotel_board_d_t_o > < cny_price >1</ cny_price > < date >1</ date > </ btrip_hotel_daily_price_info_dto > </ daily_price_info_list > </ module > < result_code >1</ result_code > < result_msg >1</ result_msg > </ result > </ alitrip_btrip_hotel_distribution_order_detail_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 > |
错误码 | 错误描述 | 解决方案 |
---|