所有文章
城市
最后更新于 2023/09/07 阅读数 95
城市
Method:GET
Path:/dictionaries/cities
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Response
{
"code":0,
"message":"",
"data":{
"city_data":[
{
"code":320000,
"name":"江苏省",
"level":1,
"hot_city":false,
"ename":"Jiangsusheng",
"is_using":false,
"cities":[]
}
],
"hot_city":[
{
"code":110000,
"name":"北京",
"level":1,
"hot_city":true,
"ename":"Beijing",
"is_using":true,
"cities":null
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
评价这篇文档
有帮助
没帮助