目的地城市信息
说明
仅包含起止地目的地城市的信息。
响应参数
参数说明
字段名称 | 字段类型 | 是否必填 | 字段说明 |
---|---|---|---|
destination | String | 是 | 目的城市编码 |
destinationFullCode | String | 是 | 目的城市编码(含区域/线路信息) |
destinationText | String | 是 | 目的城市名称(国内市/区县/直辖市名称或国外城市名称) |
参数样例
{
"destination": "340100",
"destinationFullCode": "domestic-ZH3-ZH3_8",
"destinationText": "合肥市"
}