#!/usr/bin/env node
export const TicketDataKeys = [
'secret_Sstr',
'button_text_info',
'train_no',
'station_train_code',
'start_station_telecode',
'end_station_telecode',
'from_station_telecode',
'to_station_telecode',
'start_time',
'arrive_time',
'lishi',
'canWebBuy',
'yp_info',
'start_train_date',
'train_seat_feature',
'location_code',
'from_station_no',
'to_station_no',
'is_support_card',
'controlled_train_flag',
'gg_num',
'gr_num',
'qt_num',
'rw_num',
'rz_num',
'tz_num',
'wz_num',
'yb_num',
'yw_num',
'yz_num',
'ze_num',
'zy_num',
'swz_num',
'srrb_num',
'yp_ex',
'seat_types',
'exchange_train_flag',
'houbu_train_flag',
'houbu_seat_limit',
'yp_info_new',
'40',
'41',
'42',
'43',
'44',
'45',
'dw_flag',
'47',
'stopcheckTime',
'country_flag',
'local_arrive_time',
'local_start_time',
'52',
'bed_level_info',
'seat_discount_info',
'sale_time',
'56',
];
export const StationDataKeys = [
'station_id',
'station_name',
'station_code',
'station_pinyin',
'station_short',
'station_index',
'code',
'city',
'r1',
'r2',
];