订单查询
参数
请求参数
字段名称 |
字段类型 |
字段描述 |
是否必填 |
长度限制(字节) |
bizId |
String |
业务唯一识别码 |
TRUE |
255 |
timestamp |
Long |
时间戳 |
TRUE |
无 |
page_num |
Integer |
分页页数 (最小1) |
FALSE |
无 |
page_size |
Integer |
分页条数 (仅支持传20,50,100) |
FALSE |
无 |
order_ids |
List |
订单号列表 |
FALSE |
无 |
source |
String |
订单来源 |
FALSE |
无 |
sources |
List |
订单来源的list |
FALSE |
无 |
source_type |
String |
订单类型 |
FALSE |
无 |
status |
Integer |
订单生成消费记录的标志(1为已生成消费记录) |
FALSE |
无 |
pay_type |
Integer |
支付类型 |
FLASE |
无 |
pay_types |
List |
支付类型的list |
FALSE |
无 |
order_type |
Integer |
订单类型 |
FALSE |
无 |
order_status |
Integer |
订单状态 |
FALSE |
无 |
order_statuses |
List |
订单状态的list |
FALSE |
无 |
order_datetime_from |
Long |
下单时间-开始时间 |
FALSE |
13 |
order_datetime_to |
Long |
下单时间-结束时间 |
FALSE |
13 |
start_datetime |
Long |
最后更新时间-开始时间 |
FALSE |
13 |
end_datetime |
Long |
最后更新时间-结束时间 |
FALSE |
13 |
start_date_from |
Long |
订单开始时间-开始时间 |
FALSE |
13 |
start_date_to |
Long |
订单开始时间-结束时间 |
FALSE |
13 |
userIds |
List |
创建人的userId的list |
FALSE |
无 |
user_names |
List |
订单的用户名的list |
FALSE |
无 |
employee_numbers |
List |
订单的员工号的list |
FALSE |
无 |
document_nums |
List |
申请单号的list |
FALSE |
无 |
original_order |
String |
原订单号 |
FALSE |
无 |
lineIds |
List |
申请单行id的list |
FALSE |
无 |
返回参数
字段名称 |
字段类型 |
字段描述 |
resCode |
Integer |
响应状态码(见附录) |
resMsg |
String |
返回信息描述 |
bizId |
String |
业务唯一识别码 |
data |
Data |
分页查询到的订单信息 |
Data
字段名称 |
字段类型 |
字段描述 |
page_size |
Integer |
分页条数 |
page_num |
Integer |
分页页数 |
total_count |
Long |
订单总数 |
total_page |
Integer |
总页数 |
is_first_page |
Boolean |
是否是是首页 |
is_last_page |
Boolean |
是否是最后一页 |
page_info |
List |
订单数据集合 |
OrderItem
字段名称 |
字段类型 |
字段描述 |
employee_number |
String |
员工号 |
user_name |
String |
员工姓名 |
bind_id |
String |
第三方平台的员工绑定id |
order_id |
String |
订单编号(云间系统内渠道唯一,如果订单号重复,会根据此订单编号做更新) |
source |
String |
订单来源,标准值列表 -附录1:渠道 |
source_type |
String |
订单类型,标准值列表 -附录2:订单类型 |
detail |
detail |
详细信息,具体分为机票(flightDetail)、酒店(hotelDetail)、火车票(trainDetail)、用车(taxiDetail)、用餐(mealDetail) |
order_type |
Integer |
细分订单类型,标准值列表 -附录4:细分订单类型 |
order_status |
Integer |
细分订单状态,标准值列表 -附录5:订单状态 |
pay_type |
Integer |
支付方式,标准值列表 -附录3:支付方式,空值默认为公司支付 |
amount |
Decimal |
订单总额 |
taxation |
Decimal |
总税费(酒店为0,国际机票为总税费,国内机票为机建费+燃油费) |
company_pay |
Decimal |
公司支付金额 |
service_price |
Decimal |
总服务费(包含退改签服务费) |
destination_city |
Integer |
出发城市在云简的城市编号 |
from_cities |
List |
出发城市集 |
to_cities |
List |
到达城市集 |
destination_city_to |
Integer |
到达城市在云简的城市编号 |
passengers |
List<String> |
出行人/入住人的姓名数组 |
start_date |
long |
出发时间,入住时间的13位时间戳,0时区时间 |
end_date |
long |
到达时间,离店时间的13位时间戳,0时区时间 |
order_date |
long |
订单创建时间的13位时间戳,0时区时间 |
original_order |
String |
原始订单的订单号 |
parent_association |
String |
父订单的订单号 |
subcorrelation |
String |
父订单的订单号 |
document_num |
String |
云简的申请单号 |
status |
Integer |
生成消费记录的标志,1为已生成消费记录 |
FlightDetail
字段名称 |
字段类型 |
字段描述 |
flight |
List<Flight> |
机票行程 |
source |
String |
渠道,标准值列表 -附录1:渠道 |
source_type |
String |
订单类型,标准值列表 -附录2:订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
FlightOrderInfo |
订单的详细信息 |
passengers |
List<FlightPassenger> |
出行人的详细信息 |
FlightOrderInfo
字段名称 |
字段类型 |
字段描述 |
price |
Decimal |
总的票价,等于每个人的price之和 |
amount |
Decimal |
总的支付金额 |
oil_fee |
Decimal |
总的燃油费 |
airport_fee |
Decimal |
总的基建费 |
order_id |
String |
订单号,渠道内唯一 |
taxation |
Decimal |
总税费,主要为国际机票准备,国内机票为机建费+燃油费 |
change_price |
Decimal |
改签费 |
refund_price |
Decimal |
退票费 |
document_num |
String |
申请单号 |
service_price |
Decimal |
总预定服务费 |
change_service_price |
Decimal |
总改签服务费 |
refund_service_price |
Decimal |
总退票服务费 |
send_ticket_price |
Decimal |
总送票费 |
insurance_price |
Decimal |
总保险费 |
Flight
字段名称 |
字段类型 |
字段描述 |
flight_no |
String |
航班号 |
is_share |
Boolean |
是共享航班 |
carrier |
String |
共享航班号 |
cabin_type |
String |
飞机舱位的具体编号 |
cabin |
String |
舱位名字 |
cabin_code |
String |
舱位代码:Y 经济舱; F 头等舱; C 公务舱; S 超级经济舱 |
seat |
Integer |
云简的舱位,标准值列表 -附录6:舱位 |
air_company |
String |
航空公司 |
air_company_code |
String |
航司代码,例MU |
price |
Decimal |
航班价格,单个行程的价格 |
oil_fee |
Decimal |
单个航班的燃油费 |
airport_fee |
Decimal |
单个航班的机建费 |
cprice |
Decimal |
商务舱价格 |
fprice |
Decimal |
头等舱价格 |
yprice |
Decimal |
经济舱价格 |
dep_city |
Integer |
出发城市在云简系统内的城市编号 |
dep_date |
String |
出发日期,"yyyy-MM-dd" |
dep_time |
String |
出发时间,"HH:mm:ss" |
dep_term |
String |
出发航站楼 |
dep_city_name |
String |
出发城市名字 |
dep_airport |
String |
出发机场 |
dep_airport_code |
String |
出发机场IATA代码 |
arr_city |
Integer |
到达城市在云简系统内的城市编号 |
arr_date |
String |
到达日期,"yyyy-MM-dd" |
arr_time |
String |
到达时间,"HH:mm:ss" |
arr_term |
String |
到达航站楼 |
arr_city_name |
String |
到达城市名字 |
arr_airport |
String |
到达机场 |
arr_airport_code |
String |
到达机场IATA代码 |
currency |
String |
价格币种,CNY |
fly_time |
String |
飞行时间,(秒) |
discount |
Decimal |
折扣,经济舱按1计,经济舱8折填0.80 |
FlightPassenger
字段名称 |
字段类型 |
字段描述 |
card_no |
String |
证件号码 |
card_type |
String |
证件类型 |
card_type_id |
Integer |
证件类型编号,标准值列表 -附录7:证件类型 |
ticket_info |
List<FlightTicketInfo> |
票号信息 |
oil_fee |
Decimal |
个人的燃油费 |
taxation |
Decimal |
税费 |
airport_fee |
Decimal |
个人的机建费 |
price |
Decimal |
个人支付的票价 |
amount |
Decimal |
个人支付的总费用 |
nationality |
String |
乘客国籍 |
passenger_type |
String |
乘客类型的描述 |
passenger_type_id |
Integer |
乘客类型编号,标准值列表 -附录8:乘客类型 |
gender |
String |
F为女,M为男,性别,标准值列表 -附录19:性别 |
user_id |
Integer |
云简提供的员工序号,如果不是内部员工则不填。 |
user_no |
String |
云简提供的对接ke y |
change_price |
Decimal |
个人的总的改签费 |
refund_price |
Decimal |
个人的退票费 |
service_price |
Decimal |
个人的总预定服务费 |
change_service_price |
Decimal |
个人的改签服务费 |
refund_service_price |
Decimal |
个人的退票服务费 |
send_ticket_price |
Decimal |
个人的送票费 |
insurance_price |
Decimal |
个人的保险费 |
other_price |
List<OtherPrice> |
其他费用 |
passenger_name |
String |
用户名字(证件上的名字) |
FlightTicketInfo
字段名称 |
字段类型 |
字段描述 |
ticket_info_no |
String |
票价信息的编号 |
ticket_no |
String |
票号,能提供必须提供 |
flight_no |
String |
航班号 |
status |
Integer |
票状态,标准值列表 -附录9:机票使用状态 |
seat |
Integer |
云简的舱位代码,标准值列表 -附录6:舱位 |
is_main_trip |
Boolean |
是不是主行程 |
main_ticket_info_no |
String |
主行程编号(如果is_main_trip为false时必填) |
ticket_price |
Decimal |
票面价格(包含票价和税费) |
price |
Decimal |
票价,is_main_trip为true时必填 |
cabin |
String |
舱位的中文名字 |
oil_fee |
Decimal |
航班燃油费,is_main_trip为true时必填,不填则认为0 |
taxation |
Decimal |
总税费(国内机票为机建费+燃油费,国际机票为所有税费) |
airport_fee |
Decimal |
机建费 |
discount |
Decimal |
折扣,经济舱按1计 |
currency |
String |
价格币种 |
other_price |
List<OtherPrice> |
其他费用 |
HotelDetail
字段名称 |
字段类型 |
字段描述 |
source |
String |
渠道,标准值列表 -附录1:渠道 |
source_type |
String |
订单类型,标准值列表 -附录2:订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
HotelOrderInfo |
订单的详细信息 |
passengers |
List<HotelPassenger> |
出行人的详细信息 |
HotelOrderInfo
字段名称 |
字段类型 |
字段描述 |
star |
Integer |
酒店星级 |
rooms |
Integer |
房间数 |
city_id |
Integer |
城市在云简系统内的城市编号 |
order_id |
String |
订单号,渠道内唯一 |
city_name |
String |
城市名字 |
room_type |
String |
房型 |
hotel_name |
String |
酒店名字 |
hotel_address |
String |
酒店地址 |
document_num |
String |
申请单号 |
person_pay |
Decimal |
个人支付金额 |
company_pay |
Decimal |
公司支付金额 |
service_price |
Decimal |
总服务费 |
extra_charge |
Decimal |
后收服务费(补税点的费用) |
invoice_type |
Integer |
发票类型,标准值列表 -附录12:发票类型 |
send_invoice_price |
Decimal |
配送发票的费用,没有可不填或填0 |
price |
Decimal |
总房费 |
amount |
Decimal |
总金额 |
currency |
String |
币种 |
start_date |
String |
入住日期,"yyyy-MM-dd" |
end_date |
String |
离店日期,"yyyy-MM-dd" |
other_price |
List<OtherPrice> |
其他费用 |
HotelPassenger
字段名称 |
字段类型 |
字段描述 |
room_id |
String |
房间Id |
mobile_number |
String |
手机号 |
is_main_room |
Boolean |
是不是房间的主计费人 |
card_no |
String |
证件号码 |
card_type |
String |
证件类型 |
card_type_id |
Integer |
证件类型编号,标准值列表 -附录7:证件类型 |
price_info |
List<HotelPriceInfo> |
价格信息,主要来罗列每日费用。is_main_room为true时才需要传递 |
price |
Decimal |
支付的房费 |
amount |
Decimal |
支付的总费 |
passenger_type |
String |
乘客类型的描述 |
passenger_type_id |
Integer |
乘客类型编号,标准值列表 -附录8:乘客类型 |
gender |
String |
F为女,M为男,标准值列表 -附录19:性别 |
user_id |
Integer |
云简提供的员工序号,非本公司员工时可不填 |
user_no |
String |
员工的对接key |
service_price |
Decimal |
个人的总服务费 |
passenger_name |
String |
入住人姓名 |
HotelPriceInfo
字段名称 |
字段类型 |
字段描述 |
start_date |
String |
入住日期,"yyyy-MM-dd" |
end_date |
String |
离店日期,"yyyy-MM-dd" |
price |
Decimal |
总房费 |
other_price |
List<OtherPirce> |
其他费用 |
TrainDetail
字段名称 |
字段类型 |
字段描述 |
train |
List<Train> |
火车票行程信息 |
source |
String |
渠道,标准值列表 -附录1:渠道 |
source_type |
String |
订单类型,标准值列表 -附录2:订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
TrainOrderInfo |
订单的详细信息 |
passengers |
List<TrainPassenger> |
出行人的详细信息 |
TrainOrderInfo
字段名称 |
字段类型 |
字段描述 |
order_id |
String |
订单号,渠道内唯一 |
document_num |
String |
申请单号 |
price |
Decimal |
总的票价,等于每个人的price之和 |
amount |
Decimal |
总的支付金额 |
service_price |
Decimal |
订单预定服务费 |
change_price |
Decimal |
改签费 |
change_service_price |
Decimal |
总改签服务费 |
refund_price |
Decimal |
退票金额 |
refund_service_price |
Decimal |
总退票服务费 |
insurance_price |
Decimal |
总保险费 |
send_ticket_price |
Decimal |
配送费 |
paper_ticket_fee |
Decimal |
纸质票出票费 |
grab_service_fee |
Decimal |
抢票费 |
other_price |
List<OtherPrice> |
其他费用 |
Train
字段名称 |
字段类型 |
字段描述 |
ticket_price |
Decimal |
票面价格(包含票价和税费) |
train_no |
String |
车次,例,G235 |
train_code |
String |
第三方车次编码 |
train_class |
Integer |
舱位代码,标准值列表 -附录21:火车票坐席代码 |
train_class_name |
String |
舱位名字,例2等座。 |
train_type |
String |
火车类型编码,标准值列表 -附录22:火车类型代码 |
train_type_name |
String |
火车类型,比如动车、快车等 |
price |
Decimal |
单个行程的价格 |
dep_city |
Integer |
出发城市在云简系统内的城市编号 |
dep_date_time |
String |
出发日期(yyyy-MM-dd HH:mm:ss ) |
dep_station_code |
Integer |
出发火车站编码 |
dep_station_name |
String |
出发火车站名称 |
dep_station_en |
String |
出发火车站名称英文 |
dep_city_name |
String |
出发城市名字 |
arr_city |
Integer |
到达城市在云简系统内的城市编号 |
arr_date_time |
String |
到达日期(yyyy-MM-dd HH:mm:ss ) |
arr_station_code |
integer |
到达火车站编码 |
arr_station_name |
String |
到达火车站名称 |
arr_station_en |
String |
到达火车站名称英文 |
arr_city_name |
String |
到达城市 |
TrainPassenger
字段名称 |
字段类型 |
字段描述 |
card_no |
String |
证件号码 |
card_type |
String |
证件类型 |
card_type_id |
Integer |
值列表见附录2 |
passenger_name |
String |
用户名字(证件上的名字) |
ticket_info |
List<TrainTicketInfo> |
票号信息 |
price |
Decimal |
个人支付的票价· |
amount |
Decimal |
个人支付的总费用 |
passenger_type |
String |
乘客类型的描述 |
passenger_type_id |
Integer |
乘客类型编号,标准值列表 -附录8:乘客类型 |
gender |
String |
F为女,M为男,标准值列表 -附录19:性别 |
user_id |
Integer |
云简提供的员工序号,非本公司员工可不填 |
user_no |
String |
员工的对接key |
change_price |
Decimal |
个人的总的改签费 |
refund_price |
Decimal |
个人的退票费 |
service_price |
Decimal |
个人的预定服务费 |
change_service_price |
Decimal |
个人的改签服务费 |
refund_service_price |
Decimal |
个人的退票服务费 |
send_ticket_price |
Decimal |
个人的送票费 |
insurance_price |
Decimal |
个人的保险费 |
grab_service_fee |
Decimal |
抢票服务费 |
TrainTicketInfo
字段名称 |
字段类型 |
字段描述 |
ticket_no |
String |
票号 |
train_no |
String |
火车编码(车次)例G220 |
status |
Integer |
票状态,标准值列表 -附录9:机票使用状态 |
train_class |
Integer |
舱位代码,标准值列表 -附录21:火车票坐席代码 |
train_class_name |
String |
舱位名字,例2等座。 |
train_code |
String |
第三方车次编码 |
taxiDetail
字段名称 |
字段类型 |
字段描述 |
source |
String |
渠道 |
source_type |
String |
订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
TaxiOrderInfo |
订单的详细信息 |
TaxiOrderInfo
字段名称 |
字段类型 |
字段描述 |
amount |
Decimal |
订单总价,实际金额 amount = price - refund_price;amount = company_pay + person_pay |
price |
Decimal |
原始价格 price = amount + refund_price;price = company_pay + company_refund + person_pay + person _refund |
order_id |
String |
订单号,渠道内唯一 |
refund_price |
Decimal |
退款金额 |
document_num |
String |
云简得申请单号 |
mileage |
Decimal |
里程 |
pay_time |
String |
支付时间 yyyy-MM-dd HH:mm:ss |
phone |
String |
预定人手机号 |
city_name |
String |
城市名字 |
city_id |
Integer |
城市编号 |
company_pay |
Decimal |
公司实际支付金额,没有可不填或填0 |
person_pay |
Decimal |
个人实际支付金额,没有可不填或填0 |
is_invoice |
Integer |
0,未开票,1已开票 |
use_car_type |
Integer |
用车类型,标准值列表 -附录10:用车方式 |
location_from |
String |
出发地址 |
location_to |
String |
到达地址 |
order_date |
String |
yyyy-MM-dd HH:mm:ss |
start_datetime |
String |
出发时间yyyy-MM-dd HH:mm:ss |
end_datetime |
String |
到达时间yyyy-MM-dd HH:mm:ss |
company_refund |
Decimal |
公司实际退款金额 |
person _refund |
Decimal |
个人实际退款金额 |
passenger_phone |
String |
乘客手机号 |
passenger_name |
String |
乘客名字 |
refund_time |
String |
退款时间 yyyy-MM-dd HH:mm:ss |
service_price |
Decimal |
服务费金额 |
mealDetail
字段名称 |
字段类型 |
字段描述 |
source |
String |
渠道 |
source_type |
String |
订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
MealOrderInfo |
订单的详细信息 |
sign_info |
MealSignInfo |
签到信息 |
report_info |
MealReportInfo |
报备信息 |
meal |
List<mealPrice> |
菜品的价格信息 |
mealOrderInfo
字段名称 |
字段类型 |
字段描述 |
amount |
Decimal |
订单总价,实际金额 amount = price - refund_price;amount = company_pay + person_pay |
price |
Decimal |
原始价格 price = amount + refund_price;price = company_pay + company_refund + person_pay + person _refund |
order_id |
String |
订单号,渠道内唯一 |
document_num |
String |
云简的申请单号 |
service_price |
Decimal |
服务费,没有可不填或填0 |
currency |
String |
价格币种必填,默认CNY |
company_pay |
Decimal |
公司实际支付金额 |
person_pay |
Decimal |
个人实际支付金额 |
city_name |
String |
城市名称 |
city_id |
Integer |
城市在云简系统内的城市编号 |
is_grep_shop |
String |
是否灰度商家(Y-是,N-否,默认为N) |
is_online_pay |
String |
是否线上支付(Y-线上支付,N-线下支付,默认为Y) |
pay_method |
String |
支付方式,支付宝、微信、手机银行、银联等 |
restaurant_name |
String |
店铺名称 |
restaurant_address |
String |
店铺地址 |
restaurant_mobile |
String |
店铺手机号 |
date |
String |
用餐时间 |
receive_address |
String |
收货人地址 |
address_name |
String |
收货人名字 |
receive_mobile |
String |
收货人手机号 |
other_price |
List<OtherPrice> |
其他费用,没有不填 |
mealSignInfo
字段名称 |
字段类型 |
字段描述 |
user_id |
Integer |
云简的员工编号 |
sign_flag |
String |
是否签到成功(Y-成功,N-失败) |
sign_address |
String |
签到地点 |
sign_time |
String |
签到时间 yyyy-MM-dd HH:mm:ss |
mealReportInfo
字段名称 |
字段类型 |
字段描述 |
type |
String |
报备类型 |
category |
String |
消费场景 |
consumer_num |
Integer |
消费人数 |
avg_amount |
Decimal |
人均消费金额 |
remarks_list |
List<String> |
备注信息 |
字段名称 |
字段类型 |
字段描述 |
time |
String |
备注时间,yyyy-MM-dd HH:mm:ss |
remark |
String |
备注信息 |
business_remark |
String |
商家备注信息 |
mealPrice
字段名称 |
字段类型 |
字段描述 |
price |
Decimal |
菜品价格 |
name |
String |
菜品名称 |
currency |
String |
价格币种必填,默认CNY |
quantity |
Integer |
菜品数量,默认1 |
otherPrice
字段名称 |
字段类型 |
字段描述 |
price |
Decimal |
金额 |
price_type |
Decimal |
费用的描述(比如:餐费) |
purchaseDetail
字段名称 |
字段类型 |
字段描述 |
source |
String |
渠道 |
source_type |
String |
订单类型 |
remarks_list |
List<String> |
备注,是字符串的数组 |
order_info |
PurchaseOrderInfo |
订单的详细信息purchaseOrderInfo |
commodities |
List<CommodityInfo> |
商品信息 CommodityInfo |
purchaseOrderInfo
字段名称 |
字段类型 |
字段描述 |
amount |
Decimal |
订单总价,实际金额 amount = price - refund_price;amount = company_pay + person_pay |
price |
Decimal |
原始价格,没有可不填或填0 |
order_id |
String |
订单号,渠道内唯一 |
document_num |
String |
云简的申请单号 |
service_price |
Decimal |
服务费,没有可不填或填0 |
currency |
String |
价格币种必填,默认CNY |
company_pay |
Decimal |
公司实际支付金额 |
person_pay |
Decimal |
个人实际支付金额 |
logistic_status |
Integer |
物流状态 |
confirm_status |
Integer |
订单预占确定状态 |
order_status |
Integer |
集采订单状态 |
freight |
Decimal |
运费 |
tax |
Decimal |
税费 |
delivery_time |
String |
发货时间 |
harvest_address |
String |
收货地址 |
harvest_user_name |
String |
收货人 |
harvest_mobile |
String |
收货人手机号 |
invoice_type |
Integer |
发票类型 |
other_price |
List<otherPrice> |
其他费用 |
CommodityInfo
字段名称 |
字段类型 |
字段描述 |
commodity_id |
String |
商品id |
main_commodity_id |
String |
主商品id |
commodity_name |
String |
商品名称 |
commodity_num |
String |
商品数量 |
commodity_category |
Integer |
商品大类 |
commodity_sub_category |
Integer |
商品小类 |
commodity_type |
Integer |
商品类型 |
price |
BigDecimal |
价格 |
freight |
BigDecimal |
运费 |
tax |
BigDecimal |
税费 |
tax_rate |
Integer |
税率 |
示例:
请求数据
common/order/findByPage?bizId=1695540440000×tamp=1695540440000&order_ids=40926196009830027602217479
返回数据
{
"resCode": 200000,
"resMsg": "success",
"bizId": "1695540440000",
"data": {
"page_size": 100,
"page_num": 1,
"total_count": 2,
"total_page": 1,
"is_first_page": true,
"is_last_page": true,
"page_info": [
{
"detail": {
"passengers": [
{
"company_pay": 286,
"actual_train": [
{
"dep_date_time": "2023-09-01 15:00:00",
"arr_station_name": "青岛",
"train_class_name": "一等座",
"train_type_name": "高铁",
"arr_date_time": "2023-09-01 19:28:00",
"train_type": "G",
"arr_city_name": "青岛",
"train_no": "G242",
"train_code": "G242",
"dep_station_name": "徐州东",
"dep_city_name": "徐州",
"train_class": 207
}
],
"amount": 463,
"price_list": [
{
"price": 7,
"price_type": "service_price",
"pay_type": 0
},
{
"price": 279,
"price_type": "price",
"pay_type": 0
},
{
"price": 177,
"price_type": "price",
"pay_type": 1
}
],
"service_price": 7,
"user_id": 310020,
"price": 456,
"person_pay": 177,
"ticket_info": [
{
"ticket_no": "xxxxxxxxxxxx",
"train_no": "G234",
"train_code": "G234",
"status": 3,
"train_class": 209
},
{
"ticket_no": "xxxxxxxxxxxx",
"train_no": "G242",
"train_code": "xxxxxxxxxxxx",
"train_class": 207
}
],
"change_price": 0,
"passenger_name": "xxxxxx",
"refund_price": 0
}
],
"source_type": "train",
"source": "alibtrip",
"train": [
{
"arr_station_name": "青岛",
"arr_city": 302,
"arr_date_time": "2023-09-01 23:03:00",
"ticket_price": 265,
"arr_city_name": "青岛",
"dep_city": 394,
"dep_station_name": "徐州东",
"dep_city_name": "徐州",
"train_class": 209,
"dep_date_time": "2023-09-01 19:15:00",
"train_class_name": "二等座",
"train_type_name": "高铁",
"train_type": "G",
"train_no": "G234",
"train_code": "G234"
}
],
"order_info": {
"company_pay": 286,
"amount": 463,
"service_price": 7,
"price": 456,
"person_pay": 177,
"document_num": "xxxxxxxxxxxx",
"change_price": 0,
"change_service_price": 0,
"order_id": "xxxxxxxxxxxx",
"refund_price": 0
}
},
"amount": 463.00,
"passengers": [
"xxxxxx"
],
"source": "alibtrip",
"employee_number": "xxxxxx",
"user_name": "xxxxxxxxxxxx",
"order_id": "xxxxxxxxxxxx",
"order_type": 61,
"order_status": 3,
"pay_type": 3,
"service_price": 7.00,
"destination_city": 394,
"destination_city_to": 302,
"start_date": 1693551600000,
"end_date": 1693567680000,
"order_date": 1692954360000,
"document_num": "xxxxxxxxxxxx",
"request_vo": {
"document_num": "xxxxxxxxxxxx"
},
"source_type": "train"
},
{
"detail": {
"passengers": [
{
"company_pay": 489,
"actual_train": [
{
"dep_date_time": "2023-09-17 13:38:00",
"arr_station_name": "南京南",
"train_class_name": "一等座",
"train_type_name": "高铁",
"arr_date_time": "2023-09-17 18:10:00",
"train_type": "G",
"arr_city_name": "南京",
"train_no": "G187",
"train_code": "G187",
"dep_station_name": "北京南",
"dep_city_name": "北京",
"train_class": 207
}
],
"amount": 816,
"price_list": [
{
"price": 7,
"price_type": "service_price",
"pay_type": 0
},
{
"price": 482,
"price_type": "price",
"pay_type": 0
},
{
"price": 327,
"price_type": "price",
"pay_type": 1
}
],
"service_price": 7,
"user_id": 316002,
"price": 809,
"person_pay": 327,
"ticket_info": [
{
"ticket_no": "EDW3350717107017B",
"train_no": "G133",
"train_code": "G133",
"status": 3,
"train_class": 209
},
{
"ticket_no": "EDW3350717502011D",
"train_no": "G187",
"train_code": "EDW3350717502011D",
"train_class": 207
}
],
"change_price": 0,
"passenger_name": "xxxxxx",
"refund_price": 0
}
],
"source_type": "train",
"source": "alibtrip",
"train": [
{
"arr_station_name": "南京南",
"arr_city": 282,
"arr_date_time": "2023-09-17 16:13:00",
"ticket_price": 482,
"arr_city_name": "南京",
"dep_city": 2,
"dep_station_name": "北京南",
"dep_city_name": "北京",
"train_class": 209,
"dep_date_time": "2023-09-17 11:49:00",
"train_class_name": "二等座",
"train_type_name": "高铁",
"train_type": "G",
"train_no": "G133",
"train_code": "G133"
}
],
"order_info": {
"company_pay": 489,
"amount": 816,
"service_price": 7,
"price": 809,
"person_pay": 327,
"document_num": "xxxxxxxxxxxx",
"change_price": 0,
"change_service_price": 0,
"order_id": "xxxxxxxxxxxx",
"refund_price": 0
}
},
"amount": 816.00,
"passengers": [
"xxxxxx"
],
"source": "alibtrip",
"employee_number": "xxxxxx",
"user_name": "xxxxxxxxxxxx",
"order_id": "xxxxxxxxxxxx",
"order_type": 61,
"order_status": 3,
"pay_type": 3,
"service_price": 7.00,
"destination_city": 2,
"destination_city_to": 282,
"start_date": 1694929080000,
"end_date": 1694945400000,
"order_date": 1694765100000,
"document_num": "xxxxxxxxxxxx",
"request_vo": {
"document_num": "xxxxxxxxxxxx"
},
"source_type": "train"
}
]
}
}