2.2.8航空运输电子客票行程单
字段名称 | Key | 返回缩略图 | 客户端是否展示 |
---|---|---|---|
旅客姓名 | name | 是 | 是 |
有效身份证件号码 | id | 是 | 是 |
航班 | flights | 否 | 否 |
票价 | fare | 否 | 否 |
民航发展基金 | caac_development_fund | 否 | 否 |
燃油附加费 | fuel_surcharge | 否 | 否 |
其他税费 | other_taxes | 否 | 否 |
保险费 | insurance | 否 | 否 |
合计票价 | amount_little | 是 | 是 |
电子客票号码 | e_ticket_no | 否 | 是 |
销售单位代号 | agent_code | 否 | 是 |
印刷序号 | serial_number | 否 | 否 |
填开单位 | issued_by | 否 | 是 |
签注 | endorsements | 否 | 否 |
填开日期 | date_of_issue | 否 | 是 |
日期 | date | 否 | 否 |
时间 | time | 否 | 否 |
航班号 | flight_no | 否 | 否 |
座位等级 | seat_class | 否 | 否 |
自 | from | 否 | 否 |
免费行李 | allow | 否 | 否 |
至 | to | 否 | 否 |
客票级别 | fare_basis | 否 | 否 |
{
"version": "V1.0.231_20200514",
"result": [
{
"type": "10202",
"image": null,
"expense_type_msg": "交通",
"type_msg": "航空运输电子客票行程单",
"expense_type": "3",
"score": 0.9999986886978149,
"recognize_result": {
"fare": {
"item_words": "1470.00",
"chinese_key": "票价",
"item_quad": [1,1,1,1,1,1,1,1],
"item_score": 1,
"item_image": null
},
"fuel_surcharge": {...},
"endorsements": {... },
"name": {...},
"serial_number": {...},
"agent_code": {...},
"issued_by": {... },
"flights": [
{
"from": {
"item_words": "成都",
"chinese_key": "自",
"item_quad": [1,1,1,1,1,1,1,1],
"item_score": 1,
"item_image": null
},
"flight_no": {...},
"to": {...},
"seat_class": {...},
"allow": {...},
"time": {... },
"date": {...},
"fare_basis": {...}
}
],
"id": {... },
"date_of_issue": {...},
"amount_little": {... },
"insurance": {...},
"other_taxes": {...},
"e_ticket_no": {...},
"caac_development_fund": {...},
"quad": [1,1,1,1,1,1,1,1],
"error_code": 0,
"error_msg": "识别成功",
"page_no": 1
}
],
"request_id": "f83fdadc962911ea88bc049226be9626",
"recognize_time": 5189,
"error_code": 0,
"error_msg": "识别成功"
}
修改于 2025-03-25 02:24:40