汽车票查询城市接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
retCode | String | 0 | 错误码 |
retDesc | String | 成功 | 错误描述(是否必填) |
cityList | CityInfo [] | 城市列表(必填) | |
|
|||
success | Boolean | true | 成功状态 |
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | { "retCode":"0", "retDesc":"成功", "cityList":[ { "cityCode":"810100", "cityName":"香港", "provinceName":"香港", "isSellToday":true, "presellDay":15, "disableBuyTicketTime":120, "status":"0", "attribute":"{\"param\":\"param\"}" } ], "success":true } |
1 | {"retDesc":"Illegal request","success":"false","retCode":"sign-check-failure"} |
错误码 | 错误描述 | 解决方案 |
---|