@apis1990
2016-08-24T03:42:50.000000Z
字数 439
阅读 495
主页
测试地址:http://36.33.24.119:8081/api/get_cities_by_school.php
参数 | 类型 | 是否必须 | 描述 |
---|
参数 | 类型 | 描述 |
---|---|---|
code | int | 状态码:200 --- 成功 其它 --- 异常 |
{
"code": 200,
"data": [
{
"id": "16",
"cityid": "140100",
"city": "太原市",
"fatherid": "140000",
"leter": "T", // 首字母
"spelling": "taiyuan", // 全拼
"acronym": "ty" // 全名首字母
},
{
"id": "39",
"cityid": "210100",
"city": "沈阳市",
"fatherid": "210000",
"leter": "S",
"spelling": "shenyang",
"acronym": "sy"
},
]
}