获取所有城市
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取所有城市 </li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://open.yiqida.cn/api/MovieOpen/QueryAllCity?timestamp=当前时间戳13位&amp;userName=登录账号&amp;sign=签名</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: [
{
&quot;cityId&quot;: 360,
&quot;cityName&quot;: &quot;上海&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 361,
&quot;cityName&quot;: &quot;北京&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 362,
&quot;cityName&quot;: &quot;杭州&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 363,
&quot;cityName&quot;: &quot;广州&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 364,
&quot;cityName&quot;: &quot;南京&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 365,
&quot;cityName&quot;: &quot;苏州&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 366,
&quot;cityName&quot;: &quot;深圳&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 367,
&quot;cityName&quot;: &quot;成都&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 368,
&quot;cityName&quot;: &quot;重庆&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 369,
&quot;cityName&quot;: &quot;天津&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 370,
&quot;cityName&quot;: &quot;宁波&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 371,
&quot;cityName&quot;: &quot;扬州&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 372,
&quot;cityName&quot;: &quot;无锡&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 373,
&quot;cityName&quot;: &quot;福州&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 374,
&quot;cityName&quot;: &quot;厦门&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 375,
&quot;cityName&quot;: &quot;武汉&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 376,
&quot;cityName&quot;: &quot;西安&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 377,
&quot;cityName&quot;: &quot;沈阳&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 378,
&quot;cityName&quot;: &quot;大连&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 379,
&quot;cityName&quot;: &quot;青岛&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 380,
&quot;cityName&quot;: &quot;济南&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 381,
&quot;cityName&quot;: &quot;海口&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 382,
&quot;cityName&quot;: &quot;石家庄&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 383,
&quot;cityName&quot;: &quot;唐山&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 384,
&quot;cityName&quot;: &quot;秦皇岛&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 385,
&quot;cityName&quot;: &quot;邯郸&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 386,
&quot;cityName&quot;: &quot;保定&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 387,
&quot;cityName&quot;: &quot;廊坊&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 388,
&quot;cityName&quot;: &quot;太原&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 389,
&quot;cityName&quot;: &quot;临汾&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 390,
&quot;cityName&quot;: &quot;呼和浩特&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 391,
&quot;cityName&quot;: &quot;鞍山&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 392,
&quot;cityName&quot;: &quot;抚顺&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 393,
&quot;cityName&quot;: &quot;锦州&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 394,
&quot;cityName&quot;: &quot;长春&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 395,
&quot;cityName&quot;: &quot;吉林&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 396,
&quot;cityName&quot;: &quot;哈尔滨&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 397,
&quot;cityName&quot;: &quot;齐齐哈尔&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 398,
&quot;cityName&quot;: &quot;徐州&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 399,
&quot;cityName&quot;: &quot;常州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 400,
&quot;cityName&quot;: &quot;南通&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 401,
&quot;cityName&quot;: &quot;淮安&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 402,
&quot;cityName&quot;: &quot;盐城&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 403,
&quot;cityName&quot;: &quot;镇江&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 404,
&quot;cityName&quot;: &quot;泰州&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 405,
&quot;cityName&quot;: &quot;温州&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 406,
&quot;cityName&quot;: &quot;嘉兴&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 407,
&quot;cityName&quot;: &quot;湖州&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 408,
&quot;cityName&quot;: &quot;绍兴&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 409,
&quot;cityName&quot;: &quot;金华&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 410,
&quot;cityName&quot;: &quot;衢州&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 411,
&quot;cityName&quot;: &quot;舟山&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 412,
&quot;cityName&quot;: &quot;台州&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 413,
&quot;cityName&quot;: &quot;合肥&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 414,
&quot;cityName&quot;: &quot;芜湖&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 415,
&quot;cityName&quot;: &quot;蚌埠&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 416,
&quot;cityName&quot;: &quot;淮南&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 417,
&quot;cityName&quot;: &quot;马鞍山&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 418,
&quot;cityName&quot;: &quot;淮北&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 419,
&quot;cityName&quot;: &quot;铜陵&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 420,
&quot;cityName&quot;: &quot;滁州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 421,
&quot;cityName&quot;: &quot;阜阳&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 422,
&quot;cityName&quot;: &quot;泉州&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 423,
&quot;cityName&quot;: &quot;宁德&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 424,
&quot;cityName&quot;: &quot;南昌&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 425,
&quot;cityName&quot;: &quot;九江&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 426,
&quot;cityName&quot;: &quot;抚州&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 427,
&quot;cityName&quot;: &quot;淄博&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 428,
&quot;cityName&quot;: &quot;枣庄&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 429,
&quot;cityName&quot;: &quot;东营&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 430,
&quot;cityName&quot;: &quot;烟台&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 431,
&quot;cityName&quot;: &quot;潍坊&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 432,
&quot;cityName&quot;: &quot;济宁&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 433,
&quot;cityName&quot;: &quot;泰安&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 434,
&quot;cityName&quot;: &quot;威海&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 435,
&quot;cityName&quot;: &quot;日照&quot;,
&quot;cityPinyin&quot;: &quot;R&quot;
},
{
&quot;cityId&quot;: 436,
&quot;cityName&quot;: &quot;临沂&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 437,
&quot;cityName&quot;: &quot;郑州&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 438,
&quot;cityName&quot;: &quot;开封&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 439,
&quot;cityName&quot;: &quot;洛阳&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 440,
&quot;cityName&quot;: &quot;焦作&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 441,
&quot;cityName&quot;: &quot;宜昌&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 442,
&quot;cityName&quot;: &quot;襄阳&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 443,
&quot;cityName&quot;: &quot;株洲&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 444,
&quot;cityName&quot;: &quot;衡阳&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 445,
&quot;cityName&quot;: &quot;岳阳&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 446,
&quot;cityName&quot;: &quot;常德&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 447,
&quot;cityName&quot;: &quot;珠海&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 448,
&quot;cityName&quot;: &quot;汕头&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 449,
&quot;cityName&quot;: &quot;佛山&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 450,
&quot;cityName&quot;: &quot;江门&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 451,
&quot;cityName&quot;: &quot;湛江&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 452,
&quot;cityName&quot;: &quot;茂名&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 453,
&quot;cityName&quot;: &quot;惠州&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 454,
&quot;cityName&quot;: &quot;阳江&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 455,
&quot;cityName&quot;: &quot;清远&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 456,
&quot;cityName&quot;: &quot;东莞&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 457,
&quot;cityName&quot;: &quot;中山&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 458,
&quot;cityName&quot;: &quot;南宁&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 459,
&quot;cityName&quot;: &quot;桂林&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 460,
&quot;cityName&quot;: &quot;北海&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 461,
&quot;cityName&quot;: &quot;绵阳&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 462,
&quot;cityName&quot;: &quot;贵阳&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 463,
&quot;cityName&quot;: &quot;昆明&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 464,
&quot;cityName&quot;: &quot;咸阳&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 465,
&quot;cityName&quot;: &quot;兰州&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 466,
&quot;cityName&quot;: &quot;银川&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 467,
&quot;cityName&quot;: &quot;乌鲁木齐&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 468,
&quot;cityName&quot;: &quot;长沙&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 469,
&quot;cityName&quot;: &quot;三亚&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 470,
&quot;cityName&quot;: &quot;大理&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 471,
&quot;cityName&quot;: &quot;上饶&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 472,
&quot;cityName&quot;: &quot;黄石&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 473,
&quot;cityName&quot;: &quot;红河&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 474,
&quot;cityName&quot;: &quot;南充&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 475,
&quot;cityName&quot;: &quot;肇庆&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 476,
&quot;cityName&quot;: &quot;赣州&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 477,
&quot;cityName&quot;: &quot;娄底&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 478,
&quot;cityName&quot;: &quot;黄冈&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 479,
&quot;cityName&quot;: &quot;梧州&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 480,
&quot;cityName&quot;: &quot;龙岩&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 481,
&quot;cityName&quot;: &quot;湘潭&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 482,
&quot;cityName&quot;: &quot;河源&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 483,
&quot;cityName&quot;: &quot;郴州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 484,
&quot;cityName&quot;: &quot;大庆&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 485,
&quot;cityName&quot;: &quot;乐山&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 486,
&quot;cityName&quot;: &quot;西宁&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 487,
&quot;cityName&quot;: &quot;晋城&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 488,
&quot;cityName&quot;: &quot;宜宾&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 489,
&quot;cityName&quot;: &quot;运城&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 490,
&quot;cityName&quot;: &quot;葫芦岛&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 491,
&quot;cityName&quot;: &quot;包头&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 492,
&quot;cityName&quot;: &quot;宿迁&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 493,
&quot;cityName&quot;: &quot;荆州&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 494,
&quot;cityName&quot;: &quot;潮州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 495,
&quot;cityName&quot;: &quot;咸宁&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 496,
&quot;cityName&quot;: &quot;揭阳&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 497,
&quot;cityName&quot;: &quot;莆田&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 498,
&quot;cityName&quot;: &quot;辽阳&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 499,
&quot;cityName&quot;: &quot;三明&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 500,
&quot;cityName&quot;: &quot;盘锦&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 501,
&quot;cityName&quot;: &quot;漳州&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 502,
&quot;cityName&quot;: &quot;达州&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 503,
&quot;cityName&quot;: &quot;信阳&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 504,
&quot;cityName&quot;: &quot;钦州&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 505,
&quot;cityName&quot;: &quot;资阳&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 506,
&quot;cityName&quot;: &quot;景德镇&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 507,
&quot;cityName&quot;: &quot;邵阳&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 508,
&quot;cityName&quot;: &quot;赤峰&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 509,
&quot;cityName&quot;: &quot;白山&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 510,
&quot;cityName&quot;: &quot;萍乡&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 511,
&quot;cityName&quot;: &quot;鄂尔多斯&quot;,
&quot;cityPinyin&quot;: &quot;E&quot;
},
{
&quot;cityId&quot;: 512,
&quot;cityName&quot;: &quot;德州&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 513,
&quot;cityName&quot;: &quot;新余&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 514,
&quot;cityName&quot;: &quot;益阳&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 515,
&quot;cityName&quot;: &quot;张家口&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 516,
&quot;cityName&quot;: &quot;孝感&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 517,
&quot;cityName&quot;: &quot;德阳&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 518,
&quot;cityName&quot;: &quot;亳州&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 519,
&quot;cityName&quot;: &quot;沧州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 520,
&quot;cityName&quot;: &quot;韶关&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 521,
&quot;cityName&quot;: &quot;新乡&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 522,
&quot;cityName&quot;: &quot;遂宁&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 523,
&quot;cityName&quot;: &quot;营口&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 524,
&quot;cityName&quot;: &quot;通化&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 525,
&quot;cityName&quot;: &quot;黄山&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 526,
&quot;cityName&quot;: &quot;遵义&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 527,
&quot;cityName&quot;: &quot;邢台&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 528,
&quot;cityName&quot;: &quot;呼伦贝尔&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 529,
&quot;cityName&quot;: &quot;自贡&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 530,
&quot;cityName&quot;: &quot;六安&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 531,
&quot;cityName&quot;: &quot;怀化&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 532,
&quot;cityName&quot;: &quot;玉溪&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 533,
&quot;cityName&quot;: &quot;柳州&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 534,
&quot;cityName&quot;: &quot;丽水&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 535,
&quot;cityName&quot;: &quot;安庆&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 536,
&quot;cityName&quot;: &quot;大同&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 537,
&quot;cityName&quot;: &quot;广元&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 538,
&quot;cityName&quot;: &quot;随州&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 539,
&quot;cityName&quot;: &quot;仙桃&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 540,
&quot;cityName&quot;: &quot;普洱&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 541,
&quot;cityName&quot;: &quot;潜江&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 542,
&quot;cityName&quot;: &quot;贵港&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 543,
&quot;cityName&quot;: &quot;梅州&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 544,
&quot;cityName&quot;: &quot;玉林&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 545,
&quot;cityName&quot;: &quot;汕尾&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 546,
&quot;cityName&quot;: &quot;宿州&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 547,
&quot;cityName&quot;: &quot;鄂州&quot;,
&quot;cityPinyin&quot;: &quot;E&quot;
},
{
&quot;cityId&quot;: 548,
&quot;cityName&quot;: &quot;天水&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 549,
&quot;cityName&quot;: &quot;丹东&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 550,
&quot;cityName&quot;: &quot;吉安&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 551,
&quot;cityName&quot;: &quot;曲靖&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 552,
&quot;cityName&quot;: &quot;铜仁&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 553,
&quot;cityName&quot;: &quot;池州&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 554,
&quot;cityName&quot;: &quot;庆阳&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 555,
&quot;cityName&quot;: &quot;连云港&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 556,
&quot;cityName&quot;: &quot;眉山&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 557,
&quot;cityName&quot;: &quot;儋州&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 558,
&quot;cityName&quot;: &quot;延边&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 559,
&quot;cityName&quot;: &quot;酒泉&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 560,
&quot;cityName&quot;: &quot;承德&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 561,
&quot;cityName&quot;: &quot;阳泉&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 562,
&quot;cityName&quot;: &quot;锡林郭勒&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 563,
&quot;cityName&quot;: &quot;阜新&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 564,
&quot;cityName&quot;: &quot;铁岭&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 565,
&quot;cityName&quot;: &quot;朝阳&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 566,
&quot;cityName&quot;: &quot;四平&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 567,
&quot;cityName&quot;: &quot;松原&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 568,
&quot;cityName&quot;: &quot;双鸭山&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 569,
&quot;cityName&quot;: &quot;伊春&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 570,
&quot;cityName&quot;: &quot;佳木斯&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 571,
&quot;cityName&quot;: &quot;宣城&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 572,
&quot;cityName&quot;: &quot;鹰潭&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 573,
&quot;cityName&quot;: &quot;宜春&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 574,
&quot;cityName&quot;: &quot;聊城&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 575,
&quot;cityName&quot;: &quot;菏泽&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 576,
&quot;cityName&quot;: &quot;安阳&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 577,
&quot;cityName&quot;: &quot;漯河&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 578,
&quot;cityName&quot;: &quot;南阳&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 579,
&quot;cityName&quot;: &quot;商丘&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 580,
&quot;cityName&quot;: &quot;驻马店&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 581,
&quot;cityName&quot;: &quot;荆门&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 582,
&quot;cityName&quot;: &quot;天门&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 583,
&quot;cityName&quot;: &quot;百色&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 584,
&quot;cityName&quot;: &quot;贺州&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 585,
&quot;cityName&quot;: &quot;攀枝花&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 586,
&quot;cityName&quot;: &quot;雅安&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 587,
&quot;cityName&quot;: &quot;六盘水&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 588,
&quot;cityName&quot;: &quot;安顺&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 589,
&quot;cityName&quot;: &quot;保山&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 590,
&quot;cityName&quot;: &quot;临沧&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 591,
&quot;cityName&quot;: &quot;拉萨&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 592,
&quot;cityName&quot;: &quot;宝鸡&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 593,
&quot;cityName&quot;: &quot;汉中&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 594,
&quot;cityName&quot;: &quot;安康&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 595,
&quot;cityName&quot;: &quot;嘉峪关&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 596,
&quot;cityName&quot;: &quot;张掖&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 597,
&quot;cityName&quot;: &quot;陇南&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 598,
&quot;cityName&quot;: &quot;石嘴山&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 599,
&quot;cityName&quot;: &quot;固原&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 600,
&quot;cityName&quot;: &quot;中卫&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 601,
&quot;cityName&quot;: &quot;济源&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 602,
&quot;cityName&quot;: &quot;琼海&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 603,
&quot;cityName&quot;: &quot;延安&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 604,
&quot;cityName&quot;: &quot;阿坝&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 605,
&quot;cityName&quot;: &quot;阿克苏&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 606,
&quot;cityName&quot;: &quot;阿勒泰&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 607,
&quot;cityName&quot;: &quot;巴彦淖尔&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 608,
&quot;cityName&quot;: &quot;本溪&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 609,
&quot;cityName&quot;: &quot;白城&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 610,
&quot;cityName&quot;: &quot;滨州&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 611,
&quot;cityName&quot;: &quot;巴中&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 612,
&quot;cityName&quot;: &quot;毕节&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 613,
&quot;cityName&quot;: &quot;白银&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 614,
&quot;cityName&quot;: &quot;博尔塔拉&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 615,
&quot;cityName&quot;: &quot;巴音郭楞&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 616,
&quot;cityName&quot;: &quot;长治&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 617,
&quot;cityName&quot;: &quot;崇左&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 618,
&quot;cityName&quot;: &quot;澄迈&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 619,
&quot;cityName&quot;: &quot;楚雄&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 620,
&quot;cityName&quot;: &quot;昌吉&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 621,
&quot;cityName&quot;: &quot;东方&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 622,
&quot;cityName&quot;: &quot;德宏&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 623,
&quot;cityName&quot;: &quot;迪庆&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 624,
&quot;cityName&quot;: &quot;定西&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 625,
&quot;cityName&quot;: &quot;恩施&quot;,
&quot;cityPinyin&quot;: &quot;E&quot;
},
{
&quot;cityId&quot;: 626,
&quot;cityName&quot;: &quot;防城港&quot;,
&quot;cityPinyin&quot;: &quot;F&quot;
},
{
&quot;cityId&quot;: 627,
&quot;cityName&quot;: &quot;广安&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 628,
&quot;cityName&quot;: &quot;甘孜&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 629,
&quot;cityName&quot;: &quot;甘南&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 630,
&quot;cityName&quot;: &quot;衡水&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 631,
&quot;cityName&quot;: &quot;黑河&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 632,
&quot;cityName&quot;: &quot;鹤岗&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 633,
&quot;cityName&quot;: &quot;鹤壁&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 634,
&quot;cityName&quot;: &quot;河池&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 635,
&quot;cityName&quot;: &quot;海东&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 636,
&quot;cityName&quot;: &quot;海西&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 637,
&quot;cityName&quot;: &quot;哈密&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 638,
&quot;cityName&quot;: &quot;晋中&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 639,
&quot;cityName&quot;: &quot;鸡西&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 640,
&quot;cityName&quot;: &quot;金昌&quot;,
&quot;cityPinyin&quot;: &quot;J&quot;
},
{
&quot;cityId&quot;: 641,
&quot;cityName&quot;: &quot;克拉玛依&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 642,
&quot;cityName&quot;: &quot;喀什&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 643,
&quot;cityName&quot;: &quot;吕梁&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 644,
&quot;cityName&quot;: &quot;辽源&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 645,
&quot;cityName&quot;: &quot;来宾&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 646,
&quot;cityName&quot;: &quot;陵水&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 647,
&quot;cityName&quot;: &quot;泸州&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 648,
&quot;cityName&quot;: &quot;凉山&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 649,
&quot;cityName&quot;: &quot;丽江&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 650,
&quot;cityName&quot;: &quot;临夏&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 651,
&quot;cityName&quot;: &quot;牡丹江&quot;,
&quot;cityPinyin&quot;: &quot;M&quot;
},
{
&quot;cityId&quot;: 652,
&quot;cityName&quot;: &quot;南平&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 653,
&quot;cityName&quot;: &quot;内江&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 654,
&quot;cityName&quot;: &quot;濮阳&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 655,
&quot;cityName&quot;: &quot;平顶山&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 656,
&quot;cityName&quot;: &quot;平凉&quot;,
&quot;cityPinyin&quot;: &quot;P&quot;
},
{
&quot;cityId&quot;: 657,
&quot;cityName&quot;: &quot;七台河&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 658,
&quot;cityName&quot;: &quot;黔南&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 659,
&quot;cityName&quot;: &quot;黔西南&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 660,
&quot;cityName&quot;: &quot;黔东南&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 661,
&quot;cityName&quot;: &quot;朔州&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 662,
&quot;cityName&quot;: &quot;绥化&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 663,
&quot;cityName&quot;: &quot;三门峡&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 664,
&quot;cityName&quot;: &quot;十堰&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 665,
&quot;cityName&quot;: &quot;神农架&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 666,
&quot;cityName&quot;: &quot;商洛&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 667,
&quot;cityName&quot;: &quot;石河子&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 668,
&quot;cityName&quot;: &quot;通辽&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 669,
&quot;cityName&quot;: &quot;屯昌&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 670,
&quot;cityName&quot;: &quot;铜川&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 671,
&quot;cityName&quot;: &quot;吐鲁番&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 672,
&quot;cityName&quot;: &quot;塔城&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
},
{
&quot;cityId&quot;: 673,
&quot;cityName&quot;: &quot;乌兰察布&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 674,
&quot;cityName&quot;: &quot;乌海&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 675,
&quot;cityName&quot;: &quot;万宁&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 676,
&quot;cityName&quot;: &quot;文山&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 677,
&quot;cityName&quot;: &quot;渭南&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 678,
&quot;cityName&quot;: &quot;武威&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 679,
&quot;cityName&quot;: &quot;吴忠&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 680,
&quot;cityName&quot;: &quot;忻州&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 681,
&quot;cityName&quot;: &quot;许昌&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 682,
&quot;cityName&quot;: &quot;湘西&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 683,
&quot;cityName&quot;: &quot;西双版纳&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 684,
&quot;cityName&quot;: &quot;永州&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 685,
&quot;cityName&quot;: &quot;云浮&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 686,
&quot;cityName&quot;: &quot;榆林&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 687,
&quot;cityName&quot;: &quot;伊犁&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 688,
&quot;cityName&quot;: &quot;周口&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 689,
&quot;cityName&quot;: &quot;张家界&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 690,
&quot;cityName&quot;: &quot;昭通&quot;,
&quot;cityPinyin&quot;: &quot;Z&quot;
},
{
&quot;cityId&quot;: 691,
&quot;cityName&quot;: &quot;阿拉善&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 692,
&quot;cityName&quot;: &quot;大兴安岭&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 693,
&quot;cityName&quot;: &quot;海南州&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 694,
&quot;cityName&quot;: &quot;怒江&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 695,
&quot;cityName&quot;: &quot;日喀则&quot;,
&quot;cityPinyin&quot;: &quot;R&quot;
},
{
&quot;cityId&quot;: 696,
&quot;cityName&quot;: &quot;兴安盟&quot;,
&quot;cityPinyin&quot;: &quot;X&quot;
},
{
&quot;cityId&quot;: 697,
&quot;cityName&quot;: &quot;那曲&quot;,
&quot;cityPinyin&quot;: &quot;N&quot;
},
{
&quot;cityId&quot;: 698,
&quot;cityName&quot;: &quot;阿里&quot;,
&quot;cityPinyin&quot;: &quot;A&quot;
},
{
&quot;cityId&quot;: 699,
&quot;cityName&quot;: &quot;林芝&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 700,
&quot;cityName&quot;: &quot;昌都&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 701,
&quot;cityName&quot;: &quot;山南&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 702,
&quot;cityName&quot;: &quot;和田&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 703,
&quot;cityName&quot;: &quot;海北&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 704,
&quot;cityName&quot;: &quot;黄南&quot;,
&quot;cityPinyin&quot;: &quot;H&quot;
},
{
&quot;cityId&quot;: 705,
&quot;cityName&quot;: &quot;果洛&quot;,
&quot;cityPinyin&quot;: &quot;G&quot;
},
{
&quot;cityId&quot;: 706,
&quot;cityName&quot;: &quot;玉树&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 707,
&quot;cityName&quot;: &quot;克孜勒苏&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 708,
&quot;cityName&quot;: &quot;乐东黎族自治县&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 709,
&quot;cityName&quot;: &quot;文昌&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 710,
&quot;cityName&quot;: &quot;临高县&quot;,
&quot;cityPinyin&quot;: &quot;L&quot;
},
{
&quot;cityId&quot;: 711,
&quot;cityName&quot;: &quot;琼中&quot;,
&quot;cityPinyin&quot;: &quot;Q&quot;
},
{
&quot;cityId&quot;: 712,
&quot;cityName&quot;: &quot;三沙&quot;,
&quot;cityPinyin&quot;: &quot;S&quot;
},
{
&quot;cityId&quot;: 713,
&quot;cityName&quot;: &quot;五指山&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 714,
&quot;cityName&quot;: &quot;定安&quot;,
&quot;cityPinyin&quot;: &quot;D&quot;
},
{
&quot;cityId&quot;: 715,
&quot;cityName&quot;: &quot;昌江&quot;,
&quot;cityPinyin&quot;: &quot;C&quot;
},
{
&quot;cityId&quot;: 716,
&quot;cityName&quot;: &quot;五家渠&quot;,
&quot;cityPinyin&quot;: &quot;W&quot;
},
{
&quot;cityId&quot;: 717,
&quot;cityName&quot;: &quot;昆玉&quot;,
&quot;cityPinyin&quot;: &quot;K&quot;
},
{
&quot;cityId&quot;: 718,
&quot;cityName&quot;: &quot;白沙&quot;,
&quot;cityPinyin&quot;: &quot;B&quot;
},
{
&quot;cityId&quot;: 1430,
&quot;cityName&quot;: &quot;洋浦&quot;,
&quot;cityPinyin&quot;: &quot;Y&quot;
},
{
&quot;cityId&quot;: 1431,
&quot;cityName&quot;: &quot;图木舒克&quot;,
&quot;cityPinyin&quot;: &quot;T&quot;
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">cityId</td>
<td style="text-align: left;">int</td>
<td>城市Id</td>
</tr>
<tr>
<td style="text-align: left;">cityName</td>
<td style="text-align: left;">string</td>
<td>城市名称</td>
</tr>
<tr>
<td style="text-align: left;">cityPinyin</td>
<td style="text-align: left;">string</td>
<td>城市拼音首字母</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>