感谢您的反馈!
提供给服务商旅行购订单详情查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| order_id | Number | 必须 | 12345 | 主订单id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| first_result | TopTripBuyOrderResult | firstResult | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripTravelTripbuyTradeQueryRequest req = new AlitripTravelTripbuyTradeQueryRequest(); req.setOrderId(12345L); AlitripTravelTripbuyTradeQueryResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody());
<alitrip_travel_tripbuy_trade_query_response>
<first_result>
<trip_buy_buyer_info>
<buyer_nick>测试帐号01</buyer_nick>
</trip_buy_buyer_info>
<trip_buy_pay_info>
<pay_time>2017-02-02 12:00:00</pay_time>
<alipay_no>1234567</alipay_no>
<payment>123</payment>
</trip_buy_pay_info>
<trip_buy_seller_info>
<seller_shop_name>1</seller_shop_name>
<seller_nick>1</seller_nick>
<seller_id>1</seller_id>
</trip_buy_seller_info>
<discount_fee>111</discount_fee>
<total_fee>22222</total_fee>
<status>WAIT_SELLER_SEND_GOODS</status>
<modified_time>2017-02-02 12:00:00</modified_time>
<created_time>2017-02-02 12:00:00</created_time>
<order_id_string>1234</order_id_string>
<order_id>1234</order_id>
<trip_buy_sub_orders>
<trip_buy_sub_order_info>
<payment>222</payment>
<discount_fee>111</discount_fee>
<total_fee>333</total_fee>
<status>WAIT_SELLER_SEND_GOODS</status>
<sub_order_id_string>1234</sub_order_id_string>
<sub_order_id>1234</sub_order_id>
<trip_buy_item_info>
<shop_name>1</shop_name>
<shop_code>1</shop_code>
<total_discount_fee>111</total_discount_fee>
<total_item_fee>555</total_item_fee>
<num>5</num>
<deal_price>444</deal_price>
<price>111</price>
<item_title>1</item_title>
<item_id>1</item_id>
<out_sku_id>1234</out_sku_id>
</trip_buy_item_info>
<trip_buy_traveller_info>
<flight_date>1</flight_date>
<flight_no>1</flight_no>
<shop_get_goods_date>1</shop_get_goods_date>
<shop_detail_address>机场提货点1</shop_detail_address>
<credential_no>1234567890</credential_no>
<credential_type>1</credential_type>
<nationality>1</nationality>
<name>1</name>
</trip_buy_traveller_info>
<refund_status>WAIT_SELLER_AGREE</refund_status>
</trip_buy_sub_order_info>
</trip_buy_sub_orders>
<bar_code>1</bar_code>
<exchang_rate>1</exchang_rate>
<currency>1</currency>
<trip_buy_delivery_info>
<area>1</area>
<city>1</city>
<prov>1</prov>
<country>1</country>
<receiver_address>1</receiver_address>
<receiver_mobile_phone>1</receiver_mobile_phone>
<receiver_phone>1</receiver_phone>
<receiver_name>1</receiver_name>
<town>1</town>
<post>1</post>
</trip_buy_delivery_info>
<trip_buy_entry_info>
<passport>1</passport>
<name>1</name>
<date>1</date>
<flight_no>1</flight_no>
</trip_buy_entry_info>
<trip_buy_leave_info>
<id_card_no>1</id_card_no>
<name>1</name>
<date>1</date>
<flight_no>1</flight_no>
</trip_buy_leave_info>
<check_time_out>1</check_time_out>
<type>1</type>
<refund_status>WAIT_SELLER_AGREE</refund_status>
</first_result>
</alitrip_travel_tripbuy_trade_query_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|