商旅机票第三方超标审批单搜索接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
rq | OpenIsvSearchRq | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | HisvResult | result | 出参对象 |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripBtripCorpopFlightExceedapplyGetRequest req = new AlitripBtripCorpopFlightExceedapplyGetRequest(); AlitripBtripCorpopFlightExceedapplyGetRequest.OpenIsvSearchRq obj1 = new AlitripBtripCorpopFlightExceedapplyGetRequest.OpenIsvSearchRq(); obj1.setCorpId( "asdfg" ); obj1.setApplyId(2345L); req.setRq(obj1); AlitripBtripCorpopFlightExceedapplyGetResponse 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 | < alitrip_btrip_corpop_flight_exceedapply_get_response > < result > < success >true</ success > < result_code >0</ result_code > < result_msg >成功</ result_msg > < module > < corp_id >asdfg</ corp_id > < apply_id >2345</ apply_id > < status >0</ status > < btrip_cause >出差</ btrip_cause > < exceed_type >1</ exceed_type > < exceed_reason >出差</ exceed_reason > < origin_standard >经济舱(2折及以下)</ origin_standard > < apply_intention_info_do > < dep_city_name >上海</ dep_city_name > < arr_city_name >北京</ arr_city_name > < dep_city >SHA</ dep_city > < arr_city >BJS</ arr_city > < dep_time >2021-07-08 15:23:56</ dep_time > < arr_time >2021-07-08 15:23:56</ arr_time > < flight_no >MU2759</ flight_no > < cabin >F</ cabin > < cabin_class >1</ cabin_class > < cabin_class_str >经济舱</ cabin_class_str > < discount >4</ discount > < price >300</ price > < type >1</ type > </ apply_intention_info_do > < user_id >weifeng</ user_id > < submit_time >2021-07-08 15:23:56</ submit_time > < thirdpart_corp_id >test_corp</ thirdpart_corp_id > < thirdpart_apply_id >0001A1100000007EX08O</ thirdpart_apply_id > </ module > </ result > </ alitrip_btrip_corpop_flight_exceedapply_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|---|---|
1010 | 找不到超标审批单 | 没有找到对应的超标单,排查一下入参是否正确 |