{
"from": "string",
"to": "string",
"fromCode": "string",
"toCode": "string",
"date": "string",
"isBusiness": 0,
"resultIndex": "string",
"isShowWZ": "string",
"middleStationName": "string",
"startHour": "string",
"trainClass": "string",
"waitTime": "string"
}
curl --location --request POST '/api/ops/train/searchMiddleTrain' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"to": "string",
"fromCode": "string",
"toCode": "string",
"date": "string",
"isBusiness": 0,
"resultIndex": "string",
"isShowWZ": "string",
"middleStationName": "string",
"startHour": "string",
"trainClass": "string",
"waitTime": "string"
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"index": "",
"canQuery": "",
"transferCombinationList": [
{
"toStation": "",
"totalRuntime": "",
"transferInfos": [
{
"toStationNo": "",
"startStationCode": "",
"toStationCode": "",
"trainNo": "",
"seatList": [
{
"price": "",
"seatDiscount": "",
"seatCode": "",
"count": "",
"seatName": "",
"seatInfo": ""
}
],
"spanDays": "",
"fromTime": "",
"runTime": "",
"toTime": "",
"startStationName": "",
"endStationName": "",
"canBook": "",
"toDate": "",
"fromStationNo": "",
"fromStation": "",
"seatTypes": "",
"toStation": "",
"fromDate": "",
"sequence": "",
"trainDetailCode": "",
"fromStationCode": "",
"endStationCode": ""
}
],
"allLiShi": "",
"transferStopTime": "",
"changeCourseType": "",
"transferStation": "",
"middleStationCode": "",
"waitTime": "",
"fromStation": ""
}
]
}
}