查询万豪信用住未结账订单
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
log_date | Date | 可选 | 2017-12-04 00:00:00 | 查询日期 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 接口返回model | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripHotelMipppunbillingInfoQueryRequest req = new AlitripHotelMipppunbillingInfoQueryRequest(); req.setLogDate(StringUtils.parseDateTime( "2017-12-04 00:00:00" )); AlitripHotelMipppunbillingInfoQueryResponse 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 | < alitrip_hotel_mipppunbilling_info_query_response > < result > < module_list > < module > < id >1</ id > < gmt_modified >1512369708000</ gmt_modified > < checkin >1511366400000</ checkin > < gmt_create >1512369708000</ gmt_create > < hid >1269948055</ hid > < out_hid >SWDPFLBU</ out_hid > < log_date >1512316800000</ log_date > < tid >78167565033344130</ tid > < checkout >1511625600000</ checkout > < out_order_id >(MRT)666666666666</ out_order_id > </ module > </ module_list > < error_code >"isv.invalid-parameter"</ error_code > < out_msg >""</ out_msg > < out_code >"0"</ out_code > < error_msg >""</ error_msg > < success >true</ success > </ result > </ alitrip_hotel_mipppunbilling_info_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|