汽车票保险推荐接口-供商家售卖飞猪保险使用
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
insurance_recommend_rq | InsuranceRecommendRq | 必须 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ins_product_list | InsuranceProductVO [] | 保险产品列表 | |
|
|||
result_code | String | system error | 接口业务成功时为空 |
result_msg | String | 系统异常 | 错误信息 |
is_success | Boolean | true | true:成功;false:失败 |
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripBusInsuranceRecommendRequest req = new AlitripBusInsuranceRecommendRequest(); AlitripBusInsuranceRecommendRequest.InsuranceRecommendRq obj1 = new AlitripBusInsuranceRecommendRequest.InsuranceRecommendRq(); obj1.setCityName( "杭州市" ); obj1.setMachineNumber( "1333" ); obj1.setStationName( "杭州东站" ); obj1.setProvinceName( "浙江省" ); obj1.setTradeSource( "self" ); req.setInsuranceRecommendRq(obj1); AlitripBusInsuranceRecommendResponse 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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | < alitrip_bus_insurance_recommend_response > < ins_product_list > < insurance_product_v_o > < ins_product_code >002005.escrow.busacc.F0070100001000073182</ ins_product_code > < ins_name >众安汽车乘意险</ ins_name > < special_terms_and_conditions > < name >特别约定</ name > < type >text</ type > < value >1.本保险产品的交通工具仅指经相关政府部门登记许可的以客运为目的的汽车。 2.本保险产品的承保区域为中华人民共和国境内(不包括香港、澳门及台湾地区)。 3.保险期间:在保险期限内,被保险人持有效客票乘坐购买本保险产品时所对应车票订单中约定的合法经营客运业务的境内(不含港澳台)汽车,自被保险人持有效车票上车时起,至被保险人到达车票载明或约定的旅程终点下车时终止。本保险产品的意外伤害事故须发生在汽车车厢内,若在汽车车厢外发生的保险事故,保险人不承担赔偿责任。 4.本保险产品必需且合理的医疗费用,应是符合当地社会基本医疗保险报销范围内的费用,且治疗医院范围为当地医保定点二级(含)以上的公立医院,不包括北京市平谷区、密云县、怀柔区的所有医疗机构、四川省宜宾市的所有医疗机构、四川省雅安市雨城区人民医院与四川省雅安市第二人民医院与山东省栖霞市的所有医疗机构。</ value > < key >specialTermsAndConditions</ key > </ special_terms_and_conditions > < product_feature_image > < name >产品特色图片</ name > < type >url</ type > < value >"https://bxcloudstore.alicdn.com/insmerchantprod/ZAOL/53127244212419242/详情页3.jpg</ value > < key >productFeatureImage</ key > </ product_feature_image > < check_dtails > < name >查看详情</ name > < type >file</ type > < key >checkDtails</ key > </ check_dtails > < claim_flow > < name >理赔流程</ name > < type >file</ type > < key >claimFlow</ key > </ claim_flow > < product_term > < name >保险条款</ name > < type >file</ type > < key >productTerm</ key > </ product_term > < prod_tag > < name >产品标签</ name > < type >text</ type > < value >汽车意外保障 | 意外医疗0免赔</ value > < key >prodTag</ key > </ prod_tag > < product_feature > < name >产品特色</ name > < type >text</ type > < value >[\"最低3元起,享15万意外保障\",\"所乘车次中意外烫伤、磕碰均保\"]</ value > < key >productFeature</ key > </ product_feature > < claim_service_phone > < name >理赔服务电话</ name > < type >text</ type > < value >10109955</ value > < key >claimServicePhone</ key > </ claim_service_phone > < product_image > < name >产品图片</ name > < type >url</ type > < key >productImage</ key > </ product_image > < ins_must_know > < name >投保须知</ name > < type >file</ type > < key >insMustKnow</ key > </ ins_must_know > < customer_service_phone > < name >客服电话</ name > < type >text</ type > < value >10109955</ value > < key >customerServicePhone</ key > </ customer_service_phone > < ins_price >500</ ins_price > < ins_title >众安汽车乘意险</ ins_title > </ insurance_product_v_o > </ ins_product_list > < result_code >system error</ result_code > < result_msg >系统异常</ result_msg > < is_success >true</ is_success > </ alitrip_bus_insurance_recommend_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 > |
错误码 | 错误描述 | 解决方案 |
---|