get-train-route-stations
Get detailed station stops, arrival and departure times, and dwell duration for a specific train code on a given departure date.
Instructions
查询特定列车车次在指定区间内的途径车站、到站时间、出发时间及停留时间等详细经停信息。当用户询问某趟具体列车的经停站时使用此接口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trainCode | Yes | 要查询的车次 `train_code`,例如"G1033"。 | |
| departDate | Yes | 列车出发的日期 (格式: yyyy-MM-dd)。如果用户提供的是相对日期,请务必先调用 `get-current-date` 解析。 | |
| format | No | 返回结果格式,默认为text,建议使用text。可选标志:[text, json] | text |