汽车票定制巴士-查询城市信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| retDesc | String | 成功 | 错误描述 |
| fromCityList | FromCityInfo [] | 城市列表(必填) | |
|
|||
| success | Boolean | true | 成功状态 |
| retCode | String | 0 | 错误码 |
{}
{
"retDesc":"成功",
"fromCityList":[
{
"provinceName":"河北省",
"cityName":"北京市",
"cityCode":"100000"
}
],
"success":true,
"retCode":"0"
}
{"retDesc":"Illegal request","success":"false","retCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|