|
|
@@ -1,44738 +0,0 @@
|
|
|
-<?php
|
|
|
-
|
|
|
-use Illuminate\Database\Seeder;
|
|
|
-
|
|
|
-class DistrictsTableSeeder extends Seeder
|
|
|
-{
|
|
|
-
|
|
|
- /**
|
|
|
- * Auto generated seed file
|
|
|
- *
|
|
|
- * @return void
|
|
|
- */
|
|
|
- public function run()
|
|
|
- {
|
|
|
-
|
|
|
-
|
|
|
- \DB::table('districts')->delete();
|
|
|
-
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 1,
|
|
|
- 'adcode' => '410000',
|
|
|
- 'name' => '河南省',
|
|
|
- 'center' => '113.665412,34.757975',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 2,
|
|
|
- 'adcode' => '410900',
|
|
|
- 'name' => '濮阳市',
|
|
|
- 'center' => '115.041299,35.768234',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 3,
|
|
|
- 'adcode' => '410923',
|
|
|
- 'name' => '南乐县',
|
|
|
- 'center' => '115.204336,36.075204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 4,
|
|
|
- 'adcode' => '410927',
|
|
|
- 'name' => '台前县',
|
|
|
- 'center' => '115.855681,35.996474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 5,
|
|
|
- 'adcode' => '410922',
|
|
|
- 'name' => '清丰县',
|
|
|
- 'center' => '115.107287,35.902413',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 6,
|
|
|
- 'adcode' => '410926',
|
|
|
- 'name' => '范县',
|
|
|
- 'center' => '115.504212,35.851977',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 7,
|
|
|
- 'adcode' => '410902',
|
|
|
- 'name' => '华龙区',
|
|
|
- 'center' => '115.03184,35.760473',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 8,
|
|
|
- 'adcode' => '410928',
|
|
|
- 'name' => '濮阳县',
|
|
|
- 'center' => '115.023844,35.710349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 9,
|
|
|
- 'adcode' => '410300',
|
|
|
- 'name' => '洛阳市',
|
|
|
- 'center' => '112.434468,34.663041',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 10,
|
|
|
- 'adcode' => '410323',
|
|
|
- 'name' => '新安县',
|
|
|
- 'center' => '112.141403,34.728679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 11,
|
|
|
- 'adcode' => '410324',
|
|
|
- 'name' => '栾川县',
|
|
|
- 'center' => '111.618386,33.783195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 12,
|
|
|
- 'adcode' => '410326',
|
|
|
- 'name' => '汝阳县',
|
|
|
- 'center' => '112.473789,34.15323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 13,
|
|
|
- 'adcode' => '410305',
|
|
|
- 'name' => '涧西区',
|
|
|
- 'center' => '112.399243,34.654251',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 14,
|
|
|
- 'adcode' => '410329',
|
|
|
- 'name' => '伊川县',
|
|
|
- 'center' => '112.429384,34.423416',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 15,
|
|
|
- 'adcode' => '410306',
|
|
|
- 'name' => '吉利区',
|
|
|
- 'center' => '112.584796,34.899093',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 16,
|
|
|
- 'adcode' => '410327',
|
|
|
- 'name' => '宜阳县',
|
|
|
- 'center' => '112.179989,34.516478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 17,
|
|
|
- 'adcode' => '410328',
|
|
|
- 'name' => '洛宁县',
|
|
|
- 'center' => '111.655399,34.387179',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 18,
|
|
|
- 'adcode' => '410381',
|
|
|
- 'name' => '偃师市',
|
|
|
- 'center' => '112.787739,34.723042',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 19,
|
|
|
- 'adcode' => '410304',
|
|
|
- 'name' => '瀍河回族区',
|
|
|
- 'center' => '112.491625,34.684738',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 20,
|
|
|
- 'adcode' => '410311',
|
|
|
- 'name' => '洛龙区',
|
|
|
- 'center' => '112.456634,34.618557',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 21,
|
|
|
- 'adcode' => '410302',
|
|
|
- 'name' => '老城区',
|
|
|
- 'center' => '112.477298,34.682945',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 22,
|
|
|
- 'adcode' => '410303',
|
|
|
- 'name' => '西工区',
|
|
|
- 'center' => '112.443232,34.667847',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 23,
|
|
|
- 'adcode' => '410325',
|
|
|
- 'name' => '嵩县',
|
|
|
- 'center' => '112.087765,34.131563',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 24,
|
|
|
- 'adcode' => '410322',
|
|
|
- 'name' => '孟津县',
|
|
|
- 'center' => '112.443892,34.826485',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 9,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 25,
|
|
|
- 'adcode' => '411200',
|
|
|
- 'name' => '三门峡市',
|
|
|
- 'center' => '111.194099,34.777338',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 26,
|
|
|
- 'adcode' => '411202',
|
|
|
- 'name' => '湖滨区',
|
|
|
- 'center' => '111.19487,34.77812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 27,
|
|
|
- 'adcode' => '411281',
|
|
|
- 'name' => '义马市',
|
|
|
- 'center' => '111.869417,34.746868',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 28,
|
|
|
- 'adcode' => '411221',
|
|
|
- 'name' => '渑池县',
|
|
|
- 'center' => '111.762992,34.763487',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 29,
|
|
|
- 'adcode' => '411224',
|
|
|
- 'name' => '卢氏县',
|
|
|
- 'center' => '111.052649,34.053995',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 30,
|
|
|
- 'adcode' => '411282',
|
|
|
- 'name' => '灵宝市',
|
|
|
- 'center' => '110.88577,34.521264',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 31,
|
|
|
- 'adcode' => '411203',
|
|
|
- 'name' => '陕州区',
|
|
|
- 'center' => '111.103851,34.720244',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 25,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 32,
|
|
|
- 'adcode' => '411100',
|
|
|
- 'name' => '漯河市',
|
|
|
- 'center' => '114.026405,33.575855',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 33,
|
|
|
- 'adcode' => '411122',
|
|
|
- 'name' => '临颍县',
|
|
|
- 'center' => '113.938891,33.80609',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 32,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 34,
|
|
|
- 'adcode' => '411102',
|
|
|
- 'name' => '源汇区',
|
|
|
- 'center' => '114.017948,33.565441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 32,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 35,
|
|
|
- 'adcode' => '411121',
|
|
|
- 'name' => '舞阳县',
|
|
|
- 'center' => '113.610565,33.436278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 32,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 36,
|
|
|
- 'adcode' => '411104',
|
|
|
- 'name' => '召陵区',
|
|
|
- 'center' => '114.051686,33.567555',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 32,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 37,
|
|
|
- 'adcode' => '411103',
|
|
|
- 'name' => '郾城区',
|
|
|
- 'center' => '114.016813,33.588897',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 32,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 38,
|
|
|
- 'adcode' => '411000',
|
|
|
- 'name' => '许昌市',
|
|
|
- 'center' => '113.826063,34.022956',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 39,
|
|
|
- 'adcode' => '411025',
|
|
|
- 'name' => '襄城县',
|
|
|
- 'center' => '113.493166,33.855943',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 40,
|
|
|
- 'adcode' => '411003',
|
|
|
- 'name' => '建安区',
|
|
|
- 'center' => '113.842898,34.005018',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 41,
|
|
|
- 'adcode' => '411002',
|
|
|
- 'name' => '魏都区',
|
|
|
- 'center' => '113.828307,34.02711',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 42,
|
|
|
- 'adcode' => '411082',
|
|
|
- 'name' => '长葛市',
|
|
|
- 'center' => '113.768912,34.219257',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 43,
|
|
|
- 'adcode' => '411081',
|
|
|
- 'name' => '禹州市',
|
|
|
- 'center' => '113.471316,34.154403',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 44,
|
|
|
- 'adcode' => '411024',
|
|
|
- 'name' => '鄢陵县',
|
|
|
- 'center' => '114.188507,34.100502',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 38,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 45,
|
|
|
- 'adcode' => '411300',
|
|
|
- 'name' => '南阳市',
|
|
|
- 'center' => '112.540918,32.999082',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 46,
|
|
|
- 'adcode' => '411323',
|
|
|
- 'name' => '西峡县',
|
|
|
- 'center' => '111.485772,33.302981',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 47,
|
|
|
- 'adcode' => '411303',
|
|
|
- 'name' => '卧龙区',
|
|
|
- 'center' => '112.528789,32.989877',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 48,
|
|
|
- 'adcode' => '411321',
|
|
|
- 'name' => '南召县',
|
|
|
- 'center' => '112.435583,33.488617',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 49,
|
|
|
- 'adcode' => '411327',
|
|
|
- 'name' => '社旗县',
|
|
|
- 'center' => '112.938279,33.056126',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 50,
|
|
|
- 'adcode' => '411330',
|
|
|
- 'name' => '桐柏县',
|
|
|
- 'center' => '113.406059,32.367153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 51,
|
|
|
- 'adcode' => '411326',
|
|
|
- 'name' => '淅川县',
|
|
|
- 'center' => '111.489026,33.136106',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 52,
|
|
|
- 'adcode' => '411328',
|
|
|
- 'name' => '唐河县',
|
|
|
- 'center' => '112.838492,32.687892',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 53,
|
|
|
- 'adcode' => '411325',
|
|
|
- 'name' => '内乡县',
|
|
|
- 'center' => '111.843801,33.046358',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 54,
|
|
|
- 'adcode' => '411302',
|
|
|
- 'name' => '宛城区',
|
|
|
- 'center' => '112.544591,32.994857',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 55,
|
|
|
- 'adcode' => '411324',
|
|
|
- 'name' => '镇平县',
|
|
|
- 'center' => '112.232722,33.036651',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 56,
|
|
|
- 'adcode' => '411329',
|
|
|
- 'name' => '新野县',
|
|
|
- 'center' => '112.365624,32.524006',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 57,
|
|
|
- 'adcode' => '411322',
|
|
|
- 'name' => '方城县',
|
|
|
- 'center' => '113.010933,33.255138',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 58,
|
|
|
- 'adcode' => '411381',
|
|
|
- 'name' => '邓州市',
|
|
|
- 'center' => '112.092716,32.681642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 45,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 59,
|
|
|
- 'adcode' => '411500',
|
|
|
- 'name' => '信阳市',
|
|
|
- 'center' => '114.075031,32.123274',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 60,
|
|
|
- 'adcode' => '411527',
|
|
|
- 'name' => '淮滨县',
|
|
|
- 'center' => '115.415451,32.452639',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 61,
|
|
|
- 'adcode' => '411526',
|
|
|
- 'name' => '潢川县',
|
|
|
- 'center' => '115.050123,32.134024',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 62,
|
|
|
- 'adcode' => '411521',
|
|
|
- 'name' => '罗山县',
|
|
|
- 'center' => '114.533414,32.203206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 63,
|
|
|
- 'adcode' => '411522',
|
|
|
- 'name' => '光山县',
|
|
|
- 'center' => '114.903577,32.010398',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 64,
|
|
|
- 'adcode' => '411502',
|
|
|
- 'name' => '浉河区',
|
|
|
- 'center' => '114.075031,32.123274',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 65,
|
|
|
- 'adcode' => '411525',
|
|
|
- 'name' => '固始县',
|
|
|
- 'center' => '115.667328,32.183074',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 66,
|
|
|
- 'adcode' => '411524',
|
|
|
- 'name' => '商城县',
|
|
|
- 'center' => '115.406297,31.799982',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 67,
|
|
|
- 'adcode' => '411523',
|
|
|
- 'name' => '新县',
|
|
|
- 'center' => '114.87705,31.63515',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 68,
|
|
|
- 'adcode' => '411528',
|
|
|
- 'name' => '息县',
|
|
|
- 'center' => '114.740713,32.344744',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 69,
|
|
|
- 'adcode' => '411503',
|
|
|
- 'name' => '平桥区',
|
|
|
- 'center' => '114.126027,32.098395',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 59,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 70,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市',
|
|
|
- 'center' => '112.590047,35.090378',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 71,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市坡头镇',
|
|
|
- 'center' => '112.538,34.9308',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 72,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市梨林镇',
|
|
|
- 'center' => '112.753,35.0882',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 73,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市思礼镇',
|
|
|
- 'center' => '112.388,35.2103',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 74,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市大峪镇',
|
|
|
- 'center' => '112.338,34.9398',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 75,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市五龙口镇',
|
|
|
- 'center' => '112.761,35.1956',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 76,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市王屋镇',
|
|
|
- 'center' => '112.169,35.1244',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 77,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市玉泉街道',
|
|
|
- 'center' => '112.624,35.1189',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 78,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市轵城镇',
|
|
|
- 'center' => '112.622,35.0625',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 79,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市济水街道',
|
|
|
- 'center' => '112.595,35.0944',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 80,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市沁园街道',
|
|
|
- 'center' => '112.593,35.0822',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 81,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市下冶镇',
|
|
|
- 'center' => '112.212,35.1131',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 82,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市克井镇',
|
|
|
- 'center' => '112.635,35.255',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 83,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市天坛街道',
|
|
|
- 'center' => '112.567,35.1229',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 84,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市邵原镇',
|
|
|
- 'center' => '112.113,35.2704',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 85,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市北海街道',
|
|
|
- 'center' => '112.569,35.1116',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 86,
|
|
|
- 'adcode' => '419001',
|
|
|
- 'name' => '济源市承留镇',
|
|
|
- 'center' => '112.509,35.0243',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 70,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 87,
|
|
|
- 'adcode' => '411700',
|
|
|
- 'name' => '驻马店市',
|
|
|
- 'center' => '114.024736,32.980169',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 88,
|
|
|
- 'adcode' => '411722',
|
|
|
- 'name' => '上蔡县',
|
|
|
- 'center' => '114.266892,33.264719',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 89,
|
|
|
- 'adcode' => '411721',
|
|
|
- 'name' => '西平县',
|
|
|
- 'center' => '114.026864,33.382315',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 90,
|
|
|
- 'adcode' => '411729',
|
|
|
- 'name' => '新蔡县',
|
|
|
- 'center' => '114.975246,32.749948',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 91,
|
|
|
- 'adcode' => '411723',
|
|
|
- 'name' => '平舆县',
|
|
|
- 'center' => '114.637105,32.955626',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 92,
|
|
|
- 'adcode' => '411727',
|
|
|
- 'name' => '汝南县',
|
|
|
- 'center' => '114.359495,33.004535',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 93,
|
|
|
- 'adcode' => '411726',
|
|
|
- 'name' => '泌阳县',
|
|
|
- 'center' => '113.32605,32.725129',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 94,
|
|
|
- 'adcode' => '411728',
|
|
|
- 'name' => '遂平县',
|
|
|
- 'center' => '114.00371,33.14698',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 95,
|
|
|
- 'adcode' => '411702',
|
|
|
- 'name' => '驿城区',
|
|
|
- 'center' => '114.029149,32.977559',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 96,
|
|
|
- 'adcode' => '411725',
|
|
|
- 'name' => '确山县',
|
|
|
- 'center' => '114.026679,32.801538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 97,
|
|
|
- 'adcode' => '411724',
|
|
|
- 'name' => '正阳县',
|
|
|
- 'center' => '114.38948,32.601826',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 87,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 98,
|
|
|
- 'adcode' => '410500',
|
|
|
- 'name' => '安阳市',
|
|
|
- 'center' => '114.352482,36.103442',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 99,
|
|
|
- 'adcode' => '410505',
|
|
|
- 'name' => '殷都区',
|
|
|
- 'center' => '114.300098,36.108974',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 100,
|
|
|
- 'adcode' => '410527',
|
|
|
- 'name' => '内黄县',
|
|
|
- 'center' => '114.904582,35.953702',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 101,
|
|
|
- 'adcode' => '410523',
|
|
|
- 'name' => '汤阴县',
|
|
|
- 'center' => '114.362357,35.922349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 102,
|
|
|
- 'adcode' => '410526',
|
|
|
- 'name' => '滑县',
|
|
|
- 'center' => '114.524,35.574628',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 103,
|
|
|
- 'adcode' => '410502',
|
|
|
- 'name' => '文峰区',
|
|
|
- 'center' => '114.352562,36.098101',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 104,
|
|
|
- 'adcode' => '410503',
|
|
|
- 'name' => '北关区',
|
|
|
- 'center' => '114.352646,36.10978',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 105,
|
|
|
- 'adcode' => '410581',
|
|
|
- 'name' => '林州市',
|
|
|
- 'center' => '113.823767,36.063403',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 106,
|
|
|
- 'adcode' => '410506',
|
|
|
- 'name' => '龙安区',
|
|
|
- 'center' => '114.323522,36.095568',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 107,
|
|
|
- 'adcode' => '410522',
|
|
|
- 'name' => '安阳县',
|
|
|
- 'center' => '114.130207,36.130585',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 98,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 108,
|
|
|
- 'adcode' => '410800',
|
|
|
- 'name' => '焦作市',
|
|
|
- 'center' => '113.238266,35.23904',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 109,
|
|
|
- 'adcode' => '410804',
|
|
|
- 'name' => '马村区',
|
|
|
- 'center' => '113.321703,35.265453',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 110,
|
|
|
- 'adcode' => '410882',
|
|
|
- 'name' => '沁阳市',
|
|
|
- 'center' => '112.934538,35.08901',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 111,
|
|
|
- 'adcode' => '410802',
|
|
|
- 'name' => '解放区',
|
|
|
- 'center' => '113.226126,35.241353',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 112,
|
|
|
- 'adcode' => '410825',
|
|
|
- 'name' => '温县',
|
|
|
- 'center' => '113.079118,34.941233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 113,
|
|
|
- 'adcode' => '410883',
|
|
|
- 'name' => '孟州市',
|
|
|
- 'center' => '112.78708,34.90963',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 114,
|
|
|
- 'adcode' => '410823',
|
|
|
- 'name' => '武陟县',
|
|
|
- 'center' => '113.408334,35.09885',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 115,
|
|
|
- 'adcode' => '410822',
|
|
|
- 'name' => '博爱县',
|
|
|
- 'center' => '113.069313,35.170351',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 116,
|
|
|
- 'adcode' => '410811',
|
|
|
- 'name' => '山阳区',
|
|
|
- 'center' => '113.26766,35.21476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 117,
|
|
|
- 'adcode' => '410803',
|
|
|
- 'name' => '中站区',
|
|
|
- 'center' => '113.175485,35.236145',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 118,
|
|
|
- 'adcode' => '410821',
|
|
|
- 'name' => '修武县',
|
|
|
- 'center' => '113.447465,35.229923',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 108,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 119,
|
|
|
- 'adcode' => '410600',
|
|
|
- 'name' => '鹤壁市',
|
|
|
- 'center' => '114.295444,35.748236',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 120,
|
|
|
- 'adcode' => '410602',
|
|
|
- 'name' => '鹤山区',
|
|
|
- 'center' => '114.166551,35.936128',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 119,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 121,
|
|
|
- 'adcode' => '410622',
|
|
|
- 'name' => '淇县',
|
|
|
- 'center' => '114.200379,35.609478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 119,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 122,
|
|
|
- 'adcode' => '410603',
|
|
|
- 'name' => '山城区',
|
|
|
- 'center' => '114.184202,35.896058',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 119,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 123,
|
|
|
- 'adcode' => '410611',
|
|
|
- 'name' => '淇滨区',
|
|
|
- 'center' => '114.293917,35.748382',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 119,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 124,
|
|
|
- 'adcode' => '410621',
|
|
|
- 'name' => '浚县',
|
|
|
- 'center' => '114.550162,35.671282',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 119,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 125,
|
|
|
- 'adcode' => '410700',
|
|
|
- 'name' => '新乡市',
|
|
|
- 'center' => '113.883991,35.302616',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 126,
|
|
|
- 'adcode' => '410704',
|
|
|
- 'name' => '凤泉区',
|
|
|
- 'center' => '113.906712,35.379855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 127,
|
|
|
- 'adcode' => '410724',
|
|
|
- 'name' => '获嘉县',
|
|
|
- 'center' => '113.657249,35.261685',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 128,
|
|
|
- 'adcode' => '410782',
|
|
|
- 'name' => '辉县市',
|
|
|
- 'center' => '113.802518,35.461318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 129,
|
|
|
- 'adcode' => '410727',
|
|
|
- 'name' => '封丘县',
|
|
|
- 'center' => '114.423405,35.04057',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 130,
|
|
|
- 'adcode' => '410726',
|
|
|
- 'name' => '延津县',
|
|
|
- 'center' => '114.200982,35.149515',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 131,
|
|
|
- 'adcode' => '410728',
|
|
|
- 'name' => '长垣县',
|
|
|
- 'center' => '114.673807,35.19615',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 132,
|
|
|
- 'adcode' => '410725',
|
|
|
- 'name' => '原阳县',
|
|
|
- 'center' => '113.965966,35.054001',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 133,
|
|
|
- 'adcode' => '410711',
|
|
|
- 'name' => '牧野区',
|
|
|
- 'center' => '113.89716,35.312974',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 134,
|
|
|
- 'adcode' => '410781',
|
|
|
- 'name' => '卫辉市',
|
|
|
- 'center' => '114.065855,35.404295',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 135,
|
|
|
- 'adcode' => '410721',
|
|
|
- 'name' => '新乡县',
|
|
|
- 'center' => '113.806186,35.190021',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 136,
|
|
|
- 'adcode' => '410702',
|
|
|
- 'name' => '红旗区',
|
|
|
- 'center' => '113.878158,35.302684',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 137,
|
|
|
- 'adcode' => '410703',
|
|
|
- 'name' => '卫滨区',
|
|
|
- 'center' => '113.866065,35.304905',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 125,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 138,
|
|
|
- 'adcode' => '410200',
|
|
|
- 'name' => '开封市',
|
|
|
- 'center' => '114.341447,34.797049',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 139,
|
|
|
- 'adcode' => '410203',
|
|
|
- 'name' => '顺河回族区',
|
|
|
- 'center' => '114.364875,34.800459',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 140,
|
|
|
- 'adcode' => '410225',
|
|
|
- 'name' => '兰考县',
|
|
|
- 'center' => '114.820572,34.829899',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 141,
|
|
|
- 'adcode' => '410205',
|
|
|
- 'name' => '禹王台区',
|
|
|
- 'center' => '114.350246,34.779727',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 142,
|
|
|
- 'adcode' => '410212',
|
|
|
- 'name' => '祥符区',
|
|
|
- 'center' => '114.437622,34.756476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 143,
|
|
|
- 'adcode' => '410222',
|
|
|
- 'name' => '通许县',
|
|
|
- 'center' => '114.467734,34.477302',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 144,
|
|
|
- 'adcode' => '410223',
|
|
|
- 'name' => '尉氏县',
|
|
|
- 'center' => '114.193927,34.412256',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 145,
|
|
|
- 'adcode' => '410204',
|
|
|
- 'name' => '鼓楼区',
|
|
|
- 'center' => '114.3485,34.792383',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 146,
|
|
|
- 'adcode' => '410202',
|
|
|
- 'name' => '龙亭区',
|
|
|
- 'center' => '114.353348,34.799833',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 147,
|
|
|
- 'adcode' => '410221',
|
|
|
- 'name' => '杞县',
|
|
|
- 'center' => '114.770472,34.554585',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 138,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 148,
|
|
|
- 'adcode' => '410400',
|
|
|
- 'name' => '平顶山市',
|
|
|
- 'center' => '113.307718,33.735241',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 149,
|
|
|
- 'adcode' => '410425',
|
|
|
- 'name' => '郏县',
|
|
|
- 'center' => '113.220451,33.971993',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 150,
|
|
|
- 'adcode' => '410404',
|
|
|
- 'name' => '石龙区',
|
|
|
- 'center' => '112.889885,33.901538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 151,
|
|
|
- 'adcode' => '410411',
|
|
|
- 'name' => '湛河区',
|
|
|
- 'center' => '113.320873,33.725681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 152,
|
|
|
- 'adcode' => '410403',
|
|
|
- 'name' => '卫东区',
|
|
|
- 'center' => '113.310327,33.739285',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 153,
|
|
|
- 'adcode' => '410423',
|
|
|
- 'name' => '鲁山县',
|
|
|
- 'center' => '112.906703,33.740325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 154,
|
|
|
- 'adcode' => '410422',
|
|
|
- 'name' => '叶县',
|
|
|
- 'center' => '113.358298,33.621252',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 155,
|
|
|
- 'adcode' => '410481',
|
|
|
- 'name' => '舞钢市',
|
|
|
- 'center' => '113.52625,33.302082',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 156,
|
|
|
- 'adcode' => '410402',
|
|
|
- 'name' => '新华区',
|
|
|
- 'center' => '113.299061,33.737579',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 157,
|
|
|
- 'adcode' => '410421',
|
|
|
- 'name' => '宝丰县',
|
|
|
- 'center' => '113.066812,33.866359',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 158,
|
|
|
- 'adcode' => '410482',
|
|
|
- 'name' => '汝州市',
|
|
|
- 'center' => '112.845336,34.167408',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 148,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 159,
|
|
|
- 'adcode' => '410100',
|
|
|
- 'name' => '郑州市',
|
|
|
- 'center' => '113.665412,34.757975',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 160,
|
|
|
- 'adcode' => '410181',
|
|
|
- 'name' => '巩义市',
|
|
|
- 'center' => '112.98283,34.75218',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 161,
|
|
|
- 'adcode' => '410185',
|
|
|
- 'name' => '登封市',
|
|
|
- 'center' => '113.037768,34.459939',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 162,
|
|
|
- 'adcode' => '410105',
|
|
|
- 'name' => '金水区',
|
|
|
- 'center' => '113.686037,34.775838',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 163,
|
|
|
- 'adcode' => '410106',
|
|
|
- 'name' => '上街区',
|
|
|
- 'center' => '113.298282,34.808689',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 164,
|
|
|
- 'adcode' => '410182',
|
|
|
- 'name' => '荥阳市',
|
|
|
- 'center' => '113.391523,34.789077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 165,
|
|
|
- 'adcode' => '410108',
|
|
|
- 'name' => '惠济区',
|
|
|
- 'center' => '113.61836,34.828591',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 166,
|
|
|
- 'adcode' => '410102',
|
|
|
- 'name' => '中原区',
|
|
|
- 'center' => '113.611576,34.748286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 167,
|
|
|
- 'adcode' => '410103',
|
|
|
- 'name' => '二七区',
|
|
|
- 'center' => '113.645422,34.730936',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 168,
|
|
|
- 'adcode' => '410183',
|
|
|
- 'name' => '新密市',
|
|
|
- 'center' => '113.380616,34.537846',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 169,
|
|
|
- 'adcode' => '410122',
|
|
|
- 'name' => '中牟县',
|
|
|
- 'center' => '114.022521,34.721976',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 170,
|
|
|
- 'adcode' => '410104',
|
|
|
- 'name' => '管城回族区',
|
|
|
- 'center' => '113.685313,34.746453',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 171,
|
|
|
- 'adcode' => '410184',
|
|
|
- 'name' => '新郑市',
|
|
|
- 'center' => '113.73967,34.394219',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 172,
|
|
|
- 'adcode' => '411600',
|
|
|
- 'name' => '周口市',
|
|
|
- 'center' => '114.649653,33.620357',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 173,
|
|
|
- 'adcode' => '411628',
|
|
|
- 'name' => '鹿邑县',
|
|
|
- 'center' => '115.486386,33.861067',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 174,
|
|
|
- 'adcode' => '411624',
|
|
|
- 'name' => '沈丘县',
|
|
|
- 'center' => '115.078375,33.395514',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 175,
|
|
|
- 'adcode' => '411625',
|
|
|
- 'name' => '郸城县',
|
|
|
- 'center' => '115.189,33.643852',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 176,
|
|
|
- 'adcode' => '411621',
|
|
|
- 'name' => '扶沟县',
|
|
|
- 'center' => '114.392008,34.054061',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 177,
|
|
|
- 'adcode' => '411626',
|
|
|
- 'name' => '淮阳县',
|
|
|
- 'center' => '114.870166,33.732547',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 178,
|
|
|
- 'adcode' => '411681',
|
|
|
- 'name' => '项城市',
|
|
|
- 'center' => '114.899521,33.443085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 179,
|
|
|
- 'adcode' => '411627',
|
|
|
- 'name' => '太康县',
|
|
|
- 'center' => '114.853834,34.065312',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 180,
|
|
|
- 'adcode' => '411623',
|
|
|
- 'name' => '商水县',
|
|
|
- 'center' => '114.60927,33.543845',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 181,
|
|
|
- 'adcode' => '411602',
|
|
|
- 'name' => '川汇区',
|
|
|
- 'center' => '114.652136,33.614836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 182,
|
|
|
- 'adcode' => '411622',
|
|
|
- 'name' => '西华县',
|
|
|
- 'center' => '114.530067,33.784378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 183,
|
|
|
- 'adcode' => '411400',
|
|
|
- 'name' => '商丘市',
|
|
|
- 'center' => '115.650497,34.437054',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 184,
|
|
|
- 'adcode' => '411423',
|
|
|
- 'name' => '宁陵县',
|
|
|
- 'center' => '115.320055,34.449299',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 185,
|
|
|
- 'adcode' => '411424',
|
|
|
- 'name' => '柘城县',
|
|
|
- 'center' => '115.307433,34.075277',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 186,
|
|
|
- 'adcode' => '411402',
|
|
|
- 'name' => '梁园区',
|
|
|
- 'center' => '115.65459,34.436553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 187,
|
|
|
- 'adcode' => '411403',
|
|
|
- 'name' => '睢阳区',
|
|
|
- 'center' => '115.653813,34.390536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 188,
|
|
|
- 'adcode' => '411426',
|
|
|
- 'name' => '夏邑县',
|
|
|
- 'center' => '116.13989,34.240894',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 189,
|
|
|
- 'adcode' => '411481',
|
|
|
- 'name' => '永城市',
|
|
|
- 'center' => '116.449672,33.931318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 190,
|
|
|
- 'adcode' => '411421',
|
|
|
- 'name' => '民权县',
|
|
|
- 'center' => '115.148146,34.648455',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 191,
|
|
|
- 'adcode' => '411422',
|
|
|
- 'name' => '睢县',
|
|
|
- 'center' => '115.070109,34.428433',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 192,
|
|
|
- 'adcode' => '411425',
|
|
|
- 'name' => '虞城县',
|
|
|
- 'center' => '115.863811,34.399634',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 183,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 193,
|
|
|
- 'adcode' => '440000',
|
|
|
- 'name' => '广东省',
|
|
|
- 'center' => '113.280637,23.125178',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 194,
|
|
|
- 'adcode' => '440500',
|
|
|
- 'name' => '汕头市',
|
|
|
- 'center' => '116.708463,23.37102',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 195,
|
|
|
- 'adcode' => '440513',
|
|
|
- 'name' => '潮阳区',
|
|
|
- 'center' => '116.602602,23.262336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 196,
|
|
|
- 'adcode' => '440515',
|
|
|
- 'name' => '澄海区',
|
|
|
- 'center' => '116.76336,23.46844',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 197,
|
|
|
- 'adcode' => '440523',
|
|
|
- 'name' => '南澳县',
|
|
|
- 'center' => '117.027105,23.419562',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 198,
|
|
|
- 'adcode' => '440512',
|
|
|
- 'name' => '濠江区',
|
|
|
- 'center' => '116.729528,23.279345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 199,
|
|
|
- 'adcode' => '440514',
|
|
|
- 'name' => '潮南区',
|
|
|
- 'center' => '116.423607,23.249798',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 200,
|
|
|
- 'adcode' => '440507',
|
|
|
- 'name' => '龙湖区',
|
|
|
- 'center' => '116.732015,23.373754',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:25',
|
|
|
- 'updated_at' => '2019-05-07 18:08:25',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 201,
|
|
|
- 'adcode' => '440511',
|
|
|
- 'name' => '金平区',
|
|
|
- 'center' => '116.703583,23.367071',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 194,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 202,
|
|
|
- 'adcode' => '440600',
|
|
|
- 'name' => '佛山市',
|
|
|
- 'center' => '113.122717,23.028762',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 203,
|
|
|
- 'adcode' => '440607',
|
|
|
- 'name' => '三水区',
|
|
|
- 'center' => '112.899414,23.16504',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 202,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 204,
|
|
|
- 'adcode' => '440608',
|
|
|
- 'name' => '高明区',
|
|
|
- 'center' => '112.882123,22.893855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 202,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 205,
|
|
|
- 'adcode' => '440606',
|
|
|
- 'name' => '顺德区',
|
|
|
- 'center' => '113.281826,22.75851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 202,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 206,
|
|
|
- 'adcode' => '440604',
|
|
|
- 'name' => '禅城区',
|
|
|
- 'center' => '113.112414,23.019643',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 202,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 207,
|
|
|
- 'adcode' => '440605',
|
|
|
- 'name' => '南海区',
|
|
|
- 'center' => '113.145577,23.031562',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 202,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 208,
|
|
|
- 'adcode' => '441200',
|
|
|
- 'name' => '肇庆市',
|
|
|
- 'center' => '112.472529,23.051546',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 209,
|
|
|
- 'adcode' => '441224',
|
|
|
- 'name' => '怀集县',
|
|
|
- 'center' => '112.182466,23.913072',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 210,
|
|
|
- 'adcode' => '441225',
|
|
|
- 'name' => '封开县',
|
|
|
- 'center' => '111.502973,23.434731',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 211,
|
|
|
- 'adcode' => '441223',
|
|
|
- 'name' => '广宁县',
|
|
|
- 'center' => '112.440419,23.631486',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 212,
|
|
|
- 'adcode' => '441284',
|
|
|
- 'name' => '四会市',
|
|
|
- 'center' => '112.695028,23.340324',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 213,
|
|
|
- 'adcode' => '441226',
|
|
|
- 'name' => '德庆县',
|
|
|
- 'center' => '111.78156,23.141711',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 214,
|
|
|
- 'adcode' => '441203',
|
|
|
- 'name' => '鼎湖区',
|
|
|
- 'center' => '112.565249,23.155822',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 215,
|
|
|
- 'adcode' => '441202',
|
|
|
- 'name' => '端州区',
|
|
|
- 'center' => '112.472329,23.052662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 216,
|
|
|
- 'adcode' => '441204',
|
|
|
- 'name' => '高要区',
|
|
|
- 'center' => '112.460846,23.027694',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 208,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 217,
|
|
|
- 'adcode' => '441300',
|
|
|
- 'name' => '惠州市',
|
|
|
- 'center' => '114.412599,23.079404',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 218,
|
|
|
- 'adcode' => '441324',
|
|
|
- 'name' => '龙门县',
|
|
|
- 'center' => '114.259986,23.723894',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 219,
|
|
|
- 'adcode' => '441322',
|
|
|
- 'name' => '博罗县',
|
|
|
- 'center' => '114.284254,23.167575',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 220,
|
|
|
- 'adcode' => '441323',
|
|
|
- 'name' => '惠东县',
|
|
|
- 'center' => '114.723092,22.983036',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 221,
|
|
|
- 'adcode' => '441303',
|
|
|
- 'name' => '惠阳区',
|
|
|
- 'center' => '114.469444,22.78851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 222,
|
|
|
- 'adcode' => '441302',
|
|
|
- 'name' => '惠城区',
|
|
|
- 'center' => '114.413978,23.079883',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 223,
|
|
|
- 'adcode' => '440300',
|
|
|
- 'name' => '深圳市',
|
|
|
- 'center' => '114.085947,22.547',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 224,
|
|
|
- 'adcode' => '440305',
|
|
|
- 'name' => '南山区',
|
|
|
- 'center' => '113.92943,22.531221',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 225,
|
|
|
- 'adcode' => '440306',
|
|
|
- 'name' => '宝安区',
|
|
|
- 'center' => '113.828671,22.754741',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 226,
|
|
|
- 'adcode' => '440304',
|
|
|
- 'name' => '福田区',
|
|
|
- 'center' => '114.05096,22.541009',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 227,
|
|
|
- 'adcode' => '440308',
|
|
|
- 'name' => '盐田区',
|
|
|
- 'center' => '114.235366,22.555069',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 228,
|
|
|
- 'adcode' => '440303',
|
|
|
- 'name' => '罗湖区',
|
|
|
- 'center' => '114.123885,22.555341',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 229,
|
|
|
- 'adcode' => '440310',
|
|
|
- 'name' => '坪山区',
|
|
|
- 'center' => '114.338441,22.69423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 230,
|
|
|
- 'adcode' => '440309',
|
|
|
- 'name' => '龙华区',
|
|
|
- 'center' => '114.044346,22.691963',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 231,
|
|
|
- 'adcode' => '440307',
|
|
|
- 'name' => '龙岗区',
|
|
|
- 'center' => '114.251372,22.721511',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 232,
|
|
|
- 'adcode' => '440311',
|
|
|
- 'name' => '光明区',
|
|
|
- 'center' => '113.935895,22.748816',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 223,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 233,
|
|
|
- 'adcode' => '440400',
|
|
|
- 'name' => '珠海市',
|
|
|
- 'center' => '113.553986,22.224979',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 234,
|
|
|
- 'adcode' => '440403',
|
|
|
- 'name' => '斗门区',
|
|
|
- 'center' => '113.297739,22.209117',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 233,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 235,
|
|
|
- 'adcode' => '440402',
|
|
|
- 'name' => '香洲区',
|
|
|
- 'center' => '113.55027,22.271249',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 233,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 236,
|
|
|
- 'adcode' => '440404',
|
|
|
- 'name' => '金湾区',
|
|
|
- 'center' => '113.345071,22.139122',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 233,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 237,
|
|
|
- 'adcode' => '440800',
|
|
|
- 'name' => '湛江市',
|
|
|
- 'center' => '110.364977,21.274898',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 238,
|
|
|
- 'adcode' => '440881',
|
|
|
- 'name' => '廉江市',
|
|
|
- 'center' => '110.284961,21.611281',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 239,
|
|
|
- 'adcode' => '440883',
|
|
|
- 'name' => '吴川市',
|
|
|
- 'center' => '110.780508,21.428453',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 240,
|
|
|
- 'adcode' => '440803',
|
|
|
- 'name' => '霞山区',
|
|
|
- 'center' => '110.406382,21.194229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 241,
|
|
|
- 'adcode' => '440882',
|
|
|
- 'name' => '雷州市',
|
|
|
- 'center' => '110.088275,20.908523',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 242,
|
|
|
- 'adcode' => '440811',
|
|
|
- 'name' => '麻章区',
|
|
|
- 'center' => '110.329167,21.265997',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 243,
|
|
|
- 'adcode' => '440825',
|
|
|
- 'name' => '徐闻县',
|
|
|
- 'center' => '110.175718,20.326083',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 244,
|
|
|
- 'adcode' => '440804',
|
|
|
- 'name' => '坡头区',
|
|
|
- 'center' => '110.455632,21.24441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 245,
|
|
|
- 'adcode' => '440802',
|
|
|
- 'name' => '赤坎区',
|
|
|
- 'center' => '110.361634,21.273365',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 246,
|
|
|
- 'adcode' => '440823',
|
|
|
- 'name' => '遂溪县',
|
|
|
- 'center' => '110.255321,21.376915',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 237,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 247,
|
|
|
- 'adcode' => '440700',
|
|
|
- 'name' => '江门市',
|
|
|
- 'center' => '113.094942,22.590431',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 248,
|
|
|
- 'adcode' => '440784',
|
|
|
- 'name' => '鹤山市',
|
|
|
- 'center' => '112.961795,22.768104',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 249,
|
|
|
- 'adcode' => '440783',
|
|
|
- 'name' => '开平市',
|
|
|
- 'center' => '112.692262,22.366286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 250,
|
|
|
- 'adcode' => '440704',
|
|
|
- 'name' => '江海区',
|
|
|
- 'center' => '113.120601,22.572211',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 251,
|
|
|
- 'adcode' => '440781',
|
|
|
- 'name' => '台山市',
|
|
|
- 'center' => '112.793414,22.250713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 252,
|
|
|
- 'adcode' => '440785',
|
|
|
- 'name' => '恩平市',
|
|
|
- 'center' => '112.314051,22.182956',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 253,
|
|
|
- 'adcode' => '440703',
|
|
|
- 'name' => '蓬江区',
|
|
|
- 'center' => '113.07859,22.59677',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 254,
|
|
|
- 'adcode' => '440705',
|
|
|
- 'name' => '新会区',
|
|
|
- 'center' => '113.038584,22.520247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 247,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 255,
|
|
|
- 'adcode' => '441700',
|
|
|
- 'name' => '阳江市',
|
|
|
- 'center' => '111.975107,21.859222',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 256,
|
|
|
- 'adcode' => '441781',
|
|
|
- 'name' => '阳春市',
|
|
|
- 'center' => '111.7905,22.169598',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 255,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 257,
|
|
|
- 'adcode' => '441702',
|
|
|
- 'name' => '江城区',
|
|
|
- 'center' => '111.968909,21.859182',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 255,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 258,
|
|
|
- 'adcode' => '441721',
|
|
|
- 'name' => '阳西县',
|
|
|
- 'center' => '111.617556,21.75367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 255,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 259,
|
|
|
- 'adcode' => '441704',
|
|
|
- 'name' => '阳东区',
|
|
|
- 'center' => '112.011267,21.864728',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 255,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 260,
|
|
|
- 'adcode' => '440900',
|
|
|
- 'name' => '茂名市',
|
|
|
- 'center' => '110.919229,21.659751',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 261,
|
|
|
- 'adcode' => '440983',
|
|
|
- 'name' => '信宜市',
|
|
|
- 'center' => '110.941656,22.352681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 262,
|
|
|
- 'adcode' => '440981',
|
|
|
- 'name' => '高州市',
|
|
|
- 'center' => '110.853251,21.915153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 263,
|
|
|
- 'adcode' => '440904',
|
|
|
- 'name' => '电白区',
|
|
|
- 'center' => '111.007264,21.507219',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 264,
|
|
|
- 'adcode' => '440982',
|
|
|
- 'name' => '化州市',
|
|
|
- 'center' => '110.63839,21.654953',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 265,
|
|
|
- 'adcode' => '440902',
|
|
|
- 'name' => '茂南区',
|
|
|
- 'center' => '110.920542,21.660425',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 266,
|
|
|
- 'adcode' => '442100',
|
|
|
- 'name' => '东沙群岛',
|
|
|
- 'center' => '116.887312,20.617512',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 267,
|
|
|
- 'adcode' => '441500',
|
|
|
- 'name' => '汕尾市',
|
|
|
- 'center' => '115.364238,22.774485',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 268,
|
|
|
- 'adcode' => '441523',
|
|
|
- 'name' => '陆河县',
|
|
|
- 'center' => '115.657565,23.302682',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 267,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 269,
|
|
|
- 'adcode' => '441581',
|
|
|
- 'name' => '陆丰市',
|
|
|
- 'center' => '115.644203,22.946104',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 267,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 270,
|
|
|
- 'adcode' => '441521',
|
|
|
- 'name' => '海丰县',
|
|
|
- 'center' => '115.337324,22.971042',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 267,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 271,
|
|
|
- 'adcode' => '441502',
|
|
|
- 'name' => '城区',
|
|
|
- 'center' => '115.363667,22.776227',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 267,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 272,
|
|
|
- 'adcode' => '445100',
|
|
|
- 'name' => '潮州市',
|
|
|
- 'center' => '116.632301,23.661701',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 273,
|
|
|
- 'adcode' => '445122',
|
|
|
- 'name' => '饶平县',
|
|
|
- 'center' => '117.00205,23.668171',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 272,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 274,
|
|
|
- 'adcode' => '445102',
|
|
|
- 'name' => '湘桥区',
|
|
|
- 'center' => '116.63365,23.664675',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 272,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 275,
|
|
|
- 'adcode' => '445103',
|
|
|
- 'name' => '潮安区',
|
|
|
- 'center' => '116.67931,23.461012',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 272,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 276,
|
|
|
- 'adcode' => '445300',
|
|
|
- 'name' => '云浮市',
|
|
|
- 'center' => '112.044439,22.929801',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 277,
|
|
|
- 'adcode' => '445322',
|
|
|
- 'name' => '郁南县',
|
|
|
- 'center' => '111.535921,23.237709',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 276,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 278,
|
|
|
- 'adcode' => '445381',
|
|
|
- 'name' => '罗定市',
|
|
|
- 'center' => '111.578201,22.765415',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 276,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 279,
|
|
|
- 'adcode' => '445321',
|
|
|
- 'name' => '新兴县',
|
|
|
- 'center' => '112.23083,22.703204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 276,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 280,
|
|
|
- 'adcode' => '445303',
|
|
|
- 'name' => '云安区',
|
|
|
- 'center' => '112.005609,23.073152',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 276,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 281,
|
|
|
- 'adcode' => '445302',
|
|
|
- 'name' => '云城区',
|
|
|
- 'center' => '112.04471,22.930827',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 276,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 282,
|
|
|
- 'adcode' => '441600',
|
|
|
- 'name' => '河源市',
|
|
|
- 'center' => '114.697802,23.746266',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 283,
|
|
|
- 'adcode' => '441622',
|
|
|
- 'name' => '龙川县',
|
|
|
- 'center' => '115.256415,24.101174',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 284,
|
|
|
- 'adcode' => '441624',
|
|
|
- 'name' => '和平县',
|
|
|
- 'center' => '114.941473,24.44318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 285,
|
|
|
- 'adcode' => '441623',
|
|
|
- 'name' => '连平县',
|
|
|
- 'center' => '114.495952,24.364227',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 286,
|
|
|
- 'adcode' => '441625',
|
|
|
- 'name' => '东源县',
|
|
|
- 'center' => '114.742711,23.789093',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 287,
|
|
|
- 'adcode' => '441602',
|
|
|
- 'name' => '源城区',
|
|
|
- 'center' => '114.696828,23.746255',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 288,
|
|
|
- 'adcode' => '441621',
|
|
|
- 'name' => '紫金县',
|
|
|
- 'center' => '115.184383,23.633744',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 282,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 289,
|
|
|
- 'adcode' => '441400',
|
|
|
- 'name' => '梅州市',
|
|
|
- 'center' => '116.117582,24.299112',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 290,
|
|
|
- 'adcode' => '441426',
|
|
|
- 'name' => '平远县',
|
|
|
- 'center' => '115.891729,24.569651',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 291,
|
|
|
- 'adcode' => '441427',
|
|
|
- 'name' => '蕉岭县',
|
|
|
- 'center' => '116.170531,24.653313',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 292,
|
|
|
- 'adcode' => '441481',
|
|
|
- 'name' => '兴宁市',
|
|
|
- 'center' => '115.731648,24.138077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 293,
|
|
|
- 'adcode' => '441424',
|
|
|
- 'name' => '五华县',
|
|
|
- 'center' => '115.775004,23.925424',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 294,
|
|
|
- 'adcode' => '441423',
|
|
|
- 'name' => '丰顺县',
|
|
|
- 'center' => '116.184419,23.752771',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 295,
|
|
|
- 'adcode' => '441403',
|
|
|
- 'name' => '梅县区',
|
|
|
- 'center' => '116.083482,24.267825',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 296,
|
|
|
- 'adcode' => '441422',
|
|
|
- 'name' => '大埔县',
|
|
|
- 'center' => '116.69552,24.351587',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 297,
|
|
|
- 'adcode' => '441402',
|
|
|
- 'name' => '梅江区',
|
|
|
- 'center' => '116.12116,24.302593',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 289,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 298,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '东莞市',
|
|
|
- 'center' => '113.746262,23.046237',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 299,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '莞城街道',
|
|
|
- 'center' => '113.743,23.0225',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 300,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '常平镇',
|
|
|
- 'center' => '114.036,23.0074',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 301,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '望牛墩镇',
|
|
|
- 'center' => '113.676,23.0683',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 302,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '大朗镇',
|
|
|
- 'center' => '113.939,22.8654',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 303,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '麻涌镇',
|
|
|
- 'center' => '113.562,22.9718',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 304,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '黄江镇',
|
|
|
- 'center' => '113.973,22.8121',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 305,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '桥头镇',
|
|
|
- 'center' => '114.065,23.0315',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 306,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '东莞生态园',
|
|
|
- 'center' => '113.917,23.0806',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 307,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '凤岗镇',
|
|
|
- 'center' => '114.105,22.7308',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 308,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '樟木头镇',
|
|
|
- 'center' => '114.018,22.8704',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 309,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '松山湖管委会',
|
|
|
- 'center' => '113.875,22.869',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 310,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '石龙镇',
|
|
|
- 'center' => '113.833,23.1123',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 311,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '寮步镇',
|
|
|
- 'center' => '113.888,22.9529',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 312,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '高埗镇',
|
|
|
- 'center' => '113.773,23.112',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 313,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '塘厦镇',
|
|
|
- 'center' => '114.05,22.7713',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 314,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '谢岗镇',
|
|
|
- 'center' => '114.128,22.9901',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 315,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '厚街镇',
|
|
|
- 'center' => '113.776,22.9097',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 316,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '虎门镇',
|
|
|
- 'center' => '113.797,22.8587',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 317,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '南城街道',
|
|
|
- 'center' => '113.737,23.0249',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 318,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '虎门港管委会',
|
|
|
- 'center' => '113.562,22.9718',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 319,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '横沥镇',
|
|
|
- 'center' => '114.006,23.0504',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 320,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '企石镇',
|
|
|
- 'center' => '113.99,23.0541',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 321,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '东坑镇',
|
|
|
- 'center' => '113.918,22.995',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 322,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '东城街道',
|
|
|
- 'center' => '113.757,23.0485',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 323,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '石排镇',
|
|
|
- 'center' => '113.988,23.068',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 324,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '洪梅镇',
|
|
|
- 'center' => '113.607,23.0155',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 325,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '长安镇',
|
|
|
- 'center' => '113.77,22.8195',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 326,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '沙田镇',
|
|
|
- 'center' => '113.582,22.9426',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 327,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '道滘镇',
|
|
|
- 'center' => '113.692,23.004',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 328,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '大岭山镇',
|
|
|
- 'center' => '113.843,22.9534',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 329,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '清溪镇',
|
|
|
- 'center' => '114.11,22.862',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 330,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '茶山镇',
|
|
|
- 'center' => '113.839,23.0813',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 331,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '万江街道',
|
|
|
- 'center' => '113.709,23.0014',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 332,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '中堂镇',
|
|
|
- 'center' => '113.734,23.1164',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 333,
|
|
|
- 'adcode' => '441900',
|
|
|
- 'name' => '石碣镇',
|
|
|
- 'center' => '113.846,23.1024',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 298,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 334,
|
|
|
- 'adcode' => '445200',
|
|
|
- 'name' => '揭阳市',
|
|
|
- 'center' => '116.355733,23.543778',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 335,
|
|
|
- 'adcode' => '445222',
|
|
|
- 'name' => '揭西县',
|
|
|
- 'center' => '115.838708,23.4273',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 336,
|
|
|
- 'adcode' => '445281',
|
|
|
- 'name' => '普宁市',
|
|
|
- 'center' => '116.165082,23.29788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 337,
|
|
|
- 'adcode' => '445224',
|
|
|
- 'name' => '惠来县',
|
|
|
- 'center' => '116.295832,23.029834',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 338,
|
|
|
- 'adcode' => '445202',
|
|
|
- 'name' => '榕城区',
|
|
|
- 'center' => '116.357045,23.535524',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 339,
|
|
|
- 'adcode' => '445203',
|
|
|
- 'name' => '揭东区',
|
|
|
- 'center' => '116.412947,23.569887',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 340,
|
|
|
- 'adcode' => '440100',
|
|
|
- 'name' => '广州市',
|
|
|
- 'center' => '113.280637,23.125178',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 341,
|
|
|
- 'adcode' => '440117',
|
|
|
- 'name' => '从化区',
|
|
|
- 'center' => '113.587386,23.545283',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 342,
|
|
|
- 'adcode' => '440118',
|
|
|
- 'name' => '增城区',
|
|
|
- 'center' => '113.829579,23.290497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 343,
|
|
|
- 'adcode' => '440115',
|
|
|
- 'name' => '南沙区',
|
|
|
- 'center' => '113.53738,22.794531',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 344,
|
|
|
- 'adcode' => '440114',
|
|
|
- 'name' => '花都区',
|
|
|
- 'center' => '113.211184,23.39205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 345,
|
|
|
- 'adcode' => '440112',
|
|
|
- 'name' => '黄埔区',
|
|
|
- 'center' => '113.450761,23.103239',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 346,
|
|
|
- 'adcode' => '440111',
|
|
|
- 'name' => '白云区',
|
|
|
- 'center' => '113.262831,23.162281',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 347,
|
|
|
- 'adcode' => '440106',
|
|
|
- 'name' => '天河区',
|
|
|
- 'center' => '113.335367,23.13559',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 348,
|
|
|
- 'adcode' => '440113',
|
|
|
- 'name' => '番禺区',
|
|
|
- 'center' => '113.364619,22.938582',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 349,
|
|
|
- 'adcode' => '440105',
|
|
|
- 'name' => '海珠区',
|
|
|
- 'center' => '113.262008,23.103131',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 350,
|
|
|
- 'adcode' => '440103',
|
|
|
- 'name' => '荔湾区',
|
|
|
- 'center' => '113.243038,23.124943',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 351,
|
|
|
- 'adcode' => '440104',
|
|
|
- 'name' => '越秀区',
|
|
|
- 'center' => '113.280714,23.125624',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 352,
|
|
|
- 'adcode' => '440200',
|
|
|
- 'name' => '韶关市',
|
|
|
- 'center' => '113.591544,24.801322',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 353,
|
|
|
- 'adcode' => '440224',
|
|
|
- 'name' => '仁化县',
|
|
|
- 'center' => '113.748627,25.088226',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 354,
|
|
|
- 'adcode' => '440282',
|
|
|
- 'name' => '南雄市',
|
|
|
- 'center' => '114.311231,25.115328',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 355,
|
|
|
- 'adcode' => '440232',
|
|
|
- 'name' => '乳源瑶族自治县',
|
|
|
- 'center' => '113.278417,24.776109',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 356,
|
|
|
- 'adcode' => '440222',
|
|
|
- 'name' => '始兴县',
|
|
|
- 'center' => '114.067205,24.948364',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 357,
|
|
|
- 'adcode' => '440204',
|
|
|
- 'name' => '浈江区',
|
|
|
- 'center' => '113.599224,24.803977',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 358,
|
|
|
- 'adcode' => '440203',
|
|
|
- 'name' => '武江区',
|
|
|
- 'center' => '113.588289,24.80016',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 359,
|
|
|
- 'adcode' => '440205',
|
|
|
- 'name' => '曲江区',
|
|
|
- 'center' => '113.605582,24.680195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 360,
|
|
|
- 'adcode' => '440229',
|
|
|
- 'name' => '翁源县',
|
|
|
- 'center' => '114.131289,24.353887',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 361,
|
|
|
- 'adcode' => '440233',
|
|
|
- 'name' => '新丰县',
|
|
|
- 'center' => '114.207034,24.055412',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 362,
|
|
|
- 'adcode' => '440281',
|
|
|
- 'name' => '乐昌市',
|
|
|
- 'center' => '113.352413,25.128445',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 363,
|
|
|
- 'adcode' => '441800',
|
|
|
- 'name' => '清远市',
|
|
|
- 'center' => '113.051227,23.685022',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 364,
|
|
|
- 'adcode' => '441882',
|
|
|
- 'name' => '连州市',
|
|
|
- 'center' => '112.379271,24.783966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 365,
|
|
|
- 'adcode' => '441826',
|
|
|
- 'name' => '连南瑶族自治县',
|
|
|
- 'center' => '112.290808,24.719097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 366,
|
|
|
- 'adcode' => '441825',
|
|
|
- 'name' => '连山壮族瑶族自治县',
|
|
|
- 'center' => '112.086555,24.567271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 367,
|
|
|
- 'adcode' => '441881',
|
|
|
- 'name' => '英德市',
|
|
|
- 'center' => '113.405404,24.18612',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 368,
|
|
|
- 'adcode' => '441821',
|
|
|
- 'name' => '佛冈县',
|
|
|
- 'center' => '113.534094,23.866739',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 369,
|
|
|
- 'adcode' => '441823',
|
|
|
- 'name' => '阳山县',
|
|
|
- 'center' => '112.634019,24.470286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 370,
|
|
|
- 'adcode' => '441803',
|
|
|
- 'name' => '清新区',
|
|
|
- 'center' => '113.015203,23.736949',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 371,
|
|
|
- 'adcode' => '441802',
|
|
|
- 'name' => '清城区',
|
|
|
- 'center' => '113.048698,23.688976',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 372,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '中山市',
|
|
|
- 'center' => '113.382391,22.521113',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 193,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 373,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '三角镇',
|
|
|
- 'center' => '113.416,22.7079',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 374,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '横栏镇',
|
|
|
- 'center' => '113.224,22.6048',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 375,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '五桂山街道',
|
|
|
- 'center' => '113.399,22.4847',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 376,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '东升镇',
|
|
|
- 'center' => '113.321,22.5607',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 377,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '神湾镇',
|
|
|
- 'center' => '113.376,22.2768',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 378,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '火炬开发区街道',
|
|
|
- 'center' => '113.42,22.5577',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 379,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '小榄镇',
|
|
|
- 'center' => '113.23,22.7026',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 380,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '南朗镇',
|
|
|
- 'center' => '113.482,22.519',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 381,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '古镇镇',
|
|
|
- 'center' => '113.167,22.6751',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 382,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '民众镇',
|
|
|
- 'center' => '113.499,22.6855',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 383,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '港口镇',
|
|
|
- 'center' => '113.354,22.6027',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 384,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '三乡镇',
|
|
|
- 'center' => '113.432,22.3879',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 385,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '石岐区街道',
|
|
|
- 'center' => '113.405,22.5247',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 386,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '大涌镇',
|
|
|
- 'center' => '113.297,22.4834',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 387,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '南头镇',
|
|
|
- 'center' => '113.328,22.6882',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 388,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '黄圃镇',
|
|
|
- 'center' => '113.329,22.7457',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 389,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '东区街道',
|
|
|
- 'center' => '113.4,22.5274',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 390,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '阜沙镇',
|
|
|
- 'center' => '113.34,22.6406',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 391,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '坦洲镇',
|
|
|
- 'center' => '113.434,22.321',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 392,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '西区街道',
|
|
|
- 'center' => '113.314,22.5649',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 393,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '板芙镇',
|
|
|
- 'center' => '113.358,22.4068',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 394,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '南区街道',
|
|
|
- 'center' => '113.367,22.4892',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 395,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '沙溪镇',
|
|
|
- 'center' => '113.344,22.5248',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 396,
|
|
|
- 'adcode' => '442000',
|
|
|
- 'name' => '东凤镇',
|
|
|
- 'center' => '113.308,22.6803',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 372,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 397,
|
|
|
- 'adcode' => '150000',
|
|
|
- 'name' => '内蒙古自治区',
|
|
|
- 'center' => '111.670801,40.818311',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 398,
|
|
|
- 'adcode' => '150300',
|
|
|
- 'name' => '乌海市',
|
|
|
- 'center' => '106.825563,39.673734',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 399,
|
|
|
- 'adcode' => '150302',
|
|
|
- 'name' => '海勃湾区',
|
|
|
- 'center' => '106.817762,39.673527',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 400,
|
|
|
- 'adcode' => '150304',
|
|
|
- 'name' => '乌达区',
|
|
|
- 'center' => '106.722711,39.502288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 401,
|
|
|
- 'adcode' => '150303',
|
|
|
- 'name' => '海南区',
|
|
|
- 'center' => '106.884789,39.44153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 402,
|
|
|
- 'adcode' => '150800',
|
|
|
- 'name' => '巴彦淖尔市',
|
|
|
- 'center' => '107.416959,40.757402',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 403,
|
|
|
- 'adcode' => '150824',
|
|
|
- 'name' => '乌拉特中旗',
|
|
|
- 'center' => '108.515255,41.57254',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 404,
|
|
|
- 'adcode' => '150821',
|
|
|
- 'name' => '五原县',
|
|
|
- 'center' => '108.270658,41.097639',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 405,
|
|
|
- 'adcode' => '150802',
|
|
|
- 'name' => '临河区',
|
|
|
- 'center' => '107.417018,40.757092',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 406,
|
|
|
- 'adcode' => '150822',
|
|
|
- 'name' => '磴口县',
|
|
|
- 'center' => '107.006056,40.330479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 407,
|
|
|
- 'adcode' => '150826',
|
|
|
- 'name' => '杭锦后旗',
|
|
|
- 'center' => '107.147682,40.888797',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 408,
|
|
|
- 'adcode' => '150823',
|
|
|
- 'name' => '乌拉特前旗',
|
|
|
- 'center' => '108.656816,40.725209',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 409,
|
|
|
- 'adcode' => '150825',
|
|
|
- 'name' => '乌拉特后旗',
|
|
|
- 'center' => '107.074941,41.084307',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 402,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 410,
|
|
|
- 'adcode' => '150200',
|
|
|
- 'name' => '包头市',
|
|
|
- 'center' => '109.840405,40.658168',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 411,
|
|
|
- 'adcode' => '150221',
|
|
|
- 'name' => '土默特右旗',
|
|
|
- 'center' => '110.526766,40.566434',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 412,
|
|
|
- 'adcode' => '150223',
|
|
|
- 'name' => '达尔罕茂明安联合旗',
|
|
|
- 'center' => '110.438452,41.702836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 413,
|
|
|
- 'adcode' => '150206',
|
|
|
- 'name' => '白云鄂博矿区',
|
|
|
- 'center' => '109.97016,41.769246',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 414,
|
|
|
- 'adcode' => '150207',
|
|
|
- 'name' => '九原区',
|
|
|
- 'center' => '109.968122,40.600581',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 415,
|
|
|
- 'adcode' => '150203',
|
|
|
- 'name' => '昆都仑区',
|
|
|
- 'center' => '109.822932,40.661345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 416,
|
|
|
- 'adcode' => '150222',
|
|
|
- 'name' => '固阳县',
|
|
|
- 'center' => '110.063421,41.030004',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 417,
|
|
|
- 'adcode' => '150205',
|
|
|
- 'name' => '石拐区',
|
|
|
- 'center' => '110.272565,40.672094',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 418,
|
|
|
- 'adcode' => '150202',
|
|
|
- 'name' => '东河区',
|
|
|
- 'center' => '110.026895,40.587056',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 419,
|
|
|
- 'adcode' => '150204',
|
|
|
- 'name' => '青山区',
|
|
|
- 'center' => '109.880049,40.668558',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 410,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 420,
|
|
|
- 'adcode' => '150700',
|
|
|
- 'name' => '呼伦贝尔市',
|
|
|
- 'center' => '119.758168,49.215333',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 421,
|
|
|
- 'adcode' => '150784',
|
|
|
- 'name' => '额尔古纳市',
|
|
|
- 'center' => '120.178636,50.2439',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 422,
|
|
|
- 'adcode' => '150785',
|
|
|
- 'name' => '根河市',
|
|
|
- 'center' => '121.532724,50.780454',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 423,
|
|
|
- 'adcode' => '150782',
|
|
|
- 'name' => '牙克石市',
|
|
|
- 'center' => '120.729005,49.287024',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 424,
|
|
|
- 'adcode' => '150725',
|
|
|
- 'name' => '陈巴尔虎旗',
|
|
|
- 'center' => '119.437609,49.328422',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 425,
|
|
|
- 'adcode' => '150722',
|
|
|
- 'name' => '莫力达瓦达斡尔族自治旗',
|
|
|
- 'center' => '124.507401,48.478385',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 426,
|
|
|
- 'adcode' => '150702',
|
|
|
- 'name' => '海拉尔区',
|
|
|
- 'center' => '119.764923,49.213889',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 427,
|
|
|
- 'adcode' => '150724',
|
|
|
- 'name' => '鄂温克族自治旗',
|
|
|
- 'center' => '119.754041,49.143293',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 428,
|
|
|
- 'adcode' => '150721',
|
|
|
- 'name' => '阿荣旗',
|
|
|
- 'center' => '123.464615,48.130503',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 429,
|
|
|
- 'adcode' => '150783',
|
|
|
- 'name' => '扎兰屯市',
|
|
|
- 'center' => '122.744401,48.007412',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 430,
|
|
|
- 'adcode' => '150703',
|
|
|
- 'name' => '扎赉诺尔区',
|
|
|
- 'center' => '117.716373,49.456567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 431,
|
|
|
- 'adcode' => '150781',
|
|
|
- 'name' => '满洲里市',
|
|
|
- 'center' => '117.455561,49.590788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 432,
|
|
|
- 'adcode' => '150727',
|
|
|
- 'name' => '新巴尔虎右旗',
|
|
|
- 'center' => '116.825991,48.669134',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 433,
|
|
|
- 'adcode' => '150726',
|
|
|
- 'name' => '新巴尔虎左旗',
|
|
|
- 'center' => '118.267454,48.216571',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 434,
|
|
|
- 'adcode' => '150723',
|
|
|
- 'name' => '鄂伦春自治旗',
|
|
|
- 'center' => '123.725684,50.590177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 420,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 435,
|
|
|
- 'adcode' => '150600',
|
|
|
- 'name' => '鄂尔多斯市',
|
|
|
- 'center' => '109.99029,39.817179',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 436,
|
|
|
- 'adcode' => '150625',
|
|
|
- 'name' => '杭锦旗',
|
|
|
- 'center' => '108.736324,39.831789',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 437,
|
|
|
- 'adcode' => '150621',
|
|
|
- 'name' => '达拉特旗',
|
|
|
- 'center' => '110.040281,40.404076',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 438,
|
|
|
- 'adcode' => '150622',
|
|
|
- 'name' => '准格尔旗',
|
|
|
- 'center' => '111.238332,39.865221',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 439,
|
|
|
- 'adcode' => '150624',
|
|
|
- 'name' => '鄂托克旗',
|
|
|
- 'center' => '107.982604,39.095752',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 440,
|
|
|
- 'adcode' => '150626',
|
|
|
- 'name' => '乌审旗',
|
|
|
- 'center' => '108.842454,38.596611',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 441,
|
|
|
- 'adcode' => '150623',
|
|
|
- 'name' => '鄂托克前旗',
|
|
|
- 'center' => '107.48172,38.183257',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 442,
|
|
|
- 'adcode' => '150627',
|
|
|
- 'name' => '伊金霍洛旗',
|
|
|
- 'center' => '109.787402,39.604312',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 443,
|
|
|
- 'adcode' => '150603',
|
|
|
- 'name' => '康巴什区',
|
|
|
- 'center' => '109.790076,39.607472',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 444,
|
|
|
- 'adcode' => '150602',
|
|
|
- 'name' => '东胜区',
|
|
|
- 'center' => '109.98945,39.81788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 435,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 445,
|
|
|
- 'adcode' => '152900',
|
|
|
- 'name' => '阿拉善盟',
|
|
|
- 'center' => '105.706422,38.844814',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 446,
|
|
|
- 'adcode' => '152923',
|
|
|
- 'name' => '额济纳旗',
|
|
|
- 'center' => '101.06944,41.958813',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 445,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 447,
|
|
|
- 'adcode' => '152922',
|
|
|
- 'name' => '阿拉善右旗',
|
|
|
- 'center' => '101.671984,39.21159',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 445,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 448,
|
|
|
- 'adcode' => '152921',
|
|
|
- 'name' => '阿拉善左旗',
|
|
|
- 'center' => '105.70192,38.847241',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 445,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 449,
|
|
|
- 'adcode' => '150400',
|
|
|
- 'name' => '赤峰市',
|
|
|
- 'center' => '118.956806,42.275317',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 450,
|
|
|
- 'adcode' => '150421',
|
|
|
- 'name' => '阿鲁科尔沁旗',
|
|
|
- 'center' => '120.094969,43.87877',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 451,
|
|
|
- 'adcode' => '150422',
|
|
|
- 'name' => '巴林左旗',
|
|
|
- 'center' => '119.391737,43.980715',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 452,
|
|
|
- 'adcode' => '150423',
|
|
|
- 'name' => '巴林右旗',
|
|
|
- 'center' => '118.678347,43.528963',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 453,
|
|
|
- 'adcode' => '150424',
|
|
|
- 'name' => '林西县',
|
|
|
- 'center' => '118.05775,43.605326',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 454,
|
|
|
- 'adcode' => '150425',
|
|
|
- 'name' => '克什克腾旗',
|
|
|
- 'center' => '117.542465,43.256233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 455,
|
|
|
- 'adcode' => '150426',
|
|
|
- 'name' => '翁牛特旗',
|
|
|
- 'center' => '119.022619,42.937128',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 456,
|
|
|
- 'adcode' => '150404',
|
|
|
- 'name' => '松山区',
|
|
|
- 'center' => '118.938958,42.281046',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 457,
|
|
|
- 'adcode' => '150429',
|
|
|
- 'name' => '宁城县',
|
|
|
- 'center' => '119.339242,41.598692',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 458,
|
|
|
- 'adcode' => '150402',
|
|
|
- 'name' => '红山区',
|
|
|
- 'center' => '118.961087,42.269732',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 459,
|
|
|
- 'adcode' => '150428',
|
|
|
- 'name' => '喀喇沁旗',
|
|
|
- 'center' => '118.708572,41.92778',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 460,
|
|
|
- 'adcode' => '150403',
|
|
|
- 'name' => '元宝山区',
|
|
|
- 'center' => '119.289877,42.041168',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 461,
|
|
|
- 'adcode' => '150430',
|
|
|
- 'name' => '敖汉旗',
|
|
|
- 'center' => '119.906486,42.287012',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 449,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 462,
|
|
|
- 'adcode' => '150500',
|
|
|
- 'name' => '通辽市',
|
|
|
- 'center' => '122.263119,43.617429',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 463,
|
|
|
- 'adcode' => '150581',
|
|
|
- 'name' => '霍林郭勒市',
|
|
|
- 'center' => '119.657862,45.532361',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 464,
|
|
|
- 'adcode' => '150526',
|
|
|
- 'name' => '扎鲁特旗',
|
|
|
- 'center' => '120.905275,44.555294',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 465,
|
|
|
- 'adcode' => '150521',
|
|
|
- 'name' => '科尔沁左翼中旗',
|
|
|
- 'center' => '123.313873,44.127166',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 466,
|
|
|
- 'adcode' => '150523',
|
|
|
- 'name' => '开鲁县',
|
|
|
- 'center' => '121.308797,43.602432',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 467,
|
|
|
- 'adcode' => '150502',
|
|
|
- 'name' => '科尔沁区',
|
|
|
- 'center' => '122.264042,43.617422',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 468,
|
|
|
- 'adcode' => '150525',
|
|
|
- 'name' => '奈曼旗',
|
|
|
- 'center' => '120.662543,42.84685',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 469,
|
|
|
- 'adcode' => '150524',
|
|
|
- 'name' => '库伦旗',
|
|
|
- 'center' => '121.774886,42.734692',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 470,
|
|
|
- 'adcode' => '150522',
|
|
|
- 'name' => '科尔沁左翼后旗',
|
|
|
- 'center' => '122.355155,42.954564',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 462,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 471,
|
|
|
- 'adcode' => '152200',
|
|
|
- 'name' => '兴安盟',
|
|
|
- 'center' => '122.070317,46.076268',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 472,
|
|
|
- 'adcode' => '152202',
|
|
|
- 'name' => '阿尔山市',
|
|
|
- 'center' => '119.943656,47.177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 473,
|
|
|
- 'adcode' => '152223',
|
|
|
- 'name' => '扎赉特旗',
|
|
|
- 'center' => '122.909332,46.725136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 474,
|
|
|
- 'adcode' => '152222',
|
|
|
- 'name' => '科尔沁右翼中旗',
|
|
|
- 'center' => '121.472818,45.059645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 475,
|
|
|
- 'adcode' => '152224',
|
|
|
- 'name' => '突泉县',
|
|
|
- 'center' => '121.564856,45.380986',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 476,
|
|
|
- 'adcode' => '152201',
|
|
|
- 'name' => '乌兰浩特市',
|
|
|
- 'center' => '122.068975,46.077238',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 477,
|
|
|
- 'adcode' => '152221',
|
|
|
- 'name' => '科尔沁右翼前旗',
|
|
|
- 'center' => '121.957544,46.076497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 478,
|
|
|
- 'adcode' => '150900',
|
|
|
- 'name' => '乌兰察布市',
|
|
|
- 'center' => '113.114543,41.034126',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 479,
|
|
|
- 'adcode' => '150929',
|
|
|
- 'name' => '四子王旗',
|
|
|
- 'center' => '111.70123,41.528114',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 480,
|
|
|
- 'adcode' => '150923',
|
|
|
- 'name' => '商都县',
|
|
|
- 'center' => '113.560643,41.560163',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 481,
|
|
|
- 'adcode' => '150922',
|
|
|
- 'name' => '化德县',
|
|
|
- 'center' => '114.01008,41.899335',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 482,
|
|
|
- 'adcode' => '150921',
|
|
|
- 'name' => '卓资县',
|
|
|
- 'center' => '112.577702,40.89576',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 483,
|
|
|
- 'adcode' => '150927',
|
|
|
- 'name' => '察哈尔右翼中旗',
|
|
|
- 'center' => '112.633563,41.274212',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 484,
|
|
|
- 'adcode' => '150928',
|
|
|
- 'name' => '察哈尔右翼后旗',
|
|
|
- 'center' => '113.1906,41.447213',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 485,
|
|
|
- 'adcode' => '150924',
|
|
|
- 'name' => '兴和县',
|
|
|
- 'center' => '113.834009,40.872437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 486,
|
|
|
- 'adcode' => '150981',
|
|
|
- 'name' => '丰镇市',
|
|
|
- 'center' => '113.163462,40.437534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 487,
|
|
|
- 'adcode' => '150925',
|
|
|
- 'name' => '凉城县',
|
|
|
- 'center' => '112.500911,40.531627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 488,
|
|
|
- 'adcode' => '150902',
|
|
|
- 'name' => '集宁区',
|
|
|
- 'center' => '113.116453,41.034134',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 489,
|
|
|
- 'adcode' => '150926',
|
|
|
- 'name' => '察哈尔右翼前旗',
|
|
|
- 'center' => '113.211958,40.786859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 478,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 490,
|
|
|
- 'adcode' => '152500',
|
|
|
- 'name' => '锡林郭勒盟',
|
|
|
- 'center' => '116.090996,43.944018',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 491,
|
|
|
- 'adcode' => '152525',
|
|
|
- 'name' => '东乌珠穆沁旗',
|
|
|
- 'center' => '116.980022,45.510307',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 492,
|
|
|
- 'adcode' => '152526',
|
|
|
- 'name' => '西乌珠穆沁旗',
|
|
|
- 'center' => '117.615249,44.586147',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 493,
|
|
|
- 'adcode' => '152522',
|
|
|
- 'name' => '阿巴嘎旗',
|
|
|
- 'center' => '114.970618,44.022728',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 494,
|
|
|
- 'adcode' => '152523',
|
|
|
- 'name' => '苏尼特左旗',
|
|
|
- 'center' => '113.653412,43.854108',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 495,
|
|
|
- 'adcode' => '152502',
|
|
|
- 'name' => '锡林浩特市',
|
|
|
- 'center' => '116.091903,43.944301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 496,
|
|
|
- 'adcode' => '152501',
|
|
|
- 'name' => '二连浩特市',
|
|
|
- 'center' => '111.97981,43.652895',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 497,
|
|
|
- 'adcode' => '152524',
|
|
|
- 'name' => '苏尼特右旗',
|
|
|
- 'center' => '112.65539,42.746662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 498,
|
|
|
- 'adcode' => '152530',
|
|
|
- 'name' => '正蓝旗',
|
|
|
- 'center' => '116.003311,42.245895',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 499,
|
|
|
- 'adcode' => '152531',
|
|
|
- 'name' => '多伦县',
|
|
|
- 'center' => '116.477288,42.197962',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 500,
|
|
|
- 'adcode' => '152529',
|
|
|
- 'name' => '正镶白旗',
|
|
|
- 'center' => '115.031423,42.286807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 501,
|
|
|
- 'adcode' => '152528',
|
|
|
- 'name' => '镶黄旗',
|
|
|
- 'center' => '113.843869,42.239229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 502,
|
|
|
- 'adcode' => '152527',
|
|
|
- 'name' => '太仆寺旗',
|
|
|
- 'center' => '115.28728,41.895199',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 490,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 503,
|
|
|
- 'adcode' => '150100',
|
|
|
- 'name' => '呼和浩特市',
|
|
|
- 'center' => '111.670801,40.818311',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 504,
|
|
|
- 'adcode' => '150123',
|
|
|
- 'name' => '和林格尔县',
|
|
|
- 'center' => '111.824143,40.380288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 505,
|
|
|
- 'adcode' => '150103',
|
|
|
- 'name' => '回民区',
|
|
|
- 'center' => '111.662162,40.815149',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 506,
|
|
|
- 'adcode' => '150104',
|
|
|
- 'name' => '玉泉区',
|
|
|
- 'center' => '111.66543,40.799421',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 507,
|
|
|
- 'adcode' => '150122',
|
|
|
- 'name' => '托克托县',
|
|
|
- 'center' => '111.197317,40.276729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 508,
|
|
|
- 'adcode' => '150125',
|
|
|
- 'name' => '武川县',
|
|
|
- 'center' => '111.456563,41.094483',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 509,
|
|
|
- 'adcode' => '150121',
|
|
|
- 'name' => '土默特左旗',
|
|
|
- 'center' => '111.133615,40.720416',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 510,
|
|
|
- 'adcode' => '150102',
|
|
|
- 'name' => '新城区',
|
|
|
- 'center' => '111.685964,40.826225',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 511,
|
|
|
- 'adcode' => '150105',
|
|
|
- 'name' => '赛罕区',
|
|
|
- 'center' => '111.698463,40.807834',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 512,
|
|
|
- 'adcode' => '150124',
|
|
|
- 'name' => '清水河县',
|
|
|
- 'center' => '111.67222,39.912479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 503,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 513,
|
|
|
- 'adcode' => '230000',
|
|
|
- 'name' => '黑龙江省',
|
|
|
- 'center' => '126.642464,45.756967',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 514,
|
|
|
- 'adcode' => '232700',
|
|
|
- 'name' => '大兴安岭地区',
|
|
|
- 'center' => '124.711526,52.335262',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 515,
|
|
|
- 'adcode' => '232701',
|
|
|
- 'name' => '漠河市',
|
|
|
- 'center' => '122.536256,52.972074',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 514,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 516,
|
|
|
- 'adcode' => '232722',
|
|
|
- 'name' => '塔河县',
|
|
|
- 'center' => '124.710516,52.335229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 514,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 517,
|
|
|
- 'adcode' => '232721',
|
|
|
- 'name' => '呼玛县',
|
|
|
- 'center' => '126.662105,51.726998',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 514,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 518,
|
|
|
- 'adcode' => '232718',
|
|
|
- 'name' => '加格达奇区',
|
|
|
- 'center' => '124.126716,50.424654',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 514,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 519,
|
|
|
- 'adcode' => '230900',
|
|
|
- 'name' => '七台河市',
|
|
|
- 'center' => '131.015584,45.771266',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 520,
|
|
|
- 'adcode' => '230903',
|
|
|
- 'name' => '桃山区',
|
|
|
- 'center' => '131.015848,45.771217',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 519,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 521,
|
|
|
- 'adcode' => '230921',
|
|
|
- 'name' => '勃利县',
|
|
|
- 'center' => '130.575025,45.751573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 519,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 522,
|
|
|
- 'adcode' => '230904',
|
|
|
- 'name' => '茄子河区',
|
|
|
- 'center' => '131.071561,45.776587',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 519,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 523,
|
|
|
- 'adcode' => '230902',
|
|
|
- 'name' => '新兴区',
|
|
|
- 'center' => '130.889482,45.794258',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 519,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 524,
|
|
|
- 'adcode' => '230400',
|
|
|
- 'name' => '鹤岗市',
|
|
|
- 'center' => '130.277487,47.332085',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 525,
|
|
|
- 'adcode' => '230422',
|
|
|
- 'name' => '绥滨县',
|
|
|
- 'center' => '131.860526,47.289892',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 526,
|
|
|
- 'adcode' => '230403',
|
|
|
- 'name' => '工农区',
|
|
|
- 'center' => '130.276652,47.331678',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 527,
|
|
|
- 'adcode' => '230407',
|
|
|
- 'name' => '兴山区',
|
|
|
- 'center' => '130.30534,47.35997',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 528,
|
|
|
- 'adcode' => '230404',
|
|
|
- 'name' => '南山区',
|
|
|
- 'center' => '130.275533,47.31324',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 529,
|
|
|
- 'adcode' => '230402',
|
|
|
- 'name' => '向阳区',
|
|
|
- 'center' => '130.292478,47.345372',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 530,
|
|
|
- 'adcode' => '230405',
|
|
|
- 'name' => '兴安区',
|
|
|
- 'center' => '130.236169,47.252911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 531,
|
|
|
- 'adcode' => '230421',
|
|
|
- 'name' => '萝北县',
|
|
|
- 'center' => '130.829087,47.577577',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 532,
|
|
|
- 'adcode' => '230406',
|
|
|
- 'name' => '东山区',
|
|
|
- 'center' => '130.31714,47.337385',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 524,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 533,
|
|
|
- 'adcode' => '230700',
|
|
|
- 'name' => '伊春市',
|
|
|
- 'center' => '128.899396,47.724775',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 534,
|
|
|
- 'adcode' => '230722',
|
|
|
- 'name' => '嘉荫县',
|
|
|
- 'center' => '130.397684,48.891378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 535,
|
|
|
- 'adcode' => '230714',
|
|
|
- 'name' => '乌伊岭区',
|
|
|
- 'center' => '129.437847,48.59112',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 536,
|
|
|
- 'adcode' => '230712',
|
|
|
- 'name' => '汤旺河区',
|
|
|
- 'center' => '129.57224,48.453651',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 537,
|
|
|
- 'adcode' => '230715',
|
|
|
- 'name' => '红星区',
|
|
|
- 'center' => '129.388796,48.238368',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 538,
|
|
|
- 'adcode' => '230707',
|
|
|
- 'name' => '新青区',
|
|
|
- 'center' => '129.52995,48.288292',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 539,
|
|
|
- 'adcode' => '230704',
|
|
|
- 'name' => '友好区',
|
|
|
- 'center' => '128.838961,47.854303',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 540,
|
|
|
- 'adcode' => '230710',
|
|
|
- 'name' => '五营区',
|
|
|
- 'center' => '129.245028,48.108204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 541,
|
|
|
- 'adcode' => '230716',
|
|
|
- 'name' => '上甘岭区',
|
|
|
- 'center' => '129.02508,47.974859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 542,
|
|
|
- 'adcode' => '230708',
|
|
|
- 'name' => '美溪区',
|
|
|
- 'center' => '129.133411,47.636102',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 543,
|
|
|
- 'adcode' => '230711',
|
|
|
- 'name' => '乌马河区',
|
|
|
- 'center' => '128.802941,47.726961',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 544,
|
|
|
- 'adcode' => '230706',
|
|
|
- 'name' => '翠峦区',
|
|
|
- 'center' => '128.671746,47.726228',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 545,
|
|
|
- 'adcode' => '230709',
|
|
|
- 'name' => '金山屯区',
|
|
|
- 'center' => '129.435944,47.41295',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 546,
|
|
|
- 'adcode' => '230702',
|
|
|
- 'name' => '伊春区',
|
|
|
- 'center' => '128.899284,47.726851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 547,
|
|
|
- 'adcode' => '230705',
|
|
|
- 'name' => '西林区',
|
|
|
- 'center' => '129.311441,47.479437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 548,
|
|
|
- 'adcode' => '230781',
|
|
|
- 'name' => '铁力市',
|
|
|
- 'center' => '128.030561,46.985772',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 549,
|
|
|
- 'adcode' => '230713',
|
|
|
- 'name' => '带岭区',
|
|
|
- 'center' => '129.021151,47.027532',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 550,
|
|
|
- 'adcode' => '230703',
|
|
|
- 'name' => '南岔区',
|
|
|
- 'center' => '129.28246,47.137314',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 533,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 551,
|
|
|
- 'adcode' => '231200',
|
|
|
- 'name' => '绥化市',
|
|
|
- 'center' => '126.99293,46.637393',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 552,
|
|
|
- 'adcode' => '231226',
|
|
|
- 'name' => '绥棱县',
|
|
|
- 'center' => '127.111121,47.247195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 553,
|
|
|
- 'adcode' => '231283',
|
|
|
- 'name' => '海伦市',
|
|
|
- 'center' => '126.969383,47.460428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 554,
|
|
|
- 'adcode' => '231224',
|
|
|
- 'name' => '庆安县',
|
|
|
- 'center' => '127.510024,46.879203',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 555,
|
|
|
- 'adcode' => '231202',
|
|
|
- 'name' => '北林区',
|
|
|
- 'center' => '126.990665,46.634912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 556,
|
|
|
- 'adcode' => '231221',
|
|
|
- 'name' => '望奎县',
|
|
|
- 'center' => '126.484191,46.83352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 557,
|
|
|
- 'adcode' => '231223',
|
|
|
- 'name' => '青冈县',
|
|
|
- 'center' => '126.112268,46.686596',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 558,
|
|
|
- 'adcode' => '231225',
|
|
|
- 'name' => '明水县',
|
|
|
- 'center' => '125.907544,47.183527',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 559,
|
|
|
- 'adcode' => '231222',
|
|
|
- 'name' => '兰西县',
|
|
|
- 'center' => '126.289315,46.259037',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 560,
|
|
|
- 'adcode' => '231282',
|
|
|
- 'name' => '肇东市',
|
|
|
- 'center' => '125.991402,46.069471',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 561,
|
|
|
- 'adcode' => '231281',
|
|
|
- 'name' => '安达市',
|
|
|
- 'center' => '125.329926,46.410614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 551,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 562,
|
|
|
- 'adcode' => '230100',
|
|
|
- 'name' => '哈尔滨市',
|
|
|
- 'center' => '126.642464,45.756967',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 563,
|
|
|
- 'adcode' => '230126',
|
|
|
- 'name' => '巴彦县',
|
|
|
- 'center' => '127.403602,46.081889',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 564,
|
|
|
- 'adcode' => '230123',
|
|
|
- 'name' => '依兰县',
|
|
|
- 'center' => '129.565594,46.315105',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 565,
|
|
|
- 'adcode' => '230128',
|
|
|
- 'name' => '通河县',
|
|
|
- 'center' => '128.747786,45.977618',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 566,
|
|
|
- 'adcode' => '230127',
|
|
|
- 'name' => '木兰县',
|
|
|
- 'center' => '128.042675,45.949826',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 567,
|
|
|
- 'adcode' => '230124',
|
|
|
- 'name' => '方正县',
|
|
|
- 'center' => '128.836131,45.839536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 568,
|
|
|
- 'adcode' => '230113',
|
|
|
- 'name' => '双城区',
|
|
|
- 'center' => '126.308784,45.377942',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 569,
|
|
|
- 'adcode' => '230129',
|
|
|
- 'name' => '延寿县',
|
|
|
- 'center' => '128.331886,45.455648',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 570,
|
|
|
- 'adcode' => '230108',
|
|
|
- 'name' => '平房区',
|
|
|
- 'center' => '126.629257,45.605567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 571,
|
|
|
- 'adcode' => '230125',
|
|
|
- 'name' => '宾县',
|
|
|
- 'center' => '127.48594,45.759369',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 572,
|
|
|
- 'adcode' => '230183',
|
|
|
- 'name' => '尚志市',
|
|
|
- 'center' => '127.968539,45.214953',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 573,
|
|
|
- 'adcode' => '230110',
|
|
|
- 'name' => '香坊区',
|
|
|
- 'center' => '126.667049,45.713067',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 574,
|
|
|
- 'adcode' => '230102',
|
|
|
- 'name' => '道里区',
|
|
|
- 'center' => '126.612532,45.762035',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 575,
|
|
|
- 'adcode' => '230184',
|
|
|
- 'name' => '五常市',
|
|
|
- 'center' => '127.15759,44.919418',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 576,
|
|
|
- 'adcode' => '230112',
|
|
|
- 'name' => '阿城区',
|
|
|
- 'center' => '126.972726,45.538372',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 577,
|
|
|
- 'adcode' => '230103',
|
|
|
- 'name' => '南岗区',
|
|
|
- 'center' => '126.652098,45.755971',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 578,
|
|
|
- 'adcode' => '230104',
|
|
|
- 'name' => '道外区',
|
|
|
- 'center' => '126.648838,45.78454',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 579,
|
|
|
- 'adcode' => '230109',
|
|
|
- 'name' => '松北区',
|
|
|
- 'center' => '126.563066,45.814656',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 580,
|
|
|
- 'adcode' => '230111',
|
|
|
- 'name' => '呼兰区',
|
|
|
- 'center' => '126.603302,45.98423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 562,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 581,
|
|
|
- 'adcode' => '231100',
|
|
|
- 'name' => '黑河市',
|
|
|
- 'center' => '127.499023,50.249585',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 582,
|
|
|
- 'adcode' => '231121',
|
|
|
- 'name' => '嫩江县',
|
|
|
- 'center' => '125.229904,49.177461',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 583,
|
|
|
- 'adcode' => '231102',
|
|
|
- 'name' => '爱辉区',
|
|
|
- 'center' => '127.497639,50.249027',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 584,
|
|
|
- 'adcode' => '231181',
|
|
|
- 'name' => '北安市',
|
|
|
- 'center' => '126.508737,48.245437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 585,
|
|
|
- 'adcode' => '231123',
|
|
|
- 'name' => '逊克县',
|
|
|
- 'center' => '128.476152,49.582974',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 586,
|
|
|
- 'adcode' => '231182',
|
|
|
- 'name' => '五大连池市',
|
|
|
- 'center' => '126.197694,48.512688',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 587,
|
|
|
- 'adcode' => '231124',
|
|
|
- 'name' => '孙吴县',
|
|
|
- 'center' => '127.327315,49.423941',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 581,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 588,
|
|
|
- 'adcode' => '230200',
|
|
|
- 'name' => '齐齐哈尔市',
|
|
|
- 'center' => '123.95792,47.342081',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 589,
|
|
|
- 'adcode' => '230281',
|
|
|
- 'name' => '讷河市',
|
|
|
- 'center' => '124.882172,48.481133',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 590,
|
|
|
- 'adcode' => '230229',
|
|
|
- 'name' => '克山县',
|
|
|
- 'center' => '125.874355,48.034342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 591,
|
|
|
- 'adcode' => '230225',
|
|
|
- 'name' => '甘南县',
|
|
|
- 'center' => '123.506034,47.917838',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 592,
|
|
|
- 'adcode' => '230230',
|
|
|
- 'name' => '克东县',
|
|
|
- 'center' => '126.249094,48.03732',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 593,
|
|
|
- 'adcode' => '230223',
|
|
|
- 'name' => '依安县',
|
|
|
- 'center' => '125.307561,47.890098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 594,
|
|
|
- 'adcode' => '230227',
|
|
|
- 'name' => '富裕县',
|
|
|
- 'center' => '124.469106,47.797172',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 595,
|
|
|
- 'adcode' => '230208',
|
|
|
- 'name' => '梅里斯达斡尔族区',
|
|
|
- 'center' => '123.754599,47.311113',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 596,
|
|
|
- 'adcode' => '230207',
|
|
|
- 'name' => '碾子山区',
|
|
|
- 'center' => '122.887972,47.51401',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 597,
|
|
|
- 'adcode' => '230221',
|
|
|
- 'name' => '龙江县',
|
|
|
- 'center' => '123.187225,47.336388',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 598,
|
|
|
- 'adcode' => '230203',
|
|
|
- 'name' => '建华区',
|
|
|
- 'center' => '123.955888,47.354494',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 599,
|
|
|
- 'adcode' => '230204',
|
|
|
- 'name' => '铁锋区',
|
|
|
- 'center' => '123.973555,47.339499',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 600,
|
|
|
- 'adcode' => '230202',
|
|
|
- 'name' => '龙沙区',
|
|
|
- 'center' => '123.957338,47.341736',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 601,
|
|
|
- 'adcode' => '230206',
|
|
|
- 'name' => '富拉尔基区',
|
|
|
- 'center' => '123.638873,47.20697',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 602,
|
|
|
- 'adcode' => '230205',
|
|
|
- 'name' => '昂昂溪区',
|
|
|
- 'center' => '123.813181,47.156867',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 603,
|
|
|
- 'adcode' => '230224',
|
|
|
- 'name' => '泰来县',
|
|
|
- 'center' => '123.41953,46.39233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 604,
|
|
|
- 'adcode' => '230231',
|
|
|
- 'name' => '拜泉县',
|
|
|
- 'center' => '126.091911,47.607363',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 588,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 605,
|
|
|
- 'adcode' => '231000',
|
|
|
- 'name' => '牡丹江市',
|
|
|
- 'center' => '129.618602,44.582962',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 606,
|
|
|
- 'adcode' => '231004',
|
|
|
- 'name' => '爱民区',
|
|
|
- 'center' => '129.601232,44.595443',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 607,
|
|
|
- 'adcode' => '231002',
|
|
|
- 'name' => '东安区',
|
|
|
- 'center' => '129.623292,44.582399',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 608,
|
|
|
- 'adcode' => '231081',
|
|
|
- 'name' => '绥芬河市',
|
|
|
- 'center' => '131.164856,44.396864',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 609,
|
|
|
- 'adcode' => '231084',
|
|
|
- 'name' => '宁安市',
|
|
|
- 'center' => '129.470019,44.346836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 610,
|
|
|
- 'adcode' => '231086',
|
|
|
- 'name' => '东宁市',
|
|
|
- 'center' => '131.125296,44.063578',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 611,
|
|
|
- 'adcode' => '231003',
|
|
|
- 'name' => '阳明区',
|
|
|
- 'center' => '129.634645,44.596328',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 612,
|
|
|
- 'adcode' => '231085',
|
|
|
- 'name' => '穆棱市',
|
|
|
- 'center' => '130.527085,44.91967',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 613,
|
|
|
- 'adcode' => '231025',
|
|
|
- 'name' => '林口县',
|
|
|
- 'center' => '130.268402,45.286645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 614,
|
|
|
- 'adcode' => '231005',
|
|
|
- 'name' => '西安区',
|
|
|
- 'center' => '129.61311,44.581032',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 615,
|
|
|
- 'adcode' => '231083',
|
|
|
- 'name' => '海林市',
|
|
|
- 'center' => '129.387902,44.574149',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 616,
|
|
|
- 'adcode' => '230300',
|
|
|
- 'name' => '鸡西市',
|
|
|
- 'center' => '130.975966,45.300046',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 617,
|
|
|
- 'adcode' => '230302',
|
|
|
- 'name' => '鸡冠区',
|
|
|
- 'center' => '130.974374,45.30034',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 618,
|
|
|
- 'adcode' => '230306',
|
|
|
- 'name' => '城子河区',
|
|
|
- 'center' => '131.010501,45.338248',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 619,
|
|
|
- 'adcode' => '230304',
|
|
|
- 'name' => '滴道区',
|
|
|
- 'center' => '130.846823,45.348812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 620,
|
|
|
- 'adcode' => '230303',
|
|
|
- 'name' => '恒山区',
|
|
|
- 'center' => '130.910636,45.213242',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 621,
|
|
|
- 'adcode' => '230307',
|
|
|
- 'name' => '麻山区',
|
|
|
- 'center' => '130.481126,45.209607',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 622,
|
|
|
- 'adcode' => '230305',
|
|
|
- 'name' => '梨树区',
|
|
|
- 'center' => '130.697781,45.092195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 623,
|
|
|
- 'adcode' => '230382',
|
|
|
- 'name' => '密山市',
|
|
|
- 'center' => '131.874137,45.54725',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 624,
|
|
|
- 'adcode' => '230321',
|
|
|
- 'name' => '鸡东县',
|
|
|
- 'center' => '131.148907,45.250892',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 625,
|
|
|
- 'adcode' => '230381',
|
|
|
- 'name' => '虎林市',
|
|
|
- 'center' => '132.973881,45.767985',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 616,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 626,
|
|
|
- 'adcode' => '230600',
|
|
|
- 'name' => '大庆市',
|
|
|
- 'center' => '125.11272,46.590734',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 627,
|
|
|
- 'adcode' => '230604',
|
|
|
- 'name' => '让胡路区',
|
|
|
- 'center' => '124.868341,46.653254',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 628,
|
|
|
- 'adcode' => '230605',
|
|
|
- 'name' => '红岗区',
|
|
|
- 'center' => '124.889528,46.403049',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 629,
|
|
|
- 'adcode' => '230622',
|
|
|
- 'name' => '肇源县',
|
|
|
- 'center' => '125.081974,45.518832',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 630,
|
|
|
- 'adcode' => '230606',
|
|
|
- 'name' => '大同区',
|
|
|
- 'center' => '124.818509,46.034304',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 631,
|
|
|
- 'adcode' => '230624',
|
|
|
- 'name' => '杜尔伯特蒙古族自治县',
|
|
|
- 'center' => '124.446259,46.865973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 632,
|
|
|
- 'adcode' => '230623',
|
|
|
- 'name' => '林甸县',
|
|
|
- 'center' => '124.877742,47.186411',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 633,
|
|
|
- 'adcode' => '230603',
|
|
|
- 'name' => '龙凤区',
|
|
|
- 'center' => '125.145794,46.573948',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 634,
|
|
|
- 'adcode' => '230602',
|
|
|
- 'name' => '萨尔图区',
|
|
|
- 'center' => '125.114643,46.596356',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 635,
|
|
|
- 'adcode' => '230621',
|
|
|
- 'name' => '肇州县',
|
|
|
- 'center' => '125.273254,45.708685',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 636,
|
|
|
- 'adcode' => '230500',
|
|
|
- 'name' => '双鸭山市',
|
|
|
- 'center' => '131.157304,46.643442',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 637,
|
|
|
- 'adcode' => '230522',
|
|
|
- 'name' => '友谊县',
|
|
|
- 'center' => '131.810622,46.775159',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 638,
|
|
|
- 'adcode' => '230505',
|
|
|
- 'name' => '四方台区',
|
|
|
- 'center' => '131.333181,46.594347',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 639,
|
|
|
- 'adcode' => '230502',
|
|
|
- 'name' => '尖山区',
|
|
|
- 'center' => '131.15896,46.642961',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 640,
|
|
|
- 'adcode' => '230503',
|
|
|
- 'name' => '岭东区',
|
|
|
- 'center' => '131.163675,46.591076',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 641,
|
|
|
- 'adcode' => '230506',
|
|
|
- 'name' => '宝山区',
|
|
|
- 'center' => '131.404294,46.573366',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 642,
|
|
|
- 'adcode' => '230523',
|
|
|
- 'name' => '宝清县',
|
|
|
- 'center' => '132.206415,46.328781',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 643,
|
|
|
- 'adcode' => '230524',
|
|
|
- 'name' => '饶河县',
|
|
|
- 'center' => '134.021162,46.801288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 644,
|
|
|
- 'adcode' => '230521',
|
|
|
- 'name' => '集贤县',
|
|
|
- 'center' => '131.13933,46.72898',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 636,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 645,
|
|
|
- 'adcode' => '230800',
|
|
|
- 'name' => '佳木斯市',
|
|
|
- 'center' => '130.361634,46.809606',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 513,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 646,
|
|
|
- 'adcode' => '230881',
|
|
|
- 'name' => '同江市',
|
|
|
- 'center' => '132.510119,47.651131',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 647,
|
|
|
- 'adcode' => '230826',
|
|
|
- 'name' => '桦川县',
|
|
|
- 'center' => '130.723713,47.023039',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 648,
|
|
|
- 'adcode' => '230828',
|
|
|
- 'name' => '汤原县',
|
|
|
- 'center' => '129.904463,46.730048',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 649,
|
|
|
- 'adcode' => '230803',
|
|
|
- 'name' => '向阳区',
|
|
|
- 'center' => '130.361786,46.809645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 650,
|
|
|
- 'adcode' => '230804',
|
|
|
- 'name' => '前进区',
|
|
|
- 'center' => '130.377684,46.812345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 651,
|
|
|
- 'adcode' => '230805',
|
|
|
- 'name' => '东风区',
|
|
|
- 'center' => '130.403297,46.822476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 652,
|
|
|
- 'adcode' => '230811',
|
|
|
- 'name' => '郊区',
|
|
|
- 'center' => '130.351588,46.80712',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 653,
|
|
|
- 'adcode' => '230882',
|
|
|
- 'name' => '富锦市',
|
|
|
- 'center' => '132.037951,47.250747',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 654,
|
|
|
- 'adcode' => '230822',
|
|
|
- 'name' => '桦南县',
|
|
|
- 'center' => '130.570112,46.240118',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 655,
|
|
|
- 'adcode' => '230883',
|
|
|
- 'name' => '抚远市',
|
|
|
- 'center' => '134.294501,48.364707',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 656,
|
|
|
- 'adcode' => '650000',
|
|
|
- 'name' => '新疆维吾尔自治区',
|
|
|
- 'center' => '87.617733,43.792818',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 657,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '双河市',
|
|
|
- 'center' => '82.353656,44.840524',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 658,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '兵团八十九团',
|
|
|
- 'center' => '82.2853,45.0582',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 657,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 659,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '兵团八十六团',
|
|
|
- 'center' => '82.1787,44.8089',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 657,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 660,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '兵团八十四团',
|
|
|
- 'center' => '82.215,45.1246',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 657,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 661,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '兵团九十团',
|
|
|
- 'center' => '82.6473,44.7651',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 657,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 662,
|
|
|
- 'adcode' => '659007',
|
|
|
- 'name' => '兵团八十一团',
|
|
|
- 'center' => '82.4908,44.7469',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 657,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 663,
|
|
|
- 'adcode' => '659006',
|
|
|
- 'name' => '铁门关市',
|
|
|
- 'center' => '85.501218,41.827251',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 664,
|
|
|
- 'adcode' => '659006',
|
|
|
- 'name' => '农二师三十团',
|
|
|
- 'center' => '85.5849,41.8825',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 663,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 665,
|
|
|
- 'adcode' => '659006',
|
|
|
- 'name' => '兵团二十九团',
|
|
|
- 'center' => '85.5849,41.8825',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 663,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 666,
|
|
|
- 'adcode' => '659005',
|
|
|
- 'name' => '北屯市',
|
|
|
- 'center' => '87.824932,47.353177',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 667,
|
|
|
- 'adcode' => '659005',
|
|
|
- 'name' => '兵团一八七团',
|
|
|
- 'center' => '87.761,47.1948',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 666,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 668,
|
|
|
- 'adcode' => '659005',
|
|
|
- 'name' => '北屯镇',
|
|
|
- 'center' => '87.7224,47.4017',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 666,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 669,
|
|
|
- 'adcode' => '659005',
|
|
|
- 'name' => '兵团一八八团',
|
|
|
- 'center' => '87.5186,47.4099',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 666,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 670,
|
|
|
- 'adcode' => '659005',
|
|
|
- 'name' => '兵团一八三团',
|
|
|
- 'center' => '88.1187,47.1285',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 666,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 671,
|
|
|
- 'adcode' => '654200',
|
|
|
- 'name' => '塔城地区',
|
|
|
- 'center' => '82.985732,46.746301',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 672,
|
|
|
- 'adcode' => '654226',
|
|
|
- 'name' => '和布克赛尔蒙古自治县',
|
|
|
- 'center' => '85.733551,46.793001',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 673,
|
|
|
- 'adcode' => '654221',
|
|
|
- 'name' => '额敏县',
|
|
|
- 'center' => '83.622118,46.522555',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 674,
|
|
|
- 'adcode' => '654225',
|
|
|
- 'name' => '裕民县',
|
|
|
- 'center' => '82.982157,46.202781',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 675,
|
|
|
- 'adcode' => '654201',
|
|
|
- 'name' => '塔城市',
|
|
|
- 'center' => '82.983988,46.746281',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 676,
|
|
|
- 'adcode' => '654224',
|
|
|
- 'name' => '托里县',
|
|
|
- 'center' => '83.60469,45.935863',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 677,
|
|
|
- 'adcode' => '654223',
|
|
|
- 'name' => '沙湾县',
|
|
|
- 'center' => '85.622508,44.329544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 678,
|
|
|
- 'adcode' => '654202',
|
|
|
- 'name' => '乌苏市',
|
|
|
- 'center' => '84.677624,44.430115',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 671,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 679,
|
|
|
- 'adcode' => '652700',
|
|
|
- 'name' => '博尔塔拉蒙古自治州',
|
|
|
- 'center' => '82.074778,44.903258',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 680,
|
|
|
- 'adcode' => '652723',
|
|
|
- 'name' => '温泉县',
|
|
|
- 'center' => '81.03099,44.973751',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 679,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 681,
|
|
|
- 'adcode' => '652702',
|
|
|
- 'name' => '阿拉山口市',
|
|
|
- 'center' => '82.569389,45.16777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 679,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 682,
|
|
|
- 'adcode' => '652701',
|
|
|
- 'name' => '博乐市',
|
|
|
- 'center' => '82.072237,44.903087',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 679,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 683,
|
|
|
- 'adcode' => '652722',
|
|
|
- 'name' => '精河县',
|
|
|
- 'center' => '82.892938,44.605645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 679,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 684,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '可克达拉市',
|
|
|
- 'center' => '80.63579,43.6832',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 685,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '兵团六十八团',
|
|
|
- 'center' => '80.9903,43.8897',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 686,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '都拉塔口岸',
|
|
|
- 'center' => '80.6882,43.7131',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 687,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '兵团六十七团',
|
|
|
- 'center' => '80.6068,43.7652',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 688,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '兵团六十六团',
|
|
|
- 'center' => '81.086,43.9599',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 689,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '兵团六十三团',
|
|
|
- 'center' => '80.4844,43.931',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 690,
|
|
|
- 'adcode' => '659008',
|
|
|
- 'name' => '兵团六十四团',
|
|
|
- 'center' => '80.6749,44.0986',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 684,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 691,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '昆玉市',
|
|
|
- 'center' => '79.287372,37.207994',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 692,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '兵团皮山农场',
|
|
|
- 'center' => '78.5171,37.563',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 693,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '乌尔其乡',
|
|
|
- 'center' => '79.5866,37.332',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 694,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '兵团二二四团',
|
|
|
- 'center' => '79.3401,37.416',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 695,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '兵团四十七团',
|
|
|
- 'center' => '79.6039,37.3666',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 696,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '阔依其乡',
|
|
|
- 'center' => '79.6876,37.3691',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 697,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '博斯坦乡',
|
|
|
- 'center' => '81.3298,36.4124',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 698,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '乌鲁克萨依乡',
|
|
|
- 'center' => '80.8148,36.2925',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 699,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '喀拉喀什镇',
|
|
|
- 'center' => '79.7678,37.2867',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 700,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '普恰克其乡',
|
|
|
- 'center' => '79.783,37.5805',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 701,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '奴尔乡',
|
|
|
- 'center' => '81.0072,36.2605',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 702,
|
|
|
- 'adcode' => '659009',
|
|
|
- 'name' => '兵团一牧场',
|
|
|
- 'center' => '81.0295,36.3152',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 691,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 703,
|
|
|
- 'adcode' => '653200',
|
|
|
- 'name' => '和田地区',
|
|
|
- 'center' => '79.92533,37.110687',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 704,
|
|
|
- 'adcode' => '653227',
|
|
|
- 'name' => '民丰县',
|
|
|
- 'center' => '82.692354,37.064909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 705,
|
|
|
- 'adcode' => '653226',
|
|
|
- 'name' => '于田县',
|
|
|
- 'center' => '81.667845,36.854628',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 706,
|
|
|
- 'adcode' => '653201',
|
|
|
- 'name' => '和田市',
|
|
|
- 'center' => '79.927542,37.108944',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 707,
|
|
|
- 'adcode' => '653224',
|
|
|
- 'name' => '洛浦县',
|
|
|
- 'center' => '80.184038,37.074377',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 708,
|
|
|
- 'adcode' => '653221',
|
|
|
- 'name' => '和田县',
|
|
|
- 'center' => '79.81907,37.120031',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 709,
|
|
|
- 'adcode' => '653222',
|
|
|
- 'name' => '墨玉县',
|
|
|
- 'center' => '79.736629,37.271511',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 710,
|
|
|
- 'adcode' => '653223',
|
|
|
- 'name' => '皮山县',
|
|
|
- 'center' => '78.282301,37.616332',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 711,
|
|
|
- 'adcode' => '653225',
|
|
|
- 'name' => '策勒县',
|
|
|
- 'center' => '80.803572,37.001672',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 703,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 712,
|
|
|
- 'adcode' => '654300',
|
|
|
- 'name' => '阿勒泰地区',
|
|
|
- 'center' => '88.13963,47.848393',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 713,
|
|
|
- 'adcode' => '654321',
|
|
|
- 'name' => '布尔津县',
|
|
|
- 'center' => '86.86186,47.70453',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 714,
|
|
|
- 'adcode' => '654324',
|
|
|
- 'name' => '哈巴河县',
|
|
|
- 'center' => '86.418964,48.059284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 715,
|
|
|
- 'adcode' => '654322',
|
|
|
- 'name' => '富蕴县',
|
|
|
- 'center' => '89.524993,46.993106',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 716,
|
|
|
- 'adcode' => '654326',
|
|
|
- 'name' => '吉木乃县',
|
|
|
- 'center' => '85.876064,47.434633',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 717,
|
|
|
- 'adcode' => '654325',
|
|
|
- 'name' => '青河县',
|
|
|
- 'center' => '90.381561,46.672446',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 718,
|
|
|
- 'adcode' => '654301',
|
|
|
- 'name' => '阿勒泰市',
|
|
|
- 'center' => '88.138743,47.848911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 719,
|
|
|
- 'adcode' => '654323',
|
|
|
- 'name' => '福海县',
|
|
|
- 'center' => '87.494569,47.113128',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 712,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 720,
|
|
|
- 'adcode' => '650200',
|
|
|
- 'name' => '克拉玛依市',
|
|
|
- 'center' => '84.873946,45.595886',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 721,
|
|
|
- 'adcode' => '650205',
|
|
|
- 'name' => '乌尔禾区',
|
|
|
- 'center' => '85.697767,46.08776',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 720,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 722,
|
|
|
- 'adcode' => '650204',
|
|
|
- 'name' => '白碱滩区',
|
|
|
- 'center' => '85.129882,45.689021',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 720,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 723,
|
|
|
- 'adcode' => '650203',
|
|
|
- 'name' => '克拉玛依区',
|
|
|
- 'center' => '84.868918,45.600477',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 720,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 724,
|
|
|
- 'adcode' => '650202',
|
|
|
- 'name' => '独山子区',
|
|
|
- 'center' => '84.882267,44.327207',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 720,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 725,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '石河子市',
|
|
|
- 'center' => '86.041075,44.305886',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 726,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '兵团一五二团',
|
|
|
- 'center' => '86.0704,44.2827',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 727,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '向阳街道',
|
|
|
- 'center' => '86.0397,44.3429',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 728,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '红山街道',
|
|
|
- 'center' => '86.048,44.2682',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 729,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '东城街道',
|
|
|
- 'center' => '86.0687,44.2873',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 730,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '石河子乡',
|
|
|
- 'center' => '86.1022,44.1352',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 731,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '老街街道',
|
|
|
- 'center' => '85.9909,44.3496',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 732,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '新城街道',
|
|
|
- 'center' => '85.9823,44.2893',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 733,
|
|
|
- 'adcode' => '659001',
|
|
|
- 'name' => '北泉镇',
|
|
|
- 'center' => '86.0983,44.4346',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 725,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 734,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '五家渠市',
|
|
|
- 'center' => '87.526884,44.167401',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 735,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '兵团一零二团',
|
|
|
- 'center' => '87.5925,44.2694',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 736,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '军垦路街道',
|
|
|
- 'center' => '87.5084,44.1889',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 737,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '人民路街道',
|
|
|
- 'center' => '87.5728,44.1822',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 738,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '兵团一零一团',
|
|
|
- 'center' => '87.5562,44.1752',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 739,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '兵团一零三团',
|
|
|
- 'center' => '87.4075,44.5317',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 740,
|
|
|
- 'adcode' => '659004',
|
|
|
- 'name' => '青湖路街道',
|
|
|
- 'center' => '87.5245,44.1764',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 734,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 741,
|
|
|
- 'adcode' => '652300',
|
|
|
- 'name' => '昌吉回族自治州',
|
|
|
- 'center' => '87.304012,44.014577',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 742,
|
|
|
- 'adcode' => '652325',
|
|
|
- 'name' => '奇台县',
|
|
|
- 'center' => '89.591437,44.021996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 743,
|
|
|
- 'adcode' => '652324',
|
|
|
- 'name' => '玛纳斯县',
|
|
|
- 'center' => '86.217687,44.305625',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 744,
|
|
|
- 'adcode' => '652323',
|
|
|
- 'name' => '呼图壁县',
|
|
|
- 'center' => '86.888613,44.189342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 745,
|
|
|
- 'adcode' => '652328',
|
|
|
- 'name' => '木垒哈萨克自治县',
|
|
|
- 'center' => '90.282833,43.832442',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 746,
|
|
|
- 'adcode' => '652302',
|
|
|
- 'name' => '阜康市',
|
|
|
- 'center' => '87.98384,44.152153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 747,
|
|
|
- 'adcode' => '652301',
|
|
|
- 'name' => '昌吉市',
|
|
|
- 'center' => '87.304112,44.013183',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 748,
|
|
|
- 'adcode' => '652327',
|
|
|
- 'name' => '吉木萨尔县',
|
|
|
- 'center' => '89.181288,43.997162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 741,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 749,
|
|
|
- 'adcode' => '652800',
|
|
|
- 'name' => '巴音郭楞蒙古自治州',
|
|
|
- 'center' => '86.150969,41.768552',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 750,
|
|
|
- 'adcode' => '652827',
|
|
|
- 'name' => '和静县',
|
|
|
- 'center' => '86.391067,42.31716',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 751,
|
|
|
- 'adcode' => '652828',
|
|
|
- 'name' => '和硕县',
|
|
|
- 'center' => '86.864947,42.268863',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 752,
|
|
|
- 'adcode' => '652826',
|
|
|
- 'name' => '焉耆回族自治县',
|
|
|
- 'center' => '86.5698,42.064349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 753,
|
|
|
- 'adcode' => '652829',
|
|
|
- 'name' => '博湖县',
|
|
|
- 'center' => '86.631576,41.980166',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 754,
|
|
|
- 'adcode' => '652824',
|
|
|
- 'name' => '若羌县',
|
|
|
- 'center' => '88.168807,39.023807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 755,
|
|
|
- 'adcode' => '652825',
|
|
|
- 'name' => '且末县',
|
|
|
- 'center' => '85.532629,38.138562',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 756,
|
|
|
- 'adcode' => '652801',
|
|
|
- 'name' => '库尔勒市',
|
|
|
- 'center' => '86.145948,41.763122',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 757,
|
|
|
- 'adcode' => '652822',
|
|
|
- 'name' => '轮台县',
|
|
|
- 'center' => '84.248542,41.781266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 758,
|
|
|
- 'adcode' => '652823',
|
|
|
- 'name' => '尉犁县',
|
|
|
- 'center' => '86.263412,41.337428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 749,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 759,
|
|
|
- 'adcode' => '650100',
|
|
|
- 'name' => '乌鲁木齐市',
|
|
|
- 'center' => '87.617733,43.792818',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 760,
|
|
|
- 'adcode' => '650107',
|
|
|
- 'name' => '达坂城区',
|
|
|
- 'center' => '88.30994,43.36181',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 761,
|
|
|
- 'adcode' => '650102',
|
|
|
- 'name' => '天山区',
|
|
|
- 'center' => '87.620116,43.796428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 762,
|
|
|
- 'adcode' => '650103',
|
|
|
- 'name' => '沙依巴克区',
|
|
|
- 'center' => '87.596639,43.788872',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 763,
|
|
|
- 'adcode' => '650105',
|
|
|
- 'name' => '水磨沟区',
|
|
|
- 'center' => '87.613093,43.816747',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 764,
|
|
|
- 'adcode' => '650109',
|
|
|
- 'name' => '米东区',
|
|
|
- 'center' => '87.691801,43.960982',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 765,
|
|
|
- 'adcode' => '650104',
|
|
|
- 'name' => '新市区',
|
|
|
- 'center' => '87.560653,43.870882',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 766,
|
|
|
- 'adcode' => '650121',
|
|
|
- 'name' => '乌鲁木齐县',
|
|
|
- 'center' => '87.505603,43.982546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 767,
|
|
|
- 'adcode' => '650106',
|
|
|
- 'name' => '头屯河区',
|
|
|
- 'center' => '87.425823,43.876053',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 759,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 768,
|
|
|
- 'adcode' => '654000',
|
|
|
- 'name' => '伊犁哈萨克自治州',
|
|
|
- 'center' => '81.317946,43.92186',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 769,
|
|
|
- 'adcode' => '654003',
|
|
|
- 'name' => '奎屯市',
|
|
|
- 'center' => '84.901602,44.423445',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 770,
|
|
|
- 'adcode' => '654021',
|
|
|
- 'name' => '伊宁县',
|
|
|
- 'center' => '81.524671,43.977876',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 771,
|
|
|
- 'adcode' => '654028',
|
|
|
- 'name' => '尼勒克县',
|
|
|
- 'center' => '82.504119,43.789737',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 772,
|
|
|
- 'adcode' => '654024',
|
|
|
- 'name' => '巩留县',
|
|
|
- 'center' => '82.227044,43.481618',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 773,
|
|
|
- 'adcode' => '654026',
|
|
|
- 'name' => '昭苏县',
|
|
|
- 'center' => '81.126029,43.157765',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 774,
|
|
|
- 'adcode' => '654025',
|
|
|
- 'name' => '新源县',
|
|
|
- 'center' => '83.258493,43.434249',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 775,
|
|
|
- 'adcode' => '654027',
|
|
|
- 'name' => '特克斯县',
|
|
|
- 'center' => '81.840058,43.214861',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 776,
|
|
|
- 'adcode' => '654002',
|
|
|
- 'name' => '伊宁市',
|
|
|
- 'center' => '81.316343,43.922209',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 777,
|
|
|
- 'adcode' => '654023',
|
|
|
- 'name' => '霍城县',
|
|
|
- 'center' => '80.872508,44.049912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 778,
|
|
|
- 'adcode' => '654022',
|
|
|
- 'name' => '察布查尔锡伯自治县',
|
|
|
- 'center' => '81.150874,43.838883',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 779,
|
|
|
- 'adcode' => '654004',
|
|
|
- 'name' => '霍尔果斯市',
|
|
|
- 'center' => '80.420759,44.201669',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 768,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 780,
|
|
|
- 'adcode' => '652900',
|
|
|
- 'name' => '阿克苏地区',
|
|
|
- 'center' => '80.265068,41.170712',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 781,
|
|
|
- 'adcode' => '652926',
|
|
|
- 'name' => '拜城县',
|
|
|
- 'center' => '81.869881,41.796101',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 782,
|
|
|
- 'adcode' => '652923',
|
|
|
- 'name' => '库车县',
|
|
|
- 'center' => '82.96304,41.717141',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 783,
|
|
|
- 'adcode' => '652922',
|
|
|
- 'name' => '温宿县',
|
|
|
- 'center' => '80.243273,41.272995',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 784,
|
|
|
- 'adcode' => '652925',
|
|
|
- 'name' => '新和县',
|
|
|
- 'center' => '82.610828,41.551176',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 785,
|
|
|
- 'adcode' => '652924',
|
|
|
- 'name' => '沙雅县',
|
|
|
- 'center' => '82.78077,41.226268',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 786,
|
|
|
- 'adcode' => '652901',
|
|
|
- 'name' => '阿克苏市',
|
|
|
- 'center' => '80.2629,41.171272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 787,
|
|
|
- 'adcode' => '652928',
|
|
|
- 'name' => '阿瓦提县',
|
|
|
- 'center' => '80.378426,40.638422',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 788,
|
|
|
- 'adcode' => '652929',
|
|
|
- 'name' => '柯坪县',
|
|
|
- 'center' => '79.04785,40.50624',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 789,
|
|
|
- 'adcode' => '652927',
|
|
|
- 'name' => '乌什县',
|
|
|
- 'center' => '79.230805,41.21587',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 790,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '阿拉尔市',
|
|
|
- 'center' => '81.285884,40.541914',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 791,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '幸福路街道',
|
|
|
- 'center' => '81.2681,40.577',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 792,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '阿拉尔农场',
|
|
|
- 'center' => '81.0627,40.5567',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 793,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团第一师幸福农场',
|
|
|
- 'center' => '80.9904,40.7025',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 794,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '工业园区',
|
|
|
- 'center' => '81.2448,40.5461',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 795,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团七团',
|
|
|
- 'center' => '80.6543,40.6569',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 796,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十一团',
|
|
|
- 'center' => '81.5619,40.6277',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 797,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '青松路街道',
|
|
|
- 'center' => '81.2545,40.542',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 798,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '托喀依乡',
|
|
|
- 'center' => '81.3541,40.5818',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 799,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团第一师水利水电工程处',
|
|
|
- 'center' => '81.2858,40.5496',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 800,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团八团',
|
|
|
- 'center' => '80.7996,40.5973',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 801,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '中心监狱',
|
|
|
- 'center' => '81.2766,40.6692',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 802,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团第一师塔里木灌区水利管理处',
|
|
|
- 'center' => '81.2876,40.5454',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 803,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十四团',
|
|
|
- 'center' => '81.8688,40.9423',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 804,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十六团',
|
|
|
- 'center' => '80.7871,40.4163',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 805,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十二团',
|
|
|
- 'center' => '81.1109,40.4977',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 806,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '金银川路街道',
|
|
|
- 'center' => '81.2613,40.5355',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 807,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十团',
|
|
|
- 'center' => '81.259,40.6387',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 808,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '兵团十三团',
|
|
|
- 'center' => '81.4734,40.5742',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 809,
|
|
|
- 'adcode' => '659002',
|
|
|
- 'name' => '南口街道',
|
|
|
- 'center' => '81.2988,40.5154',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 790,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 810,
|
|
|
- 'adcode' => '653100',
|
|
|
- 'name' => '喀什地区',
|
|
|
- 'center' => '75.989138,39.467664',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 811,
|
|
|
- 'adcode' => '653129',
|
|
|
- 'name' => '伽师县',
|
|
|
- 'center' => '76.741982,39.494325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 812,
|
|
|
- 'adcode' => '653122',
|
|
|
- 'name' => '疏勒县',
|
|
|
- 'center' => '76.053653,39.399461',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 813,
|
|
|
- 'adcode' => '653128',
|
|
|
- 'name' => '岳普湖县',
|
|
|
- 'center' => '76.7724,39.235248',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 814,
|
|
|
- 'adcode' => '653127',
|
|
|
- 'name' => '麦盖提县',
|
|
|
- 'center' => '77.651538,38.903384',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 815,
|
|
|
- 'adcode' => '653125',
|
|
|
- 'name' => '莎车县',
|
|
|
- 'center' => '77.248884,38.414499',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 816,
|
|
|
- 'adcode' => '653126',
|
|
|
- 'name' => '叶城县',
|
|
|
- 'center' => '77.420353,37.884679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 817,
|
|
|
- 'adcode' => '653131',
|
|
|
- 'name' => '塔什库尔干塔吉克自治县',
|
|
|
- 'center' => '75.228068,37.775437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 818,
|
|
|
- 'adcode' => '653124',
|
|
|
- 'name' => '泽普县',
|
|
|
- 'center' => '77.273593,38.191217',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 819,
|
|
|
- 'adcode' => '653130',
|
|
|
- 'name' => '巴楚县',
|
|
|
- 'center' => '78.55041,39.783479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 820,
|
|
|
- 'adcode' => '653121',
|
|
|
- 'name' => '疏附县',
|
|
|
- 'center' => '75.863075,39.378306',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 821,
|
|
|
- 'adcode' => '653123',
|
|
|
- 'name' => '英吉沙县',
|
|
|
- 'center' => '76.174292,38.929839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 822,
|
|
|
- 'adcode' => '653101',
|
|
|
- 'name' => '喀什市',
|
|
|
- 'center' => '75.98838,39.467861',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 810,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 823,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '图木舒克市',
|
|
|
- 'center' => '79.077978,39.867316',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 824,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团四十九团',
|
|
|
- 'center' => '78.756,39.8224',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 825,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团图木舒克市永安坝',
|
|
|
- 'center' => '79.0133,39.8385',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 826,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团五十一团',
|
|
|
- 'center' => '79.2902,39.9888',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 827,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '前海街道',
|
|
|
- 'center' => '79.0778,39.855',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 828,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团图木舒克市喀拉拜勒镇',
|
|
|
- 'center' => '79.0112,39.8526',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 829,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '永安坝街道',
|
|
|
- 'center' => '79.0229,39.8507',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 830,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '齐干却勒街道',
|
|
|
- 'center' => '79.0906,39.8753',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 831,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团五十三团',
|
|
|
- 'center' => '79.3214,40.0318',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 832,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团五十团',
|
|
|
- 'center' => '79.2315,39.9549',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 833,
|
|
|
- 'adcode' => '659003',
|
|
|
- 'name' => '兵团四十四团',
|
|
|
- 'center' => '79.1926,39.9168',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 823,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 834,
|
|
|
- 'adcode' => '653000',
|
|
|
- 'name' => '克孜勒苏柯尔克孜自治州',
|
|
|
- 'center' => '76.172825,39.713431',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 835,
|
|
|
- 'adcode' => '653024',
|
|
|
- 'name' => '乌恰县',
|
|
|
- 'center' => '75.25969,39.716633',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 834,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 836,
|
|
|
- 'adcode' => '653001',
|
|
|
- 'name' => '阿图什市',
|
|
|
- 'center' => '76.173939,39.712898',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 834,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 837,
|
|
|
- 'adcode' => '653023',
|
|
|
- 'name' => '阿合奇县',
|
|
|
- 'center' => '78.450164,40.937567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 834,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 838,
|
|
|
- 'adcode' => '653022',
|
|
|
- 'name' => '阿克陶县',
|
|
|
- 'center' => '75.945159,39.147079',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 834,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 839,
|
|
|
- 'adcode' => '650500',
|
|
|
- 'name' => '哈密市',
|
|
|
- 'center' => '93.51316,42.833248',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 840,
|
|
|
- 'adcode' => '650502',
|
|
|
- 'name' => '伊州区',
|
|
|
- 'center' => '93.509174,42.833888',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 839,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 841,
|
|
|
- 'adcode' => '650522',
|
|
|
- 'name' => '伊吾县',
|
|
|
- 'center' => '94.692773,43.252012',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 839,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 842,
|
|
|
- 'adcode' => '650521',
|
|
|
- 'name' => '巴里坤哈萨克自治县',
|
|
|
- 'center' => '93.021795,43.599032',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 839,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 843,
|
|
|
- 'adcode' => '650400',
|
|
|
- 'name' => '吐鲁番市',
|
|
|
- 'center' => '89.184078,42.947613',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 656,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 844,
|
|
|
- 'adcode' => '650402',
|
|
|
- 'name' => '高昌区',
|
|
|
- 'center' => '89.182324,42.947627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 843,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 845,
|
|
|
- 'adcode' => '650421',
|
|
|
- 'name' => '鄯善县',
|
|
|
- 'center' => '90.212692,42.865503',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 843,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 846,
|
|
|
- 'adcode' => '650422',
|
|
|
- 'name' => '托克逊县',
|
|
|
- 'center' => '88.655771,42.793536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 843,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 847,
|
|
|
- 'adcode' => '420000',
|
|
|
- 'name' => '湖北省',
|
|
|
- 'center' => '114.298572,30.584355',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 848,
|
|
|
- 'adcode' => '420300',
|
|
|
- 'name' => '十堰市',
|
|
|
- 'center' => '110.787916,32.646907',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 849,
|
|
|
- 'adcode' => '420302',
|
|
|
- 'name' => '茅箭区',
|
|
|
- 'center' => '110.78621,32.644463',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 850,
|
|
|
- 'adcode' => '420303',
|
|
|
- 'name' => '张湾区',
|
|
|
- 'center' => '110.772365,32.652516',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 851,
|
|
|
- 'adcode' => '420381',
|
|
|
- 'name' => '丹江口市',
|
|
|
- 'center' => '111.513793,32.538839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 852,
|
|
|
- 'adcode' => '420304',
|
|
|
- 'name' => '郧阳区',
|
|
|
- 'center' => '110.812099,32.838267',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 853,
|
|
|
- 'adcode' => '420324',
|
|
|
- 'name' => '竹溪县',
|
|
|
- 'center' => '109.717196,32.315342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 854,
|
|
|
- 'adcode' => '420323',
|
|
|
- 'name' => '竹山县',
|
|
|
- 'center' => '110.2296,32.22586',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 855,
|
|
|
- 'adcode' => '420325',
|
|
|
- 'name' => '房县',
|
|
|
- 'center' => '110.741966,32.055002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 856,
|
|
|
- 'adcode' => '420322',
|
|
|
- 'name' => '郧西县',
|
|
|
- 'center' => '110.426472,32.991457',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 848,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 857,
|
|
|
- 'adcode' => '420600',
|
|
|
- 'name' => '襄阳市',
|
|
|
- 'center' => '112.144146,32.042426',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 858,
|
|
|
- 'adcode' => '420682',
|
|
|
- 'name' => '老河口市',
|
|
|
- 'center' => '111.675732,32.385438',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 859,
|
|
|
- 'adcode' => '420683',
|
|
|
- 'name' => '枣阳市',
|
|
|
- 'center' => '112.765268,32.123083',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 860,
|
|
|
- 'adcode' => '420625',
|
|
|
- 'name' => '谷城县',
|
|
|
- 'center' => '111.640147,32.262676',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 861,
|
|
|
- 'adcode' => '420607',
|
|
|
- 'name' => '襄州区',
|
|
|
- 'center' => '112.197378,32.085517',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 862,
|
|
|
- 'adcode' => '420626',
|
|
|
- 'name' => '保康县',
|
|
|
- 'center' => '111.262235,31.873507',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 863,
|
|
|
- 'adcode' => '420624',
|
|
|
- 'name' => '南漳县',
|
|
|
- 'center' => '111.844424,31.77692',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 864,
|
|
|
- 'adcode' => '420684',
|
|
|
- 'name' => '宜城市',
|
|
|
- 'center' => '112.261441,31.709203',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 865,
|
|
|
- 'adcode' => '420606',
|
|
|
- 'name' => '樊城区',
|
|
|
- 'center' => '112.13957,32.058589',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 866,
|
|
|
- 'adcode' => '420602',
|
|
|
- 'name' => '襄城区',
|
|
|
- 'center' => '112.150327,32.015088',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 857,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 867,
|
|
|
- 'adcode' => '420800',
|
|
|
- 'name' => '荆门市',
|
|
|
- 'center' => '112.204251,31.03542',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 868,
|
|
|
- 'adcode' => '420881',
|
|
|
- 'name' => '钟祥市',
|
|
|
- 'center' => '112.587267,31.165573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 867,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 869,
|
|
|
- 'adcode' => '420802',
|
|
|
- 'name' => '东宝区',
|
|
|
- 'center' => '112.204804,31.033461',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 867,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 870,
|
|
|
- 'adcode' => '420882',
|
|
|
- 'name' => '京山市',
|
|
|
- 'center' => '113.114595,31.022458',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 867,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 871,
|
|
|
- 'adcode' => '420804',
|
|
|
- 'name' => '掇刀区',
|
|
|
- 'center' => '112.198413,30.980798',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 867,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 872,
|
|
|
- 'adcode' => '420822',
|
|
|
- 'name' => '沙洋县',
|
|
|
- 'center' => '112.595218,30.70359',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 867,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 873,
|
|
|
- 'adcode' => '420500',
|
|
|
- 'name' => '宜昌市',
|
|
|
- 'center' => '111.290843,30.702636',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 874,
|
|
|
- 'adcode' => '420526',
|
|
|
- 'name' => '兴山县',
|
|
|
- 'center' => '110.754499,31.34795',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 875,
|
|
|
- 'adcode' => '420525',
|
|
|
- 'name' => '远安县',
|
|
|
- 'center' => '111.64331,31.059626',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 876,
|
|
|
- 'adcode' => '420582',
|
|
|
- 'name' => '当阳市',
|
|
|
- 'center' => '111.793419,30.824492',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 877,
|
|
|
- 'adcode' => '420527',
|
|
|
- 'name' => '秭归县',
|
|
|
- 'center' => '110.976785,30.823908',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 878,
|
|
|
- 'adcode' => '420504',
|
|
|
- 'name' => '点军区',
|
|
|
- 'center' => '111.268163,30.692322',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 879,
|
|
|
- 'adcode' => '420528',
|
|
|
- 'name' => '长阳土家族自治县',
|
|
|
- 'center' => '111.198475,30.466534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 880,
|
|
|
- 'adcode' => '420503',
|
|
|
- 'name' => '伍家岗区',
|
|
|
- 'center' => '111.307215,30.679053',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 881,
|
|
|
- 'adcode' => '420583',
|
|
|
- 'name' => '枝江市',
|
|
|
- 'center' => '111.751799,30.425364',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 882,
|
|
|
- 'adcode' => '420505',
|
|
|
- 'name' => '猇亭区',
|
|
|
- 'center' => '111.427642,30.530744',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 883,
|
|
|
- 'adcode' => '420581',
|
|
|
- 'name' => '宜都市',
|
|
|
- 'center' => '111.454367,30.387234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 884,
|
|
|
- 'adcode' => '420529',
|
|
|
- 'name' => '五峰土家族自治县',
|
|
|
- 'center' => '110.674938,30.199252',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 885,
|
|
|
- 'adcode' => '420502',
|
|
|
- 'name' => '西陵区',
|
|
|
- 'center' => '111.295468,30.702476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 886,
|
|
|
- 'adcode' => '420506',
|
|
|
- 'name' => '夷陵区',
|
|
|
- 'center' => '111.326747,30.770199',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 873,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 887,
|
|
|
- 'adcode' => '420100',
|
|
|
- 'name' => '武汉市',
|
|
|
- 'center' => '114.298572,30.584355',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 888,
|
|
|
- 'adcode' => '420116',
|
|
|
- 'name' => '黄陂区',
|
|
|
- 'center' => '114.374025,30.874155',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 889,
|
|
|
- 'adcode' => '420117',
|
|
|
- 'name' => '新洲区',
|
|
|
- 'center' => '114.802108,30.842149',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 890,
|
|
|
- 'adcode' => '420102',
|
|
|
- 'name' => '江岸区',
|
|
|
- 'center' => '114.30304,30.594911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 891,
|
|
|
- 'adcode' => '420113',
|
|
|
- 'name' => '汉南区',
|
|
|
- 'center' => '114.08124,30.309637',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 892,
|
|
|
- 'adcode' => '420114',
|
|
|
- 'name' => '蔡甸区',
|
|
|
- 'center' => '114.029341,30.582186',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 893,
|
|
|
- 'adcode' => '420103',
|
|
|
- 'name' => '江汉区',
|
|
|
- 'center' => '114.283109,30.578771',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 894,
|
|
|
- 'adcode' => '420107',
|
|
|
- 'name' => '青山区',
|
|
|
- 'center' => '114.39707,30.634215',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 895,
|
|
|
- 'adcode' => '420115',
|
|
|
- 'name' => '江夏区',
|
|
|
- 'center' => '114.313961,30.349045',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 896,
|
|
|
- 'adcode' => '420106',
|
|
|
- 'name' => '武昌区',
|
|
|
- 'center' => '114.307344,30.546536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 897,
|
|
|
- 'adcode' => '420105',
|
|
|
- 'name' => '汉阳区',
|
|
|
- 'center' => '114.265807,30.549326',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 898,
|
|
|
- 'adcode' => '420111',
|
|
|
- 'name' => '洪山区',
|
|
|
- 'center' => '114.400718,30.504259',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 899,
|
|
|
- 'adcode' => '420112',
|
|
|
- 'name' => '东西湖区',
|
|
|
- 'center' => '114.142483,30.622467',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 900,
|
|
|
- 'adcode' => '420104',
|
|
|
- 'name' => '硚口区',
|
|
|
- 'center' => '114.264568,30.57061',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 887,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 901,
|
|
|
- 'adcode' => '421100',
|
|
|
- 'name' => '黄冈市',
|
|
|
- 'center' => '114.879365,30.447711',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 902,
|
|
|
- 'adcode' => '421122',
|
|
|
- 'name' => '红安县',
|
|
|
- 'center' => '114.615095,31.284777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 903,
|
|
|
- 'adcode' => '421123',
|
|
|
- 'name' => '罗田县',
|
|
|
- 'center' => '115.398984,30.781679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 904,
|
|
|
- 'adcode' => '421124',
|
|
|
- 'name' => '英山县',
|
|
|
- 'center' => '115.67753,30.735794',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 905,
|
|
|
- 'adcode' => '421181',
|
|
|
- 'name' => '麻城市',
|
|
|
- 'center' => '115.02541,31.177906',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 906,
|
|
|
- 'adcode' => '421121',
|
|
|
- 'name' => '团风县',
|
|
|
- 'center' => '114.872029,30.63569',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 907,
|
|
|
- 'adcode' => '421125',
|
|
|
- 'name' => '浠水县',
|
|
|
- 'center' => '115.26344,30.454837',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 908,
|
|
|
- 'adcode' => '421126',
|
|
|
- 'name' => '蕲春县',
|
|
|
- 'center' => '115.433964,30.234927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 909,
|
|
|
- 'adcode' => '421102',
|
|
|
- 'name' => '黄州区',
|
|
|
- 'center' => '114.878934,30.447435',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 910,
|
|
|
- 'adcode' => '421127',
|
|
|
- 'name' => '黄梅县',
|
|
|
- 'center' => '115.942548,30.075113',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 911,
|
|
|
- 'adcode' => '421182',
|
|
|
- 'name' => '武穴市',
|
|
|
- 'center' => '115.56242,29.849342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 901,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 912,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '天门市',
|
|
|
- 'center' => '113.165862,30.653061',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 913,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '胡市镇',
|
|
|
- 'center' => '113.422,30.802',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 914,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '多祥镇',
|
|
|
- 'center' => '113.331,30.4446',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 915,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '黄潭镇',
|
|
|
- 'center' => '113.039,30.6922',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 916,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '沉湖管委会',
|
|
|
- 'center' => '113.444,30.4698',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 917,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '干驿镇',
|
|
|
- 'center' => '113.451,30.503',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 918,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '横林镇',
|
|
|
- 'center' => '113.215,30.5643',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 919,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '马湾镇',
|
|
|
- 'center' => '113.312,30.5993',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 920,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '蒋湖农场',
|
|
|
- 'center' => '112.802,30.6364',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 921,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '小板镇',
|
|
|
- 'center' => '113.264,30.6151',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 922,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '多宝镇',
|
|
|
- 'center' => '112.614,30.7034',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 923,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '岳口镇',
|
|
|
- 'center' => '113.105,30.5868',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 924,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '蒋场镇',
|
|
|
- 'center' => '112.927,30.646',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 925,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '石家河镇',
|
|
|
- 'center' => '113.076,30.8211',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 926,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '彭市镇',
|
|
|
- 'center' => '113.157,30.4315',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 927,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '佛子山镇',
|
|
|
- 'center' => '112.974,30.7608',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 928,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '九真镇',
|
|
|
- 'center' => '113.206,30.8245',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 929,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '竟陵街道',
|
|
|
- 'center' => '113.183,30.7066',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 930,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '侨乡街道开发区',
|
|
|
- 'center' => '113.134,30.652',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 931,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '麻洋镇',
|
|
|
- 'center' => '113.309,30.5249',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 932,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '杨林街道',
|
|
|
- 'center' => '113.265,30.6856',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 933,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '白茅湖农场',
|
|
|
- 'center' => '113.063,30.5868',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 934,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '汪场镇',
|
|
|
- 'center' => '112.979,30.638',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 935,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '张港镇',
|
|
|
- 'center' => '112.801,30.5529',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 936,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '渔薪镇',
|
|
|
- 'center' => '112.879,30.6744',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 937,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '皂市镇',
|
|
|
- 'center' => '113.223,30.7957',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 938,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '拖市镇',
|
|
|
- 'center' => '112.856,30.7135',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 939,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '净潭乡',
|
|
|
- 'center' => '113.451,30.6464',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 940,
|
|
|
- 'adcode' => '429006',
|
|
|
- 'name' => '卢市镇',
|
|
|
- 'center' => '113.397,30.6596',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 912,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 941,
|
|
|
- 'adcode' => '420900',
|
|
|
- 'name' => '孝感市',
|
|
|
- 'center' => '113.926655,30.926423',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 942,
|
|
|
- 'adcode' => '420922',
|
|
|
- 'name' => '大悟县',
|
|
|
- 'center' => '114.126249,31.565483',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 943,
|
|
|
- 'adcode' => '420982',
|
|
|
- 'name' => '安陆市',
|
|
|
- 'center' => '113.690401,31.26174',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 944,
|
|
|
- 'adcode' => '420923',
|
|
|
- 'name' => '云梦县',
|
|
|
- 'center' => '113.750616,31.021691',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 945,
|
|
|
- 'adcode' => '420981',
|
|
|
- 'name' => '应城市',
|
|
|
- 'center' => '113.573842,30.939038',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 946,
|
|
|
- 'adcode' => '420902',
|
|
|
- 'name' => '孝南区',
|
|
|
- 'center' => '113.925849,30.925966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 947,
|
|
|
- 'adcode' => '420984',
|
|
|
- 'name' => '汉川市',
|
|
|
- 'center' => '113.835301,30.652165',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 948,
|
|
|
- 'adcode' => '420921',
|
|
|
- 'name' => '孝昌县',
|
|
|
- 'center' => '113.988964,31.251618',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 941,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 949,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '潜江市',
|
|
|
- 'center' => '112.896866,30.421215',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 950,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '积玉口镇',
|
|
|
- 'center' => '112.721,30.4185',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 951,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '泰丰街道',
|
|
|
- 'center' => '112.981,30.4167',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 952,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '广华街道',
|
|
|
- 'center' => '112.666,30.4633',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 953,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '周矶管理区',
|
|
|
- 'center' => '112.826,30.4567',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 954,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '潜江经济开发区',
|
|
|
- 'center' => '112.883,30.4825',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 955,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '高场街道',
|
|
|
- 'center' => '112.775,30.4076',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 956,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '周矶街道',
|
|
|
- 'center' => '112.818,30.4576',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 957,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '总口管理区',
|
|
|
- 'center' => '112.89,30.2581',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 958,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '运粮湖管理区',
|
|
|
- 'center' => '112.582,30.252',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 959,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '王场镇',
|
|
|
- 'center' => '112.819,30.4906',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 960,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '园林街道',
|
|
|
- 'center' => '112.91,30.377',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 961,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '白鹭湖管理区',
|
|
|
- 'center' => '112.716,30.1788',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 962,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '竹根滩镇',
|
|
|
- 'center' => '112.979,30.4716',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 963,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '渔洋镇',
|
|
|
- 'center' => '112.966,30.2392',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 964,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '熊口镇',
|
|
|
- 'center' => '112.724,30.3404',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 965,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '熊口管理区',
|
|
|
- 'center' => '112.802,30.195',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 966,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '后湖管理区',
|
|
|
- 'center' => '112.768,30.4049',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 967,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '江汉石油管理局',
|
|
|
- 'center' => '112.793,30.4635',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 968,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '张金镇',
|
|
|
- 'center' => '112.577,30.2389',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 969,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '杨市街道',
|
|
|
- 'center' => '112.915,30.3835',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 970,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '老新镇',
|
|
|
- 'center' => '112.81,30.2185',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 971,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '龙湾镇',
|
|
|
- 'center' => '112.69,30.2848',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 972,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '浩口原种场',
|
|
|
- 'center' => '112.643,30.3784',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 973,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '浩口镇',
|
|
|
- 'center' => '112.65,30.3695',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 974,
|
|
|
- 'adcode' => '429005',
|
|
|
- 'name' => '高石碑镇',
|
|
|
- 'center' => '112.626,30.6203',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 949,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 975,
|
|
|
- 'adcode' => '422800',
|
|
|
- 'name' => '恩施土家族苗族自治州',
|
|
|
- 'center' => '109.48699,30.283114',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 976,
|
|
|
- 'adcode' => '422822',
|
|
|
- 'name' => '建始县',
|
|
|
- 'center' => '109.723822,30.601632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 977,
|
|
|
- 'adcode' => '422801',
|
|
|
- 'name' => '恩施市',
|
|
|
- 'center' => '109.486761,30.282406',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 978,
|
|
|
- 'adcode' => '422802',
|
|
|
- 'name' => '利川市',
|
|
|
- 'center' => '108.943491,30.294247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 979,
|
|
|
- 'adcode' => '422828',
|
|
|
- 'name' => '鹤峰县',
|
|
|
- 'center' => '110.033699,29.887298',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 980,
|
|
|
- 'adcode' => '422827',
|
|
|
- 'name' => '来凤县',
|
|
|
- 'center' => '109.408328,29.506945',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 981,
|
|
|
- 'adcode' => '422825',
|
|
|
- 'name' => '宣恩县',
|
|
|
- 'center' => '109.482819,29.98867',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 982,
|
|
|
- 'adcode' => '422823',
|
|
|
- 'name' => '巴东县',
|
|
|
- 'center' => '110.336665,31.041403',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 983,
|
|
|
- 'adcode' => '422826',
|
|
|
- 'name' => '咸丰县',
|
|
|
- 'center' => '109.15041,29.678967',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 984,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '仙桃市',
|
|
|
- 'center' => '113.453974,30.364953',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 985,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '畜禽良种场',
|
|
|
- 'center' => '113.751,30.1779',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 986,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '工业园区',
|
|
|
- 'center' => '113.413,30.3233',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 987,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '豆河镇',
|
|
|
- 'center' => '113,30.37',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 988,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '沙湖镇',
|
|
|
- 'center' => '113.6,30.1698',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 989,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '通海口镇',
|
|
|
- 'center' => '113.206,30.2722',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 990,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '长倘口镇',
|
|
|
- 'center' => '113.611,30.4752',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 991,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '胡场镇',
|
|
|
- 'center' => '113.29,30.4278',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 992,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '五湖渔场',
|
|
|
- 'center' => '113.783,30.161',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 993,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '干河街道',
|
|
|
- 'center' => '113.451,30.3772',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 994,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '杨林尾镇',
|
|
|
- 'center' => '113.561,30.2014',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 995,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '西流河镇',
|
|
|
- 'center' => '113.761,30.297',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 996,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '赵西垸林场',
|
|
|
- 'center' => '113.027,30.285',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 997,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '九合垸原种场',
|
|
|
- 'center' => '113.006,30.2473',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 998,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '彭场镇',
|
|
|
- 'center' => '113.446,30.2518',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 999,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '沔城回族镇',
|
|
|
- 'center' => '113.201,30.1921',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 1000,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '龙华山街道',
|
|
|
- 'center' => '113.46,30.3649',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 1001,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '沙湖原种场',
|
|
|
- 'center' => '113.643,30.1482',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 1002,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '陈场镇',
|
|
|
- 'center' => '113.111,30.2879',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 1003,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '郑场镇',
|
|
|
- 'center' => '112.979,30.4707',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 1004,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '郭河镇',
|
|
|
- 'center' => '113.304,30.3027',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 1005,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '排湖风景区',
|
|
|
- 'center' => '113.223,30.2987',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 1006,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '沙嘴街道',
|
|
|
- 'center' => '113.441,30.3596',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 1007,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '毛嘴镇',
|
|
|
- 'center' => '113.045,30.4188',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 1008,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '张沟镇',
|
|
|
- 'center' => '113.438,30.2968',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 1009,
|
|
|
- 'adcode' => '429004',
|
|
|
- 'name' => '三伏潭镇',
|
|
|
- 'center' => '113.207,30.3395',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 984,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 1010,
|
|
|
- 'adcode' => '421000',
|
|
|
- 'name' => '荆州市',
|
|
|
- 'center' => '112.23813,30.326857',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 1011,
|
|
|
- 'adcode' => '421003',
|
|
|
- 'name' => '荆州区',
|
|
|
- 'center' => '112.195354,30.350674',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 1012,
|
|
|
- 'adcode' => '421024',
|
|
|
- 'name' => '江陵县',
|
|
|
- 'center' => '112.41735,30.033919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 1013,
|
|
|
- 'adcode' => '421083',
|
|
|
- 'name' => '洪湖市',
|
|
|
- 'center' => '113.470304,29.81297',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 1014,
|
|
|
- 'adcode' => '421023',
|
|
|
- 'name' => '监利县',
|
|
|
- 'center' => '112.904344,29.820079',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 1015,
|
|
|
- 'adcode' => '421081',
|
|
|
- 'name' => '石首市',
|
|
|
- 'center' => '112.40887,29.716437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 1016,
|
|
|
- 'adcode' => '421087',
|
|
|
- 'name' => '松滋市',
|
|
|
- 'center' => '111.77818,30.176037',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 1017,
|
|
|
- 'adcode' => '421002',
|
|
|
- 'name' => '沙市区',
|
|
|
- 'center' => '112.257433,30.315895',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 1018,
|
|
|
- 'adcode' => '421022',
|
|
|
- 'name' => '公安县',
|
|
|
- 'center' => '112.230179,30.059065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1010,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 1019,
|
|
|
- 'adcode' => '421200',
|
|
|
- 'name' => '咸宁市',
|
|
|
- 'center' => '114.328963,29.832798',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 1020,
|
|
|
- 'adcode' => '421221',
|
|
|
- 'name' => '嘉鱼县',
|
|
|
- 'center' => '113.921547,29.973363',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 1021,
|
|
|
- 'adcode' => '421223',
|
|
|
- 'name' => '崇阳县',
|
|
|
- 'center' => '114.049958,29.54101',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 1022,
|
|
|
- 'adcode' => '421202',
|
|
|
- 'name' => '咸安区',
|
|
|
- 'center' => '114.333894,29.824716',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 1023,
|
|
|
- 'adcode' => '421224',
|
|
|
- 'name' => '通山县',
|
|
|
- 'center' => '114.493163,29.604455',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 1024,
|
|
|
- 'adcode' => '421281',
|
|
|
- 'name' => '赤壁市',
|
|
|
- 'center' => '113.88366,29.716879',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 1025,
|
|
|
- 'adcode' => '421222',
|
|
|
- 'name' => '通城县',
|
|
|
- 'center' => '113.814131,29.246076',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1019,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 1026,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '神农架林区',
|
|
|
- 'center' => '110.671525,31.744449',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 1027,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '木鱼镇',
|
|
|
- 'center' => '110.312,31.3933',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 1028,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '下谷坪土家族乡',
|
|
|
- 'center' => '110.113,31.4153',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 1029,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '新华镇',
|
|
|
- 'center' => '110.842,31.6218',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 1030,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '九湖镇',
|
|
|
- 'center' => '110.062,31.4095',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 1031,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '宋洛乡',
|
|
|
- 'center' => '110.59,31.7303',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 1032,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '松柏镇',
|
|
|
- 'center' => '110.609,31.7041',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 1033,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '红坪镇',
|
|
|
- 'center' => '110.196,31.4718',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 1034,
|
|
|
- 'adcode' => '429021',
|
|
|
- 'name' => '阳日镇',
|
|
|
- 'center' => '110.763,31.677',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 1026,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 1035,
|
|
|
- 'adcode' => '421300',
|
|
|
- 'name' => '随州市',
|
|
|
- 'center' => '113.37377,31.717497',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 1036,
|
|
|
- 'adcode' => '421381',
|
|
|
- 'name' => '广水市',
|
|
|
- 'center' => '113.826601,31.617731',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1035,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 1037,
|
|
|
- 'adcode' => '421303',
|
|
|
- 'name' => '曾都区',
|
|
|
- 'center' => '113.374519,31.717521',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1035,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 1038,
|
|
|
- 'adcode' => '421321',
|
|
|
- 'name' => '随县',
|
|
|
- 'center' => '113.301384,31.854246',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1035,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 1039,
|
|
|
- 'adcode' => '420200',
|
|
|
- 'name' => '黄石市',
|
|
|
- 'center' => '115.077048,30.220074',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 1040,
|
|
|
- 'adcode' => '420205',
|
|
|
- 'name' => '铁山区',
|
|
|
- 'center' => '114.901366,30.20601',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 1041,
|
|
|
- 'adcode' => '420204',
|
|
|
- 'name' => '下陆区',
|
|
|
- 'center' => '114.975755,30.177845',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 1042,
|
|
|
- 'adcode' => '420203',
|
|
|
- 'name' => '西塞山区',
|
|
|
- 'center' => '115.093354,30.205365',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 1043,
|
|
|
- 'adcode' => '420281',
|
|
|
- 'name' => '大冶市',
|
|
|
- 'center' => '114.974842,30.098804',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 1044,
|
|
|
- 'adcode' => '420222',
|
|
|
- 'name' => '阳新县',
|
|
|
- 'center' => '115.212883,29.841572',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 1045,
|
|
|
- 'adcode' => '420202',
|
|
|
- 'name' => '黄石港区',
|
|
|
- 'center' => '115.090164,30.212086',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1039,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 1046,
|
|
|
- 'adcode' => '420700',
|
|
|
- 'name' => '鄂州市',
|
|
|
- 'center' => '114.890593,30.396536',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 847,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 1047,
|
|
|
- 'adcode' => '420703',
|
|
|
- 'name' => '华容区',
|
|
|
- 'center' => '114.74148,30.534468',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1046,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 1048,
|
|
|
- 'adcode' => '420702',
|
|
|
- 'name' => '梁子湖区',
|
|
|
- 'center' => '114.681967,30.098191',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1046,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 1049,
|
|
|
- 'adcode' => '420704',
|
|
|
- 'name' => '鄂城区',
|
|
|
- 'center' => '114.890012,30.39669',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1046,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 1050,
|
|
|
- 'adcode' => '210000',
|
|
|
- 'name' => '辽宁省',
|
|
|
- 'center' => '123.429096,41.796767',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 1051,
|
|
|
- 'adcode' => '211400',
|
|
|
- 'name' => '葫芦岛市',
|
|
|
- 'center' => '120.856394,40.755572',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 1052,
|
|
|
- 'adcode' => '211422',
|
|
|
- 'name' => '建昌县',
|
|
|
- 'center' => '119.807776,40.812871',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 1053,
|
|
|
- 'adcode' => '211403',
|
|
|
- 'name' => '龙港区',
|
|
|
- 'center' => '120.838569,40.709991',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 1054,
|
|
|
- 'adcode' => '211481',
|
|
|
- 'name' => '兴城市',
|
|
|
- 'center' => '120.729365,40.619413',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 1055,
|
|
|
- 'adcode' => '211421',
|
|
|
- 'name' => '绥中县',
|
|
|
- 'center' => '120.342112,40.328407',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 1056,
|
|
|
- 'adcode' => '211404',
|
|
|
- 'name' => '南票区',
|
|
|
- 'center' => '120.752314,41.098813',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 1057,
|
|
|
- 'adcode' => '211402',
|
|
|
- 'name' => '连山区',
|
|
|
- 'center' => '120.85937,40.755143',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 1058,
|
|
|
- 'adcode' => '210200',
|
|
|
- 'name' => '大连市',
|
|
|
- 'center' => '121.618622,38.91459',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 1059,
|
|
|
- 'adcode' => '210281',
|
|
|
- 'name' => '瓦房店市',
|
|
|
- 'center' => '122.002656,39.63065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 1060,
|
|
|
- 'adcode' => '210214',
|
|
|
- 'name' => '普兰店区',
|
|
|
- 'center' => '121.9705,39.401555',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 1061,
|
|
|
- 'adcode' => '210283',
|
|
|
- 'name' => '庄河市',
|
|
|
- 'center' => '122.970612,39.69829',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 1062,
|
|
|
- 'adcode' => '210213',
|
|
|
- 'name' => '金州区',
|
|
|
- 'center' => '121.789413,39.052745',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 1063,
|
|
|
- 'adcode' => '210224',
|
|
|
- 'name' => '长海县',
|
|
|
- 'center' => '122.587824,39.272399',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 1064,
|
|
|
- 'adcode' => '210211',
|
|
|
- 'name' => '甘井子区',
|
|
|
- 'center' => '121.582614,38.975148',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 1065,
|
|
|
- 'adcode' => '210212',
|
|
|
- 'name' => '旅顺口区',
|
|
|
- 'center' => '121.26713,38.812043',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 1066,
|
|
|
- 'adcode' => '210202',
|
|
|
- 'name' => '中山区',
|
|
|
- 'center' => '121.64376,38.921553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 1067,
|
|
|
- 'adcode' => '210203',
|
|
|
- 'name' => '西岗区',
|
|
|
- 'center' => '121.616112,38.914266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 1068,
|
|
|
- 'adcode' => '210204',
|
|
|
- 'name' => '沙河口区',
|
|
|
- 'center' => '121.593702,38.912859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1058,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 1069,
|
|
|
- 'adcode' => '210600',
|
|
|
- 'name' => '丹东市',
|
|
|
- 'center' => '124.383044,40.124296',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 1070,
|
|
|
- 'adcode' => '210682',
|
|
|
- 'name' => '凤城市',
|
|
|
- 'center' => '124.071067,40.457567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 1071,
|
|
|
- 'adcode' => '210604',
|
|
|
- 'name' => '振安区',
|
|
|
- 'center' => '124.427709,40.158557',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 1072,
|
|
|
- 'adcode' => '210681',
|
|
|
- 'name' => '东港市',
|
|
|
- 'center' => '124.149437,39.883467',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 1073,
|
|
|
- 'adcode' => '210603',
|
|
|
- 'name' => '振兴区',
|
|
|
- 'center' => '124.361153,40.102801',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 1074,
|
|
|
- 'adcode' => '210602',
|
|
|
- 'name' => '元宝区',
|
|
|
- 'center' => '124.397814,40.136483',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 1075,
|
|
|
- 'adcode' => '210624',
|
|
|
- 'name' => '宽甸满族自治县',
|
|
|
- 'center' => '124.784867,40.730412',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 1076,
|
|
|
- 'adcode' => '210700',
|
|
|
- 'name' => '锦州市',
|
|
|
- 'center' => '121.135742,41.119269',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 1077,
|
|
|
- 'adcode' => '210726',
|
|
|
- 'name' => '黑山县',
|
|
|
- 'center' => '122.117915,41.691804',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 1078,
|
|
|
- 'adcode' => '210727',
|
|
|
- 'name' => '义县',
|
|
|
- 'center' => '121.242831,41.537224',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 1079,
|
|
|
- 'adcode' => '210781',
|
|
|
- 'name' => '凌海市',
|
|
|
- 'center' => '121.364236,41.171738',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 1080,
|
|
|
- 'adcode' => '210711',
|
|
|
- 'name' => '太和区',
|
|
|
- 'center' => '121.107297,41.105378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 1081,
|
|
|
- 'adcode' => '210782',
|
|
|
- 'name' => '北镇市',
|
|
|
- 'center' => '121.795962,41.598764',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 1082,
|
|
|
- 'adcode' => '210703',
|
|
|
- 'name' => '凌河区',
|
|
|
- 'center' => '121.151304,41.114662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 1083,
|
|
|
- 'adcode' => '210702',
|
|
|
- 'name' => '古塔区',
|
|
|
- 'center' => '121.130085,41.115719',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1076,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 1084,
|
|
|
- 'adcode' => '210400',
|
|
|
- 'name' => '抚顺市',
|
|
|
- 'center' => '123.921109,41.875956',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 1085,
|
|
|
- 'adcode' => '210423',
|
|
|
- 'name' => '清原满族自治县',
|
|
|
- 'center' => '124.927192,42.10135',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 1086,
|
|
|
- 'adcode' => '210422',
|
|
|
- 'name' => '新宾满族自治县',
|
|
|
- 'center' => '125.037547,41.732456',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 1087,
|
|
|
- 'adcode' => '210411',
|
|
|
- 'name' => '顺城区',
|
|
|
- 'center' => '123.917165,41.881132',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 1088,
|
|
|
- 'adcode' => '210403',
|
|
|
- 'name' => '东洲区',
|
|
|
- 'center' => '124.047219,41.866829',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 1089,
|
|
|
- 'adcode' => '210402',
|
|
|
- 'name' => '新抚区',
|
|
|
- 'center' => '123.902858,41.86082',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 1090,
|
|
|
- 'adcode' => '210404',
|
|
|
- 'name' => '望花区',
|
|
|
- 'center' => '123.801509,41.851803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 1091,
|
|
|
- 'adcode' => '210421',
|
|
|
- 'name' => '抚顺县',
|
|
|
- 'center' => '124.097979,41.922644',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1084,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 1092,
|
|
|
- 'adcode' => '210100',
|
|
|
- 'name' => '沈阳市',
|
|
|
- 'center' => '123.429096,41.796767',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 1093,
|
|
|
- 'adcode' => '210181',
|
|
|
- 'name' => '新民市',
|
|
|
- 'center' => '122.828868,41.996508',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 1094,
|
|
|
- 'adcode' => '210113',
|
|
|
- 'name' => '沈北新区',
|
|
|
- 'center' => '123.521471,42.052312',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 1095,
|
|
|
- 'adcode' => '210112',
|
|
|
- 'name' => '浑南区',
|
|
|
- 'center' => '123.458981,41.741946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 1096,
|
|
|
- 'adcode' => '210102',
|
|
|
- 'name' => '和平区',
|
|
|
- 'center' => '123.406664,41.788074',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 1097,
|
|
|
- 'adcode' => '210114',
|
|
|
- 'name' => '于洪区',
|
|
|
- 'center' => '123.310829,41.795833',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 1098,
|
|
|
- 'adcode' => '210105',
|
|
|
- 'name' => '皇姑区',
|
|
|
- 'center' => '123.405677,41.822336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 1099,
|
|
|
- 'adcode' => '210111',
|
|
|
- 'name' => '苏家屯区',
|
|
|
- 'center' => '123.341604,41.665904',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 1100,
|
|
|
- 'adcode' => '210123',
|
|
|
- 'name' => '康平县',
|
|
|
- 'center' => '123.352703,42.741533',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 1101,
|
|
|
- 'adcode' => '210124',
|
|
|
- 'name' => '法库县',
|
|
|
- 'center' => '123.416722,42.507045',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 1102,
|
|
|
- 'adcode' => '210104',
|
|
|
- 'name' => '大东区',
|
|
|
- 'center' => '123.469956,41.808503',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 1103,
|
|
|
- 'adcode' => '210103',
|
|
|
- 'name' => '沈河区',
|
|
|
- 'center' => '123.445696,41.795591',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 1104,
|
|
|
- 'adcode' => '210115',
|
|
|
- 'name' => '辽中区',
|
|
|
- 'center' => '122.731269,41.512725',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 1105,
|
|
|
- 'adcode' => '210106',
|
|
|
- 'name' => '铁西区',
|
|
|
- 'center' => '123.350664,41.787808',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1092,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 1106,
|
|
|
- 'adcode' => '211200',
|
|
|
- 'name' => '铁岭市',
|
|
|
- 'center' => '123.844279,42.290585',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 1107,
|
|
|
- 'adcode' => '211282',
|
|
|
- 'name' => '开原市',
|
|
|
- 'center' => '124.045551,42.542141',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 1108,
|
|
|
- 'adcode' => '211204',
|
|
|
- 'name' => '清河区',
|
|
|
- 'center' => '124.14896,42.542978',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 1109,
|
|
|
- 'adcode' => '211281',
|
|
|
- 'name' => '调兵山市',
|
|
|
- 'center' => '123.545366,42.450734',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 1110,
|
|
|
- 'adcode' => '211221',
|
|
|
- 'name' => '铁岭县',
|
|
|
- 'center' => '123.725669,42.223316',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 1111,
|
|
|
- 'adcode' => '211202',
|
|
|
- 'name' => '银州区',
|
|
|
- 'center' => '123.844877,42.292278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 1112,
|
|
|
- 'adcode' => '211223',
|
|
|
- 'name' => '西丰县',
|
|
|
- 'center' => '124.72332,42.738091',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 1113,
|
|
|
- 'adcode' => '211224',
|
|
|
- 'name' => '昌图县',
|
|
|
- 'center' => '124.11017,42.784441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1106,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 1114,
|
|
|
- 'adcode' => '210800',
|
|
|
- 'name' => '营口市',
|
|
|
- 'center' => '122.235151,40.667432',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 1115,
|
|
|
- 'adcode' => '210882',
|
|
|
- 'name' => '大石桥市',
|
|
|
- 'center' => '122.505894,40.633973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 1116,
|
|
|
- 'adcode' => '210803',
|
|
|
- 'name' => '西市区',
|
|
|
- 'center' => '122.210067,40.663086',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 1117,
|
|
|
- 'adcode' => '210804',
|
|
|
- 'name' => '鲅鱼圈区',
|
|
|
- 'center' => '122.127242,40.263646',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 1118,
|
|
|
- 'adcode' => '210881',
|
|
|
- 'name' => '盖州市',
|
|
|
- 'center' => '122.355534,40.405234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 1119,
|
|
|
- 'adcode' => '210802',
|
|
|
- 'name' => '站前区',
|
|
|
- 'center' => '122.253235,40.669949',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 1120,
|
|
|
- 'adcode' => '210811',
|
|
|
- 'name' => '老边区',
|
|
|
- 'center' => '122.382584,40.682723',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1114,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 1121,
|
|
|
- 'adcode' => '211300',
|
|
|
- 'name' => '朝阳市',
|
|
|
- 'center' => '120.451176,41.576758',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 1122,
|
|
|
- 'adcode' => '211322',
|
|
|
- 'name' => '建平县',
|
|
|
- 'center' => '119.642363,41.402576',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 1123,
|
|
|
- 'adcode' => '211381',
|
|
|
- 'name' => '北票市',
|
|
|
- 'center' => '120.766951,41.803286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 1124,
|
|
|
- 'adcode' => '211321',
|
|
|
- 'name' => '朝阳县',
|
|
|
- 'center' => '120.404217,41.526342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 1125,
|
|
|
- 'adcode' => '211302',
|
|
|
- 'name' => '双塔区',
|
|
|
- 'center' => '120.44877,41.579389',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 1126,
|
|
|
- 'adcode' => '211303',
|
|
|
- 'name' => '龙城区',
|
|
|
- 'center' => '120.413376,41.576749',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 1127,
|
|
|
- 'adcode' => '211382',
|
|
|
- 'name' => '凌源市',
|
|
|
- 'center' => '119.404789,41.243086',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 1128,
|
|
|
- 'adcode' => '211324',
|
|
|
- 'name' => '喀喇沁左翼蒙古族自治县',
|
|
|
- 'center' => '119.744883,41.125428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1121,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 1129,
|
|
|
- 'adcode' => '211000',
|
|
|
- 'name' => '辽阳市',
|
|
|
- 'center' => '123.18152,41.269402',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 1130,
|
|
|
- 'adcode' => '211021',
|
|
|
- 'name' => '辽阳县',
|
|
|
- 'center' => '123.079674,41.216479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 1131,
|
|
|
- 'adcode' => '211011',
|
|
|
- 'name' => '太子河区',
|
|
|
- 'center' => '123.185336,41.251682',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 1132,
|
|
|
- 'adcode' => '211003',
|
|
|
- 'name' => '文圣区',
|
|
|
- 'center' => '123.188227,41.266765',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 1133,
|
|
|
- 'adcode' => '211081',
|
|
|
- 'name' => '灯塔市',
|
|
|
- 'center' => '123.325864,41.427836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 1134,
|
|
|
- 'adcode' => '211002',
|
|
|
- 'name' => '白塔区',
|
|
|
- 'center' => '123.172611,41.26745',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 1135,
|
|
|
- 'adcode' => '211004',
|
|
|
- 'name' => '宏伟区',
|
|
|
- 'center' => '123.200461,41.205747',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 1136,
|
|
|
- 'adcode' => '211005',
|
|
|
- 'name' => '弓长岭区',
|
|
|
- 'center' => '123.431633,41.157831',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 1137,
|
|
|
- 'adcode' => '210300',
|
|
|
- 'name' => '鞍山市',
|
|
|
- 'center' => '122.995632,41.110626',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 1138,
|
|
|
- 'adcode' => '210321',
|
|
|
- 'name' => '台安县',
|
|
|
- 'center' => '122.429736,41.38686',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 1139,
|
|
|
- 'adcode' => '210323',
|
|
|
- 'name' => '岫岩满族自治县',
|
|
|
- 'center' => '123.28833,40.281509',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 1140,
|
|
|
- 'adcode' => '210311',
|
|
|
- 'name' => '千山区',
|
|
|
- 'center' => '122.949298,41.068909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 1141,
|
|
|
- 'adcode' => '210302',
|
|
|
- 'name' => '铁东区',
|
|
|
- 'center' => '122.994475,41.110344',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 1142,
|
|
|
- 'adcode' => '210304',
|
|
|
- 'name' => '立山区',
|
|
|
- 'center' => '123.024806,41.150622',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 1143,
|
|
|
- 'adcode' => '210303',
|
|
|
- 'name' => '铁西区',
|
|
|
- 'center' => '122.971834,41.11069',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 1144,
|
|
|
- 'adcode' => '210381',
|
|
|
- 'name' => '海城市',
|
|
|
- 'center' => '122.752199,40.852533',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1137,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 1145,
|
|
|
- 'adcode' => '210900',
|
|
|
- 'name' => '阜新市',
|
|
|
- 'center' => '121.648962,42.011796',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 1146,
|
|
|
- 'adcode' => '210911',
|
|
|
- 'name' => '细河区',
|
|
|
- 'center' => '121.654791,42.019218',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 1147,
|
|
|
- 'adcode' => '210904',
|
|
|
- 'name' => '太平区',
|
|
|
- 'center' => '121.677575,42.011145',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 1148,
|
|
|
- 'adcode' => '210902',
|
|
|
- 'name' => '海州区',
|
|
|
- 'center' => '121.657639,42.011162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 1149,
|
|
|
- 'adcode' => '210905',
|
|
|
- 'name' => '清河门区',
|
|
|
- 'center' => '121.42018,41.780477',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 1150,
|
|
|
- 'adcode' => '210921',
|
|
|
- 'name' => '阜新蒙古族自治县',
|
|
|
- 'center' => '121.743125,42.058607',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 1151,
|
|
|
- 'adcode' => '210903',
|
|
|
- 'name' => '新邱区',
|
|
|
- 'center' => '121.790541,42.086603',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 1152,
|
|
|
- 'adcode' => '210922',
|
|
|
- 'name' => '彰武县',
|
|
|
- 'center' => '122.537444,42.384823',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1145,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 1153,
|
|
|
- 'adcode' => '211100',
|
|
|
- 'name' => '盘锦市',
|
|
|
- 'center' => '122.06957,41.124484',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 1154,
|
|
|
- 'adcode' => '211102',
|
|
|
- 'name' => '双台子区',
|
|
|
- 'center' => '122.055733,41.190365',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1153,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 1155,
|
|
|
- 'adcode' => '211122',
|
|
|
- 'name' => '盘山县',
|
|
|
- 'center' => '121.98528,41.240701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1153,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 1156,
|
|
|
- 'adcode' => '211104',
|
|
|
- 'name' => '大洼区',
|
|
|
- 'center' => '122.071708,40.994428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1153,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 1157,
|
|
|
- 'adcode' => '211103',
|
|
|
- 'name' => '兴隆台区',
|
|
|
- 'center' => '122.071624,41.122423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1153,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 1158,
|
|
|
- 'adcode' => '210500',
|
|
|
- 'name' => '本溪市',
|
|
|
- 'center' => '123.770519,41.297909',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1050,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 1159,
|
|
|
- 'adcode' => '210522',
|
|
|
- 'name' => '桓仁满族自治县',
|
|
|
- 'center' => '125.359195,41.268997',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 1160,
|
|
|
- 'adcode' => '210503',
|
|
|
- 'name' => '溪湖区',
|
|
|
- 'center' => '123.765226,41.330056',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 1161,
|
|
|
- 'adcode' => '210505',
|
|
|
- 'name' => '南芬区',
|
|
|
- 'center' => '123.748381,41.104093',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 1162,
|
|
|
- 'adcode' => '210504',
|
|
|
- 'name' => '明山区',
|
|
|
- 'center' => '123.763288,41.302429',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 1163,
|
|
|
- 'adcode' => '210502',
|
|
|
- 'name' => '平山区',
|
|
|
- 'center' => '123.761231,41.291581',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 1164,
|
|
|
- 'adcode' => '210521',
|
|
|
- 'name' => '本溪满族自治县',
|
|
|
- 'center' => '124.126156,41.300344',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1158,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 1165,
|
|
|
- 'adcode' => '370000',
|
|
|
- 'name' => '山东省',
|
|
|
- 'center' => '117.000923,36.675807',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 1166,
|
|
|
- 'adcode' => '370600',
|
|
|
- 'name' => '烟台市',
|
|
|
- 'center' => '121.391382,37.539297',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 1167,
|
|
|
- 'adcode' => '370634',
|
|
|
- 'name' => '长岛县',
|
|
|
- 'center' => '120.738345,37.916194',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 1168,
|
|
|
- 'adcode' => '370602',
|
|
|
- 'name' => '芝罘区',
|
|
|
- 'center' => '121.385877,37.540925',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 1169,
|
|
|
- 'adcode' => '370683',
|
|
|
- 'name' => '莱州市',
|
|
|
- 'center' => '119.942135,37.182725',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 1170,
|
|
|
- 'adcode' => '370687',
|
|
|
- 'name' => '海阳市',
|
|
|
- 'center' => '121.168392,36.780657',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 1171,
|
|
|
- 'adcode' => '370612',
|
|
|
- 'name' => '牟平区',
|
|
|
- 'center' => '121.60151,37.388356',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 1172,
|
|
|
- 'adcode' => '370681',
|
|
|
- 'name' => '龙口市',
|
|
|
- 'center' => '120.528328,37.648446',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 1173,
|
|
|
- 'adcode' => '370682',
|
|
|
- 'name' => '莱阳市',
|
|
|
- 'center' => '120.711151,36.977037',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 1174,
|
|
|
- 'adcode' => '370684',
|
|
|
- 'name' => '蓬莱市',
|
|
|
- 'center' => '120.762689,37.811168',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 1175,
|
|
|
- 'adcode' => '370685',
|
|
|
- 'name' => '招远市',
|
|
|
- 'center' => '120.403142,37.364919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 1176,
|
|
|
- 'adcode' => '370611',
|
|
|
- 'name' => '福山区',
|
|
|
- 'center' => '121.264741,37.496875',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 1177,
|
|
|
- 'adcode' => '370613',
|
|
|
- 'name' => '莱山区',
|
|
|
- 'center' => '121.448866,37.473549',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 1178,
|
|
|
- 'adcode' => '370686',
|
|
|
- 'name' => '栖霞市',
|
|
|
- 'center' => '120.834097,37.305854',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1166,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 1179,
|
|
|
- 'adcode' => '371000',
|
|
|
- 'name' => '威海市',
|
|
|
- 'center' => '122.116394,37.509691',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 1180,
|
|
|
- 'adcode' => '371002',
|
|
|
- 'name' => '环翠区',
|
|
|
- 'center' => '122.116189,37.510754',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1179,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 1181,
|
|
|
- 'adcode' => '371082',
|
|
|
- 'name' => '荣成市',
|
|
|
- 'center' => '122.422896,37.160134',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1179,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 1182,
|
|
|
- 'adcode' => '371083',
|
|
|
- 'name' => '乳山市',
|
|
|
- 'center' => '121.536346,36.919622',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1179,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 1183,
|
|
|
- 'adcode' => '371003',
|
|
|
- 'name' => '文登区',
|
|
|
- 'center' => '122.057139,37.196211',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1179,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 1184,
|
|
|
- 'adcode' => '370200',
|
|
|
- 'name' => '青岛市',
|
|
|
- 'center' => '120.355173,36.082982',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 1185,
|
|
|
- 'adcode' => '370285',
|
|
|
- 'name' => '莱西市',
|
|
|
- 'center' => '120.526226,36.86509',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 1186,
|
|
|
- 'adcode' => '370283',
|
|
|
- 'name' => '平度市',
|
|
|
- 'center' => '119.959012,36.788828',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 1187,
|
|
|
- 'adcode' => '370215',
|
|
|
- 'name' => '即墨区',
|
|
|
- 'center' => '120.447352,36.390847',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 1188,
|
|
|
- 'adcode' => '370212',
|
|
|
- 'name' => '崂山区',
|
|
|
- 'center' => '120.467393,36.102569',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 1189,
|
|
|
- 'adcode' => '370213',
|
|
|
- 'name' => '李沧区',
|
|
|
- 'center' => '120.421236,36.160023',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 1190,
|
|
|
- 'adcode' => '370214',
|
|
|
- 'name' => '城阳区',
|
|
|
- 'center' => '120.389135,36.306833',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 1191,
|
|
|
- 'adcode' => '370211',
|
|
|
- 'name' => '黄岛区',
|
|
|
- 'center' => '119.995518,35.875138',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 1192,
|
|
|
- 'adcode' => '370281',
|
|
|
- 'name' => '胶州市',
|
|
|
- 'center' => '120.006202,36.285878',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 1193,
|
|
|
- 'adcode' => '370203',
|
|
|
- 'name' => '市北区',
|
|
|
- 'center' => '120.355026,36.083819',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 1194,
|
|
|
- 'adcode' => '370202',
|
|
|
- 'name' => '市南区',
|
|
|
- 'center' => '120.395966,36.070892',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 1195,
|
|
|
- 'adcode' => '370300',
|
|
|
- 'name' => '淄博市',
|
|
|
- 'center' => '118.047648,36.814939',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 1196,
|
|
|
- 'adcode' => '370322',
|
|
|
- 'name' => '高青县',
|
|
|
- 'center' => '117.829839,37.169581',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 1197,
|
|
|
- 'adcode' => '370321',
|
|
|
- 'name' => '桓台县',
|
|
|
- 'center' => '118.101556,36.959773',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 1198,
|
|
|
- 'adcode' => '370305',
|
|
|
- 'name' => '临淄区',
|
|
|
- 'center' => '118.306018,36.816657',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 1199,
|
|
|
- 'adcode' => '370303',
|
|
|
- 'name' => '张店区',
|
|
|
- 'center' => '118.053521,36.807049',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 1200,
|
|
|
- 'adcode' => '370304',
|
|
|
- 'name' => '博山区',
|
|
|
- 'center' => '117.85823,36.497567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 1201,
|
|
|
- 'adcode' => '370323',
|
|
|
- 'name' => '沂源县',
|
|
|
- 'center' => '118.166161,36.186282',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 1202,
|
|
|
- 'adcode' => '370302',
|
|
|
- 'name' => '淄川区',
|
|
|
- 'center' => '117.967696,36.647272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 1203,
|
|
|
- 'adcode' => '370306',
|
|
|
- 'name' => '周村区',
|
|
|
- 'center' => '117.851036,36.803699',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1195,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 1204,
|
|
|
- 'adcode' => '371300',
|
|
|
- 'name' => '临沂市',
|
|
|
- 'center' => '118.326443,35.065282',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 1205,
|
|
|
- 'adcode' => '371328',
|
|
|
- 'name' => '蒙阴县',
|
|
|
- 'center' => '117.943271,35.712435',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 1206,
|
|
|
- 'adcode' => '371323',
|
|
|
- 'name' => '沂水县',
|
|
|
- 'center' => '118.634543,35.787029',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 1207,
|
|
|
- 'adcode' => '371326',
|
|
|
- 'name' => '平邑县',
|
|
|
- 'center' => '117.631884,35.511519',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 1208,
|
|
|
- 'adcode' => '371322',
|
|
|
- 'name' => '郯城县',
|
|
|
- 'center' => '118.342963,34.614741',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 1209,
|
|
|
- 'adcode' => '371302',
|
|
|
- 'name' => '兰山区',
|
|
|
- 'center' => '118.327667,35.061631',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 1210,
|
|
|
- 'adcode' => '371321',
|
|
|
- 'name' => '沂南县',
|
|
|
- 'center' => '118.455395,35.547002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 1211,
|
|
|
- 'adcode' => '371327',
|
|
|
- 'name' => '莒南县',
|
|
|
- 'center' => '118.838322,35.175911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 1212,
|
|
|
- 'adcode' => '371311',
|
|
|
- 'name' => '罗庄区',
|
|
|
- 'center' => '118.284795,34.997204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 1213,
|
|
|
- 'adcode' => '371329',
|
|
|
- 'name' => '临沭县',
|
|
|
- 'center' => '118.648379,34.917062',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 1214,
|
|
|
- 'adcode' => '371312',
|
|
|
- 'name' => '河东区',
|
|
|
- 'center' => '118.398296,35.085004',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 1215,
|
|
|
- 'adcode' => '371324',
|
|
|
- 'name' => '兰陵县',
|
|
|
- 'center' => '118.049968,34.855573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 1216,
|
|
|
- 'adcode' => '371325',
|
|
|
- 'name' => '费县',
|
|
|
- 'center' => '117.968869,35.269174',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1204,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 1217,
|
|
|
- 'adcode' => '371500',
|
|
|
- 'name' => '聊城市',
|
|
|
- 'center' => '115.980367,36.456013',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 1218,
|
|
|
- 'adcode' => '371525',
|
|
|
- 'name' => '冠县',
|
|
|
- 'center' => '115.444808,36.483753',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 1219,
|
|
|
- 'adcode' => '371524',
|
|
|
- 'name' => '东阿县',
|
|
|
- 'center' => '116.248855,36.336004',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 1220,
|
|
|
- 'adcode' => '371522',
|
|
|
- 'name' => '莘县',
|
|
|
- 'center' => '115.667291,36.237597',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 1221,
|
|
|
- 'adcode' => '371526',
|
|
|
- 'name' => '高唐县',
|
|
|
- 'center' => '116.229662,36.859755',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 1222,
|
|
|
- 'adcode' => '371521',
|
|
|
- 'name' => '阳谷县',
|
|
|
- 'center' => '115.784287,36.113708',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 1223,
|
|
|
- 'adcode' => '371523',
|
|
|
- 'name' => '茌平县',
|
|
|
- 'center' => '116.25335,36.591934',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 1224,
|
|
|
- 'adcode' => '371581',
|
|
|
- 'name' => '临清市',
|
|
|
- 'center' => '115.713462,36.842598',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 1225,
|
|
|
- 'adcode' => '371502',
|
|
|
- 'name' => '东昌府区',
|
|
|
- 'center' => '115.980023,36.45606',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1217,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 1226,
|
|
|
- 'adcode' => '370700',
|
|
|
- 'name' => '潍坊市',
|
|
|
- 'center' => '119.107078,36.70925',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 1227,
|
|
|
- 'adcode' => '370702',
|
|
|
- 'name' => '潍城区',
|
|
|
- 'center' => '119.103784,36.710062',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 1228,
|
|
|
- 'adcode' => '370705',
|
|
|
- 'name' => '奎文区',
|
|
|
- 'center' => '119.137357,36.709494',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 1229,
|
|
|
- 'adcode' => '370704',
|
|
|
- 'name' => '坊子区',
|
|
|
- 'center' => '119.166326,36.654616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 1230,
|
|
|
- 'adcode' => '370785',
|
|
|
- 'name' => '高密市',
|
|
|
- 'center' => '119.757033,36.37754',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 1231,
|
|
|
- 'adcode' => '370724',
|
|
|
- 'name' => '临朐县',
|
|
|
- 'center' => '118.539876,36.516371',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 1232,
|
|
|
- 'adcode' => '370784',
|
|
|
- 'name' => '安丘市',
|
|
|
- 'center' => '119.206886,36.427417',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 1233,
|
|
|
- 'adcode' => '370782',
|
|
|
- 'name' => '诸城市',
|
|
|
- 'center' => '119.403182,35.997093',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 1234,
|
|
|
- 'adcode' => '370783',
|
|
|
- 'name' => '寿光市',
|
|
|
- 'center' => '118.736451,36.874411',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 1235,
|
|
|
- 'adcode' => '370786',
|
|
|
- 'name' => '昌邑市',
|
|
|
- 'center' => '119.394502,36.854937',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 1236,
|
|
|
- 'adcode' => '370703',
|
|
|
- 'name' => '寒亭区',
|
|
|
- 'center' => '119.207866,36.772103',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 1237,
|
|
|
- 'adcode' => '370781',
|
|
|
- 'name' => '青州市',
|
|
|
- 'center' => '118.484693,36.697855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 1238,
|
|
|
- 'adcode' => '370725',
|
|
|
- 'name' => '昌乐县',
|
|
|
- 'center' => '118.839995,36.703253',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1226,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 1239,
|
|
|
- 'adcode' => '370400',
|
|
|
- 'name' => '枣庄市',
|
|
|
- 'center' => '117.557964,34.856424',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 1240,
|
|
|
- 'adcode' => '370406',
|
|
|
- 'name' => '山亭区',
|
|
|
- 'center' => '117.458968,35.096077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 1241,
|
|
|
- 'adcode' => '370402',
|
|
|
- 'name' => '市中区',
|
|
|
- 'center' => '117.557281,34.856651',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 1242,
|
|
|
- 'adcode' => '370404',
|
|
|
- 'name' => '峄城区',
|
|
|
- 'center' => '117.586316,34.767713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 1243,
|
|
|
- 'adcode' => '370403',
|
|
|
- 'name' => '薛城区',
|
|
|
- 'center' => '117.265293,34.79789',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 1244,
|
|
|
- 'adcode' => '370405',
|
|
|
- 'name' => '台儿庄区',
|
|
|
- 'center' => '117.734747,34.564815',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 1245,
|
|
|
- 'adcode' => '370481',
|
|
|
- 'name' => '滕州市',
|
|
|
- 'center' => '117.162098,35.088498',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1239,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 1246,
|
|
|
- 'adcode' => '370500',
|
|
|
- 'name' => '东营市',
|
|
|
- 'center' => '118.66471,37.434564',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 1247,
|
|
|
- 'adcode' => '370522',
|
|
|
- 'name' => '利津县',
|
|
|
- 'center' => '118.248854,37.493365',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1246,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 1248,
|
|
|
- 'adcode' => '370523',
|
|
|
- 'name' => '广饶县',
|
|
|
- 'center' => '118.407522,37.05161',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1246,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 1249,
|
|
|
- 'adcode' => '370502',
|
|
|
- 'name' => '东营区',
|
|
|
- 'center' => '118.507543,37.461567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1246,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 1250,
|
|
|
- 'adcode' => '370503',
|
|
|
- 'name' => '河口区',
|
|
|
- 'center' => '118.529613,37.886015',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1246,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 1251,
|
|
|
- 'adcode' => '370505',
|
|
|
- 'name' => '垦利区',
|
|
|
- 'center' => '118.551314,37.588679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1246,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 1252,
|
|
|
- 'adcode' => '371600',
|
|
|
- 'name' => '滨州市',
|
|
|
- 'center' => '118.016974,37.383542',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 1253,
|
|
|
- 'adcode' => '371603',
|
|
|
- 'name' => '沾化区',
|
|
|
- 'center' => '118.129902,37.698456',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 1254,
|
|
|
- 'adcode' => '371602',
|
|
|
- 'name' => '滨城区',
|
|
|
- 'center' => '118.020149,37.384842',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 1255,
|
|
|
- 'adcode' => '371625',
|
|
|
- 'name' => '博兴县',
|
|
|
- 'center' => '118.123096,37.147002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 1256,
|
|
|
- 'adcode' => '371681',
|
|
|
- 'name' => '邹平市',
|
|
|
- 'center' => '117.736807,36.87803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 1257,
|
|
|
- 'adcode' => '371623',
|
|
|
- 'name' => '无棣县',
|
|
|
- 'center' => '117.616325,37.740848',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 1258,
|
|
|
- 'adcode' => '371621',
|
|
|
- 'name' => '惠民县',
|
|
|
- 'center' => '117.508941,37.483876',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 1259,
|
|
|
- 'adcode' => '371622',
|
|
|
- 'name' => '阳信县',
|
|
|
- 'center' => '117.581326,37.640492',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1252,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 1260,
|
|
|
- 'adcode' => '371100',
|
|
|
- 'name' => '日照市',
|
|
|
- 'center' => '119.461208,35.428588',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 1261,
|
|
|
- 'adcode' => '371121',
|
|
|
- 'name' => '五莲县',
|
|
|
- 'center' => '119.206745,35.751936',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 1262,
|
|
|
- 'adcode' => '371122',
|
|
|
- 'name' => '莒县',
|
|
|
- 'center' => '118.832859,35.588115',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 1263,
|
|
|
- 'adcode' => '371102',
|
|
|
- 'name' => '东港区',
|
|
|
- 'center' => '119.457703,35.426152',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 1264,
|
|
|
- 'adcode' => '371103',
|
|
|
- 'name' => '岚山区',
|
|
|
- 'center' => '119.315844,35.119794',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 1265,
|
|
|
- 'adcode' => '370800',
|
|
|
- 'name' => '济宁市',
|
|
|
- 'center' => '116.587245,35.415393',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 1266,
|
|
|
- 'adcode' => '370830',
|
|
|
- 'name' => '汶上县',
|
|
|
- 'center' => '116.487146,35.721746',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 1267,
|
|
|
- 'adcode' => '370881',
|
|
|
- 'name' => '曲阜市',
|
|
|
- 'center' => '116.991885,35.592788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 1268,
|
|
|
- 'adcode' => '370831',
|
|
|
- 'name' => '泗水县',
|
|
|
- 'center' => '117.273605,35.653216',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 1269,
|
|
|
- 'adcode' => '370883',
|
|
|
- 'name' => '邹城市',
|
|
|
- 'center' => '116.96673,35.405259',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 1270,
|
|
|
- 'adcode' => '370828',
|
|
|
- 'name' => '金乡县',
|
|
|
- 'center' => '116.310364,35.06977',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 1271,
|
|
|
- 'adcode' => '370827',
|
|
|
- 'name' => '鱼台县',
|
|
|
- 'center' => '116.650023,34.997706',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 1272,
|
|
|
- 'adcode' => '370811',
|
|
|
- 'name' => '任城区',
|
|
|
- 'center' => '116.595261,35.414828',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 1273,
|
|
|
- 'adcode' => '370829',
|
|
|
- 'name' => '嘉祥县',
|
|
|
- 'center' => '116.342885,35.398098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 1274,
|
|
|
- 'adcode' => '370832',
|
|
|
- 'name' => '梁山县',
|
|
|
- 'center' => '116.08963,35.801843',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 1275,
|
|
|
- 'adcode' => '370826',
|
|
|
- 'name' => '微山县',
|
|
|
- 'center' => '117.12861,34.809525',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 1276,
|
|
|
- 'adcode' => '370812',
|
|
|
- 'name' => '兖州区',
|
|
|
- 'center' => '116.828996,35.556445',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1265,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 1277,
|
|
|
- 'adcode' => '370900',
|
|
|
- 'name' => '泰安市',
|
|
|
- 'center' => '117.129063,36.194968',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 1278,
|
|
|
- 'adcode' => '370982',
|
|
|
- 'name' => '新泰市',
|
|
|
- 'center' => '117.766092,35.910387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 1279,
|
|
|
- 'adcode' => '370983',
|
|
|
- 'name' => '肥城市',
|
|
|
- 'center' => '116.763703,36.1856',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 1280,
|
|
|
- 'adcode' => '370923',
|
|
|
- 'name' => '东平县',
|
|
|
- 'center' => '116.461052,35.930467',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 1281,
|
|
|
- 'adcode' => '370921',
|
|
|
- 'name' => '宁阳县',
|
|
|
- 'center' => '116.799297,35.76754',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 1282,
|
|
|
- 'adcode' => '370902',
|
|
|
- 'name' => '泰山区',
|
|
|
- 'center' => '117.129984,36.189313',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 1283,
|
|
|
- 'adcode' => '370911',
|
|
|
- 'name' => '岱岳区',
|
|
|
- 'center' => '117.04353,36.1841',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1277,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 1284,
|
|
|
- 'adcode' => '371400',
|
|
|
- 'name' => '德州市',
|
|
|
- 'center' => '116.307428,37.453968',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 1285,
|
|
|
- 'adcode' => '371422',
|
|
|
- 'name' => '宁津县',
|
|
|
- 'center' => '116.79372,37.649619',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 1286,
|
|
|
- 'adcode' => '371481',
|
|
|
- 'name' => '乐陵市',
|
|
|
- 'center' => '117.216657,37.729115',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 1287,
|
|
|
- 'adcode' => '371403',
|
|
|
- 'name' => '陵城区',
|
|
|
- 'center' => '116.574929,37.332848',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 1288,
|
|
|
- 'adcode' => '371402',
|
|
|
- 'name' => '德城区',
|
|
|
- 'center' => '116.307076,37.453923',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 1289,
|
|
|
- 'adcode' => '371424',
|
|
|
- 'name' => '临邑县',
|
|
|
- 'center' => '116.867028,37.192044',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 1290,
|
|
|
- 'adcode' => '371428',
|
|
|
- 'name' => '武城县',
|
|
|
- 'center' => '116.078627,37.209527',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 1291,
|
|
|
- 'adcode' => '371426',
|
|
|
- 'name' => '平原县',
|
|
|
- 'center' => '116.433904,37.164465',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 1292,
|
|
|
- 'adcode' => '371482',
|
|
|
- 'name' => '禹城市',
|
|
|
- 'center' => '116.642554,36.934485',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 1293,
|
|
|
- 'adcode' => '371427',
|
|
|
- 'name' => '夏津县',
|
|
|
- 'center' => '116.003816,36.950501',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 1294,
|
|
|
- 'adcode' => '371425',
|
|
|
- 'name' => '齐河县',
|
|
|
- 'center' => '116.758394,36.795497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 1295,
|
|
|
- 'adcode' => '371423',
|
|
|
- 'name' => '庆云县',
|
|
|
- 'center' => '117.390507,37.777724',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1284,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 1296,
|
|
|
- 'adcode' => '370100',
|
|
|
- 'name' => '济南市',
|
|
|
- 'center' => '117.000923,36.675807',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 1297,
|
|
|
- 'adcode' => '370114',
|
|
|
- 'name' => '章丘区',
|
|
|
- 'center' => '117.54069,36.71209',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 1298,
|
|
|
- 'adcode' => '370113',
|
|
|
- 'name' => '长清区',
|
|
|
- 'center' => '116.74588,36.561049',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 1299,
|
|
|
- 'adcode' => '370116',
|
|
|
- 'name' => '莱芜区',
|
|
|
- 'center' => '117.678351,36.213662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 1300,
|
|
|
- 'adcode' => '370117',
|
|
|
- 'name' => '钢城区',
|
|
|
- 'center' => '117.82033,36.058038',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 1301,
|
|
|
- 'adcode' => '370105',
|
|
|
- 'name' => '天桥区',
|
|
|
- 'center' => '116.996086,36.693374',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 1302,
|
|
|
- 'adcode' => '370103',
|
|
|
- 'name' => '市中区',
|
|
|
- 'center' => '116.99898,36.657354',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 1303,
|
|
|
- 'adcode' => '370104',
|
|
|
- 'name' => '槐荫区',
|
|
|
- 'center' => '116.947921,36.668205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 1304,
|
|
|
- 'adcode' => '370124',
|
|
|
- 'name' => '平阴县',
|
|
|
- 'center' => '116.455054,36.286923',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 1305,
|
|
|
- 'adcode' => '370112',
|
|
|
- 'name' => '历城区',
|
|
|
- 'center' => '117.063744,36.681744',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 1306,
|
|
|
- 'adcode' => '370102',
|
|
|
- 'name' => '历下区',
|
|
|
- 'center' => '117.03862,36.664169',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 1307,
|
|
|
- 'adcode' => '370115',
|
|
|
- 'name' => '济阳区',
|
|
|
- 'center' => '117.176035,36.976772',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 1308,
|
|
|
- 'adcode' => '370126',
|
|
|
- 'name' => '商河县',
|
|
|
- 'center' => '117.156369,37.310544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1296,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 1309,
|
|
|
- 'adcode' => '371700',
|
|
|
- 'name' => '菏泽市',
|
|
|
- 'center' => '115.469381,35.246531',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 1310,
|
|
|
- 'adcode' => '371726',
|
|
|
- 'name' => '鄄城县',
|
|
|
- 'center' => '115.51434,35.560257',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 1311,
|
|
|
- 'adcode' => '371702',
|
|
|
- 'name' => '牡丹区',
|
|
|
- 'center' => '115.470946,35.24311',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 1312,
|
|
|
- 'adcode' => '371728',
|
|
|
- 'name' => '东明县',
|
|
|
- 'center' => '115.098412,35.289637',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 1313,
|
|
|
- 'adcode' => '371703',
|
|
|
- 'name' => '定陶区',
|
|
|
- 'center' => '115.569601,35.072701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 1314,
|
|
|
- 'adcode' => '371721',
|
|
|
- 'name' => '曹县',
|
|
|
- 'center' => '115.549482,34.823253',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 1315,
|
|
|
- 'adcode' => '371723',
|
|
|
- 'name' => '成武县',
|
|
|
- 'center' => '115.897349,34.947366',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 1316,
|
|
|
- 'adcode' => '371725',
|
|
|
- 'name' => '郓城县',
|
|
|
- 'center' => '115.93885,35.594773',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 1317,
|
|
|
- 'adcode' => '371724',
|
|
|
- 'name' => '巨野县',
|
|
|
- 'center' => '116.089341,35.390999',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 1318,
|
|
|
- 'adcode' => '371722',
|
|
|
- 'name' => '单县',
|
|
|
- 'center' => '116.08262,34.790851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1309,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 1319,
|
|
|
- 'adcode' => '320000',
|
|
|
- 'name' => '江苏省',
|
|
|
- 'center' => '118.767413,32.041544',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 1320,
|
|
|
- 'adcode' => '320700',
|
|
|
- 'name' => '连云港市',
|
|
|
- 'center' => '119.178821,34.600018',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 1321,
|
|
|
- 'adcode' => '320707',
|
|
|
- 'name' => '赣榆区',
|
|
|
- 'center' => '119.128774,34.839154',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 1322,
|
|
|
- 'adcode' => '320722',
|
|
|
- 'name' => '东海县',
|
|
|
- 'center' => '118.766489,34.522859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 1323,
|
|
|
- 'adcode' => '320703',
|
|
|
- 'name' => '连云区',
|
|
|
- 'center' => '119.366487,34.739529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 1324,
|
|
|
- 'adcode' => '320723',
|
|
|
- 'name' => '灌云县',
|
|
|
- 'center' => '119.255741,34.298436',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 1325,
|
|
|
- 'adcode' => '320724',
|
|
|
- 'name' => '灌南县',
|
|
|
- 'center' => '119.352331,34.092553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 1326,
|
|
|
- 'adcode' => '320706',
|
|
|
- 'name' => '海州区',
|
|
|
- 'center' => '119.179793,34.601584',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1320,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 1327,
|
|
|
- 'adcode' => '321100',
|
|
|
- 'name' => '镇江市',
|
|
|
- 'center' => '119.452753,32.204402',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 1328,
|
|
|
- 'adcode' => '321182',
|
|
|
- 'name' => '扬中市',
|
|
|
- 'center' => '119.828054,32.237266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 1329,
|
|
|
- 'adcode' => '321111',
|
|
|
- 'name' => '润州区',
|
|
|
- 'center' => '119.414877,32.213501',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 1330,
|
|
|
- 'adcode' => '321181',
|
|
|
- 'name' => '丹阳市',
|
|
|
- 'center' => '119.581911,31.991459',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 1331,
|
|
|
- 'adcode' => '321183',
|
|
|
- 'name' => '句容市',
|
|
|
- 'center' => '119.167135,31.947355',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 1332,
|
|
|
- 'adcode' => '321112',
|
|
|
- 'name' => '丹徒区',
|
|
|
- 'center' => '119.433883,32.128972',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 1333,
|
|
|
- 'adcode' => '321102',
|
|
|
- 'name' => '京口区',
|
|
|
- 'center' => '119.454571,32.206191',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1327,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 1334,
|
|
|
- 'adcode' => '321300',
|
|
|
- 'name' => '宿迁市',
|
|
|
- 'center' => '118.275162,33.963008',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 1335,
|
|
|
- 'adcode' => '321322',
|
|
|
- 'name' => '沭阳县',
|
|
|
- 'center' => '118.775889,34.129097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 1336,
|
|
|
- 'adcode' => '321323',
|
|
|
- 'name' => '泗阳县',
|
|
|
- 'center' => '118.681284,33.711433',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 1337,
|
|
|
- 'adcode' => '321324',
|
|
|
- 'name' => '泗洪县',
|
|
|
- 'center' => '118.211824,33.456538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 1338,
|
|
|
- 'adcode' => '321302',
|
|
|
- 'name' => '宿城区',
|
|
|
- 'center' => '118.278984,33.937726',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 1339,
|
|
|
- 'adcode' => '321311',
|
|
|
- 'name' => '宿豫区',
|
|
|
- 'center' => '118.330012,33.941071',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1334,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 1340,
|
|
|
- 'adcode' => '320100',
|
|
|
- 'name' => '南京市',
|
|
|
- 'center' => '118.767413,32.041544',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 1341,
|
|
|
- 'adcode' => '320111',
|
|
|
- 'name' => '浦口区',
|
|
|
- 'center' => '118.625307,32.05839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 1342,
|
|
|
- 'adcode' => '320114',
|
|
|
- 'name' => '雨花台区',
|
|
|
- 'center' => '118.77207,31.995946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 1343,
|
|
|
- 'adcode' => '320115',
|
|
|
- 'name' => '江宁区',
|
|
|
- 'center' => '118.850621,31.953418',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 1344,
|
|
|
- 'adcode' => '320117',
|
|
|
- 'name' => '溧水区',
|
|
|
- 'center' => '119.028732,31.653061',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 1345,
|
|
|
- 'adcode' => '320118',
|
|
|
- 'name' => '高淳区',
|
|
|
- 'center' => '118.87589,31.327132',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 1346,
|
|
|
- 'adcode' => '320116',
|
|
|
- 'name' => '六合区',
|
|
|
- 'center' => '118.85065,32.340655',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 1347,
|
|
|
- 'adcode' => '320105',
|
|
|
- 'name' => '建邺区',
|
|
|
- 'center' => '118.732688,32.004538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 1348,
|
|
|
- 'adcode' => '320106',
|
|
|
- 'name' => '鼓楼区',
|
|
|
- 'center' => '118.769739,32.066966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 1349,
|
|
|
- 'adcode' => '320104',
|
|
|
- 'name' => '秦淮区',
|
|
|
- 'center' => '118.786088,32.033818',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 1350,
|
|
|
- 'adcode' => '320113',
|
|
|
- 'name' => '栖霞区',
|
|
|
- 'center' => '118.808702,32.102147',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 1351,
|
|
|
- 'adcode' => '320102',
|
|
|
- 'name' => '玄武区',
|
|
|
- 'center' => '118.792199,32.050678',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1340,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 1352,
|
|
|
- 'adcode' => '320600',
|
|
|
- 'name' => '南通市',
|
|
|
- 'center' => '120.864608,32.016212',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 1353,
|
|
|
- 'adcode' => '320682',
|
|
|
- 'name' => '如皋市',
|
|
|
- 'center' => '120.566324,32.391591',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 1354,
|
|
|
- 'adcode' => '320684',
|
|
|
- 'name' => '海门市',
|
|
|
- 'center' => '121.176609,31.893528',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 1355,
|
|
|
- 'adcode' => '320685',
|
|
|
- 'name' => '海安市',
|
|
|
- 'center' => '120.465995,32.540289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 1356,
|
|
|
- 'adcode' => '320681',
|
|
|
- 'name' => '启东市',
|
|
|
- 'center' => '121.659724,31.810158',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 1357,
|
|
|
- 'adcode' => '320623',
|
|
|
- 'name' => '如东县',
|
|
|
- 'center' => '121.186088,32.311832',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 1358,
|
|
|
- 'adcode' => '320612',
|
|
|
- 'name' => '通州区',
|
|
|
- 'center' => '121.073171,32.084287',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 1359,
|
|
|
- 'adcode' => '320611',
|
|
|
- 'name' => '港闸区',
|
|
|
- 'center' => '120.8339,32.040299',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 1360,
|
|
|
- 'adcode' => '320602',
|
|
|
- 'name' => '崇川区',
|
|
|
- 'center' => '120.86635,32.015278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1352,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 1361,
|
|
|
- 'adcode' => '320800',
|
|
|
- 'name' => '淮安市',
|
|
|
- 'center' => '119.021265,33.597506',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 1362,
|
|
|
- 'adcode' => '320826',
|
|
|
- 'name' => '涟水县',
|
|
|
- 'center' => '119.266078,33.771308',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 1363,
|
|
|
- 'adcode' => '320803',
|
|
|
- 'name' => '淮安区',
|
|
|
- 'center' => '119.14634,33.507499',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 1364,
|
|
|
- 'adcode' => '320804',
|
|
|
- 'name' => '淮阴区',
|
|
|
- 'center' => '119.020817,33.622452',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 1365,
|
|
|
- 'adcode' => '320813',
|
|
|
- 'name' => '洪泽区',
|
|
|
- 'center' => '118.867875,33.294975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 1366,
|
|
|
- 'adcode' => '320830',
|
|
|
- 'name' => '盱眙县',
|
|
|
- 'center' => '118.493823,33.00439',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 1367,
|
|
|
- 'adcode' => '320831',
|
|
|
- 'name' => '金湖县',
|
|
|
- 'center' => '119.016936,33.018162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 1368,
|
|
|
- 'adcode' => '320812',
|
|
|
- 'name' => '清江浦区',
|
|
|
- 'center' => '119.019454,33.603234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1361,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 1369,
|
|
|
- 'adcode' => '320300',
|
|
|
- 'name' => '徐州市',
|
|
|
- 'center' => '117.184811,34.261792',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 1370,
|
|
|
- 'adcode' => '320321',
|
|
|
- 'name' => '丰县',
|
|
|
- 'center' => '116.592888,34.696946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 1371,
|
|
|
- 'adcode' => '320382',
|
|
|
- 'name' => '邳州市',
|
|
|
- 'center' => '117.963923,34.314708',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 1372,
|
|
|
- 'adcode' => '320381',
|
|
|
- 'name' => '新沂市',
|
|
|
- 'center' => '118.345828,34.368779',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 1373,
|
|
|
- 'adcode' => '320311',
|
|
|
- 'name' => '泉山区',
|
|
|
- 'center' => '117.182225,34.262249',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 1374,
|
|
|
- 'adcode' => '320312',
|
|
|
- 'name' => '铜山区',
|
|
|
- 'center' => '117.183894,34.19288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 1375,
|
|
|
- 'adcode' => '320324',
|
|
|
- 'name' => '睢宁县',
|
|
|
- 'center' => '117.95066,33.899222',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 1376,
|
|
|
- 'adcode' => '320303',
|
|
|
- 'name' => '云龙区',
|
|
|
- 'center' => '117.194589,34.254805',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 1377,
|
|
|
- 'adcode' => '320322',
|
|
|
- 'name' => '沛县',
|
|
|
- 'center' => '116.937182,34.729044',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 1378,
|
|
|
- 'adcode' => '320305',
|
|
|
- 'name' => '贾汪区',
|
|
|
- 'center' => '117.450212,34.441642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 1379,
|
|
|
- 'adcode' => '320302',
|
|
|
- 'name' => '鼓楼区',
|
|
|
- 'center' => '117.192941,34.269397',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 1380,
|
|
|
- 'adcode' => '320900',
|
|
|
- 'name' => '盐城市',
|
|
|
- 'center' => '120.139998,33.377631',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 1381,
|
|
|
- 'adcode' => '320921',
|
|
|
- 'name' => '响水县',
|
|
|
- 'center' => '119.579573,34.19996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 1382,
|
|
|
- 'adcode' => '320922',
|
|
|
- 'name' => '滨海县',
|
|
|
- 'center' => '119.828434,33.989888',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 1383,
|
|
|
- 'adcode' => '320924',
|
|
|
- 'name' => '射阳县',
|
|
|
- 'center' => '120.257444,33.773779',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 1384,
|
|
|
- 'adcode' => '320923',
|
|
|
- 'name' => '阜宁县',
|
|
|
- 'center' => '119.805338,33.78573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 1385,
|
|
|
- 'adcode' => '320925',
|
|
|
- 'name' => '建湖县',
|
|
|
- 'center' => '119.793105,33.472621',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 1386,
|
|
|
- 'adcode' => '320902',
|
|
|
- 'name' => '亭湖区',
|
|
|
- 'center' => '120.136078,33.383912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 1387,
|
|
|
- 'adcode' => '320903',
|
|
|
- 'name' => '盐都区',
|
|
|
- 'center' => '120.139753,33.341288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 1388,
|
|
|
- 'adcode' => '320981',
|
|
|
- 'name' => '东台市',
|
|
|
- 'center' => '120.314101,32.853174',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 1389,
|
|
|
- 'adcode' => '320904',
|
|
|
- 'name' => '大丰区',
|
|
|
- 'center' => '120.470324,33.199531',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 1390,
|
|
|
- 'adcode' => '321200',
|
|
|
- 'name' => '泰州市',
|
|
|
- 'center' => '119.915176,32.484882',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 1391,
|
|
|
- 'adcode' => '321282',
|
|
|
- 'name' => '靖江市',
|
|
|
- 'center' => '120.26825,32.018168',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 1392,
|
|
|
- 'adcode' => '321202',
|
|
|
- 'name' => '海陵区',
|
|
|
- 'center' => '119.920187,32.488406',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 1393,
|
|
|
- 'adcode' => '321203',
|
|
|
- 'name' => '高港区',
|
|
|
- 'center' => '119.88166,32.315701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 1394,
|
|
|
- 'adcode' => '321281',
|
|
|
- 'name' => '兴化市',
|
|
|
- 'center' => '119.840162,32.938065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 1395,
|
|
|
- 'adcode' => '321283',
|
|
|
- 'name' => '泰兴市',
|
|
|
- 'center' => '120.020228,32.168784',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 1396,
|
|
|
- 'adcode' => '321204',
|
|
|
- 'name' => '姜堰区',
|
|
|
- 'center' => '120.148208,32.508483',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1390,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 1397,
|
|
|
- 'adcode' => '321000',
|
|
|
- 'name' => '扬州市',
|
|
|
- 'center' => '119.421003,32.393159',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 1398,
|
|
|
- 'adcode' => '321012',
|
|
|
- 'name' => '江都区',
|
|
|
- 'center' => '119.567481,32.426564',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 1399,
|
|
|
- 'adcode' => '321003',
|
|
|
- 'name' => '邗江区',
|
|
|
- 'center' => '119.397777,32.377899',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 1400,
|
|
|
- 'adcode' => '321002',
|
|
|
- 'name' => '广陵区',
|
|
|
- 'center' => '119.442267,32.392154',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 1401,
|
|
|
- 'adcode' => '321081',
|
|
|
- 'name' => '仪征市',
|
|
|
- 'center' => '119.182443,32.271965',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 1402,
|
|
|
- 'adcode' => '321084',
|
|
|
- 'name' => '高邮市',
|
|
|
- 'center' => '119.443842,32.785164',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 1403,
|
|
|
- 'adcode' => '321023',
|
|
|
- 'name' => '宝应县',
|
|
|
- 'center' => '119.321284,33.23694',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1397,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 1404,
|
|
|
- 'adcode' => '320200',
|
|
|
- 'name' => '无锡市',
|
|
|
- 'center' => '120.301663,31.574729',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 1405,
|
|
|
- 'adcode' => '320282',
|
|
|
- 'name' => '宜兴市',
|
|
|
- 'center' => '119.820538,31.364384',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 1406,
|
|
|
- 'adcode' => '320205',
|
|
|
- 'name' => '锡山区',
|
|
|
- 'center' => '120.357298,31.585559',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 1407,
|
|
|
- 'adcode' => '320213',
|
|
|
- 'name' => '梁溪区',
|
|
|
- 'center' => '120.296595,31.575706',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 1408,
|
|
|
- 'adcode' => '320214',
|
|
|
- 'name' => '新吴区',
|
|
|
- 'center' => '120.352782,31.550966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 1409,
|
|
|
- 'adcode' => '320206',
|
|
|
- 'name' => '惠山区',
|
|
|
- 'center' => '120.303543,31.681019',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 1410,
|
|
|
- 'adcode' => '320281',
|
|
|
- 'name' => '江阴市',
|
|
|
- 'center' => '120.275891,31.910984',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 1411,
|
|
|
- 'adcode' => '320211',
|
|
|
- 'name' => '滨湖区',
|
|
|
- 'center' => '120.266053,31.550228',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 1412,
|
|
|
- 'adcode' => '320400',
|
|
|
- 'name' => '常州市',
|
|
|
- 'center' => '119.946973,31.772752',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 1413,
|
|
|
- 'adcode' => '320413',
|
|
|
- 'name' => '金坛区',
|
|
|
- 'center' => '119.573395,31.744399',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 1414,
|
|
|
- 'adcode' => '320402',
|
|
|
- 'name' => '天宁区',
|
|
|
- 'center' => '119.963783,31.779632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 1415,
|
|
|
- 'adcode' => '320404',
|
|
|
- 'name' => '钟楼区',
|
|
|
- 'center' => '119.948388,31.78096',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 1416,
|
|
|
- 'adcode' => '320481',
|
|
|
- 'name' => '溧阳市',
|
|
|
- 'center' => '119.487816,31.427081',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 1417,
|
|
|
- 'adcode' => '320411',
|
|
|
- 'name' => '新北区',
|
|
|
- 'center' => '119.974654,31.824664',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 1418,
|
|
|
- 'adcode' => '320412',
|
|
|
- 'name' => '武进区',
|
|
|
- 'center' => '119.958773,31.718566',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1412,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 1419,
|
|
|
- 'adcode' => '320500',
|
|
|
- 'name' => '苏州市',
|
|
|
- 'center' => '120.619585,31.299379',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1319,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 1420,
|
|
|
- 'adcode' => '320582',
|
|
|
- 'name' => '张家港市',
|
|
|
- 'center' => '120.543441,31.865553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 1421,
|
|
|
- 'adcode' => '320581',
|
|
|
- 'name' => '常熟市',
|
|
|
- 'center' => '120.74852,31.658156',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 1422,
|
|
|
- 'adcode' => '320585',
|
|
|
- 'name' => '太仓市',
|
|
|
- 'center' => '121.112275,31.452568',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 1423,
|
|
|
- 'adcode' => '320505',
|
|
|
- 'name' => '虎丘区',
|
|
|
- 'center' => '120.566833,31.294845',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 1424,
|
|
|
- 'adcode' => '320508',
|
|
|
- 'name' => '姑苏区',
|
|
|
- 'center' => '120.622249,31.311414',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 1425,
|
|
|
- 'adcode' => '320509',
|
|
|
- 'name' => '吴江区',
|
|
|
- 'center' => '120.641601,31.160404',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 1426,
|
|
|
- 'adcode' => '320583',
|
|
|
- 'name' => '昆山市',
|
|
|
- 'center' => '120.958137,31.381925',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 1427,
|
|
|
- 'adcode' => '320506',
|
|
|
- 'name' => '吴中区',
|
|
|
- 'center' => '120.624621,31.270839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 1428,
|
|
|
- 'adcode' => '320571',
|
|
|
- 'name' => '苏州工业园区',
|
|
|
- 'center' => '120.723343,31.324036',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 1429,
|
|
|
- 'adcode' => '320507',
|
|
|
- 'name' => '相城区',
|
|
|
- 'center' => '120.618956,31.396684',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1419,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 1430,
|
|
|
- 'adcode' => '610000',
|
|
|
- 'name' => '陕西省',
|
|
|
- 'center' => '108.948024,34.263161',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 1431,
|
|
|
- 'adcode' => '611000',
|
|
|
- 'name' => '商洛市',
|
|
|
- 'center' => '109.939776,33.868319',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 1432,
|
|
|
- 'adcode' => '611021',
|
|
|
- 'name' => '洛南县',
|
|
|
- 'center' => '110.145716,34.088502',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 1433,
|
|
|
- 'adcode' => '611002',
|
|
|
- 'name' => '商州区',
|
|
|
- 'center' => '109.937685,33.869208',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 1434,
|
|
|
- 'adcode' => '611022',
|
|
|
- 'name' => '丹凤县',
|
|
|
- 'center' => '110.33191,33.694711',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 1435,
|
|
|
- 'adcode' => '611026',
|
|
|
- 'name' => '柞水县',
|
|
|
- 'center' => '109.111249,33.682773',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 1436,
|
|
|
- 'adcode' => '611023',
|
|
|
- 'name' => '商南县',
|
|
|
- 'center' => '110.885437,33.526367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 1437,
|
|
|
- 'adcode' => '611024',
|
|
|
- 'name' => '山阳县',
|
|
|
- 'center' => '109.880435,33.530411',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 1438,
|
|
|
- 'adcode' => '611025',
|
|
|
- 'name' => '镇安县',
|
|
|
- 'center' => '109.151075,33.423981',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1431,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 1439,
|
|
|
- 'adcode' => '610100',
|
|
|
- 'name' => '西安市',
|
|
|
- 'center' => '108.948024,34.263161',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 1440,
|
|
|
- 'adcode' => '610114',
|
|
|
- 'name' => '阎良区',
|
|
|
- 'center' => '109.22802,34.662141',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 1441,
|
|
|
- 'adcode' => '610115',
|
|
|
- 'name' => '临潼区',
|
|
|
- 'center' => '109.213986,34.372065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 1442,
|
|
|
- 'adcode' => '610117',
|
|
|
- 'name' => '高陵区',
|
|
|
- 'center' => '109.088896,34.535065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 1443,
|
|
|
- 'adcode' => '610122',
|
|
|
- 'name' => '蓝田县',
|
|
|
- 'center' => '109.317634,34.156189',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 1444,
|
|
|
- 'adcode' => '610118',
|
|
|
- 'name' => '鄠邑区',
|
|
|
- 'center' => '108.607385,34.108668',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 1445,
|
|
|
- 'adcode' => '610116',
|
|
|
- 'name' => '长安区',
|
|
|
- 'center' => '108.941579,34.157097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 1446,
|
|
|
- 'adcode' => '610112',
|
|
|
- 'name' => '未央区',
|
|
|
- 'center' => '108.946022,34.30823',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 1447,
|
|
|
- 'adcode' => '610104',
|
|
|
- 'name' => '莲湖区',
|
|
|
- 'center' => '108.933194,34.2656',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 1448,
|
|
|
- 'adcode' => '610124',
|
|
|
- 'name' => '周至县',
|
|
|
- 'center' => '108.216465,34.161532',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 1449,
|
|
|
- 'adcode' => '610102',
|
|
|
- 'name' => '新城区',
|
|
|
- 'center' => '108.959903,34.26927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 1450,
|
|
|
- 'adcode' => '610111',
|
|
|
- 'name' => '灞桥区',
|
|
|
- 'center' => '109.067261,34.267453',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 1451,
|
|
|
- 'adcode' => '610103',
|
|
|
- 'name' => '碑林区',
|
|
|
- 'center' => '108.946994,34.251061',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 1452,
|
|
|
- 'adcode' => '610113',
|
|
|
- 'name' => '雁塔区',
|
|
|
- 'center' => '108.926593,34.213389',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1439,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 1453,
|
|
|
- 'adcode' => '610700',
|
|
|
- 'name' => '汉中市',
|
|
|
- 'center' => '107.028621,33.077668',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 1454,
|
|
|
- 'adcode' => '610729',
|
|
|
- 'name' => '留坝县',
|
|
|
- 'center' => '106.924377,33.61334',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 1455,
|
|
|
- 'adcode' => '610730',
|
|
|
- 'name' => '佛坪县',
|
|
|
- 'center' => '107.988582,33.520745',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 1456,
|
|
|
- 'adcode' => '610723',
|
|
|
- 'name' => '洋县',
|
|
|
- 'center' => '107.549962,33.223283',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 1457,
|
|
|
- 'adcode' => '610722',
|
|
|
- 'name' => '城固县',
|
|
|
- 'center' => '107.329887,33.153098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 1458,
|
|
|
- 'adcode' => '610725',
|
|
|
- 'name' => '勉县',
|
|
|
- 'center' => '106.680175,33.155618',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 1459,
|
|
|
- 'adcode' => '610727',
|
|
|
- 'name' => '略阳县',
|
|
|
- 'center' => '106.153899,33.329638',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 1460,
|
|
|
- 'adcode' => '610702',
|
|
|
- 'name' => '汉台区',
|
|
|
- 'center' => '107.028233,33.077674',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 1461,
|
|
|
- 'adcode' => '610724',
|
|
|
- 'name' => '西乡县',
|
|
|
- 'center' => '107.765858,32.987961',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 1462,
|
|
|
- 'adcode' => '610726',
|
|
|
- 'name' => '宁强县',
|
|
|
- 'center' => '106.25739,32.830806',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 1463,
|
|
|
- 'adcode' => '610703',
|
|
|
- 'name' => '南郑区',
|
|
|
- 'center' => '106.942393,33.003341',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 1464,
|
|
|
- 'adcode' => '610728',
|
|
|
- 'name' => '镇巴县',
|
|
|
- 'center' => '107.89531,32.535854',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1453,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 1465,
|
|
|
- 'adcode' => '610200',
|
|
|
- 'name' => '铜川市',
|
|
|
- 'center' => '108.979608,34.916582',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 1466,
|
|
|
- 'adcode' => '610203',
|
|
|
- 'name' => '印台区',
|
|
|
- 'center' => '109.100814,35.111927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1465,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 1467,
|
|
|
- 'adcode' => '610204',
|
|
|
- 'name' => '耀州区',
|
|
|
- 'center' => '108.962538,34.910206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1465,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 1468,
|
|
|
- 'adcode' => '610202',
|
|
|
- 'name' => '王益区',
|
|
|
- 'center' => '109.075862,35.069098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1465,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 1469,
|
|
|
- 'adcode' => '610222',
|
|
|
- 'name' => '宜君县',
|
|
|
- 'center' => '109.118278,35.398766',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1465,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 1470,
|
|
|
- 'adcode' => '610900',
|
|
|
- 'name' => '安康市',
|
|
|
- 'center' => '109.029273,32.6903',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 1471,
|
|
|
- 'adcode' => '610923',
|
|
|
- 'name' => '宁陕县',
|
|
|
- 'center' => '108.313714,33.312184',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 1472,
|
|
|
- 'adcode' => '610921',
|
|
|
- 'name' => '汉阴县',
|
|
|
- 'center' => '108.510946,32.891121',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 1473,
|
|
|
- 'adcode' => '610922',
|
|
|
- 'name' => '石泉县',
|
|
|
- 'center' => '108.250512,33.038512',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 1474,
|
|
|
- 'adcode' => '610928',
|
|
|
- 'name' => '旬阳县',
|
|
|
- 'center' => '109.368149,32.833567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 1475,
|
|
|
- 'adcode' => '610902',
|
|
|
- 'name' => '汉滨区',
|
|
|
- 'center' => '109.029098,32.690817',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 1476,
|
|
|
- 'adcode' => '610929',
|
|
|
- 'name' => '白河县',
|
|
|
- 'center' => '110.114186,32.809484',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 1477,
|
|
|
- 'adcode' => '610926',
|
|
|
- 'name' => '平利县',
|
|
|
- 'center' => '109.361865,32.387933',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 1478,
|
|
|
- 'adcode' => '610925',
|
|
|
- 'name' => '岚皋县',
|
|
|
- 'center' => '108.900663,32.31069',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 1479,
|
|
|
- 'adcode' => '610924',
|
|
|
- 'name' => '紫阳县',
|
|
|
- 'center' => '108.537788,32.520176',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 1480,
|
|
|
- 'adcode' => '610927',
|
|
|
- 'name' => '镇坪县',
|
|
|
- 'center' => '109.526437,31.883395',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1470,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 1481,
|
|
|
- 'adcode' => '610800',
|
|
|
- 'name' => '榆林市',
|
|
|
- 'center' => '109.741193,38.290162',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 1482,
|
|
|
- 'adcode' => '610822',
|
|
|
- 'name' => '府谷县',
|
|
|
- 'center' => '111.069645,39.029243',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 1483,
|
|
|
- 'adcode' => '610802',
|
|
|
- 'name' => '榆阳区',
|
|
|
- 'center' => '109.74791,38.299267',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 1484,
|
|
|
- 'adcode' => '610881',
|
|
|
- 'name' => '神木市',
|
|
|
- 'center' => '110.497005,38.835641',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 1485,
|
|
|
- 'adcode' => '610828',
|
|
|
- 'name' => '佳县',
|
|
|
- 'center' => '110.493367,38.021597',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 1486,
|
|
|
- 'adcode' => '610824',
|
|
|
- 'name' => '靖边县',
|
|
|
- 'center' => '108.80567,37.596084',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 1487,
|
|
|
- 'adcode' => '610827',
|
|
|
- 'name' => '米脂县',
|
|
|
- 'center' => '110.178683,37.759081',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 1488,
|
|
|
- 'adcode' => '610803',
|
|
|
- 'name' => '横山区',
|
|
|
- 'center' => '109.292596,37.964048',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 1489,
|
|
|
- 'adcode' => '610831',
|
|
|
- 'name' => '子洲县',
|
|
|
- 'center' => '110.03457,37.611573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 1490,
|
|
|
- 'adcode' => '610829',
|
|
|
- 'name' => '吴堡县',
|
|
|
- 'center' => '110.739315,37.451925',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 1491,
|
|
|
- 'adcode' => '610826',
|
|
|
- 'name' => '绥德县',
|
|
|
- 'center' => '110.265377,37.507701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 1492,
|
|
|
- 'adcode' => '610830',
|
|
|
- 'name' => '清涧县',
|
|
|
- 'center' => '110.12146,37.087702',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 1493,
|
|
|
- 'adcode' => '610825',
|
|
|
- 'name' => '定边县',
|
|
|
- 'center' => '107.601284,37.59523',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 1494,
|
|
|
- 'adcode' => '610600',
|
|
|
- 'name' => '延安市',
|
|
|
- 'center' => '109.49081,36.596537',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 1495,
|
|
|
- 'adcode' => '610623',
|
|
|
- 'name' => '子长县',
|
|
|
- 'center' => '109.675968,37.14207',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 1496,
|
|
|
- 'adcode' => '610626',
|
|
|
- 'name' => '吴起县',
|
|
|
- 'center' => '108.176976,36.924852',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 1497,
|
|
|
- 'adcode' => '610622',
|
|
|
- 'name' => '延川县',
|
|
|
- 'center' => '110.190314,36.882066',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 1498,
|
|
|
- 'adcode' => '610603',
|
|
|
- 'name' => '安塞区',
|
|
|
- 'center' => '109.325341,36.86441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 1499,
|
|
|
- 'adcode' => '610625',
|
|
|
- 'name' => '志丹县',
|
|
|
- 'center' => '108.768898,36.823031',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 1500,
|
|
|
- 'adcode' => '610627',
|
|
|
- 'name' => '甘泉县',
|
|
|
- 'center' => '109.34961,36.277729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 1501,
|
|
|
- 'adcode' => '610602',
|
|
|
- 'name' => '宝塔区',
|
|
|
- 'center' => '109.49069,36.596291',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 1502,
|
|
|
- 'adcode' => '610630',
|
|
|
- 'name' => '宜川县',
|
|
|
- 'center' => '110.175537,36.050391',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 1503,
|
|
|
- 'adcode' => '610621',
|
|
|
- 'name' => '延长县',
|
|
|
- 'center' => '110.012961,36.578306',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 1504,
|
|
|
- 'adcode' => '610628',
|
|
|
- 'name' => '富县',
|
|
|
- 'center' => '109.384136,35.996495',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 1505,
|
|
|
- 'adcode' => '610629',
|
|
|
- 'name' => '洛川县',
|
|
|
- 'center' => '109.435712,35.762133',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 1506,
|
|
|
- 'adcode' => '610632',
|
|
|
- 'name' => '黄陵县',
|
|
|
- 'center' => '109.262469,35.580165',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 1507,
|
|
|
- 'adcode' => '610631',
|
|
|
- 'name' => '黄龙县',
|
|
|
- 'center' => '109.83502,35.583276',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1494,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 1508,
|
|
|
- 'adcode' => '610300',
|
|
|
- 'name' => '宝鸡市',
|
|
|
- 'center' => '107.14487,34.369315',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 1509,
|
|
|
- 'adcode' => '610327',
|
|
|
- 'name' => '陇县',
|
|
|
- 'center' => '106.857066,34.893262',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 1510,
|
|
|
- 'adcode' => '610329',
|
|
|
- 'name' => '麟游县',
|
|
|
- 'center' => '107.796608,34.677714',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 1511,
|
|
|
- 'adcode' => '610328',
|
|
|
- 'name' => '千阳县',
|
|
|
- 'center' => '107.132987,34.642584',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 1512,
|
|
|
- 'adcode' => '610323',
|
|
|
- 'name' => '岐山县',
|
|
|
- 'center' => '107.624464,34.44296',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 1513,
|
|
|
- 'adcode' => '610303',
|
|
|
- 'name' => '金台区',
|
|
|
- 'center' => '107.149943,34.375192',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 1514,
|
|
|
- 'adcode' => '610302',
|
|
|
- 'name' => '渭滨区',
|
|
|
- 'center' => '107.144467,34.371008',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 1515,
|
|
|
- 'adcode' => '610330',
|
|
|
- 'name' => '凤县',
|
|
|
- 'center' => '106.525212,33.912464',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 1516,
|
|
|
- 'adcode' => '610326',
|
|
|
- 'name' => '眉县',
|
|
|
- 'center' => '107.752371,34.272137',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 1517,
|
|
|
- 'adcode' => '610331',
|
|
|
- 'name' => '太白县',
|
|
|
- 'center' => '107.316533,34.059215',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 1518,
|
|
|
- 'adcode' => '610304',
|
|
|
- 'name' => '陈仓区',
|
|
|
- 'center' => '107.383645,34.352747',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 1519,
|
|
|
- 'adcode' => '610322',
|
|
|
- 'name' => '凤翔县',
|
|
|
- 'center' => '107.400577,34.521668',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 1520,
|
|
|
- 'adcode' => '610324',
|
|
|
- 'name' => '扶风县',
|
|
|
- 'center' => '107.891419,34.375497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 1521,
|
|
|
- 'adcode' => '610400',
|
|
|
- 'name' => '咸阳市',
|
|
|
- 'center' => '108.705117,34.333439',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 1522,
|
|
|
- 'adcode' => '610482',
|
|
|
- 'name' => '彬州市',
|
|
|
- 'center' => '108.083674,35.034233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 1523,
|
|
|
- 'adcode' => '610429',
|
|
|
- 'name' => '旬邑县',
|
|
|
- 'center' => '108.337231,35.112234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 1524,
|
|
|
- 'adcode' => '610430',
|
|
|
- 'name' => '淳化县',
|
|
|
- 'center' => '108.581173,34.79797',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 1525,
|
|
|
- 'adcode' => '610424',
|
|
|
- 'name' => '乾县',
|
|
|
- 'center' => '108.247406,34.527261',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 1526,
|
|
|
- 'adcode' => '610426',
|
|
|
- 'name' => '永寿县',
|
|
|
- 'center' => '108.143129,34.692619',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 1527,
|
|
|
- 'adcode' => '610404',
|
|
|
- 'name' => '渭城区',
|
|
|
- 'center' => '108.730957,34.336847',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 1528,
|
|
|
- 'adcode' => '610431',
|
|
|
- 'name' => '武功县',
|
|
|
- 'center' => '108.212857,34.259732',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 1529,
|
|
|
- 'adcode' => '610423',
|
|
|
- 'name' => '泾阳县',
|
|
|
- 'center' => '108.83784,34.528493',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 1530,
|
|
|
- 'adcode' => '610428',
|
|
|
- 'name' => '长武县',
|
|
|
- 'center' => '107.795835,35.206122',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 1531,
|
|
|
- 'adcode' => '610402',
|
|
|
- 'name' => '秦都区',
|
|
|
- 'center' => '108.698636,34.329801',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 1532,
|
|
|
- 'adcode' => '610425',
|
|
|
- 'name' => '礼泉县',
|
|
|
- 'center' => '108.428317,34.482583',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 1533,
|
|
|
- 'adcode' => '610481',
|
|
|
- 'name' => '兴平市',
|
|
|
- 'center' => '108.488493,34.297134',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 1534,
|
|
|
- 'adcode' => '610403',
|
|
|
- 'name' => '杨陵区',
|
|
|
- 'center' => '108.086348,34.27135',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 1535,
|
|
|
- 'adcode' => '610422',
|
|
|
- 'name' => '三原县',
|
|
|
- 'center' => '108.943481,34.613996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 1536,
|
|
|
- 'adcode' => '610500',
|
|
|
- 'name' => '渭南市',
|
|
|
- 'center' => '109.502882,34.499381',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1430,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 1537,
|
|
|
- 'adcode' => '610581',
|
|
|
- 'name' => '韩城市',
|
|
|
- 'center' => '110.452391,35.475238',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 1538,
|
|
|
- 'adcode' => '610527',
|
|
|
- 'name' => '白水县',
|
|
|
- 'center' => '109.594309,35.177291',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 1539,
|
|
|
- 'adcode' => '610523',
|
|
|
- 'name' => '大荔县',
|
|
|
- 'center' => '109.943123,34.795011',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 1540,
|
|
|
- 'adcode' => '610582',
|
|
|
- 'name' => '华阴市',
|
|
|
- 'center' => '110.08952,34.565359',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 1541,
|
|
|
- 'adcode' => '610503',
|
|
|
- 'name' => '华州区',
|
|
|
- 'center' => '109.76141,34.511958',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 1542,
|
|
|
- 'adcode' => '610522',
|
|
|
- 'name' => '潼关县',
|
|
|
- 'center' => '110.24726,34.544515',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 1543,
|
|
|
- 'adcode' => '610524',
|
|
|
- 'name' => '合阳县',
|
|
|
- 'center' => '110.147979,35.237098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 1544,
|
|
|
- 'adcode' => '610525',
|
|
|
- 'name' => '澄城县',
|
|
|
- 'center' => '109.937609,35.184',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 1545,
|
|
|
- 'adcode' => '610526',
|
|
|
- 'name' => '蒲城县',
|
|
|
- 'center' => '109.589653,34.956034',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 1546,
|
|
|
- 'adcode' => '610502',
|
|
|
- 'name' => '临渭区',
|
|
|
- 'center' => '109.503299,34.501271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 1547,
|
|
|
- 'adcode' => '610528',
|
|
|
- 'name' => '富平县',
|
|
|
- 'center' => '109.187174,34.746679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1536,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 1548,
|
|
|
- 'adcode' => '310000',
|
|
|
- 'name' => '上海市',
|
|
|
- 'center' => '121.472644,31.231706',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 1549,
|
|
|
- 'adcode' => '310100',
|
|
|
- 'name' => '上海城区',
|
|
|
- 'center' => '121.472644,31.231706',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1548,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 1550,
|
|
|
- 'adcode' => '310151',
|
|
|
- 'name' => '崇明区',
|
|
|
- 'center' => '121.397516,31.626946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 1551,
|
|
|
- 'adcode' => '310115',
|
|
|
- 'name' => '浦东新区',
|
|
|
- 'center' => '121.567706,31.245944',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 1552,
|
|
|
- 'adcode' => '310120',
|
|
|
- 'name' => '奉贤区',
|
|
|
- 'center' => '121.458472,30.912345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 1553,
|
|
|
- 'adcode' => '310116',
|
|
|
- 'name' => '金山区',
|
|
|
- 'center' => '121.330736,30.724697',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 1554,
|
|
|
- 'adcode' => '310113',
|
|
|
- 'name' => '宝山区',
|
|
|
- 'center' => '121.489934,31.398896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 1555,
|
|
|
- 'adcode' => '310114',
|
|
|
- 'name' => '嘉定区',
|
|
|
- 'center' => '121.250333,31.383524',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 1556,
|
|
|
- 'adcode' => '310107',
|
|
|
- 'name' => '普陀区',
|
|
|
- 'center' => '121.392499,31.241701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 1557,
|
|
|
- 'adcode' => '310101',
|
|
|
- 'name' => '黄浦区',
|
|
|
- 'center' => '121.490317,31.222771',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 1558,
|
|
|
- 'adcode' => '310110',
|
|
|
- 'name' => '杨浦区',
|
|
|
- 'center' => '121.522797,31.270755',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 1559,
|
|
|
- 'adcode' => '310117',
|
|
|
- 'name' => '松江区',
|
|
|
- 'center' => '121.223543,31.03047',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 1560,
|
|
|
- 'adcode' => '310105',
|
|
|
- 'name' => '长宁区',
|
|
|
- 'center' => '121.4222,31.218123',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 1561,
|
|
|
- 'adcode' => '310106',
|
|
|
- 'name' => '静安区',
|
|
|
- 'center' => '121.448224,31.229003',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 1562,
|
|
|
- 'adcode' => '310109',
|
|
|
- 'name' => '虹口区',
|
|
|
- 'center' => '121.491832,31.26097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 1563,
|
|
|
- 'adcode' => '310112',
|
|
|
- 'name' => '闵行区',
|
|
|
- 'center' => '121.375972,31.111658',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 1564,
|
|
|
- 'adcode' => '310104',
|
|
|
- 'name' => '徐汇区',
|
|
|
- 'center' => '121.43752,31.179973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 1565,
|
|
|
- 'adcode' => '310118',
|
|
|
- 'name' => '青浦区',
|
|
|
- 'center' => '121.113021,31.151209',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1549,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 1566,
|
|
|
- 'adcode' => '520000',
|
|
|
- 'name' => '贵州省',
|
|
|
- 'center' => '106.713478,26.578343',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 1567,
|
|
|
- 'adcode' => '520300',
|
|
|
- 'name' => '遵义市',
|
|
|
- 'center' => '106.937265,27.706626',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 1568,
|
|
|
- 'adcode' => '520322',
|
|
|
- 'name' => '桐梓县',
|
|
|
- 'center' => '106.826591,28.131559',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 1569,
|
|
|
- 'adcode' => '520323',
|
|
|
- 'name' => '绥阳县',
|
|
|
- 'center' => '107.191024,27.951342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 1570,
|
|
|
- 'adcode' => '520328',
|
|
|
- 'name' => '湄潭县',
|
|
|
- 'center' => '107.485723,27.765839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 1571,
|
|
|
- 'adcode' => '520329',
|
|
|
- 'name' => '余庆县',
|
|
|
- 'center' => '107.892566,27.221552',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 1572,
|
|
|
- 'adcode' => '520302',
|
|
|
- 'name' => '红花岗区',
|
|
|
- 'center' => '106.943784,27.694395',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 1573,
|
|
|
- 'adcode' => '520303',
|
|
|
- 'name' => '汇川区',
|
|
|
- 'center' => '106.937265,27.706626',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 1574,
|
|
|
- 'adcode' => '520327',
|
|
|
- 'name' => '凤冈县',
|
|
|
- 'center' => '107.722021,27.960858',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 1575,
|
|
|
- 'adcode' => '520326',
|
|
|
- 'name' => '务川仡佬族苗族自治县',
|
|
|
- 'center' => '107.887857,28.521567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 1576,
|
|
|
- 'adcode' => '520382',
|
|
|
- 'name' => '仁怀市',
|
|
|
- 'center' => '106.412476,27.803377',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 1577,
|
|
|
- 'adcode' => '520304',
|
|
|
- 'name' => '播州区',
|
|
|
- 'center' => '106.831668,27.535288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 1578,
|
|
|
- 'adcode' => '520381',
|
|
|
- 'name' => '赤水市',
|
|
|
- 'center' => '105.698116,28.587057',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 1579,
|
|
|
- 'adcode' => '520330',
|
|
|
- 'name' => '习水县',
|
|
|
- 'center' => '106.200954,28.327826',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 1580,
|
|
|
- 'adcode' => '520324',
|
|
|
- 'name' => '正安县',
|
|
|
- 'center' => '107.441872,28.550337',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 1581,
|
|
|
- 'adcode' => '520325',
|
|
|
- 'name' => '道真仡佬族苗族自治县',
|
|
|
- 'center' => '107.605342,28.880088',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1567,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 1582,
|
|
|
- 'adcode' => '522600',
|
|
|
- 'name' => '黔东南苗族侗族自治州',
|
|
|
- 'center' => '107.977488,26.583352',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 1583,
|
|
|
- 'adcode' => '522624',
|
|
|
- 'name' => '三穗县',
|
|
|
- 'center' => '108.681121,26.959884',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 1584,
|
|
|
- 'adcode' => '522629',
|
|
|
- 'name' => '剑河县',
|
|
|
- 'center' => '108.440499,26.727349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 1585,
|
|
|
- 'adcode' => '522634',
|
|
|
- 'name' => '雷山县',
|
|
|
- 'center' => '108.079613,26.381027',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 1586,
|
|
|
- 'adcode' => '522627',
|
|
|
- 'name' => '天柱县',
|
|
|
- 'center' => '109.212798,26.909684',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 1587,
|
|
|
- 'adcode' => '522631',
|
|
|
- 'name' => '黎平县',
|
|
|
- 'center' => '109.136504,26.230636',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 1588,
|
|
|
- 'adcode' => '522628',
|
|
|
- 'name' => '锦屏县',
|
|
|
- 'center' => '109.20252,26.680625',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 1589,
|
|
|
- 'adcode' => '522632',
|
|
|
- 'name' => '榕江县',
|
|
|
- 'center' => '108.521026,25.931085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 1590,
|
|
|
- 'adcode' => '522633',
|
|
|
- 'name' => '从江县',
|
|
|
- 'center' => '108.912648,25.747058',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 1591,
|
|
|
- 'adcode' => '522623',
|
|
|
- 'name' => '施秉县',
|
|
|
- 'center' => '108.12678,27.034657',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 1592,
|
|
|
- 'adcode' => '522625',
|
|
|
- 'name' => '镇远县',
|
|
|
- 'center' => '108.423656,27.050233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 1593,
|
|
|
- 'adcode' => '522601',
|
|
|
- 'name' => '凯里市',
|
|
|
- 'center' => '107.977541,26.582964',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 1594,
|
|
|
- 'adcode' => '522635',
|
|
|
- 'name' => '麻江县',
|
|
|
- 'center' => '107.593172,26.494803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 1595,
|
|
|
- 'adcode' => '522636',
|
|
|
- 'name' => '丹寨县',
|
|
|
- 'center' => '107.794808,26.199497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 1596,
|
|
|
- 'adcode' => '522622',
|
|
|
- 'name' => '黄平县',
|
|
|
- 'center' => '107.901337,26.896973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 1597,
|
|
|
- 'adcode' => '522630',
|
|
|
- 'name' => '台江县',
|
|
|
- 'center' => '108.314637,26.669138',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 1598,
|
|
|
- 'adcode' => '522626',
|
|
|
- 'name' => '岑巩县',
|
|
|
- 'center' => '108.816459,27.173244',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1582,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 1599,
|
|
|
- 'adcode' => '520200',
|
|
|
- 'name' => '六盘水市',
|
|
|
- 'center' => '104.846743,26.584643',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 1600,
|
|
|
- 'adcode' => '520201',
|
|
|
- 'name' => '钟山区',
|
|
|
- 'center' => '104.846244,26.584805',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1599,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 1601,
|
|
|
- 'adcode' => '520203',
|
|
|
- 'name' => '六枝特区',
|
|
|
- 'center' => '105.474235,26.210662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1599,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 1602,
|
|
|
- 'adcode' => '520281',
|
|
|
- 'name' => '盘州市',
|
|
|
- 'center' => '104.468367,25.706966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1599,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 1603,
|
|
|
- 'adcode' => '520221',
|
|
|
- 'name' => '水城县',
|
|
|
- 'center' => '104.95685,26.540478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1599,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 1604,
|
|
|
- 'adcode' => '520600',
|
|
|
- 'name' => '铜仁市',
|
|
|
- 'center' => '109.191555,27.718346',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 1605,
|
|
|
- 'adcode' => '520625',
|
|
|
- 'name' => '印江土家族苗族自治县',
|
|
|
- 'center' => '108.405517,27.997976',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 1606,
|
|
|
- 'adcode' => '520623',
|
|
|
- 'name' => '石阡县',
|
|
|
- 'center' => '108.229854,27.519386',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 1607,
|
|
|
- 'adcode' => '520622',
|
|
|
- 'name' => '玉屏侗族自治县',
|
|
|
- 'center' => '108.917882,27.238024',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 1608,
|
|
|
- 'adcode' => '520602',
|
|
|
- 'name' => '碧江区',
|
|
|
- 'center' => '109.192117,27.718745',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 1609,
|
|
|
- 'adcode' => '520624',
|
|
|
- 'name' => '思南县',
|
|
|
- 'center' => '108.255827,27.941331',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 1610,
|
|
|
- 'adcode' => '520627',
|
|
|
- 'name' => '沿河土家族自治县',
|
|
|
- 'center' => '108.495746,28.560487',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 1611,
|
|
|
- 'adcode' => '520626',
|
|
|
- 'name' => '德江县',
|
|
|
- 'center' => '108.117317,28.26094',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 1612,
|
|
|
- 'adcode' => '520621',
|
|
|
- 'name' => '江口县',
|
|
|
- 'center' => '108.848427,27.691904',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 1613,
|
|
|
- 'adcode' => '520603',
|
|
|
- 'name' => '万山区',
|
|
|
- 'center' => '109.21199,27.51903',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 1614,
|
|
|
- 'adcode' => '520628',
|
|
|
- 'name' => '松桃苗族自治县',
|
|
|
- 'center' => '109.202627,28.165419',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 1615,
|
|
|
- 'adcode' => '522700',
|
|
|
- 'name' => '黔南布依族苗族自治州',
|
|
|
- 'center' => '107.517156,26.258219',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 1616,
|
|
|
- 'adcode' => '522701',
|
|
|
- 'name' => '都匀市',
|
|
|
- 'center' => '107.517021,26.258205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 1617,
|
|
|
- 'adcode' => '522731',
|
|
|
- 'name' => '惠水县',
|
|
|
- 'center' => '106.657848,26.128637',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 1618,
|
|
|
- 'adcode' => '522727',
|
|
|
- 'name' => '平塘县',
|
|
|
- 'center' => '107.32405,25.831803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 1619,
|
|
|
- 'adcode' => '522729',
|
|
|
- 'name' => '长顺县',
|
|
|
- 'center' => '106.447376,26.022116',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 1620,
|
|
|
- 'adcode' => '522726',
|
|
|
- 'name' => '独山县',
|
|
|
- 'center' => '107.542757,25.826283',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 1621,
|
|
|
- 'adcode' => '522728',
|
|
|
- 'name' => '罗甸县',
|
|
|
- 'center' => '106.750006,25.429894',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 1622,
|
|
|
- 'adcode' => '522722',
|
|
|
- 'name' => '荔波县',
|
|
|
- 'center' => '107.8838,25.412239',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 1623,
|
|
|
- 'adcode' => '522730',
|
|
|
- 'name' => '龙里县',
|
|
|
- 'center' => '106.977733,26.448809',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 1624,
|
|
|
- 'adcode' => '522723',
|
|
|
- 'name' => '贵定县',
|
|
|
- 'center' => '107.233588,26.580807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 1625,
|
|
|
- 'adcode' => '522702',
|
|
|
- 'name' => '福泉市',
|
|
|
- 'center' => '107.513508,26.702508',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 1626,
|
|
|
- 'adcode' => '522725',
|
|
|
- 'name' => '瓮安县',
|
|
|
- 'center' => '107.478417,27.066339',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 1627,
|
|
|
- 'adcode' => '522732',
|
|
|
- 'name' => '三都水族自治县',
|
|
|
- 'center' => '107.87747,25.985183',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 1628,
|
|
|
- 'adcode' => '522300',
|
|
|
- 'name' => '黔西南布依族苗族自治州',
|
|
|
- 'center' => '104.897971,25.08812',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 1629,
|
|
|
- 'adcode' => '522302',
|
|
|
- 'name' => '兴仁市',
|
|
|
- 'center' => '105.192778,25.431378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 1630,
|
|
|
- 'adcode' => '522328',
|
|
|
- 'name' => '安龙县',
|
|
|
- 'center' => '105.471498,25.108959',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 1631,
|
|
|
- 'adcode' => '522301',
|
|
|
- 'name' => '兴义市',
|
|
|
- 'center' => '104.897982,25.088599',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 1632,
|
|
|
- 'adcode' => '522327',
|
|
|
- 'name' => '册亨县',
|
|
|
- 'center' => '105.81241,24.983338',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 1633,
|
|
|
- 'adcode' => '522323',
|
|
|
- 'name' => '普安县',
|
|
|
- 'center' => '104.955347,25.786404',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 1634,
|
|
|
- 'adcode' => '522324',
|
|
|
- 'name' => '晴隆县',
|
|
|
- 'center' => '105.218773,25.832881',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 1635,
|
|
|
- 'adcode' => '522325',
|
|
|
- 'name' => '贞丰县',
|
|
|
- 'center' => '105.650133,25.385752',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 1636,
|
|
|
- 'adcode' => '522326',
|
|
|
- 'name' => '望谟县',
|
|
|
- 'center' => '106.091563,25.166667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1628,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 1637,
|
|
|
- 'adcode' => '520400',
|
|
|
- 'name' => '安顺市',
|
|
|
- 'center' => '105.932188,26.245544',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 1638,
|
|
|
- 'adcode' => '520402',
|
|
|
- 'name' => '西秀区',
|
|
|
- 'center' => '105.946169,26.248323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 1639,
|
|
|
- 'adcode' => '520424',
|
|
|
- 'name' => '关岭布依族苗族自治县',
|
|
|
- 'center' => '105.618454,25.944248',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 1640,
|
|
|
- 'adcode' => '520423',
|
|
|
- 'name' => '镇宁布依族苗族自治县',
|
|
|
- 'center' => '105.768656,26.056096',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 1641,
|
|
|
- 'adcode' => '520425',
|
|
|
- 'name' => '紫云苗族布依族自治县',
|
|
|
- 'center' => '106.084515,25.751567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 1642,
|
|
|
- 'adcode' => '520403',
|
|
|
- 'name' => '平坝区',
|
|
|
- 'center' => '106.259942,26.40608',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 1643,
|
|
|
- 'adcode' => '520422',
|
|
|
- 'name' => '普定县',
|
|
|
- 'center' => '105.745609,26.305794',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1637,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 1644,
|
|
|
- 'adcode' => '520500',
|
|
|
- 'name' => '毕节市',
|
|
|
- 'center' => '105.28501,27.301693',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 1645,
|
|
|
- 'adcode' => '520502',
|
|
|
- 'name' => '七星关区',
|
|
|
- 'center' => '105.284852,27.302085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 1646,
|
|
|
- 'adcode' => '520522',
|
|
|
- 'name' => '黔西县',
|
|
|
- 'center' => '106.038299,27.024923',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 1647,
|
|
|
- 'adcode' => '520521',
|
|
|
- 'name' => '大方县',
|
|
|
- 'center' => '105.609254,27.143521',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 1648,
|
|
|
- 'adcode' => '520523',
|
|
|
- 'name' => '金沙县',
|
|
|
- 'center' => '106.222103,27.459693',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 1649,
|
|
|
- 'adcode' => '520524',
|
|
|
- 'name' => '织金县',
|
|
|
- 'center' => '105.768997,26.668497',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 1650,
|
|
|
- 'adcode' => '520525',
|
|
|
- 'name' => '纳雍县',
|
|
|
- 'center' => '105.375322,26.769875',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 1651,
|
|
|
- 'adcode' => '520527',
|
|
|
- 'name' => '赫章县',
|
|
|
- 'center' => '104.726438,27.119243',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 1652,
|
|
|
- 'adcode' => '520526',
|
|
|
- 'name' => '威宁彝族回族苗族自治县',
|
|
|
- 'center' => '104.286523,26.859099',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1644,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 1653,
|
|
|
- 'adcode' => '520100',
|
|
|
- 'name' => '贵阳市',
|
|
|
- 'center' => '106.713478,26.578343',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1566,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 1654,
|
|
|
- 'adcode' => '520121',
|
|
|
- 'name' => '开阳县',
|
|
|
- 'center' => '106.969438,27.056793',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 1655,
|
|
|
- 'adcode' => '520113',
|
|
|
- 'name' => '白云区',
|
|
|
- 'center' => '106.633037,26.676849',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 1656,
|
|
|
- 'adcode' => '520115',
|
|
|
- 'name' => '观山湖区',
|
|
|
- 'center' => '106.626323,26.646358',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 1657,
|
|
|
- 'adcode' => '520112',
|
|
|
- 'name' => '乌当区',
|
|
|
- 'center' => '106.762123,26.630928',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 1658,
|
|
|
- 'adcode' => '520122',
|
|
|
- 'name' => '息烽县',
|
|
|
- 'center' => '106.737693,27.092665',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 1659,
|
|
|
- 'adcode' => '520123',
|
|
|
- 'name' => '修文县',
|
|
|
- 'center' => '106.599218,26.840672',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 1660,
|
|
|
- 'adcode' => '520181',
|
|
|
- 'name' => '清镇市',
|
|
|
- 'center' => '106.470278,26.551289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 1661,
|
|
|
- 'adcode' => '520111',
|
|
|
- 'name' => '花溪区',
|
|
|
- 'center' => '106.670791,26.410464',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 1662,
|
|
|
- 'adcode' => '520103',
|
|
|
- 'name' => '云岩区',
|
|
|
- 'center' => '106.713397,26.58301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 1663,
|
|
|
- 'adcode' => '520102',
|
|
|
- 'name' => '南明区',
|
|
|
- 'center' => '106.715963,26.573743',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1653,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 1664,
|
|
|
- 'adcode' => '500000',
|
|
|
- 'name' => '重庆市',
|
|
|
- 'center' => '106.504962,29.533155',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 1665,
|
|
|
- 'adcode' => '500200',
|
|
|
- 'name' => '重庆郊县',
|
|
|
- 'center' => '108.170255,29.291965',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 1666,
|
|
|
- 'adcode' => '500229',
|
|
|
- 'name' => '城口县',
|
|
|
- 'center' => '108.6649,31.946293',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 1667,
|
|
|
- 'adcode' => '500238',
|
|
|
- 'name' => '巫溪县',
|
|
|
- 'center' => '109.628912,31.3966',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 1668,
|
|
|
- 'adcode' => '500230',
|
|
|
- 'name' => '丰都县',
|
|
|
- 'center' => '107.73248,29.866424',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 1669,
|
|
|
- 'adcode' => '500236',
|
|
|
- 'name' => '奉节县',
|
|
|
- 'center' => '109.465774,31.019967',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 1670,
|
|
|
- 'adcode' => '500243',
|
|
|
- 'name' => '彭水苗族土家族自治县',
|
|
|
- 'center' => '108.166551,29.293856',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 1671,
|
|
|
- 'adcode' => '500241',
|
|
|
- 'name' => '秀山土家族苗族自治县',
|
|
|
- 'center' => '108.996043,28.444772',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 1672,
|
|
|
- 'adcode' => '500235',
|
|
|
- 'name' => '云阳县',
|
|
|
- 'center' => '108.697698,30.930529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 1673,
|
|
|
- 'adcode' => '500237',
|
|
|
- 'name' => '巫山县',
|
|
|
- 'center' => '109.878928,31.074843',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 1674,
|
|
|
- 'adcode' => '500231',
|
|
|
- 'name' => '垫江县',
|
|
|
- 'center' => '107.348692,30.330012',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 1675,
|
|
|
- 'adcode' => '500242',
|
|
|
- 'name' => '酉阳土家族苗族自治县',
|
|
|
- 'center' => '108.767201,28.839828',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 1676,
|
|
|
- 'adcode' => '500240',
|
|
|
- 'name' => '石柱土家族自治县',
|
|
|
- 'center' => '108.112448,29.99853',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 1677,
|
|
|
- 'adcode' => '500233',
|
|
|
- 'name' => '忠县',
|
|
|
- 'center' => '108.037518,30.291537',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1665,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 1678,
|
|
|
- 'adcode' => '500100',
|
|
|
- 'name' => '重庆城区',
|
|
|
- 'center' => '106.504962,29.533155',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 1679,
|
|
|
- 'adcode' => '500152',
|
|
|
- 'name' => '潼南区',
|
|
|
- 'center' => '105.841818,30.189554',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 1680,
|
|
|
- 'adcode' => '500117',
|
|
|
- 'name' => '合川区',
|
|
|
- 'center' => '106.265554,29.990993',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 1681,
|
|
|
- 'adcode' => '500151',
|
|
|
- 'name' => '铜梁区',
|
|
|
- 'center' => '106.054948,29.839944',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 1682,
|
|
|
- 'adcode' => '500115',
|
|
|
- 'name' => '长寿区',
|
|
|
- 'center' => '107.074854,29.833671',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 1683,
|
|
|
- 'adcode' => '500120',
|
|
|
- 'name' => '璧山区',
|
|
|
- 'center' => '106.231126,29.593581',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 1684,
|
|
|
- 'adcode' => '500111',
|
|
|
- 'name' => '大足区',
|
|
|
- 'center' => '105.715319,29.700498',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 1685,
|
|
|
- 'adcode' => '500153',
|
|
|
- 'name' => '荣昌区',
|
|
|
- 'center' => '105.594061,29.403627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 1686,
|
|
|
- 'adcode' => '500105',
|
|
|
- 'name' => '江北区',
|
|
|
- 'center' => '106.532844,29.575352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 1687,
|
|
|
- 'adcode' => '500103',
|
|
|
- 'name' => '渝中区',
|
|
|
- 'center' => '106.56288,29.556742',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 1688,
|
|
|
- 'adcode' => '500118',
|
|
|
- 'name' => '永川区',
|
|
|
- 'center' => '105.894714,29.348748',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 1689,
|
|
|
- 'adcode' => '500156',
|
|
|
- 'name' => '武隆区',
|
|
|
- 'center' => '107.75655,29.32376',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 1690,
|
|
|
- 'adcode' => '500104',
|
|
|
- 'name' => '大渡口区',
|
|
|
- 'center' => '106.48613,29.481002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 1691,
|
|
|
- 'adcode' => '500119',
|
|
|
- 'name' => '南川区',
|
|
|
- 'center' => '107.098153,29.156646',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 1692,
|
|
|
- 'adcode' => '500107',
|
|
|
- 'name' => '九龙坡区',
|
|
|
- 'center' => '106.480989,29.523492',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 1693,
|
|
|
- 'adcode' => '500101',
|
|
|
- 'name' => '万州区',
|
|
|
- 'center' => '108.380246,30.807807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 1694,
|
|
|
- 'adcode' => '500102',
|
|
|
- 'name' => '涪陵区',
|
|
|
- 'center' => '107.394905,29.703652',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 1695,
|
|
|
- 'adcode' => '500110',
|
|
|
- 'name' => '綦江区',
|
|
|
- 'center' => '106.651417,29.028091',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 1696,
|
|
|
- 'adcode' => '500112',
|
|
|
- 'name' => '渝北区',
|
|
|
- 'center' => '106.512851,29.601451',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 1697,
|
|
|
- 'adcode' => '500155',
|
|
|
- 'name' => '梁平区',
|
|
|
- 'center' => '107.800034,30.672168',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 1698,
|
|
|
- 'adcode' => '500154',
|
|
|
- 'name' => '开州区',
|
|
|
- 'center' => '108.413317,31.167735',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 1699,
|
|
|
- 'adcode' => '500116',
|
|
|
- 'name' => '江津区',
|
|
|
- 'center' => '106.253156,29.283387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 1700,
|
|
|
- 'adcode' => '500114',
|
|
|
- 'name' => '黔江区',
|
|
|
- 'center' => '108.782577,29.527548',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 1701,
|
|
|
- 'adcode' => '500113',
|
|
|
- 'name' => '巴南区',
|
|
|
- 'center' => '106.519423,29.381919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 1702,
|
|
|
- 'adcode' => '500108',
|
|
|
- 'name' => '南岸区',
|
|
|
- 'center' => '106.560813,29.523992',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 1703,
|
|
|
- 'adcode' => '500106',
|
|
|
- 'name' => '沙坪坝区',
|
|
|
- 'center' => '106.4542,29.541224',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 1704,
|
|
|
- 'adcode' => '500109',
|
|
|
- 'name' => '北碚区',
|
|
|
- 'center' => '106.437868,29.82543',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1678,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 1705,
|
|
|
- 'adcode' => '540000',
|
|
|
- 'name' => '西藏自治区',
|
|
|
- 'center' => '91.132212,29.660361',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 1706,
|
|
|
- 'adcode' => '540300',
|
|
|
- 'name' => '昌都市',
|
|
|
- 'center' => '97.178452,31.136875',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 1707,
|
|
|
- 'adcode' => '540321',
|
|
|
- 'name' => '江达县',
|
|
|
- 'center' => '98.218351,31.499534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 1708,
|
|
|
- 'adcode' => '540324',
|
|
|
- 'name' => '丁青县',
|
|
|
- 'center' => '95.597748,31.410681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 1709,
|
|
|
- 'adcode' => '540323',
|
|
|
- 'name' => '类乌齐县',
|
|
|
- 'center' => '96.601259,31.213048',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:26',
|
|
|
- 'updated_at' => '2019-05-07 18:08:26',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 1710,
|
|
|
- 'adcode' => '540302',
|
|
|
- 'name' => '卡若区',
|
|
|
- 'center' => '97.178255,31.137035',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 1711,
|
|
|
- 'adcode' => '540322',
|
|
|
- 'name' => '贡觉县',
|
|
|
- 'center' => '98.271191,30.859206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 1712,
|
|
|
- 'adcode' => '540330',
|
|
|
- 'name' => '边坝县',
|
|
|
- 'center' => '94.707504,30.933849',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 1713,
|
|
|
- 'adcode' => '540329',
|
|
|
- 'name' => '洛隆县',
|
|
|
- 'center' => '95.823418,30.741947',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 1714,
|
|
|
- 'adcode' => '540325',
|
|
|
- 'name' => '察雅县',
|
|
|
- 'center' => '97.565701,30.653038',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 1715,
|
|
|
- 'adcode' => '540326',
|
|
|
- 'name' => '八宿县',
|
|
|
- 'center' => '96.917893,30.053408',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 1716,
|
|
|
- 'adcode' => '540327',
|
|
|
- 'name' => '左贡县',
|
|
|
- 'center' => '97.840532,29.671335',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 1717,
|
|
|
- 'adcode' => '540328',
|
|
|
- 'name' => '芒康县',
|
|
|
- 'center' => '98.596444,29.686615',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1706,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 1718,
|
|
|
- 'adcode' => '540600',
|
|
|
- 'name' => '那曲市',
|
|
|
- 'center' => '92.060214,31.476004',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 1719,
|
|
|
- 'adcode' => '540624',
|
|
|
- 'name' => '安多县',
|
|
|
- 'center' => '91.681879,32.260299',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 1720,
|
|
|
- 'adcode' => '540623',
|
|
|
- 'name' => '聂荣县',
|
|
|
- 'center' => '92.303659,32.107855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 1721,
|
|
|
- 'adcode' => '540628',
|
|
|
- 'name' => '巴青县',
|
|
|
- 'center' => '94.054049,31.918691',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 1722,
|
|
|
- 'adcode' => '540625',
|
|
|
- 'name' => '申扎县',
|
|
|
- 'center' => '88.709777,30.929056',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 1723,
|
|
|
- 'adcode' => '540626',
|
|
|
- 'name' => '索县',
|
|
|
- 'center' => '93.784964,31.886173',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 1724,
|
|
|
- 'adcode' => '540622',
|
|
|
- 'name' => '比如县',
|
|
|
- 'center' => '93.68044,31.479917',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 1725,
|
|
|
- 'adcode' => '540627',
|
|
|
- 'name' => '班戈县',
|
|
|
- 'center' => '90.011822,31.394578',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 1726,
|
|
|
- 'adcode' => '540602',
|
|
|
- 'name' => '色尼区',
|
|
|
- 'center' => '92.061862,31.475756',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 1727,
|
|
|
- 'adcode' => '540621',
|
|
|
- 'name' => '嘉黎县',
|
|
|
- 'center' => '93.232907,30.640846',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 1728,
|
|
|
- 'adcode' => '540629',
|
|
|
- 'name' => '尼玛县',
|
|
|
- 'center' => '87.236646,31.784979',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 1729,
|
|
|
- 'adcode' => '540630',
|
|
|
- 'name' => '双湖县',
|
|
|
- 'center' => '88.838578,33.18698',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1718,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 1730,
|
|
|
- 'adcode' => '540100',
|
|
|
- 'name' => '拉萨市',
|
|
|
- 'center' => '91.132212,29.660361',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 1731,
|
|
|
- 'adcode' => '540122',
|
|
|
- 'name' => '当雄县',
|
|
|
- 'center' => '91.103551,30.474819',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 1732,
|
|
|
- 'adcode' => '540121',
|
|
|
- 'name' => '林周县',
|
|
|
- 'center' => '91.261842,29.895754',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 1733,
|
|
|
- 'adcode' => '540127',
|
|
|
- 'name' => '墨竹工卡县',
|
|
|
- 'center' => '91.731158,29.834657',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 1734,
|
|
|
- 'adcode' => '540103',
|
|
|
- 'name' => '堆龙德庆区',
|
|
|
- 'center' => '91.002823,29.647347',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 1735,
|
|
|
- 'adcode' => '540102',
|
|
|
- 'name' => '城关区',
|
|
|
- 'center' => '91.132911,29.659472',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 1736,
|
|
|
- 'adcode' => '540123',
|
|
|
- 'name' => '尼木县',
|
|
|
- 'center' => '90.165545,29.431346',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 1737,
|
|
|
- 'adcode' => '540104',
|
|
|
- 'name' => '达孜区',
|
|
|
- 'center' => '91.350976,29.670314',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 1738,
|
|
|
- 'adcode' => '540124',
|
|
|
- 'name' => '曲水县',
|
|
|
- 'center' => '90.738051,29.349895',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1730,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 1739,
|
|
|
- 'adcode' => '540200',
|
|
|
- 'name' => '日喀则市',
|
|
|
- 'center' => '88.885148,29.267519',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 1740,
|
|
|
- 'adcode' => '540232',
|
|
|
- 'name' => '仲巴县',
|
|
|
- 'center' => '84.032826,29.768336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 1741,
|
|
|
- 'adcode' => '540226',
|
|
|
- 'name' => '昂仁县',
|
|
|
- 'center' => '87.23578,29.294758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 1742,
|
|
|
- 'adcode' => '540227',
|
|
|
- 'name' => '谢通门县',
|
|
|
- 'center' => '88.260517,29.431597',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 1743,
|
|
|
- 'adcode' => '540221',
|
|
|
- 'name' => '南木林县',
|
|
|
- 'center' => '89.099434,29.680459',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 1744,
|
|
|
- 'adcode' => '540236',
|
|
|
- 'name' => '萨嘎县',
|
|
|
- 'center' => '85.234622,29.328194',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 1745,
|
|
|
- 'adcode' => '540202',
|
|
|
- 'name' => '桑珠孜区',
|
|
|
- 'center' => '88.88667,29.267003',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 1746,
|
|
|
- 'adcode' => '540225',
|
|
|
- 'name' => '拉孜县',
|
|
|
- 'center' => '87.63743,29.085136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 1747,
|
|
|
- 'adcode' => '540229',
|
|
|
- 'name' => '仁布县',
|
|
|
- 'center' => '89.843207,29.230299',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 1748,
|
|
|
- 'adcode' => '540224',
|
|
|
- 'name' => '萨迦县',
|
|
|
- 'center' => '88.023007,28.901077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 1749,
|
|
|
- 'adcode' => '540234',
|
|
|
- 'name' => '吉隆县',
|
|
|
- 'center' => '85.298349,28.852416',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 1750,
|
|
|
- 'adcode' => '540223',
|
|
|
- 'name' => '定日县',
|
|
|
- 'center' => '87.123887,28.656667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 1751,
|
|
|
- 'adcode' => '540222',
|
|
|
- 'name' => '江孜县',
|
|
|
- 'center' => '89.605044,28.908845',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 1752,
|
|
|
- 'adcode' => '540228',
|
|
|
- 'name' => '白朗县',
|
|
|
- 'center' => '89.263618,29.106627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 1753,
|
|
|
- 'adcode' => '540235',
|
|
|
- 'name' => '聂拉木县',
|
|
|
- 'center' => '85.981953,28.15595',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 1754,
|
|
|
- 'adcode' => '540230',
|
|
|
- 'name' => '康马县',
|
|
|
- 'center' => '89.683406,28.554719',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 1755,
|
|
|
- 'adcode' => '540237',
|
|
|
- 'name' => '岗巴县',
|
|
|
- 'center' => '88.518903,28.274371',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 1756,
|
|
|
- 'adcode' => '540233',
|
|
|
- 'name' => '亚东县',
|
|
|
- 'center' => '88.906806,27.482772',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 1757,
|
|
|
- 'adcode' => '540231',
|
|
|
- 'name' => '定结县',
|
|
|
- 'center' => '87.767723,28.36409',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1739,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 1758,
|
|
|
- 'adcode' => '540500',
|
|
|
- 'name' => '山南市',
|
|
|
- 'center' => '91.766529,29.236023',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 1759,
|
|
|
- 'adcode' => '540523',
|
|
|
- 'name' => '桑日县',
|
|
|
- 'center' => '92.015732,29.259774',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 1760,
|
|
|
- 'adcode' => '540528',
|
|
|
- 'name' => '加查县',
|
|
|
- 'center' => '92.591043,29.140921',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 1761,
|
|
|
- 'adcode' => '540502',
|
|
|
- 'name' => '乃东区',
|
|
|
- 'center' => '91.76525,29.236106',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 1762,
|
|
|
- 'adcode' => '540521',
|
|
|
- 'name' => '扎囊县',
|
|
|
- 'center' => '91.338,29.246476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 1763,
|
|
|
- 'adcode' => '540522',
|
|
|
- 'name' => '贡嘎县',
|
|
|
- 'center' => '90.985271,29.289078',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 1764,
|
|
|
- 'adcode' => '540531',
|
|
|
- 'name' => '浪卡子县',
|
|
|
- 'center' => '90.398747,28.96836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 1765,
|
|
|
- 'adcode' => '540525',
|
|
|
- 'name' => '曲松县',
|
|
|
- 'center' => '92.201066,29.063656',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 1766,
|
|
|
- 'adcode' => '540524',
|
|
|
- 'name' => '琼结县',
|
|
|
- 'center' => '91.683753,29.025242',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 1767,
|
|
|
- 'adcode' => '540526',
|
|
|
- 'name' => '措美县',
|
|
|
- 'center' => '91.432347,28.437353',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 1768,
|
|
|
- 'adcode' => '540529',
|
|
|
- 'name' => '隆子县',
|
|
|
- 'center' => '92.463309,28.408548',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 1769,
|
|
|
- 'adcode' => '540527',
|
|
|
- 'name' => '洛扎县',
|
|
|
- 'center' => '90.858243,28.385765',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 1770,
|
|
|
- 'adcode' => '540530',
|
|
|
- 'name' => '错那县',
|
|
|
- 'center' => '91.960132,27.991707',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1758,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 1771,
|
|
|
- 'adcode' => '540400',
|
|
|
- 'name' => '林芝市',
|
|
|
- 'center' => '94.362348,29.654693',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 1772,
|
|
|
- 'adcode' => '540421',
|
|
|
- 'name' => '工布江达县',
|
|
|
- 'center' => '93.246515,29.88447',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 1773,
|
|
|
- 'adcode' => '540424',
|
|
|
- 'name' => '波密县',
|
|
|
- 'center' => '95.768151,29.858771',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 1774,
|
|
|
- 'adcode' => '540402',
|
|
|
- 'name' => '巴宜区',
|
|
|
- 'center' => '94.360987,29.653732',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 1775,
|
|
|
- 'adcode' => '540423',
|
|
|
- 'name' => '墨脱县',
|
|
|
- 'center' => '95.332245,29.32573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 1776,
|
|
|
- 'adcode' => '540422',
|
|
|
- 'name' => '米林县',
|
|
|
- 'center' => '94.213679,29.213811',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 1777,
|
|
|
- 'adcode' => '540426',
|
|
|
- 'name' => '朗县',
|
|
|
- 'center' => '93.073429,29.0446',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 1778,
|
|
|
- 'adcode' => '540425',
|
|
|
- 'name' => '察隅县',
|
|
|
- 'center' => '97.465002,28.660244',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1771,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 1779,
|
|
|
- 'adcode' => '542500',
|
|
|
- 'name' => '阿里地区',
|
|
|
- 'center' => '80.105498,32.503187',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 1780,
|
|
|
- 'adcode' => '542526',
|
|
|
- 'name' => '改则县',
|
|
|
- 'center' => '84.062384,32.302076',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 1781,
|
|
|
- 'adcode' => '542522',
|
|
|
- 'name' => '札达县',
|
|
|
- 'center' => '79.803191,31.478587',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 1782,
|
|
|
- 'adcode' => '542527',
|
|
|
- 'name' => '措勤县',
|
|
|
- 'center' => '85.159254,31.016774',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 1783,
|
|
|
- 'adcode' => '542521',
|
|
|
- 'name' => '普兰县',
|
|
|
- 'center' => '81.177588,30.291896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 1784,
|
|
|
- 'adcode' => '542524',
|
|
|
- 'name' => '日土县',
|
|
|
- 'center' => '79.731937,33.382454',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 1785,
|
|
|
- 'adcode' => '542523',
|
|
|
- 'name' => '噶尔县',
|
|
|
- 'center' => '80.105005,32.503373',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 1786,
|
|
|
- 'adcode' => '542525',
|
|
|
- 'name' => '革吉县',
|
|
|
- 'center' => '81.142896,32.389192',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1779,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 1787,
|
|
|
- 'adcode' => '340000',
|
|
|
- 'name' => '安徽省',
|
|
|
- 'center' => '117.283042,31.86119',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 1788,
|
|
|
- 'adcode' => '340600',
|
|
|
- 'name' => '淮北市',
|
|
|
- 'center' => '116.794664,33.971707',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 1789,
|
|
|
- 'adcode' => '340602',
|
|
|
- 'name' => '杜集区',
|
|
|
- 'center' => '116.833925,33.991218',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1788,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 1790,
|
|
|
- 'adcode' => '340621',
|
|
|
- 'name' => '濉溪县',
|
|
|
- 'center' => '116.767435,33.916407',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1788,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 1791,
|
|
|
- 'adcode' => '340603',
|
|
|
- 'name' => '相山区',
|
|
|
- 'center' => '116.790775,33.970916',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1788,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 1792,
|
|
|
- 'adcode' => '340604',
|
|
|
- 'name' => '烈山区',
|
|
|
- 'center' => '116.809465,33.889529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1788,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 1793,
|
|
|
- 'adcode' => '341200',
|
|
|
- 'name' => '阜阳市',
|
|
|
- 'center' => '115.819729,32.896969',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 1794,
|
|
|
- 'adcode' => '341222',
|
|
|
- 'name' => '太和县',
|
|
|
- 'center' => '115.627243,33.16229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 1795,
|
|
|
- 'adcode' => '341221',
|
|
|
- 'name' => '临泉县',
|
|
|
- 'center' => '115.261688,33.062698',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 1796,
|
|
|
- 'adcode' => '341203',
|
|
|
- 'name' => '颍东区',
|
|
|
- 'center' => '115.858747,32.908861',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 1797,
|
|
|
- 'adcode' => '341204',
|
|
|
- 'name' => '颍泉区',
|
|
|
- 'center' => '115.804525,32.924797',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 1798,
|
|
|
- 'adcode' => '341202',
|
|
|
- 'name' => '颍州区',
|
|
|
- 'center' => '115.813914,32.891238',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 1799,
|
|
|
- 'adcode' => '341225',
|
|
|
- 'name' => '阜南县',
|
|
|
- 'center' => '115.590534,32.638102',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 1800,
|
|
|
- 'adcode' => '341226',
|
|
|
- 'name' => '颍上县',
|
|
|
- 'center' => '116.259122,32.637065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 1801,
|
|
|
- 'adcode' => '341282',
|
|
|
- 'name' => '界首市',
|
|
|
- 'center' => '115.362117,33.26153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1793,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 1802,
|
|
|
- 'adcode' => '340500',
|
|
|
- 'name' => '马鞍山市',
|
|
|
- 'center' => '118.507906,31.689362',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 1803,
|
|
|
- 'adcode' => '340506',
|
|
|
- 'name' => '博望区',
|
|
|
- 'center' => '118.843742,31.562321',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 1804,
|
|
|
- 'adcode' => '340521',
|
|
|
- 'name' => '当涂县',
|
|
|
- 'center' => '118.489873,31.556167',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 1805,
|
|
|
- 'adcode' => '340504',
|
|
|
- 'name' => '雨山区',
|
|
|
- 'center' => '118.493104,31.685912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 1806,
|
|
|
- 'adcode' => '340503',
|
|
|
- 'name' => '花山区',
|
|
|
- 'center' => '118.511308,31.69902',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 1807,
|
|
|
- 'adcode' => '340523',
|
|
|
- 'name' => '和县',
|
|
|
- 'center' => '118.362998,31.716634',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 1808,
|
|
|
- 'adcode' => '340522',
|
|
|
- 'name' => '含山县',
|
|
|
- 'center' => '118.105545,31.727758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1802,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 1809,
|
|
|
- 'adcode' => '340700',
|
|
|
- 'name' => '铜陵市',
|
|
|
- 'center' => '117.816576,30.929935',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 1810,
|
|
|
- 'adcode' => '340711',
|
|
|
- 'name' => '郊区',
|
|
|
- 'center' => '117.80707,30.908927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1809,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 1811,
|
|
|
- 'adcode' => '340705',
|
|
|
- 'name' => '铜官区',
|
|
|
- 'center' => '117.818427,30.93182',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1809,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 1812,
|
|
|
- 'adcode' => '340706',
|
|
|
- 'name' => '义安区',
|
|
|
- 'center' => '117.792288,30.952338',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1809,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 1813,
|
|
|
- 'adcode' => '340722',
|
|
|
- 'name' => '枞阳县',
|
|
|
- 'center' => '117.222027,30.700615',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1809,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 1814,
|
|
|
- 'adcode' => '341700',
|
|
|
- 'name' => '池州市',
|
|
|
- 'center' => '117.489157,30.656037',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 1815,
|
|
|
- 'adcode' => '341723',
|
|
|
- 'name' => '青阳县',
|
|
|
- 'center' => '117.857395,30.63818',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 1816,
|
|
|
- 'adcode' => '341721',
|
|
|
- 'name' => '东至县',
|
|
|
- 'center' => '117.021476,30.096568',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 1817,
|
|
|
- 'adcode' => '341702',
|
|
|
- 'name' => '贵池区',
|
|
|
- 'center' => '117.488342,30.657378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 1818,
|
|
|
- 'adcode' => '341722',
|
|
|
- 'name' => '石台县',
|
|
|
- 'center' => '117.482907,30.210324',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 1819,
|
|
|
- 'adcode' => '341600',
|
|
|
- 'name' => '亳州市',
|
|
|
- 'center' => '115.782939,33.869338',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 1820,
|
|
|
- 'adcode' => '341602',
|
|
|
- 'name' => '谯城区',
|
|
|
- 'center' => '115.781214,33.869284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1819,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 1821,
|
|
|
- 'adcode' => '341621',
|
|
|
- 'name' => '涡阳县',
|
|
|
- 'center' => '116.211551,33.502831',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1819,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 1822,
|
|
|
- 'adcode' => '341622',
|
|
|
- 'name' => '蒙城县',
|
|
|
- 'center' => '116.560337,33.260814',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1819,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 1823,
|
|
|
- 'adcode' => '341623',
|
|
|
- 'name' => '利辛县',
|
|
|
- 'center' => '116.207782,33.143503',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1819,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 1824,
|
|
|
- 'adcode' => '340300',
|
|
|
- 'name' => '蚌埠市',
|
|
|
- 'center' => '117.363228,32.939667',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 1825,
|
|
|
- 'adcode' => '340323',
|
|
|
- 'name' => '固镇县',
|
|
|
- 'center' => '117.315962,33.318679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 1826,
|
|
|
- 'adcode' => '340311',
|
|
|
- 'name' => '淮上区',
|
|
|
- 'center' => '117.34709,32.963147',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 1827,
|
|
|
- 'adcode' => '340322',
|
|
|
- 'name' => '五河县',
|
|
|
- 'center' => '117.888809,33.146202',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 1828,
|
|
|
- 'adcode' => '340321',
|
|
|
- 'name' => '怀远县',
|
|
|
- 'center' => '117.200171,32.956934',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 1829,
|
|
|
- 'adcode' => '340304',
|
|
|
- 'name' => '禹会区',
|
|
|
- 'center' => '117.35259,32.931933',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 1830,
|
|
|
- 'adcode' => '340302',
|
|
|
- 'name' => '龙子湖区',
|
|
|
- 'center' => '117.382312,32.950452',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 1831,
|
|
|
- 'adcode' => '340303',
|
|
|
- 'name' => '蚌山区',
|
|
|
- 'center' => '117.355789,32.938066',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 1832,
|
|
|
- 'adcode' => '341100',
|
|
|
- 'name' => '滁州市',
|
|
|
- 'center' => '118.316264,32.303627',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 1833,
|
|
|
- 'adcode' => '341182',
|
|
|
- 'name' => '明光市',
|
|
|
- 'center' => '117.998048,32.781206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 1834,
|
|
|
- 'adcode' => '341181',
|
|
|
- 'name' => '天长市',
|
|
|
- 'center' => '119.011212,32.6815',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 1835,
|
|
|
- 'adcode' => '341124',
|
|
|
- 'name' => '全椒县',
|
|
|
- 'center' => '118.268576,32.09385',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 1836,
|
|
|
- 'adcode' => '341126',
|
|
|
- 'name' => '凤阳县',
|
|
|
- 'center' => '117.562461,32.867146',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 1837,
|
|
|
- 'adcode' => '341122',
|
|
|
- 'name' => '来安县',
|
|
|
- 'center' => '118.433293,32.450231',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 1838,
|
|
|
- 'adcode' => '341125',
|
|
|
- 'name' => '定远县',
|
|
|
- 'center' => '117.683713,32.527105',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 1839,
|
|
|
- 'adcode' => '341103',
|
|
|
- 'name' => '南谯区',
|
|
|
- 'center' => '118.296955,32.329841',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 1840,
|
|
|
- 'adcode' => '341102',
|
|
|
- 'name' => '琅琊区',
|
|
|
- 'center' => '118.316475,32.303797',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1832,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 1841,
|
|
|
- 'adcode' => '341500',
|
|
|
- 'name' => '六安市',
|
|
|
- 'center' => '116.507676,31.752889',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 1842,
|
|
|
- 'adcode' => '341525',
|
|
|
- 'name' => '霍山县',
|
|
|
- 'center' => '116.333078,31.402456',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 1843,
|
|
|
- 'adcode' => '341503',
|
|
|
- 'name' => '裕安区',
|
|
|
- 'center' => '116.494543,31.750692',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 1844,
|
|
|
- 'adcode' => '341524',
|
|
|
- 'name' => '金寨县',
|
|
|
- 'center' => '115.878514,31.681624',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 1845,
|
|
|
- 'adcode' => '341502',
|
|
|
- 'name' => '金安区',
|
|
|
- 'center' => '116.503288,31.754491',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 1846,
|
|
|
- 'adcode' => '341523',
|
|
|
- 'name' => '舒城县',
|
|
|
- 'center' => '116.944088,31.462848',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 1847,
|
|
|
- 'adcode' => '341522',
|
|
|
- 'name' => '霍邱县',
|
|
|
- 'center' => '116.278875,32.341305',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 1848,
|
|
|
- 'adcode' => '341504',
|
|
|
- 'name' => '叶集区',
|
|
|
- 'center' => '115.913594,31.84768',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1841,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 1849,
|
|
|
- 'adcode' => '340800',
|
|
|
- 'name' => '安庆市',
|
|
|
- 'center' => '117.043551,30.50883',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 1850,
|
|
|
- 'adcode' => '340828',
|
|
|
- 'name' => '岳西县',
|
|
|
- 'center' => '116.360482,30.848502',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 1851,
|
|
|
- 'adcode' => '340824',
|
|
|
- 'name' => '潜山市',
|
|
|
- 'center' => '116.573666,30.638222',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 1852,
|
|
|
- 'adcode' => '340811',
|
|
|
- 'name' => '宜秀区',
|
|
|
- 'center' => '117.070003,30.541323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 1853,
|
|
|
- 'adcode' => '340825',
|
|
|
- 'name' => '太湖县',
|
|
|
- 'center' => '116.305225,30.451869',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 1854,
|
|
|
- 'adcode' => '340802',
|
|
|
- 'name' => '迎江区',
|
|
|
- 'center' => '117.044965,30.506375',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 1855,
|
|
|
- 'adcode' => '340881',
|
|
|
- 'name' => '桐城市',
|
|
|
- 'center' => '116.959656,31.050576',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 1856,
|
|
|
- 'adcode' => '340827',
|
|
|
- 'name' => '望江县',
|
|
|
- 'center' => '116.690927,30.12491',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 1857,
|
|
|
- 'adcode' => '340826',
|
|
|
- 'name' => '宿松县',
|
|
|
- 'center' => '116.120204,30.158327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 1858,
|
|
|
- 'adcode' => '340822',
|
|
|
- 'name' => '怀宁县',
|
|
|
- 'center' => '116.828664,30.734994',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 1859,
|
|
|
- 'adcode' => '340803',
|
|
|
- 'name' => '大观区',
|
|
|
- 'center' => '117.034512,30.505632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1849,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 1860,
|
|
|
- 'adcode' => '341000',
|
|
|
- 'name' => '黄山市',
|
|
|
- 'center' => '118.317325,29.709239',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 1861,
|
|
|
- 'adcode' => '341003',
|
|
|
- 'name' => '黄山区',
|
|
|
- 'center' => '118.136639,30.294517',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 1862,
|
|
|
- 'adcode' => '341023',
|
|
|
- 'name' => '黟县',
|
|
|
- 'center' => '117.942911,29.923812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 1863,
|
|
|
- 'adcode' => '341024',
|
|
|
- 'name' => '祁门县',
|
|
|
- 'center' => '117.717237,29.853472',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 1864,
|
|
|
- 'adcode' => '341021',
|
|
|
- 'name' => '歙县',
|
|
|
- 'center' => '118.428025,29.867748',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 1865,
|
|
|
- 'adcode' => '341002',
|
|
|
- 'name' => '屯溪区',
|
|
|
- 'center' => '118.317354,29.709186',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 1866,
|
|
|
- 'adcode' => '341004',
|
|
|
- 'name' => '徽州区',
|
|
|
- 'center' => '118.339743,29.825201',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 1867,
|
|
|
- 'adcode' => '341022',
|
|
|
- 'name' => '休宁县',
|
|
|
- 'center' => '118.188531,29.788878',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1860,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 1868,
|
|
|
- 'adcode' => '341800',
|
|
|
- 'name' => '宣城市',
|
|
|
- 'center' => '118.757995,30.945667',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 1869,
|
|
|
- 'adcode' => '341822',
|
|
|
- 'name' => '广德县',
|
|
|
- 'center' => '119.417521,30.893116',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 1870,
|
|
|
- 'adcode' => '341823',
|
|
|
- 'name' => '泾县',
|
|
|
- 'center' => '118.412397,30.685975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 1871,
|
|
|
- 'adcode' => '341825',
|
|
|
- 'name' => '旌德县',
|
|
|
- 'center' => '118.543081,30.288057',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 1872,
|
|
|
- 'adcode' => '341824',
|
|
|
- 'name' => '绩溪县',
|
|
|
- 'center' => '118.594705,30.065267',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 1873,
|
|
|
- 'adcode' => '341802',
|
|
|
- 'name' => '宣州区',
|
|
|
- 'center' => '118.758412,30.946003',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 1874,
|
|
|
- 'adcode' => '341881',
|
|
|
- 'name' => '宁国市',
|
|
|
- 'center' => '118.983407,30.626529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 1875,
|
|
|
- 'adcode' => '341821',
|
|
|
- 'name' => '郎溪县',
|
|
|
- 'center' => '119.185024,31.127834',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1868,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 1876,
|
|
|
- 'adcode' => '340400',
|
|
|
- 'name' => '淮南市',
|
|
|
- 'center' => '117.018329,32.647574',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 1877,
|
|
|
- 'adcode' => '340421',
|
|
|
- 'name' => '凤台县',
|
|
|
- 'center' => '116.722769,32.705382',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 1878,
|
|
|
- 'adcode' => '340406',
|
|
|
- 'name' => '潘集区',
|
|
|
- 'center' => '116.816879,32.782117',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 1879,
|
|
|
- 'adcode' => '340405',
|
|
|
- 'name' => '八公山区',
|
|
|
- 'center' => '116.841111,32.628229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 1880,
|
|
|
- 'adcode' => '340402',
|
|
|
- 'name' => '大通区',
|
|
|
- 'center' => '117.052927,32.632066',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 1881,
|
|
|
- 'adcode' => '340422',
|
|
|
- 'name' => '寿县',
|
|
|
- 'center' => '116.785349,32.577304',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 1882,
|
|
|
- 'adcode' => '340403',
|
|
|
- 'name' => '田家庵区',
|
|
|
- 'center' => '117.018318,32.644342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 1883,
|
|
|
- 'adcode' => '340404',
|
|
|
- 'name' => '谢家集区',
|
|
|
- 'center' => '116.865354,32.598289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1876,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 1884,
|
|
|
- 'adcode' => '340100',
|
|
|
- 'name' => '合肥市',
|
|
|
- 'center' => '117.283042,31.86119',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 1885,
|
|
|
- 'adcode' => '340103',
|
|
|
- 'name' => '庐阳区',
|
|
|
- 'center' => '117.283776,31.869011',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 1886,
|
|
|
- 'adcode' => '340122',
|
|
|
- 'name' => '肥东县',
|
|
|
- 'center' => '117.463222,31.883992',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 1887,
|
|
|
- 'adcode' => '340124',
|
|
|
- 'name' => '庐江县',
|
|
|
- 'center' => '117.289844,31.251488',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 1888,
|
|
|
- 'adcode' => '340121',
|
|
|
- 'name' => '长丰县',
|
|
|
- 'center' => '117.164699,32.478548',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 1889,
|
|
|
- 'adcode' => '340102',
|
|
|
- 'name' => '瑶海区',
|
|
|
- 'center' => '117.315358,31.86961',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 1890,
|
|
|
- 'adcode' => '340111',
|
|
|
- 'name' => '包河区',
|
|
|
- 'center' => '117.285751,31.82956',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 1891,
|
|
|
- 'adcode' => '340181',
|
|
|
- 'name' => '巢湖市',
|
|
|
- 'center' => '117.874155,31.600518',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 1892,
|
|
|
- 'adcode' => '340123',
|
|
|
- 'name' => '肥西县',
|
|
|
- 'center' => '117.166118,31.719646',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 1893,
|
|
|
- 'adcode' => '340104',
|
|
|
- 'name' => '蜀山区',
|
|
|
- 'center' => '117.262072,31.855868',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1884,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 1894,
|
|
|
- 'adcode' => '341300',
|
|
|
- 'name' => '宿州市',
|
|
|
- 'center' => '116.984084,33.633891',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 1895,
|
|
|
- 'adcode' => '341321',
|
|
|
- 'name' => '砀山县',
|
|
|
- 'center' => '116.351113,34.426247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1894,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 1896,
|
|
|
- 'adcode' => '341302',
|
|
|
- 'name' => '埇桥区',
|
|
|
- 'center' => '116.983309,33.633853',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1894,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 1897,
|
|
|
- 'adcode' => '341323',
|
|
|
- 'name' => '灵璧县',
|
|
|
- 'center' => '117.551493,33.540629',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1894,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 1898,
|
|
|
- 'adcode' => '341324',
|
|
|
- 'name' => '泗县',
|
|
|
- 'center' => '117.885443,33.47758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1894,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 1899,
|
|
|
- 'adcode' => '341322',
|
|
|
- 'name' => '萧县',
|
|
|
- 'center' => '116.945399,34.183266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1894,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 1900,
|
|
|
- 'adcode' => '340200',
|
|
|
- 'name' => '芜湖市',
|
|
|
- 'center' => '118.376451,31.326319',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1787,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 1901,
|
|
|
- 'adcode' => '340222',
|
|
|
- 'name' => '繁昌县',
|
|
|
- 'center' => '118.201349,31.080896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 1902,
|
|
|
- 'adcode' => '340203',
|
|
|
- 'name' => '弋江区',
|
|
|
- 'center' => '118.377476,31.313394',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 1903,
|
|
|
- 'adcode' => '340202',
|
|
|
- 'name' => '镜湖区',
|
|
|
- 'center' => '118.376343,31.32559',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 1904,
|
|
|
- 'adcode' => '340225',
|
|
|
- 'name' => '无为县',
|
|
|
- 'center' => '117.911432,31.303075',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 1905,
|
|
|
- 'adcode' => '340223',
|
|
|
- 'name' => '南陵县',
|
|
|
- 'center' => '118.337104,30.919638',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 1906,
|
|
|
- 'adcode' => '340207',
|
|
|
- 'name' => '鸠江区',
|
|
|
- 'center' => '118.400174,31.362716',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 1907,
|
|
|
- 'adcode' => '340208',
|
|
|
- 'name' => '三山区',
|
|
|
- 'center' => '118.233987,31.225423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 1908,
|
|
|
- 'adcode' => '340221',
|
|
|
- 'name' => '芜湖县',
|
|
|
- 'center' => '118.572301,31.145262',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1900,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 1909,
|
|
|
- 'adcode' => '350000',
|
|
|
- 'name' => '福建省',
|
|
|
- 'center' => '119.306239,26.075302',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 1910,
|
|
|
- 'adcode' => '350900',
|
|
|
- 'name' => '宁德市',
|
|
|
- 'center' => '119.527082,26.65924',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 1911,
|
|
|
- 'adcode' => '350924',
|
|
|
- 'name' => '寿宁县',
|
|
|
- 'center' => '119.506733,27.457798',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 1912,
|
|
|
- 'adcode' => '350981',
|
|
|
- 'name' => '福安市',
|
|
|
- 'center' => '119.650798,27.084246',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 1913,
|
|
|
- 'adcode' => '350925',
|
|
|
- 'name' => '周宁县',
|
|
|
- 'center' => '119.338239,27.103106',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 1914,
|
|
|
- 'adcode' => '350923',
|
|
|
- 'name' => '屏南县',
|
|
|
- 'center' => '118.987544,26.910826',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 1915,
|
|
|
- 'adcode' => '350926',
|
|
|
- 'name' => '柘荣县',
|
|
|
- 'center' => '119.898226,27.236163',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 1916,
|
|
|
- 'adcode' => '350982',
|
|
|
- 'name' => '福鼎市',
|
|
|
- 'center' => '120.219761,27.318884',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 1917,
|
|
|
- 'adcode' => '350922',
|
|
|
- 'name' => '古田县',
|
|
|
- 'center' => '118.743156,26.577491',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 1918,
|
|
|
- 'adcode' => '350902',
|
|
|
- 'name' => '蕉城区',
|
|
|
- 'center' => '119.527225,26.659253',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 1919,
|
|
|
- 'adcode' => '350921',
|
|
|
- 'name' => '霞浦县',
|
|
|
- 'center' => '120.005214,26.882068',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1910,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 1920,
|
|
|
- 'adcode' => '350300',
|
|
|
- 'name' => '莆田市',
|
|
|
- 'center' => '119.007558,25.431011',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 1921,
|
|
|
- 'adcode' => '350322',
|
|
|
- 'name' => '仙游县',
|
|
|
- 'center' => '118.694331,25.356529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1920,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 1922,
|
|
|
- 'adcode' => '350302',
|
|
|
- 'name' => '城厢区',
|
|
|
- 'center' => '119.001028,25.433737',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1920,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 1923,
|
|
|
- 'adcode' => '350304',
|
|
|
- 'name' => '荔城区',
|
|
|
- 'center' => '119.020047,25.430047',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1920,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 1924,
|
|
|
- 'adcode' => '350305',
|
|
|
- 'name' => '秀屿区',
|
|
|
- 'center' => '119.092607,25.316141',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1920,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 1925,
|
|
|
- 'adcode' => '350303',
|
|
|
- 'name' => '涵江区',
|
|
|
- 'center' => '119.119102,25.459273',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1920,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 1926,
|
|
|
- 'adcode' => '350800',
|
|
|
- 'name' => '龙岩市',
|
|
|
- 'center' => '117.02978,25.091603',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 1927,
|
|
|
- 'adcode' => '350821',
|
|
|
- 'name' => '长汀县',
|
|
|
- 'center' => '116.361007,25.842278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 1928,
|
|
|
- 'adcode' => '350825',
|
|
|
- 'name' => '连城县',
|
|
|
- 'center' => '116.756687,25.708506',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 1929,
|
|
|
- 'adcode' => '350881',
|
|
|
- 'name' => '漳平市',
|
|
|
- 'center' => '117.42073,25.291597',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 1930,
|
|
|
- 'adcode' => '350824',
|
|
|
- 'name' => '武平县',
|
|
|
- 'center' => '116.100928,25.08865',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 1931,
|
|
|
- 'adcode' => '350802',
|
|
|
- 'name' => '新罗区',
|
|
|
- 'center' => '117.030721,25.0918',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 1932,
|
|
|
- 'adcode' => '350823',
|
|
|
- 'name' => '上杭县',
|
|
|
- 'center' => '116.424774,25.050019',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 1933,
|
|
|
- 'adcode' => '350803',
|
|
|
- 'name' => '永定区',
|
|
|
- 'center' => '116.732691,24.720442',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1926,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 1934,
|
|
|
- 'adcode' => '350100',
|
|
|
- 'name' => '福州市',
|
|
|
- 'center' => '119.306239,26.075302',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 1935,
|
|
|
- 'adcode' => '350121',
|
|
|
- 'name' => '闽侯县',
|
|
|
- 'center' => '119.145117,26.148567',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 1936,
|
|
|
- 'adcode' => '350123',
|
|
|
- 'name' => '罗源县',
|
|
|
- 'center' => '119.552645,26.487234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 1937,
|
|
|
- 'adcode' => '350124',
|
|
|
- 'name' => '闽清县',
|
|
|
- 'center' => '118.868416,26.223793',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 1938,
|
|
|
- 'adcode' => '350122',
|
|
|
- 'name' => '连江县',
|
|
|
- 'center' => '119.538365,26.202109',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 1939,
|
|
|
- 'adcode' => '350125',
|
|
|
- 'name' => '永泰县',
|
|
|
- 'center' => '118.939089,25.864825',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 1940,
|
|
|
- 'adcode' => '350112',
|
|
|
- 'name' => '长乐区',
|
|
|
- 'center' => '119.510849,25.960583',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 1941,
|
|
|
- 'adcode' => '350104',
|
|
|
- 'name' => '仓山区',
|
|
|
- 'center' => '119.320988,26.038912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 1942,
|
|
|
- 'adcode' => '350181',
|
|
|
- 'name' => '福清市',
|
|
|
- 'center' => '119.376992,25.720402',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 1943,
|
|
|
- 'adcode' => '350128',
|
|
|
- 'name' => '平潭县',
|
|
|
- 'center' => '119.791197,25.503672',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 1944,
|
|
|
- 'adcode' => '350102',
|
|
|
- 'name' => '鼓楼区',
|
|
|
- 'center' => '119.29929,26.082284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 1945,
|
|
|
- 'adcode' => '350103',
|
|
|
- 'name' => '台江区',
|
|
|
- 'center' => '119.310156,26.058616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 1946,
|
|
|
- 'adcode' => '350105',
|
|
|
- 'name' => '马尾区',
|
|
|
- 'center' => '119.458725,25.991975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 1947,
|
|
|
- 'adcode' => '350111',
|
|
|
- 'name' => '晋安区',
|
|
|
- 'center' => '119.328597,26.078837',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1934,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 1948,
|
|
|
- 'adcode' => '350500',
|
|
|
- 'name' => '泉州市',
|
|
|
- 'center' => '118.589421,24.908853',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 1949,
|
|
|
- 'adcode' => '350526',
|
|
|
- 'name' => '德化县',
|
|
|
- 'center' => '118.242986,25.489004',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 1950,
|
|
|
- 'adcode' => '350525',
|
|
|
- 'name' => '永春县',
|
|
|
- 'center' => '118.29503,25.320721',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 1951,
|
|
|
- 'adcode' => '350524',
|
|
|
- 'name' => '安溪县',
|
|
|
- 'center' => '118.186014,25.056824',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 1952,
|
|
|
- 'adcode' => '350583',
|
|
|
- 'name' => '南安市',
|
|
|
- 'center' => '118.387031,24.959494',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 1953,
|
|
|
- 'adcode' => '350504',
|
|
|
- 'name' => '洛江区',
|
|
|
- 'center' => '118.670312,24.941153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 1954,
|
|
|
- 'adcode' => '350521',
|
|
|
- 'name' => '惠安县',
|
|
|
- 'center' => '118.798954,25.028718',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 1955,
|
|
|
- 'adcode' => '350505',
|
|
|
- 'name' => '泉港区',
|
|
|
- 'center' => '118.912285,25.126859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 1956,
|
|
|
- 'adcode' => '350503',
|
|
|
- 'name' => '丰泽区',
|
|
|
- 'center' => '118.605147,24.896041',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 1957,
|
|
|
- 'adcode' => '350581',
|
|
|
- 'name' => '石狮市',
|
|
|
- 'center' => '118.628402,24.731978',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 1958,
|
|
|
- 'adcode' => '350582',
|
|
|
- 'name' => '晋江市',
|
|
|
- 'center' => '118.577338,24.807322',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 1959,
|
|
|
- 'adcode' => '350527',
|
|
|
- 'name' => '金门县',
|
|
|
- 'center' => '118.323221,24.436417',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 1960,
|
|
|
- 'adcode' => '350502',
|
|
|
- 'name' => '鲤城区',
|
|
|
- 'center' => '118.588929,24.907645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1948,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 1961,
|
|
|
- 'adcode' => '350200',
|
|
|
- 'name' => '厦门市',
|
|
|
- 'center' => '118.11022,24.490474',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 1962,
|
|
|
- 'adcode' => '350212',
|
|
|
- 'name' => '同安区',
|
|
|
- 'center' => '118.150455,24.729333',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 1963,
|
|
|
- 'adcode' => '350211',
|
|
|
- 'name' => '集美区',
|
|
|
- 'center' => '118.100869,24.572874',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 1964,
|
|
|
- 'adcode' => '350203',
|
|
|
- 'name' => '思明区',
|
|
|
- 'center' => '118.087828,24.462059',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 1965,
|
|
|
- 'adcode' => '350205',
|
|
|
- 'name' => '海沧区',
|
|
|
- 'center' => '118.036364,24.492512',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 1966,
|
|
|
- 'adcode' => '350206',
|
|
|
- 'name' => '湖里区',
|
|
|
- 'center' => '118.10943,24.512764',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 1967,
|
|
|
- 'adcode' => '350213',
|
|
|
- 'name' => '翔安区',
|
|
|
- 'center' => '118.242811,24.637479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1961,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 1968,
|
|
|
- 'adcode' => '350600',
|
|
|
- 'name' => '漳州市',
|
|
|
- 'center' => '117.661801,24.510897',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 1969,
|
|
|
- 'adcode' => '350629',
|
|
|
- 'name' => '华安县',
|
|
|
- 'center' => '117.53631,25.001416',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 1970,
|
|
|
- 'adcode' => '350627',
|
|
|
- 'name' => '南靖县',
|
|
|
- 'center' => '117.365462,24.516425',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 1971,
|
|
|
- 'adcode' => '350625',
|
|
|
- 'name' => '长泰县',
|
|
|
- 'center' => '117.755913,24.621475',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 1972,
|
|
|
- 'adcode' => '350624',
|
|
|
- 'name' => '诏安县',
|
|
|
- 'center' => '117.176083,23.710834',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 1973,
|
|
|
- 'adcode' => '350681',
|
|
|
- 'name' => '龙海市',
|
|
|
- 'center' => '117.817292,24.445341',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 1974,
|
|
|
- 'adcode' => '350623',
|
|
|
- 'name' => '漳浦县',
|
|
|
- 'center' => '117.614023,24.117907',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 1975,
|
|
|
- 'adcode' => '350626',
|
|
|
- 'name' => '东山县',
|
|
|
- 'center' => '117.427679,23.702845',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 1976,
|
|
|
- 'adcode' => '350602',
|
|
|
- 'name' => '芗城区',
|
|
|
- 'center' => '117.656461,24.509955',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 1977,
|
|
|
- 'adcode' => '350603',
|
|
|
- 'name' => '龙文区',
|
|
|
- 'center' => '117.671387,24.515656',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 1978,
|
|
|
- 'adcode' => '350622',
|
|
|
- 'name' => '云霄县',
|
|
|
- 'center' => '117.340946,23.950486',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 1979,
|
|
|
- 'adcode' => '350628',
|
|
|
- 'name' => '平和县',
|
|
|
- 'center' => '117.313549,24.366158',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1968,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 1980,
|
|
|
- 'adcode' => '350700',
|
|
|
- 'name' => '南平市',
|
|
|
- 'center' => '118.178459,26.635627',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 1981,
|
|
|
- 'adcode' => '350724',
|
|
|
- 'name' => '松溪县',
|
|
|
- 'center' => '118.783491,27.525785',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 1982,
|
|
|
- 'adcode' => '350703',
|
|
|
- 'name' => '建阳区',
|
|
|
- 'center' => '118.12267,27.332067',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 1983,
|
|
|
- 'adcode' => '350782',
|
|
|
- 'name' => '武夷山市',
|
|
|
- 'center' => '118.032796,27.751733',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 1984,
|
|
|
- 'adcode' => '350722',
|
|
|
- 'name' => '浦城县',
|
|
|
- 'center' => '118.536822,27.920412',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 1985,
|
|
|
- 'adcode' => '350723',
|
|
|
- 'name' => '光泽县',
|
|
|
- 'center' => '117.337897,27.542803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 1986,
|
|
|
- 'adcode' => '350781',
|
|
|
- 'name' => '邵武市',
|
|
|
- 'center' => '117.491544,27.337952',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 1987,
|
|
|
- 'adcode' => '350725',
|
|
|
- 'name' => '政和县',
|
|
|
- 'center' => '118.858661,27.365398',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 1988,
|
|
|
- 'adcode' => '350721',
|
|
|
- 'name' => '顺昌县',
|
|
|
- 'center' => '117.80771,26.792851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 1989,
|
|
|
- 'adcode' => '350783',
|
|
|
- 'name' => '建瓯市',
|
|
|
- 'center' => '118.321765,27.03502',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 1990,
|
|
|
- 'adcode' => '350702',
|
|
|
- 'name' => '延平区',
|
|
|
- 'center' => '118.178918,26.636079',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1980,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 1991,
|
|
|
- 'adcode' => '350400',
|
|
|
- 'name' => '三明市',
|
|
|
- 'center' => '117.635001,26.265444',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 1909,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 1992,
|
|
|
- 'adcode' => '350429',
|
|
|
- 'name' => '泰宁县',
|
|
|
- 'center' => '117.177522,26.897995',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 1993,
|
|
|
- 'adcode' => '350424',
|
|
|
- 'name' => '宁化县',
|
|
|
- 'center' => '116.659725,26.259932',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 1994,
|
|
|
- 'adcode' => '350423',
|
|
|
- 'name' => '清流县',
|
|
|
- 'center' => '116.815821,26.17761',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 1995,
|
|
|
- 'adcode' => '350402',
|
|
|
- 'name' => '梅列区',
|
|
|
- 'center' => '117.63687,26.269208',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 1996,
|
|
|
- 'adcode' => '350403',
|
|
|
- 'name' => '三元区',
|
|
|
- 'center' => '117.607418,26.234191',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 1997,
|
|
|
- 'adcode' => '350481',
|
|
|
- 'name' => '永安市',
|
|
|
- 'center' => '117.364447,25.974075',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 1998,
|
|
|
- 'adcode' => '350425',
|
|
|
- 'name' => '大田县',
|
|
|
- 'center' => '117.849355,25.690803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 1999,
|
|
|
- 'adcode' => '350427',
|
|
|
- 'name' => '沙县',
|
|
|
- 'center' => '117.789095,26.397361',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 2000,
|
|
|
- 'adcode' => '350426',
|
|
|
- 'name' => '尤溪县',
|
|
|
- 'center' => '118.188577,26.169261',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 2001,
|
|
|
- 'adcode' => '350430',
|
|
|
- 'name' => '建宁县',
|
|
|
- 'center' => '116.845832,26.831398',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 2002,
|
|
|
- 'adcode' => '350421',
|
|
|
- 'name' => '明溪县',
|
|
|
- 'center' => '117.201845,26.357375',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 2003,
|
|
|
- 'adcode' => '350428',
|
|
|
- 'name' => '将乐县',
|
|
|
- 'center' => '117.473558,26.728667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 1991,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 2004,
|
|
|
- 'adcode' => '430000',
|
|
|
- 'name' => '湖南省',
|
|
|
- 'center' => '112.982279,28.19409',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 2005,
|
|
|
- 'adcode' => '430600',
|
|
|
- 'name' => '岳阳市',
|
|
|
- 'center' => '113.132855,29.37029',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 2006,
|
|
|
- 'adcode' => '430623',
|
|
|
- 'name' => '华容县',
|
|
|
- 'center' => '112.559369,29.524107',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 2007,
|
|
|
- 'adcode' => '430611',
|
|
|
- 'name' => '君山区',
|
|
|
- 'center' => '113.004082,29.438062',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 2008,
|
|
|
- 'adcode' => '430603',
|
|
|
- 'name' => '云溪区',
|
|
|
- 'center' => '113.27387,29.473395',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 2009,
|
|
|
- 'adcode' => '430602',
|
|
|
- 'name' => '岳阳楼区',
|
|
|
- 'center' => '113.120751,29.366784',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 2010,
|
|
|
- 'adcode' => '430681',
|
|
|
- 'name' => '汨罗市',
|
|
|
- 'center' => '113.079419,28.803149',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 2011,
|
|
|
- 'adcode' => '430624',
|
|
|
- 'name' => '湘阴县',
|
|
|
- 'center' => '112.889748,28.677498',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 2012,
|
|
|
- 'adcode' => '430682',
|
|
|
- 'name' => '临湘市',
|
|
|
- 'center' => '113.450809,29.471594',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 2013,
|
|
|
- 'adcode' => '430621',
|
|
|
- 'name' => '岳阳县',
|
|
|
- 'center' => '113.116073,29.144843',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 2014,
|
|
|
- 'adcode' => '430626',
|
|
|
- 'name' => '平江县',
|
|
|
- 'center' => '113.593751,28.701523',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2005,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 2015,
|
|
|
- 'adcode' => '430900',
|
|
|
- 'name' => '益阳市',
|
|
|
- 'center' => '112.355042,28.570066',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 2016,
|
|
|
- 'adcode' => '430921',
|
|
|
- 'name' => '南县',
|
|
|
- 'center' => '112.410399,29.372181',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 2017,
|
|
|
- 'adcode' => '430981',
|
|
|
- 'name' => '沅江市',
|
|
|
- 'center' => '112.361088,28.839713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 2018,
|
|
|
- 'adcode' => '430902',
|
|
|
- 'name' => '资阳区',
|
|
|
- 'center' => '112.33084,28.592771',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 2019,
|
|
|
- 'adcode' => '430922',
|
|
|
- 'name' => '桃江县',
|
|
|
- 'center' => '112.139732,28.520993',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 2020,
|
|
|
- 'adcode' => '430903',
|
|
|
- 'name' => '赫山区',
|
|
|
- 'center' => '112.360946,28.568327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 2021,
|
|
|
- 'adcode' => '430923',
|
|
|
- 'name' => '安化县',
|
|
|
- 'center' => '111.221824,28.377421',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2015,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 2022,
|
|
|
- 'adcode' => '431300',
|
|
|
- 'name' => '娄底市',
|
|
|
- 'center' => '112.008497,27.728136',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 2023,
|
|
|
- 'adcode' => '431381',
|
|
|
- 'name' => '冷水江市',
|
|
|
- 'center' => '111.434674,27.685759',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2022,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 2024,
|
|
|
- 'adcode' => '431322',
|
|
|
- 'name' => '新化县',
|
|
|
- 'center' => '111.306747,27.737456',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2022,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 2025,
|
|
|
- 'adcode' => '431382',
|
|
|
- 'name' => '涟源市',
|
|
|
- 'center' => '111.670847,27.692301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2022,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 2026,
|
|
|
- 'adcode' => '431321',
|
|
|
- 'name' => '双峰县',
|
|
|
- 'center' => '112.198245,27.459126',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2022,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 2027,
|
|
|
- 'adcode' => '431302',
|
|
|
- 'name' => '娄星区',
|
|
|
- 'center' => '112.008486,27.726643',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2022,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 2028,
|
|
|
- 'adcode' => '430400',
|
|
|
- 'name' => '衡阳市',
|
|
|
- 'center' => '112.607693,26.900358',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 2029,
|
|
|
- 'adcode' => '430423',
|
|
|
- 'name' => '衡山县',
|
|
|
- 'center' => '112.86971,27.234808',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 2030,
|
|
|
- 'adcode' => '430424',
|
|
|
- 'name' => '衡东县',
|
|
|
- 'center' => '112.950412,27.083531',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 2031,
|
|
|
- 'adcode' => '430412',
|
|
|
- 'name' => '南岳区',
|
|
|
- 'center' => '112.734147,27.240536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 2032,
|
|
|
- 'adcode' => '430421',
|
|
|
- 'name' => '衡阳县',
|
|
|
- 'center' => '112.379643,26.962388',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 2033,
|
|
|
- 'adcode' => '430426',
|
|
|
- 'name' => '祁东县',
|
|
|
- 'center' => '112.111192,26.787109',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 2034,
|
|
|
- 'adcode' => '430422',
|
|
|
- 'name' => '衡南县',
|
|
|
- 'center' => '112.677459,26.739973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 2035,
|
|
|
- 'adcode' => '430406',
|
|
|
- 'name' => '雁峰区',
|
|
|
- 'center' => '112.612241,26.893694',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 2036,
|
|
|
- 'adcode' => '430407',
|
|
|
- 'name' => '石鼓区',
|
|
|
- 'center' => '112.607635,26.903908',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 2037,
|
|
|
- 'adcode' => '430405',
|
|
|
- 'name' => '珠晖区',
|
|
|
- 'center' => '112.626324,26.891063',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 2038,
|
|
|
- 'adcode' => '430481',
|
|
|
- 'name' => '耒阳市',
|
|
|
- 'center' => '112.847215,26.414162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 2039,
|
|
|
- 'adcode' => '430408',
|
|
|
- 'name' => '蒸湘区',
|
|
|
- 'center' => '112.570608,26.89087',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 2040,
|
|
|
- 'adcode' => '430482',
|
|
|
- 'name' => '常宁市',
|
|
|
- 'center' => '112.396821,26.406773',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2028,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 2041,
|
|
|
- 'adcode' => '430100',
|
|
|
- 'name' => '长沙市',
|
|
|
- 'center' => '112.982279,28.19409',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 2042,
|
|
|
- 'adcode' => '430105',
|
|
|
- 'name' => '开福区',
|
|
|
- 'center' => '112.985525,28.201336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 2043,
|
|
|
- 'adcode' => '430104',
|
|
|
- 'name' => '岳麓区',
|
|
|
- 'center' => '112.911591,28.213044',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 2044,
|
|
|
- 'adcode' => '430181',
|
|
|
- 'name' => '浏阳市',
|
|
|
- 'center' => '113.633301,28.141112',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 2045,
|
|
|
- 'adcode' => '430103',
|
|
|
- 'name' => '天心区',
|
|
|
- 'center' => '112.97307,28.192375',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 2046,
|
|
|
- 'adcode' => '430111',
|
|
|
- 'name' => '雨花区',
|
|
|
- 'center' => '113.016337,28.109937',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 2047,
|
|
|
- 'adcode' => '430102',
|
|
|
- 'name' => '芙蓉区',
|
|
|
- 'center' => '112.988094,28.193106',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 2048,
|
|
|
- 'adcode' => '430121',
|
|
|
- 'name' => '长沙县',
|
|
|
- 'center' => '113.080098,28.237888',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 2049,
|
|
|
- 'adcode' => '430182',
|
|
|
- 'name' => '宁乡市',
|
|
|
- 'center' => '112.553182,28.253928',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 2050,
|
|
|
- 'adcode' => '430112',
|
|
|
- 'name' => '望城区',
|
|
|
- 'center' => '112.819549,28.347458',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 2051,
|
|
|
- 'adcode' => '430800',
|
|
|
- 'name' => '张家界市',
|
|
|
- 'center' => '110.479921,29.127401',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 2052,
|
|
|
- 'adcode' => '430821',
|
|
|
- 'name' => '慈利县',
|
|
|
- 'center' => '111.132702,29.423876',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 2053,
|
|
|
- 'adcode' => '430811',
|
|
|
- 'name' => '武陵源区',
|
|
|
- 'center' => '110.54758,29.347827',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 2054,
|
|
|
- 'adcode' => '430822',
|
|
|
- 'name' => '桑植县',
|
|
|
- 'center' => '110.164039,29.399939',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 2055,
|
|
|
- 'adcode' => '430802',
|
|
|
- 'name' => '永定区',
|
|
|
- 'center' => '110.484559,29.125961',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2051,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 2056,
|
|
|
- 'adcode' => '431200',
|
|
|
- 'name' => '怀化市',
|
|
|
- 'center' => '109.97824,27.550082',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 2057,
|
|
|
- 'adcode' => '431228',
|
|
|
- 'name' => '芷江侗族自治县',
|
|
|
- 'center' => '109.687777,27.437996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 2058,
|
|
|
- 'adcode' => '431281',
|
|
|
- 'name' => '洪江市',
|
|
|
- 'center' => '109.831765,27.201876',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 2059,
|
|
|
- 'adcode' => '431230',
|
|
|
- 'name' => '通道侗族自治县',
|
|
|
- 'center' => '109.783359,26.158349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 2060,
|
|
|
- 'adcode' => '431222',
|
|
|
- 'name' => '沅陵县',
|
|
|
- 'center' => '110.399161,28.455554',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 2061,
|
|
|
- 'adcode' => '431223',
|
|
|
- 'name' => '辰溪县',
|
|
|
- 'center' => '110.196953,28.005474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 2062,
|
|
|
- 'adcode' => '431224',
|
|
|
- 'name' => '溆浦县',
|
|
|
- 'center' => '110.593373,27.903802',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 2063,
|
|
|
- 'adcode' => '431225',
|
|
|
- 'name' => '会同县',
|
|
|
- 'center' => '109.720785,26.870789',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 2064,
|
|
|
- 'adcode' => '431229',
|
|
|
- 'name' => '靖州苗族侗族自治县',
|
|
|
- 'center' => '109.691159,26.573511',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 2065,
|
|
|
- 'adcode' => '431226',
|
|
|
- 'name' => '麻阳苗族自治县',
|
|
|
- 'center' => '109.802807,27.865991',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 2066,
|
|
|
- 'adcode' => '431227',
|
|
|
- 'name' => '新晃侗族自治县',
|
|
|
- 'center' => '109.174443,27.359897',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 2067,
|
|
|
- 'adcode' => '431221',
|
|
|
- 'name' => '中方县',
|
|
|
- 'center' => '109.948061,27.43736',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 2068,
|
|
|
- 'adcode' => '431202',
|
|
|
- 'name' => '鹤城区',
|
|
|
- 'center' => '109.982242,27.548474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2056,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 2069,
|
|
|
- 'adcode' => '433100',
|
|
|
- 'name' => '湘西土家族苗族自治州',
|
|
|
- 'center' => '109.739735,28.314296',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 2070,
|
|
|
- 'adcode' => '433127',
|
|
|
- 'name' => '永顺县',
|
|
|
- 'center' => '109.853292,28.998068',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 2071,
|
|
|
- 'adcode' => '433125',
|
|
|
- 'name' => '保靖县',
|
|
|
- 'center' => '109.651445,28.709605',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 2072,
|
|
|
- 'adcode' => '433124',
|
|
|
- 'name' => '花垣县',
|
|
|
- 'center' => '109.479063,28.581352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 2073,
|
|
|
- 'adcode' => '433101',
|
|
|
- 'name' => '吉首市',
|
|
|
- 'center' => '109.738273,28.314827',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 2074,
|
|
|
- 'adcode' => '433126',
|
|
|
- 'name' => '古丈县',
|
|
|
- 'center' => '109.949592,28.616973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 2075,
|
|
|
- 'adcode' => '433122',
|
|
|
- 'name' => '泸溪县',
|
|
|
- 'center' => '110.214428,28.214516',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 2076,
|
|
|
- 'adcode' => '433130',
|
|
|
- 'name' => '龙山县',
|
|
|
- 'center' => '109.441189,29.453438',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 2077,
|
|
|
- 'adcode' => '433123',
|
|
|
- 'name' => '凤凰县',
|
|
|
- 'center' => '109.599191,27.948308',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 2078,
|
|
|
- 'adcode' => '430700',
|
|
|
- 'name' => '常德市',
|
|
|
- 'center' => '111.691347,29.040225',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 2079,
|
|
|
- 'adcode' => '430726',
|
|
|
- 'name' => '石门县',
|
|
|
- 'center' => '111.379087,29.584703',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 2080,
|
|
|
- 'adcode' => '430723',
|
|
|
- 'name' => '澧县',
|
|
|
- 'center' => '111.761682,29.64264',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 2081,
|
|
|
- 'adcode' => '430724',
|
|
|
- 'name' => '临澧县',
|
|
|
- 'center' => '111.645602,29.443217',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 2082,
|
|
|
- 'adcode' => '430781',
|
|
|
- 'name' => '津市市',
|
|
|
- 'center' => '111.879609,29.630867',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 2083,
|
|
|
- 'adcode' => '430703',
|
|
|
- 'name' => '鼎城区',
|
|
|
- 'center' => '111.685327,29.014426',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 2084,
|
|
|
- 'adcode' => '430702',
|
|
|
- 'name' => '武陵区',
|
|
|
- 'center' => '111.690718,29.040477',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 2085,
|
|
|
- 'adcode' => '430722',
|
|
|
- 'name' => '汉寿县',
|
|
|
- 'center' => '111.968506,28.907319',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 2086,
|
|
|
- 'adcode' => '430725',
|
|
|
- 'name' => '桃源县',
|
|
|
- 'center' => '111.484503,28.902734',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 2087,
|
|
|
- 'adcode' => '430721',
|
|
|
- 'name' => '安乡县',
|
|
|
- 'center' => '112.172289,29.414483',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2078,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 2088,
|
|
|
- 'adcode' => '430200',
|
|
|
- 'name' => '株洲市',
|
|
|
- 'center' => '113.151737,27.835806',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 2089,
|
|
|
- 'adcode' => '430202',
|
|
|
- 'name' => '荷塘区',
|
|
|
- 'center' => '113.162548,27.833036',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 2090,
|
|
|
- 'adcode' => '430223',
|
|
|
- 'name' => '攸县',
|
|
|
- 'center' => '113.345774,27.000071',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 2091,
|
|
|
- 'adcode' => '430224',
|
|
|
- 'name' => '茶陵县',
|
|
|
- 'center' => '113.546509,26.789534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 2092,
|
|
|
- 'adcode' => '430225',
|
|
|
- 'name' => '炎陵县',
|
|
|
- 'center' => '113.776884,26.489459',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 2093,
|
|
|
- 'adcode' => '430211',
|
|
|
- 'name' => '天元区',
|
|
|
- 'center' => '113.136252,27.826909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 2094,
|
|
|
- 'adcode' => '430203',
|
|
|
- 'name' => '芦淞区',
|
|
|
- 'center' => '113.155169,27.827246',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 2095,
|
|
|
- 'adcode' => '430212',
|
|
|
- 'name' => '渌口区',
|
|
|
- 'center' => '113.146176,27.705844',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 2096,
|
|
|
- 'adcode' => '430204',
|
|
|
- 'name' => '石峰区',
|
|
|
- 'center' => '113.11295,27.871945',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 2097,
|
|
|
- 'adcode' => '430281',
|
|
|
- 'name' => '醴陵市',
|
|
|
- 'center' => '113.507157,27.657873',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 2098,
|
|
|
- 'adcode' => '430500',
|
|
|
- 'name' => '邵阳市',
|
|
|
- 'center' => '111.46923,27.237842',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 2099,
|
|
|
- 'adcode' => '430524',
|
|
|
- 'name' => '隆回县',
|
|
|
- 'center' => '111.038785,27.116002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 2100,
|
|
|
- 'adcode' => '430511',
|
|
|
- 'name' => '北塔区',
|
|
|
- 'center' => '111.452315,27.245688',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 2101,
|
|
|
- 'adcode' => '430502',
|
|
|
- 'name' => '双清区',
|
|
|
- 'center' => '111.479756,27.240001',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 2102,
|
|
|
- 'adcode' => '430523',
|
|
|
- 'name' => '邵阳县',
|
|
|
- 'center' => '111.2757,26.989713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 2103,
|
|
|
- 'adcode' => '430503',
|
|
|
- 'name' => '大祥区',
|
|
|
- 'center' => '111.462968,27.233593',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 2104,
|
|
|
- 'adcode' => '430527',
|
|
|
- 'name' => '绥宁县',
|
|
|
- 'center' => '110.155075,26.580622',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 2105,
|
|
|
- 'adcode' => '430528',
|
|
|
- 'name' => '新宁县',
|
|
|
- 'center' => '110.859115,26.438912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 2106,
|
|
|
- 'adcode' => '430529',
|
|
|
- 'name' => '城步苗族自治县',
|
|
|
- 'center' => '110.313226,26.363575',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 2107,
|
|
|
- 'adcode' => '430581',
|
|
|
- 'name' => '武冈市',
|
|
|
- 'center' => '110.636804,26.732086',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 2108,
|
|
|
- 'adcode' => '430525',
|
|
|
- 'name' => '洞口县',
|
|
|
- 'center' => '110.579212,27.062286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 2109,
|
|
|
- 'adcode' => '430521',
|
|
|
- 'name' => '邵东县',
|
|
|
- 'center' => '111.743168,27.257273',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 2110,
|
|
|
- 'adcode' => '430522',
|
|
|
- 'name' => '新邵县',
|
|
|
- 'center' => '111.459762,27.311429',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 2111,
|
|
|
- 'adcode' => '430300',
|
|
|
- 'name' => '湘潭市',
|
|
|
- 'center' => '112.944052,27.82973',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 2112,
|
|
|
- 'adcode' => '430302',
|
|
|
- 'name' => '雨湖区',
|
|
|
- 'center' => '112.907427,27.86077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2111,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 2113,
|
|
|
- 'adcode' => '430321',
|
|
|
- 'name' => '湘潭县',
|
|
|
- 'center' => '112.952829,27.778601',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2111,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 2114,
|
|
|
- 'adcode' => '430304',
|
|
|
- 'name' => '岳塘区',
|
|
|
- 'center' => '112.927707,27.828854',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2111,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 2115,
|
|
|
- 'adcode' => '430382',
|
|
|
- 'name' => '韶山市',
|
|
|
- 'center' => '112.52848,27.922682',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2111,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 2116,
|
|
|
- 'adcode' => '430381',
|
|
|
- 'name' => '湘乡市',
|
|
|
- 'center' => '112.525217,27.734918',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2111,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 2117,
|
|
|
- 'adcode' => '431100',
|
|
|
- 'name' => '永州市',
|
|
|
- 'center' => '111.608019,26.434516',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 2118,
|
|
|
- 'adcode' => '431122',
|
|
|
- 'name' => '东安县',
|
|
|
- 'center' => '111.313035,26.397278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 2119,
|
|
|
- 'adcode' => '431121',
|
|
|
- 'name' => '祁阳县',
|
|
|
- 'center' => '111.85734,26.585929',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 2120,
|
|
|
- 'adcode' => '431103',
|
|
|
- 'name' => '冷水滩区',
|
|
|
- 'center' => '111.607156,26.434364',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 2121,
|
|
|
- 'adcode' => '431102',
|
|
|
- 'name' => '零陵区',
|
|
|
- 'center' => '111.626348,26.223347',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 2122,
|
|
|
- 'adcode' => '431128',
|
|
|
- 'name' => '新田县',
|
|
|
- 'center' => '112.220341,25.906927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 2123,
|
|
|
- 'adcode' => '431126',
|
|
|
- 'name' => '宁远县',
|
|
|
- 'center' => '111.944529,25.584112',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 2124,
|
|
|
- 'adcode' => '431124',
|
|
|
- 'name' => '道县',
|
|
|
- 'center' => '111.591614,25.518444',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 2125,
|
|
|
- 'adcode' => '431125',
|
|
|
- 'name' => '江永县',
|
|
|
- 'center' => '111.346803,25.268154',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 2126,
|
|
|
- 'adcode' => '431129',
|
|
|
- 'name' => '江华瑶族自治县',
|
|
|
- 'center' => '111.577276,25.182596',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 2127,
|
|
|
- 'adcode' => '431123',
|
|
|
- 'name' => '双牌县',
|
|
|
- 'center' => '111.662146,25.959397',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 2128,
|
|
|
- 'adcode' => '431127',
|
|
|
- 'name' => '蓝山县',
|
|
|
- 'center' => '112.194195,25.375255',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2117,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 2129,
|
|
|
- 'adcode' => '431000',
|
|
|
- 'name' => '郴州市',
|
|
|
- 'center' => '113.032067,25.793589',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 2130,
|
|
|
- 'adcode' => '431028',
|
|
|
- 'name' => '安仁县',
|
|
|
- 'center' => '113.27217,26.708625',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 2131,
|
|
|
- 'adcode' => '431081',
|
|
|
- 'name' => '资兴市',
|
|
|
- 'center' => '113.23682,25.974152',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 2132,
|
|
|
- 'adcode' => '431023',
|
|
|
- 'name' => '永兴县',
|
|
|
- 'center' => '113.114819,26.129392',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 2133,
|
|
|
- 'adcode' => '431026',
|
|
|
- 'name' => '汝城县',
|
|
|
- 'center' => '113.685686,25.553759',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 2134,
|
|
|
- 'adcode' => '431027',
|
|
|
- 'name' => '桂东县',
|
|
|
- 'center' => '113.945879,26.073917',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 2135,
|
|
|
- 'adcode' => '431003',
|
|
|
- 'name' => '苏仙区',
|
|
|
- 'center' => '113.038698,25.793157',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 2136,
|
|
|
- 'adcode' => '431002',
|
|
|
- 'name' => '北湖区',
|
|
|
- 'center' => '113.032208,25.792628',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 2137,
|
|
|
- 'adcode' => '431025',
|
|
|
- 'name' => '临武县',
|
|
|
- 'center' => '112.564589,25.279119',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 2138,
|
|
|
- 'adcode' => '431021',
|
|
|
- 'name' => '桂阳县',
|
|
|
- 'center' => '112.734466,25.737447',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 2139,
|
|
|
- 'adcode' => '431022',
|
|
|
- 'name' => '宜章县',
|
|
|
- 'center' => '112.947884,25.394345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 2140,
|
|
|
- 'adcode' => '431024',
|
|
|
- 'name' => '嘉禾县',
|
|
|
- 'center' => '112.370618,25.587309',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2129,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 2141,
|
|
|
- 'adcode' => '460000',
|
|
|
- 'name' => '海南省',
|
|
|
- 'center' => '110.33119,20.031971',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 2142,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '临高县',
|
|
|
- 'center' => '109.687697,19.908293',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 2143,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '南宝镇',
|
|
|
- 'center' => '109.638,19.7516',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 2144,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '博厚镇',
|
|
|
- 'center' => '109.716,19.893',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 2145,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '和舍镇',
|
|
|
- 'center' => '109.715,19.6717',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 2146,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '调楼镇',
|
|
|
- 'center' => '109.61,19.9231',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 2147,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '东英镇',
|
|
|
- 'center' => '109.613,19.9349',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 2148,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '国营加来农场',
|
|
|
- 'center' => '109.651,19.7591',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 2149,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '新盈镇',
|
|
|
- 'center' => '109.624,19.8719',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 2150,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '波莲镇',
|
|
|
- 'center' => '109.615,19.8555',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 2151,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '临城镇',
|
|
|
- 'center' => '109.673,19.8932',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 2152,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '多文镇',
|
|
|
- 'center' => '109.802,19.7418',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 2153,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '国营红华农场',
|
|
|
- 'center' => '109.764,19.8244',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 2154,
|
|
|
- 'adcode' => '469024',
|
|
|
- 'name' => '皇桐镇',
|
|
|
- 'center' => '109.816,19.8743',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2142,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 2155,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '定安县',
|
|
|
- 'center' => '110.349235,19.684966',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 2156,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '黄竹镇',
|
|
|
- 'center' => '110.528,19.4887',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 2157,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '新竹镇',
|
|
|
- 'center' => '110.159,19.5843',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 2158,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '国营中瑞农场',
|
|
|
- 'center' => '110.244,19.3008',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 2159,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '富文镇',
|
|
|
- 'center' => '110.232,19.521',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 2160,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '定城镇',
|
|
|
- 'center' => '110.317,19.7017',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 2161,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '岭口镇',
|
|
|
- 'center' => '110.276,19.3601',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 2162,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '雷鸣镇',
|
|
|
- 'center' => '110.273,19.5137',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 2163,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '翰林镇',
|
|
|
- 'center' => '110.24,19.2982',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 2164,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '国营南海农场',
|
|
|
- 'center' => '110.469,19.4432',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 2165,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '龙门镇',
|
|
|
- 'center' => '110.298,19.4997',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 2166,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '国营金鸡岭农场',
|
|
|
- 'center' => '110.252,19.5171',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 2167,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '龙河镇',
|
|
|
- 'center' => '110.226,19.4221',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 2168,
|
|
|
- 'adcode' => '469021',
|
|
|
- 'name' => '龙湖镇',
|
|
|
- 'center' => '110.469,19.5845',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2155,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 2169,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '白沙黎族自治县',
|
|
|
- 'center' => '109.452606,19.224584',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 2170,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '七坊镇',
|
|
|
- 'center' => '109.298,19.3459',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 2171,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '金波乡',
|
|
|
- 'center' => '109.157,19.2577',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 2172,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '南开乡',
|
|
|
- 'center' => '109.293,19.0596',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 2173,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '荣邦乡',
|
|
|
- 'center' => '109.064,19.4868',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 2174,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '青松乡',
|
|
|
- 'center' => '109.302,19.0689',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 2175,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '国营龙江农场',
|
|
|
- 'center' => '109.178,19.2369',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 2176,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '邦溪镇',
|
|
|
- 'center' => '109.09,19.3912',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 2177,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '细水乡',
|
|
|
- 'center' => '109.523,19.2096',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 2178,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '元门乡',
|
|
|
- 'center' => '109.455,19.0981',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 2179,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '牙叉镇',
|
|
|
- 'center' => '109.45,19.3004',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 2180,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '打安镇',
|
|
|
- 'center' => '109.36,19.3756',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 2181,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '国营白沙农场',
|
|
|
- 'center' => '109.429,19.2881',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 2182,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '阜龙乡',
|
|
|
- 'center' => '109.436,19.3316',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 2183,
|
|
|
- 'adcode' => '469025',
|
|
|
- 'name' => '国营邦溪农场',
|
|
|
- 'center' => '109.18,19.4104',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2169,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 2184,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '昌江黎族自治县',
|
|
|
- 'center' => '109.053351,19.260968',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 2185,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '十月田镇',
|
|
|
- 'center' => '108.989,19.3818',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 2186,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '国营霸王岭林场',
|
|
|
- 'center' => '109.03,19.1725',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 2187,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '七叉镇',
|
|
|
- 'center' => '109.069,19.1732',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 2188,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '乌烈镇',
|
|
|
- 'center' => '108.81,19.3525',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 2189,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '海南矿业联合有限公司',
|
|
|
- 'center' => '108.989,19.2538',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 2190,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '石碌镇',
|
|
|
- 'center' => '109.05,19.2444',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 2191,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '叉河镇',
|
|
|
- 'center' => '108.989,19.2536',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 2192,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '海尾镇',
|
|
|
- 'center' => '108.952,19.4945',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 2193,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '国营红林农场',
|
|
|
- 'center' => '109.088,19.2367',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 2194,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '昌化镇',
|
|
|
- 'center' => '108.732,19.3836',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 2195,
|
|
|
- 'adcode' => '469026',
|
|
|
- 'name' => '王下乡',
|
|
|
- 'center' => '109.094,18.9052',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2184,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 2196,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '万宁市',
|
|
|
- 'center' => '110.388793,18.796216',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 2197,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '后安镇',
|
|
|
- 'center' => '110.374,18.9087',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 2198,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '万城镇',
|
|
|
- 'center' => '110.414,18.8276',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 2199,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '礼纪镇',
|
|
|
- 'center' => '110.269,18.7354',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 2200,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '山根镇',
|
|
|
- 'center' => '110.483,18.9946',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 2201,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '国营东和农场',
|
|
|
- 'center' => '110.217,18.7629',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 2202,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '国营东兴农场',
|
|
|
- 'center' => '110.375,18.894',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 2203,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '大茂镇',
|
|
|
- 'center' => '110.39,18.8759',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 2204,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '龙滚镇',
|
|
|
- 'center' => '110.451,19.0536',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 2205,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '兴隆华侨农场',
|
|
|
- 'center' => '110.106,18.8195',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 2206,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '和乐镇',
|
|
|
- 'center' => '110.416,18.9625',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 2207,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '三更罗镇',
|
|
|
- 'center' => '110.214,18.9979',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 2208,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '长丰镇',
|
|
|
- 'center' => '110.321,18.7876',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 2209,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '地方国营六连林场',
|
|
|
- 'center' => '110.505,18.9899',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 2210,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '北大镇',
|
|
|
- 'center' => '110.24,18.9316',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 2211,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '国营新中农场',
|
|
|
- 'center' => '110.17,18.6967',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 2212,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '南桥镇',
|
|
|
- 'center' => '110.196,18.7201',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 2213,
|
|
|
- 'adcode' => '469006',
|
|
|
- 'name' => '东澳镇',
|
|
|
- 'center' => '110.429,18.6408',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2196,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 2214,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '屯昌县',
|
|
|
- 'center' => '110.102773,19.362916',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 2215,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '屯城镇',
|
|
|
- 'center' => '110.161,19.4468',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 2216,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '国营中建农场',
|
|
|
- 'center' => '109.966,19.2466',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 2217,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '新兴镇',
|
|
|
- 'center' => '110.154,19.5707',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 2218,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '南吕镇',
|
|
|
- 'center' => '110.05,19.2222',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 2219,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '国营中坤农场',
|
|
|
- 'center' => '109.855,19.2944',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 2220,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '坡心镇',
|
|
|
- 'center' => '110.11,19.3302',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 2221,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '西昌镇',
|
|
|
- 'center' => '110.024,19.4428',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 2222,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '枫木镇',
|
|
|
- 'center' => '109.994,19.1901',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 2223,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '南坤镇',
|
|
|
- 'center' => '109.857,19.2939',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 2224,
|
|
|
- 'adcode' => '469022',
|
|
|
- 'name' => '乌坡镇',
|
|
|
- 'center' => '110.093,19.1953',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2214,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 2225,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '琼中黎族苗族自治县',
|
|
|
- 'center' => '109.839996,19.03557',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 2226,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '吊罗山乡',
|
|
|
- 'center' => '109.917,18.8198',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 2227,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '什运乡',
|
|
|
- 'center' => '109.583,18.9237',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 2228,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '和平镇',
|
|
|
- 'center' => '109.894,18.899',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 2229,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '湾岭镇',
|
|
|
- 'center' => '109.9,19.1334',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 2230,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '国营加钗农场',
|
|
|
- 'center' => '109.783,19.0265',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 2231,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '国营乌石农场',
|
|
|
- 'center' => '109.937,19.0977',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 2232,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '国营阳江农场',
|
|
|
- 'center' => '109.823,19.2127',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 2233,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '营根镇',
|
|
|
- 'center' => '109.733,18.9748',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 2234,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '上安乡',
|
|
|
- 'center' => '109.731,18.9133',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 2235,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '国营黎母山林业公司',
|
|
|
- 'center' => '109.703,19.1542',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 2236,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '中平镇',
|
|
|
- 'center' => '110.107,19.0716',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 2237,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '国营长征农场',
|
|
|
- 'center' => '109.899,18.9965',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 2238,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '黎母山镇',
|
|
|
- 'center' => '109.704,19.2577',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 2239,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '长征镇',
|
|
|
- 'center' => '109.799,18.8976',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 2240,
|
|
|
- 'adcode' => '469030',
|
|
|
- 'name' => '红毛镇',
|
|
|
- 'center' => '109.734,19.0657',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2225,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 2241,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '琼海市',
|
|
|
- 'center' => '110.466785,19.246011',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 2242,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '嘉积镇',
|
|
|
- 'center' => '110.441,19.3208',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 2243,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '会山镇',
|
|
|
- 'center' => '110.302,19.0792',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 2244,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '国营东升农场',
|
|
|
- 'center' => '110.413,19.284',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 2245,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '国营东太农场',
|
|
|
- 'center' => '110.367,19.1372',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 2246,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '万泉镇',
|
|
|
- 'center' => '110.364,19.2516',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 2247,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '国营东红农场',
|
|
|
- 'center' => '110.509,19.364',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 2248,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '彬村山华侨农场',
|
|
|
- 'center' => '110.623,19.3022',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 2249,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '大路镇',
|
|
|
- 'center' => '110.424,19.354',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 2250,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '潭门镇',
|
|
|
- 'center' => '110.546,19.2013',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 2251,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '塔洋镇',
|
|
|
- 'center' => '110.475,19.3404',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 2252,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '龙江镇',
|
|
|
- 'center' => '110.36,19.1595',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 2253,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '石壁镇',
|
|
|
- 'center' => '110.168,19.167',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 2254,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '中原镇',
|
|
|
- 'center' => '110.419,19.1765',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 2255,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '博鳌镇',
|
|
|
- 'center' => '110.5,19.1754',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 2256,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '阳江镇',
|
|
|
- 'center' => '110.334,19.0558',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 2257,
|
|
|
- 'adcode' => '469002',
|
|
|
- 'name' => '长坡镇',
|
|
|
- 'center' => '110.594,19.3213',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 2258,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '东方市',
|
|
|
- 'center' => '108.653789,19.10198',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 2259,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '东方华侨农场',
|
|
|
- 'center' => '108.696,18.9726',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 2260,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '江边乡',
|
|
|
- 'center' => '109.108,18.8945',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 2261,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '东河镇',
|
|
|
- 'center' => '108.991,19.1321',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 2262,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '新龙镇',
|
|
|
- 'center' => '108.686,18.9263',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 2263,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '天安乡',
|
|
|
- 'center' => '108.817,18.8803',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 2264,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '国营广坝农场',
|
|
|
- 'center' => '108.732,18.8589',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 2265,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '感城镇',
|
|
|
- 'center' => '108.83,18.8833',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 2266,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '三家镇',
|
|
|
- 'center' => '108.798,19.2498',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 2267,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '四更镇',
|
|
|
- 'center' => '108.606,19.2646',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 2268,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '板桥镇',
|
|
|
- 'center' => '108.87,18.8744',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 2269,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '八所镇',
|
|
|
- 'center' => '108.622,19.0927',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 2270,
|
|
|
- 'adcode' => '469007',
|
|
|
- 'name' => '大田镇',
|
|
|
- 'center' => '108.976,19.1314',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2258,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 2271,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '乐东黎族自治县',
|
|
|
- 'center' => '109.175444,18.74758',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 2272,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '莺歌海镇',
|
|
|
- 'center' => '108.728,18.4959',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 2273,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '国营山荣农场',
|
|
|
- 'center' => '109.223,18.7507',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 2274,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '万冲镇',
|
|
|
- 'center' => '109.339,18.7838',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 2275,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '国营保国农场',
|
|
|
- 'center' => '109.245,18.6612',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 2276,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '利国镇',
|
|
|
- 'center' => '108.965,18.529',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 2277,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '国营乐光农场',
|
|
|
- 'center' => '109.192,18.5331',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 2278,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '抱由镇',
|
|
|
- 'center' => '109.138,18.8948',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 2279,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '大安镇',
|
|
|
- 'center' => '109.225,18.5876',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 2280,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '佛罗镇',
|
|
|
- 'center' => '108.792,18.5833',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 2281,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '九所镇',
|
|
|
- 'center' => '108.927,18.5276',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 2282,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '国营莺歌海盐场',
|
|
|
- 'center' => '108.729,18.5523',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 2283,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '黄流镇',
|
|
|
- 'center' => '108.808,18.597',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 2284,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '国营尖峰岭林业公司',
|
|
|
- 'center' => '109.027,18.726',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 2285,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '尖峰镇',
|
|
|
- 'center' => '108.7,18.7124',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 2286,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '志仲镇',
|
|
|
- 'center' => '109.224,18.5932',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 2287,
|
|
|
- 'adcode' => '469027',
|
|
|
- 'name' => '千家镇',
|
|
|
- 'center' => '109.15,18.6353',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2271,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 2288,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '五指山市',
|
|
|
- 'center' => '109.516662,18.776921',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 2289,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '南圣镇',
|
|
|
- 'center' => '109.659,18.841',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 2290,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '毛阳镇',
|
|
|
- 'center' => '109.45,18.8811',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 2291,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '国营畅好农场',
|
|
|
- 'center' => '109.541,18.7112',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 2292,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '水满乡',
|
|
|
- 'center' => '109.601,18.8995',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 2293,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '通什镇',
|
|
|
- 'center' => '109.614,18.8418',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 2294,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '畅好乡',
|
|
|
- 'center' => '109.407,18.6294',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 2295,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '毛道乡',
|
|
|
- 'center' => '109.356,18.7134',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 2296,
|
|
|
- 'adcode' => '469001',
|
|
|
- 'name' => '番阳镇',
|
|
|
- 'center' => '109.334,18.9132',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2288,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 2297,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '保亭黎族苗族自治县',
|
|
|
- 'center' => '109.70245,18.636371',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 2298,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '加茂镇',
|
|
|
- 'center' => '109.719,18.5033',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 2299,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '新政镇',
|
|
|
- 'center' => '109.578,18.5685',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 2300,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '海南保亭热带作物研究所',
|
|
|
- 'center' => '109.709,18.6282',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 2301,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '国营金江农场',
|
|
|
- 'center' => '109.682,18.547',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 2302,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '国营新星农场',
|
|
|
- 'center' => '109.729,18.6749',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 2303,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '保城镇',
|
|
|
- 'center' => '109.747,18.6854',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 2304,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '南林乡',
|
|
|
- 'center' => '109.577,18.3893',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 2305,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '国营三道农场',
|
|
|
- 'center' => '109.649,18.5179',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 2306,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '毛感乡',
|
|
|
- 'center' => '109.503,18.5563',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 2307,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '什玲镇',
|
|
|
- 'center' => '109.74,18.6941',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 2308,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '六弓乡',
|
|
|
- 'center' => '109.803,18.5393',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 2309,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '三道镇',
|
|
|
- 'center' => '109.66,18.5251',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 2310,
|
|
|
- 'adcode' => '469029',
|
|
|
- 'name' => '响水镇',
|
|
|
- 'center' => '109.565,18.7404',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 2311,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '儋州市',
|
|
|
- 'center' => '109.576782,19.517486',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 2312,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '洋浦经济开发区',
|
|
|
- 'center' => '109.162,19.7962',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 2313,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '光村镇',
|
|
|
- 'center' => '109.467,19.9035',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 2314,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '兰洋镇',
|
|
|
- 'center' => '109.682,19.4833',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 2315,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '东成镇',
|
|
|
- 'center' => '109.579,19.7102',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 2316,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '和庆镇',
|
|
|
- 'center' => '109.677,19.5887',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 2317,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '国营蓝洋农场',
|
|
|
- 'center' => '109.618,19.5107',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 2318,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '华南热作学院',
|
|
|
- 'center' => '109.505,19.573',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 2319,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '海头镇',
|
|
|
- 'center' => '108.948,19.4939',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 2320,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '王五镇',
|
|
|
- 'center' => '109.258,19.6415',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 2321,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '木棠镇',
|
|
|
- 'center' => '109.33,19.8594',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 2322,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '中和镇',
|
|
|
- 'center' => '109.351,19.7747',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 2323,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '排浦镇',
|
|
|
- 'center' => '109.196,19.65',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 2324,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '新州镇',
|
|
|
- 'center' => '109.321,19.7523',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 2325,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '雅星镇',
|
|
|
- 'center' => '109.156,19.4695',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 2326,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '国营西联农场',
|
|
|
- 'center' => '109.537,19.6556',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 2327,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '国营八一农场',
|
|
|
- 'center' => '109.23,19.3915',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 2328,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '南丰镇',
|
|
|
- 'center' => '109.532,19.4981',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 2329,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '国营西培农场',
|
|
|
- 'center' => '109.31,19.4969',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 2330,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '白马井镇',
|
|
|
- 'center' => '109.268,19.7046',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 2331,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '大成镇',
|
|
|
- 'center' => '109.345,19.4765',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 2332,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '那大镇',
|
|
|
- 'center' => '109.573,19.5907',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 2333,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '峨蔓镇',
|
|
|
- 'center' => '109.333,19.8438',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 2334,
|
|
|
- 'adcode' => '460400',
|
|
|
- 'name' => '三都镇',
|
|
|
- 'center' => '109.176,19.7946',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2311,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 2335,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '文昌市',
|
|
|
- 'center' => '110.753975,19.612986',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 2336,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '东阁镇',
|
|
|
- 'center' => '110.799,19.7566',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 2337,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '国营罗豆农场',
|
|
|
- 'center' => '110.624,19.9713',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 2338,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '文教镇',
|
|
|
- 'center' => '110.856,19.7083',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 2339,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '会文镇',
|
|
|
- 'center' => '110.708,19.4957',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 2340,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '国营东路农场',
|
|
|
- 'center' => '110.714,19.8524',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 2341,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '铺前镇',
|
|
|
- 'center' => '110.675,20.0377',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 2342,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '锦山镇',
|
|
|
- 'center' => '110.67,20.0418',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 2343,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '东郊镇',
|
|
|
- 'center' => '110.91,19.6291',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 2344,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '翁田镇',
|
|
|
- 'center' => '110.813,19.9295',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 2345,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '龙楼镇',
|
|
|
- 'center' => '110.938,19.6606',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 2346,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '冯坡镇',
|
|
|
- 'center' => '110.774,20.0176',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 2347,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '国营南阳农场',
|
|
|
- 'center' => '110.556,19.4727',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 2348,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '昌洒镇',
|
|
|
- 'center' => '111.26,19.9626',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 2349,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '公坡镇',
|
|
|
- 'center' => '110.836,19.8543',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 2350,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '抱罗镇',
|
|
|
- 'center' => '110.73,19.889',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 2351,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '东路镇',
|
|
|
- 'center' => '110.658,19.8051',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 2352,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '潭牛镇',
|
|
|
- 'center' => '110.623,19.6785',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 2353,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '文城镇',
|
|
|
- 'center' => '110.708,19.4982',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 2354,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '蓬莱镇',
|
|
|
- 'center' => '110.638,19.5164',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 2355,
|
|
|
- 'adcode' => '469005',
|
|
|
- 'name' => '重兴镇',
|
|
|
- 'center' => '110.654,19.4341',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2335,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 2356,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '陵水黎族自治县',
|
|
|
- 'center' => '110.037218,18.505006',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 2357,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '椰林镇',
|
|
|
- 'center' => '110.02,18.4825',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 2358,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '黎安镇',
|
|
|
- 'center' => '110.146,18.4342',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 2359,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '新村镇',
|
|
|
- 'center' => '110.026,18.446',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 2360,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '文罗镇',
|
|
|
- 'center' => '109.914,18.5734',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 2361,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '国营吊罗山林业公司',
|
|
|
- 'center' => '109.948,18.6553',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 2362,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '国营南平农场',
|
|
|
- 'center' => '109.833,18.6336',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 2363,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '本号镇',
|
|
|
- 'center' => '109.856,18.6617',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 2364,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '光坡镇',
|
|
|
- 'center' => '110.04,18.5564',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 2365,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '群英乡',
|
|
|
- 'center' => '109.847,18.5697',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 2366,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '提蒙乡',
|
|
|
- 'center' => '110.013,18.6404',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 2367,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '三才镇',
|
|
|
- 'center' => '109.963,18.4915',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 2368,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '隆广镇',
|
|
|
- 'center' => '109.858,18.4802',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 2369,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '国营岭门农场',
|
|
|
- 'center' => '110.046,18.6244',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 2370,
|
|
|
- 'adcode' => '469028',
|
|
|
- 'name' => '英州镇',
|
|
|
- 'center' => '109.876,18.4739',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2356,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 2371,
|
|
|
- 'adcode' => '460300',
|
|
|
- 'name' => '三沙市',
|
|
|
- 'center' => '112.34882,16.831039',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 2372,
|
|
|
- 'adcode' => '460323',
|
|
|
- 'name' => '中沙群岛的岛礁及其海域',
|
|
|
- 'center' => '117.740071,15.112856',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2371,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 2373,
|
|
|
- 'adcode' => '460321',
|
|
|
- 'name' => '西沙群岛',
|
|
|
- 'center' => '111.792944,16.204546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2371,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 2374,
|
|
|
- 'adcode' => '460322',
|
|
|
- 'name' => '南沙群岛',
|
|
|
- 'center' => '116.749998,11.471888',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2371,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 2375,
|
|
|
- 'adcode' => '460200',
|
|
|
- 'name' => '三亚市',
|
|
|
- 'center' => '109.508268,18.247872',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 2376,
|
|
|
- 'adcode' => '460205',
|
|
|
- 'name' => '崖州区',
|
|
|
- 'center' => '109.174306,18.352192',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2375,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 2377,
|
|
|
- 'adcode' => '460204',
|
|
|
- 'name' => '天涯区',
|
|
|
- 'center' => '109.506357,18.24734',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2375,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 2378,
|
|
|
- 'adcode' => '460203',
|
|
|
- 'name' => '吉阳区',
|
|
|
- 'center' => '109.512081,18.247436',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2375,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 2379,
|
|
|
- 'adcode' => '460202',
|
|
|
- 'name' => '海棠区',
|
|
|
- 'center' => '109.760778,18.407516',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2375,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 2380,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '澄迈县',
|
|
|
- 'center' => '110.007147,19.737095',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 2381,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '福山镇',
|
|
|
- 'center' => '109.919,19.7325',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 2382,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '永发镇',
|
|
|
- 'center' => '110.186,19.6424',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 2383,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '中兴镇',
|
|
|
- 'center' => '109.938,19.5697',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 2384,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '桥头镇',
|
|
|
- 'center' => '109.931,19.9171',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 2385,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '金江镇',
|
|
|
- 'center' => '109.987,19.7817',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 2386,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '文儒镇',
|
|
|
- 'center' => '110.121,19.6454',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 2387,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '老城镇',
|
|
|
- 'center' => '110.159,19.9529',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 2388,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营红岗农场',
|
|
|
- 'center' => '110.038,19.5642',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 2389,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '瑞溪镇',
|
|
|
- 'center' => '110.087,19.7731',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 2390,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营红光农场',
|
|
|
- 'center' => '109.957,19.8731',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 2391,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '大丰镇',
|
|
|
- 'center' => '109.989,19.904',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 2392,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '加乐镇',
|
|
|
- 'center' => '110.042,19.6276',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 2393,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营金安农场',
|
|
|
- 'center' => '110.123,19.7367',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 2394,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '仁兴镇',
|
|
|
- 'center' => '109.916,19.5062',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 2395,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营西达农场',
|
|
|
- 'center' => '109.862,19.4343',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 2396,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营和岭农场',
|
|
|
- 'center' => '109.814,19.5367',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 2397,
|
|
|
- 'adcode' => '469023',
|
|
|
- 'name' => '国营昆仑农场',
|
|
|
- 'center' => '109.802,19.5127',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 2380,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 2398,
|
|
|
- 'adcode' => '460100',
|
|
|
- 'name' => '海口市',
|
|
|
- 'center' => '110.33119,20.031971',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 2399,
|
|
|
- 'adcode' => '460108',
|
|
|
- 'name' => '美兰区',
|
|
|
- 'center' => '110.356566,20.03074',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 2400,
|
|
|
- 'adcode' => '460106',
|
|
|
- 'name' => '龙华区',
|
|
|
- 'center' => '110.330373,20.031026',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 2401,
|
|
|
- 'adcode' => '460107',
|
|
|
- 'name' => '琼山区',
|
|
|
- 'center' => '110.354722,20.001051',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 2402,
|
|
|
- 'adcode' => '460105',
|
|
|
- 'name' => '秀英区',
|
|
|
- 'center' => '110.282393,20.008145',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2398,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 2403,
|
|
|
- 'adcode' => '630000',
|
|
|
- 'name' => '青海省',
|
|
|
- 'center' => '101.778916,36.623178',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 2404,
|
|
|
- 'adcode' => '630200',
|
|
|
- 'name' => '海东市',
|
|
|
- 'center' => '102.10327,36.502916',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 2405,
|
|
|
- 'adcode' => '630222',
|
|
|
- 'name' => '民和回族土族自治县',
|
|
|
- 'center' => '102.804209,36.329451',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 2406,
|
|
|
- 'adcode' => '630202',
|
|
|
- 'name' => '乐都区',
|
|
|
- 'center' => '102.402431,36.480291',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 2407,
|
|
|
- 'adcode' => '630225',
|
|
|
- 'name' => '循化撒拉族自治县',
|
|
|
- 'center' => '102.486534,35.847247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 2408,
|
|
|
- 'adcode' => '630224',
|
|
|
- 'name' => '化隆回族自治县',
|
|
|
- 'center' => '102.262329,36.098322',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 2409,
|
|
|
- 'adcode' => '630203',
|
|
|
- 'name' => '平安区',
|
|
|
- 'center' => '102.104295,36.502714',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 2410,
|
|
|
- 'adcode' => '630223',
|
|
|
- 'name' => '互助土族自治县',
|
|
|
- 'center' => '101.956734,36.83994',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2404,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 2411,
|
|
|
- 'adcode' => '632500',
|
|
|
- 'name' => '海南藏族自治州',
|
|
|
- 'center' => '100.619542,36.280353',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 2412,
|
|
|
- 'adcode' => '632521',
|
|
|
- 'name' => '共和县',
|
|
|
- 'center' => '100.619597,36.280286',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2411,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 2413,
|
|
|
- 'adcode' => '632523',
|
|
|
- 'name' => '贵德县',
|
|
|
- 'center' => '101.431856,36.040456',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2411,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 2414,
|
|
|
- 'adcode' => '632525',
|
|
|
- 'name' => '贵南县',
|
|
|
- 'center' => '100.74792,35.587085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2411,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 2415,
|
|
|
- 'adcode' => '632522',
|
|
|
- 'name' => '同德县',
|
|
|
- 'center' => '100.579465,35.254492',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2411,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 2416,
|
|
|
- 'adcode' => '632524',
|
|
|
- 'name' => '兴海县',
|
|
|
- 'center' => '99.986963,35.58909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2411,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 2417,
|
|
|
- 'adcode' => '632800',
|
|
|
- 'name' => '海西蒙古族藏族自治州',
|
|
|
- 'center' => '97.370785,37.374663',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 2418,
|
|
|
- 'adcode' => '632823',
|
|
|
- 'name' => '天峻县',
|
|
|
- 'center' => '99.02078,37.29906',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 2419,
|
|
|
- 'adcode' => '632802',
|
|
|
- 'name' => '德令哈市',
|
|
|
- 'center' => '97.370143,37.374555',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 2420,
|
|
|
- 'adcode' => '632801',
|
|
|
- 'name' => '格尔木市',
|
|
|
- 'center' => '94.905777,36.401541',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 2421,
|
|
|
- 'adcode' => '632822',
|
|
|
- 'name' => '都兰县',
|
|
|
- 'center' => '98.089161,36.298553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 2422,
|
|
|
- 'adcode' => '632821',
|
|
|
- 'name' => '乌兰县',
|
|
|
- 'center' => '98.479852,36.930389',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 2423,
|
|
|
- 'adcode' => '632825',
|
|
|
- 'name' => '海西蒙古族藏族自治州直辖',
|
|
|
- 'center' => '95.357233,37.853631',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 2424,
|
|
|
- 'adcode' => '632803',
|
|
|
- 'name' => '茫崖市',
|
|
|
- 'center' => '90.855955,38.247117',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2417,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 2425,
|
|
|
- 'adcode' => '632700',
|
|
|
- 'name' => '玉树藏族自治州',
|
|
|
- 'center' => '97.008522,33.004049',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 2426,
|
|
|
- 'adcode' => '632724',
|
|
|
- 'name' => '治多县',
|
|
|
- 'center' => '95.616843,33.852322',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 2427,
|
|
|
- 'adcode' => '632726',
|
|
|
- 'name' => '曲麻莱县',
|
|
|
- 'center' => '95.800674,34.12654',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 2428,
|
|
|
- 'adcode' => '632723',
|
|
|
- 'name' => '称多县',
|
|
|
- 'center' => '97.110893,33.367884',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 2429,
|
|
|
- 'adcode' => '632722',
|
|
|
- 'name' => '杂多县',
|
|
|
- 'center' => '95.293423,32.891886',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 2430,
|
|
|
- 'adcode' => '632701',
|
|
|
- 'name' => '玉树市',
|
|
|
- 'center' => '97.008762,33.00393',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 2431,
|
|
|
- 'adcode' => '632725',
|
|
|
- 'name' => '囊谦县',
|
|
|
- 'center' => '96.479797,32.203206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2425,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 2432,
|
|
|
- 'adcode' => '632300',
|
|
|
- 'name' => '黄南藏族自治州',
|
|
|
- 'center' => '102.019988,35.517744',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 2433,
|
|
|
- 'adcode' => '632322',
|
|
|
- 'name' => '尖扎县',
|
|
|
- 'center' => '102.031953,35.938205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2432,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 2434,
|
|
|
- 'adcode' => '632321',
|
|
|
- 'name' => '同仁县',
|
|
|
- 'center' => '102.017604,35.516337',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2432,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 2435,
|
|
|
- 'adcode' => '632323',
|
|
|
- 'name' => '泽库县',
|
|
|
- 'center' => '101.469343,35.036842',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2432,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 2436,
|
|
|
- 'adcode' => '632324',
|
|
|
- 'name' => '河南蒙古族自治县',
|
|
|
- 'center' => '101.611877,34.734522',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2432,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 2437,
|
|
|
- 'adcode' => '632600',
|
|
|
- 'name' => '果洛藏族自治州',
|
|
|
- 'center' => '100.242143,34.4736',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 2438,
|
|
|
- 'adcode' => '632621',
|
|
|
- 'name' => '玛沁县',
|
|
|
- 'center' => '100.243531,34.473386',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 2439,
|
|
|
- 'adcode' => '632623',
|
|
|
- 'name' => '甘德县',
|
|
|
- 'center' => '99.902589,33.966987',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 2440,
|
|
|
- 'adcode' => '632624',
|
|
|
- 'name' => '达日县',
|
|
|
- 'center' => '99.651715,33.753259',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 2441,
|
|
|
- 'adcode' => '632625',
|
|
|
- 'name' => '久治县',
|
|
|
- 'center' => '101.484884,33.430217',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 2442,
|
|
|
- 'adcode' => '632622',
|
|
|
- 'name' => '班玛县',
|
|
|
- 'center' => '100.737955,32.931589',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 2443,
|
|
|
- 'adcode' => '632626',
|
|
|
- 'name' => '玛多县',
|
|
|
- 'center' => '98.211343,34.91528',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2437,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 2444,
|
|
|
- 'adcode' => '630100',
|
|
|
- 'name' => '西宁市',
|
|
|
- 'center' => '101.778916,36.623178',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 2445,
|
|
|
- 'adcode' => '630123',
|
|
|
- 'name' => '湟源县',
|
|
|
- 'center' => '101.263435,36.684818',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 2446,
|
|
|
- 'adcode' => '630121',
|
|
|
- 'name' => '大通回族土族自治县',
|
|
|
- 'center' => '101.684183,36.931343',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 2447,
|
|
|
- 'adcode' => '630102',
|
|
|
- 'name' => '城东区',
|
|
|
- 'center' => '101.796095,36.616043',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 2448,
|
|
|
- 'adcode' => '630122',
|
|
|
- 'name' => '湟中县',
|
|
|
- 'center' => '101.569475,36.500419',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 2449,
|
|
|
- 'adcode' => '630103',
|
|
|
- 'name' => '城中区',
|
|
|
- 'center' => '101.784554,36.621181',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 2450,
|
|
|
- 'adcode' => '630104',
|
|
|
- 'name' => '城西区',
|
|
|
- 'center' => '101.763649,36.628323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 2451,
|
|
|
- 'adcode' => '630105',
|
|
|
- 'name' => '城北区',
|
|
|
- 'center' => '101.761297,36.648448',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2444,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 2452,
|
|
|
- 'adcode' => '632200',
|
|
|
- 'name' => '海北藏族自治州',
|
|
|
- 'center' => '100.901059,36.959435',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2403,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 2453,
|
|
|
- 'adcode' => '632223',
|
|
|
- 'name' => '海晏县',
|
|
|
- 'center' => '100.90049,36.959542',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2452,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 2454,
|
|
|
- 'adcode' => '632221',
|
|
|
- 'name' => '门源回族自治县',
|
|
|
- 'center' => '101.618461,37.376627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2452,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 2455,
|
|
|
- 'adcode' => '632224',
|
|
|
- 'name' => '刚察县',
|
|
|
- 'center' => '100.138417,37.326263',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2452,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 2456,
|
|
|
- 'adcode' => '632222',
|
|
|
- 'name' => '祁连县',
|
|
|
- 'center' => '100.249778,38.175409',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2452,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 2457,
|
|
|
- 'adcode' => '450000',
|
|
|
- 'name' => '广西壮族自治区',
|
|
|
- 'center' => '108.320004,22.82402',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 2458,
|
|
|
- 'adcode' => '451000',
|
|
|
- 'name' => '百色市',
|
|
|
- 'center' => '106.616285,23.897742',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 2459,
|
|
|
- 'adcode' => '451028',
|
|
|
- 'name' => '乐业县',
|
|
|
- 'center' => '106.559638,24.782204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 2460,
|
|
|
- 'adcode' => '451031',
|
|
|
- 'name' => '隆林各族自治县',
|
|
|
- 'center' => '105.342363,24.774318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 2461,
|
|
|
- 'adcode' => '451030',
|
|
|
- 'name' => '西林县',
|
|
|
- 'center' => '105.095025,24.492041',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 2462,
|
|
|
- 'adcode' => '451027',
|
|
|
- 'name' => '凌云县',
|
|
|
- 'center' => '106.56487,24.345643',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 2463,
|
|
|
- 'adcode' => '451002',
|
|
|
- 'name' => '右江区',
|
|
|
- 'center' => '106.615727,23.897675',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 2464,
|
|
|
- 'adcode' => '451021',
|
|
|
- 'name' => '田阳县',
|
|
|
- 'center' => '106.904315,23.736079',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 2465,
|
|
|
- 'adcode' => '451022',
|
|
|
- 'name' => '田东县',
|
|
|
- 'center' => '107.12426,23.600444',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 2466,
|
|
|
- 'adcode' => '451023',
|
|
|
- 'name' => '平果县',
|
|
|
- 'center' => '107.580403,23.320479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 2467,
|
|
|
- 'adcode' => '451024',
|
|
|
- 'name' => '德保县',
|
|
|
- 'center' => '106.618164,23.321464',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 2468,
|
|
|
- 'adcode' => '451081',
|
|
|
- 'name' => '靖西市',
|
|
|
- 'center' => '106.417549,23.134766',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 2469,
|
|
|
- 'adcode' => '451026',
|
|
|
- 'name' => '那坡县',
|
|
|
- 'center' => '105.833553,23.400785',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 2470,
|
|
|
- 'adcode' => '451029',
|
|
|
- 'name' => '田林县',
|
|
|
- 'center' => '106.235047,24.290262',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2458,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 2471,
|
|
|
- 'adcode' => '450700',
|
|
|
- 'name' => '钦州市',
|
|
|
- 'center' => '108.624175,21.967127',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 2472,
|
|
|
- 'adcode' => '450721',
|
|
|
- 'name' => '灵山县',
|
|
|
- 'center' => '109.293468,22.418041',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 2473,
|
|
|
- 'adcode' => '450722',
|
|
|
- 'name' => '浦北县',
|
|
|
- 'center' => '109.556341,22.268335',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 2474,
|
|
|
- 'adcode' => '450702',
|
|
|
- 'name' => '钦南区',
|
|
|
- 'center' => '108.626629,21.966808',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 2475,
|
|
|
- 'adcode' => '450703',
|
|
|
- 'name' => '钦北区',
|
|
|
- 'center' => '108.44911,22.132761',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2471,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 2476,
|
|
|
- 'adcode' => '450500',
|
|
|
- 'name' => '北海市',
|
|
|
- 'center' => '109.119254,21.473343',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 2477,
|
|
|
- 'adcode' => '450521',
|
|
|
- 'name' => '合浦县',
|
|
|
- 'center' => '109.200695,21.663554',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2476,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 2478,
|
|
|
- 'adcode' => '450502',
|
|
|
- 'name' => '海城区',
|
|
|
- 'center' => '109.107529,21.468443',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2476,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 2479,
|
|
|
- 'adcode' => '450512',
|
|
|
- 'name' => '铁山港区',
|
|
|
- 'center' => '109.450573,21.5928',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2476,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 2480,
|
|
|
- 'adcode' => '450503',
|
|
|
- 'name' => '银海区',
|
|
|
- 'center' => '109.118707,21.444909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2476,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 2481,
|
|
|
- 'adcode' => '450300',
|
|
|
- 'name' => '桂林市',
|
|
|
- 'center' => '110.299121,25.274215',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 2482,
|
|
|
- 'adcode' => '450325',
|
|
|
- 'name' => '兴安县',
|
|
|
- 'center' => '110.670783,25.609554',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 2483,
|
|
|
- 'adcode' => '450329',
|
|
|
- 'name' => '资源县',
|
|
|
- 'center' => '110.642587,26.0342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 2484,
|
|
|
- 'adcode' => '450312',
|
|
|
- 'name' => '临桂区',
|
|
|
- 'center' => '110.205487,25.246257',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 2485,
|
|
|
- 'adcode' => '450321',
|
|
|
- 'name' => '阳朔县',
|
|
|
- 'center' => '110.494699,24.77534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 2486,
|
|
|
- 'adcode' => '450311',
|
|
|
- 'name' => '雁山区',
|
|
|
- 'center' => '110.305667,25.077646',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 2487,
|
|
|
- 'adcode' => '450332',
|
|
|
- 'name' => '恭城瑶族自治县',
|
|
|
- 'center' => '110.82952,24.833612',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 2488,
|
|
|
- 'adcode' => '450326',
|
|
|
- 'name' => '永福县',
|
|
|
- 'center' => '109.989208,24.986692',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 2489,
|
|
|
- 'adcode' => '450305',
|
|
|
- 'name' => '七星区',
|
|
|
- 'center' => '110.317577,25.254339',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 2490,
|
|
|
- 'adcode' => '450330',
|
|
|
- 'name' => '平乐县',
|
|
|
- 'center' => '110.642821,24.632216',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 2491,
|
|
|
- 'adcode' => '450381',
|
|
|
- 'name' => '荔浦市',
|
|
|
- 'center' => '110.400149,24.497786',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 2492,
|
|
|
- 'adcode' => '450328',
|
|
|
- 'name' => '龙胜各族自治县',
|
|
|
- 'center' => '110.009423,25.796428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 2493,
|
|
|
- 'adcode' => '450302',
|
|
|
- 'name' => '秀峰区',
|
|
|
- 'center' => '110.292445,25.278544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 2494,
|
|
|
- 'adcode' => '450304',
|
|
|
- 'name' => '象山区',
|
|
|
- 'center' => '110.284882,25.261986',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 2495,
|
|
|
- 'adcode' => '450324',
|
|
|
- 'name' => '全州县',
|
|
|
- 'center' => '111.072989,25.929897',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 2496,
|
|
|
- 'adcode' => '450327',
|
|
|
- 'name' => '灌阳县',
|
|
|
- 'center' => '111.160248,25.489098',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 2497,
|
|
|
- 'adcode' => '450303',
|
|
|
- 'name' => '叠彩区',
|
|
|
- 'center' => '110.300783,25.301334',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 2498,
|
|
|
- 'adcode' => '450323',
|
|
|
- 'name' => '灵川县',
|
|
|
- 'center' => '110.325712,25.408541',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2481,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 2499,
|
|
|
- 'adcode' => '451200',
|
|
|
- 'name' => '河池市',
|
|
|
- 'center' => '108.062105,24.695899',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 2500,
|
|
|
- 'adcode' => '451221',
|
|
|
- 'name' => '南丹县',
|
|
|
- 'center' => '107.546605,24.983192',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 2501,
|
|
|
- 'adcode' => '451226',
|
|
|
- 'name' => '环江毛南族自治县',
|
|
|
- 'center' => '108.258669,24.827628',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 2502,
|
|
|
- 'adcode' => '451222',
|
|
|
- 'name' => '天峨县',
|
|
|
- 'center' => '107.174939,24.985964',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 2503,
|
|
|
- 'adcode' => '451225',
|
|
|
- 'name' => '罗城仫佬族自治县',
|
|
|
- 'center' => '108.902453,24.779327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 2504,
|
|
|
- 'adcode' => '451202',
|
|
|
- 'name' => '金城江区',
|
|
|
- 'center' => '108.062131,24.695625',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 2505,
|
|
|
- 'adcode' => '451223',
|
|
|
- 'name' => '凤山县',
|
|
|
- 'center' => '107.044592,24.544561',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 2506,
|
|
|
- 'adcode' => '451203',
|
|
|
- 'name' => '宜州区',
|
|
|
- 'center' => '108.653965,24.492193',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 2507,
|
|
|
- 'adcode' => '451228',
|
|
|
- 'name' => '都安瑶族自治县',
|
|
|
- 'center' => '108.102761,23.934964',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 2508,
|
|
|
- 'adcode' => '451227',
|
|
|
- 'name' => '巴马瑶族自治县',
|
|
|
- 'center' => '107.253126,24.139538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 2509,
|
|
|
- 'adcode' => '451229',
|
|
|
- 'name' => '大化瑶族自治县',
|
|
|
- 'center' => '107.9945,23.739596',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 2510,
|
|
|
- 'adcode' => '451224',
|
|
|
- 'name' => '东兰县',
|
|
|
- 'center' => '107.373696,24.509367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2499,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 2511,
|
|
|
- 'adcode' => '450200',
|
|
|
- 'name' => '柳州市',
|
|
|
- 'center' => '109.411703,24.314617',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 2512,
|
|
|
- 'adcode' => '450226',
|
|
|
- 'name' => '三江侗族自治县',
|
|
|
- 'center' => '109.614846,25.78553',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 2513,
|
|
|
- 'adcode' => '450225',
|
|
|
- 'name' => '融水苗族自治县',
|
|
|
- 'center' => '109.252744,25.068812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 2514,
|
|
|
- 'adcode' => '450224',
|
|
|
- 'name' => '融安县',
|
|
|
- 'center' => '109.403621,25.214703',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 2515,
|
|
|
- 'adcode' => '450223',
|
|
|
- 'name' => '鹿寨县',
|
|
|
- 'center' => '109.740805,24.483405',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 2516,
|
|
|
- 'adcode' => '450202',
|
|
|
- 'name' => '城中区',
|
|
|
- 'center' => '109.411749,24.312324',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 2517,
|
|
|
- 'adcode' => '450205',
|
|
|
- 'name' => '柳北区',
|
|
|
- 'center' => '109.406577,24.359145',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 2518,
|
|
|
- 'adcode' => '450222',
|
|
|
- 'name' => '柳城县',
|
|
|
- 'center' => '109.245812,24.655121',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 2519,
|
|
|
- 'adcode' => '450203',
|
|
|
- 'name' => '鱼峰区',
|
|
|
- 'center' => '109.415364,24.303848',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 2520,
|
|
|
- 'adcode' => '450206',
|
|
|
- 'name' => '柳江区',
|
|
|
- 'center' => '109.334503,24.257512',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 2521,
|
|
|
- 'adcode' => '450204',
|
|
|
- 'name' => '柳南区',
|
|
|
- 'center' => '109.395936,24.287013',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2511,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 2522,
|
|
|
- 'adcode' => '450100',
|
|
|
- 'name' => '南宁市',
|
|
|
- 'center' => '108.320004,22.82402',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 2523,
|
|
|
- 'adcode' => '450124',
|
|
|
- 'name' => '马山县',
|
|
|
- 'center' => '108.172903,23.711758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 2524,
|
|
|
- 'adcode' => '450110',
|
|
|
- 'name' => '武鸣区',
|
|
|
- 'center' => '108.280717,23.157163',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 2525,
|
|
|
- 'adcode' => '450125',
|
|
|
- 'name' => '上林县',
|
|
|
- 'center' => '108.603937,23.431769',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 2526,
|
|
|
- 'adcode' => '450127',
|
|
|
- 'name' => '横县',
|
|
|
- 'center' => '109.270987,22.68743',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 2527,
|
|
|
- 'adcode' => '450126',
|
|
|
- 'name' => '宾阳县',
|
|
|
- 'center' => '108.816735,23.216884',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 2528,
|
|
|
- 'adcode' => '450109',
|
|
|
- 'name' => '邕宁区',
|
|
|
- 'center' => '108.484251,22.756598',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 2529,
|
|
|
- 'adcode' => '450108',
|
|
|
- 'name' => '良庆区',
|
|
|
- 'center' => '108.322102,22.75909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 2530,
|
|
|
- 'adcode' => '450105',
|
|
|
- 'name' => '江南区',
|
|
|
- 'center' => '108.310478,22.799593',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 2531,
|
|
|
- 'adcode' => '450107',
|
|
|
- 'name' => '西乡塘区',
|
|
|
- 'center' => '108.306903,22.832779',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 2532,
|
|
|
- 'adcode' => '450102',
|
|
|
- 'name' => '兴宁区',
|
|
|
- 'center' => '108.320189,22.819511',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 2533,
|
|
|
- 'adcode' => '450103',
|
|
|
- 'name' => '青秀区',
|
|
|
- 'center' => '108.346113,22.816614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 2534,
|
|
|
- 'adcode' => '450123',
|
|
|
- 'name' => '隆安县',
|
|
|
- 'center' => '107.688661,23.174763',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2522,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 2535,
|
|
|
- 'adcode' => '451300',
|
|
|
- 'name' => '来宾市',
|
|
|
- 'center' => '109.229772,23.733766',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 2536,
|
|
|
- 'adcode' => '451324',
|
|
|
- 'name' => '金秀瑶族自治县',
|
|
|
- 'center' => '110.188556,24.134941',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 2537,
|
|
|
- 'adcode' => '451321',
|
|
|
- 'name' => '忻城县',
|
|
|
- 'center' => '108.667361,24.064779',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 2538,
|
|
|
- 'adcode' => '451322',
|
|
|
- 'name' => '象州县',
|
|
|
- 'center' => '109.684555,23.959824',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 2539,
|
|
|
- 'adcode' => '451302',
|
|
|
- 'name' => '兴宾区',
|
|
|
- 'center' => '109.230541,23.732926',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 2540,
|
|
|
- 'adcode' => '451381',
|
|
|
- 'name' => '合山市',
|
|
|
- 'center' => '108.88858,23.81311',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 2541,
|
|
|
- 'adcode' => '451323',
|
|
|
- 'name' => '武宣县',
|
|
|
- 'center' => '109.66287,23.604162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2535,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 2542,
|
|
|
- 'adcode' => '451400',
|
|
|
- 'name' => '崇左市',
|
|
|
- 'center' => '107.353926,22.404108',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 2543,
|
|
|
- 'adcode' => '451425',
|
|
|
- 'name' => '天等县',
|
|
|
- 'center' => '107.142441,23.082484',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 2544,
|
|
|
- 'adcode' => '451424',
|
|
|
- 'name' => '大新县',
|
|
|
- 'center' => '107.200803,22.833369',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 2545,
|
|
|
- 'adcode' => '451421',
|
|
|
- 'name' => '扶绥县',
|
|
|
- 'center' => '107.911533,22.635821',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 2546,
|
|
|
- 'adcode' => '451402',
|
|
|
- 'name' => '江州区',
|
|
|
- 'center' => '107.354443,22.40469',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 2547,
|
|
|
- 'adcode' => '451422',
|
|
|
- 'name' => '宁明县',
|
|
|
- 'center' => '107.067616,22.131353',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 2548,
|
|
|
- 'adcode' => '451423',
|
|
|
- 'name' => '龙州县',
|
|
|
- 'center' => '106.857502,22.343716',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 2549,
|
|
|
- 'adcode' => '451481',
|
|
|
- 'name' => '凭祥市',
|
|
|
- 'center' => '106.759038,22.108882',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2542,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 2550,
|
|
|
- 'adcode' => '450600',
|
|
|
- 'name' => '防城港市',
|
|
|
- 'center' => '108.345478,21.614631',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 2551,
|
|
|
- 'adcode' => '450621',
|
|
|
- 'name' => '上思县',
|
|
|
- 'center' => '107.982139,22.151423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2550,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 2552,
|
|
|
- 'adcode' => '450603',
|
|
|
- 'name' => '防城区',
|
|
|
- 'center' => '108.358426,21.764758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2550,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 2553,
|
|
|
- 'adcode' => '450602',
|
|
|
- 'name' => '港口区',
|
|
|
- 'center' => '108.346281,21.614406',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2550,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 2554,
|
|
|
- 'adcode' => '450681',
|
|
|
- 'name' => '东兴市',
|
|
|
- 'center' => '107.97017,21.541172',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2550,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 2555,
|
|
|
- 'adcode' => '450400',
|
|
|
- 'name' => '梧州市',
|
|
|
- 'center' => '111.297604,23.474803',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 2556,
|
|
|
- 'adcode' => '450423',
|
|
|
- 'name' => '蒙山县',
|
|
|
- 'center' => '110.5226,24.199829',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 2557,
|
|
|
- 'adcode' => '450422',
|
|
|
- 'name' => '藤县',
|
|
|
- 'center' => '110.931826,23.373963',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 2558,
|
|
|
- 'adcode' => '450405',
|
|
|
- 'name' => '长洲区',
|
|
|
- 'center' => '111.275678,23.4777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 2559,
|
|
|
- 'adcode' => '450481',
|
|
|
- 'name' => '岑溪市',
|
|
|
- 'center' => '110.998114,22.918406',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 2560,
|
|
|
- 'adcode' => '450406',
|
|
|
- 'name' => '龙圩区',
|
|
|
- 'center' => '111.246035,23.40996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 2561,
|
|
|
- 'adcode' => '450421',
|
|
|
- 'name' => '苍梧县',
|
|
|
- 'center' => '111.544008,23.845097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 2562,
|
|
|
- 'adcode' => '450403',
|
|
|
- 'name' => '万秀区',
|
|
|
- 'center' => '111.315817,23.471318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2555,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 2563,
|
|
|
- 'adcode' => '451100',
|
|
|
- 'name' => '贺州市',
|
|
|
- 'center' => '111.552056,24.414141',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 2564,
|
|
|
- 'adcode' => '451123',
|
|
|
- 'name' => '富川瑶族自治县',
|
|
|
- 'center' => '111.277228,24.81896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2563,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 2565,
|
|
|
- 'adcode' => '451121',
|
|
|
- 'name' => '昭平县',
|
|
|
- 'center' => '110.810865,24.172958',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2563,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 2566,
|
|
|
- 'adcode' => '451103',
|
|
|
- 'name' => '平桂区',
|
|
|
- 'center' => '111.524014,24.417148',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2563,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 2567,
|
|
|
- 'adcode' => '451102',
|
|
|
- 'name' => '八步区',
|
|
|
- 'center' => '111.551991,24.412446',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2563,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 2568,
|
|
|
- 'adcode' => '451122',
|
|
|
- 'name' => '钟山县',
|
|
|
- 'center' => '111.303629,24.528566',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2563,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 2569,
|
|
|
- 'adcode' => '450800',
|
|
|
- 'name' => '贵港市',
|
|
|
- 'center' => '109.602146,23.0936',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 2570,
|
|
|
- 'adcode' => '450802',
|
|
|
- 'name' => '港北区',
|
|
|
- 'center' => '109.59481,23.107677',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2569,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 2571,
|
|
|
- 'adcode' => '450804',
|
|
|
- 'name' => '覃塘区',
|
|
|
- 'center' => '109.415697,23.132815',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2569,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 2572,
|
|
|
- 'adcode' => '450803',
|
|
|
- 'name' => '港南区',
|
|
|
- 'center' => '109.604665,23.067516',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2569,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 2573,
|
|
|
- 'adcode' => '450881',
|
|
|
- 'name' => '桂平市',
|
|
|
- 'center' => '110.074668,23.382473',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2569,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 2574,
|
|
|
- 'adcode' => '450821',
|
|
|
- 'name' => '平南县',
|
|
|
- 'center' => '110.397485,23.544546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2569,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 2575,
|
|
|
- 'adcode' => '450900',
|
|
|
- 'name' => '玉林市',
|
|
|
- 'center' => '110.154393,22.63136',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2457,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 2576,
|
|
|
- 'adcode' => '450903',
|
|
|
- 'name' => '福绵区',
|
|
|
- 'center' => '110.054155,22.58163',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 2577,
|
|
|
- 'adcode' => '450924',
|
|
|
- 'name' => '兴业县',
|
|
|
- 'center' => '109.877768,22.74187',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 2578,
|
|
|
- 'adcode' => '450902',
|
|
|
- 'name' => '玉州区',
|
|
|
- 'center' => '110.154912,22.632132',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 2579,
|
|
|
- 'adcode' => '450923',
|
|
|
- 'name' => '博白县',
|
|
|
- 'center' => '109.980004,22.271285',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 2580,
|
|
|
- 'adcode' => '450922',
|
|
|
- 'name' => '陆川县',
|
|
|
- 'center' => '110.264842,22.321054',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 2581,
|
|
|
- 'adcode' => '450981',
|
|
|
- 'name' => '北流市',
|
|
|
- 'center' => '110.348052,22.701648',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 2582,
|
|
|
- 'adcode' => '450921',
|
|
|
- 'name' => '容县',
|
|
|
- 'center' => '110.552467,22.856435',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2575,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 2583,
|
|
|
- 'adcode' => '640000',
|
|
|
- 'name' => '宁夏回族自治区',
|
|
|
- 'center' => '106.278179,38.46637',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 2584,
|
|
|
- 'adcode' => '640400',
|
|
|
- 'name' => '固原市',
|
|
|
- 'center' => '106.285241,36.004561',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2583,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 2585,
|
|
|
- 'adcode' => '640423',
|
|
|
- 'name' => '隆德县',
|
|
|
- 'center' => '106.12344,35.618234',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2584,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 2586,
|
|
|
- 'adcode' => '640425',
|
|
|
- 'name' => '彭阳县',
|
|
|
- 'center' => '106.641512,35.849975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2584,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 2587,
|
|
|
- 'adcode' => '640424',
|
|
|
- 'name' => '泾源县',
|
|
|
- 'center' => '106.338674,35.49344',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2584,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 2588,
|
|
|
- 'adcode' => '640422',
|
|
|
- 'name' => '西吉县',
|
|
|
- 'center' => '105.731801,35.965384',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2584,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 2589,
|
|
|
- 'adcode' => '640402',
|
|
|
- 'name' => '原州区',
|
|
|
- 'center' => '106.28477,36.005337',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2584,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 2590,
|
|
|
- 'adcode' => '640500',
|
|
|
- 'name' => '中卫市',
|
|
|
- 'center' => '105.189568,37.514951',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2583,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 2591,
|
|
|
- 'adcode' => '640522',
|
|
|
- 'name' => '海原县',
|
|
|
- 'center' => '105.647323,36.562007',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2590,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 2592,
|
|
|
- 'adcode' => '640521',
|
|
|
- 'name' => '中宁县',
|
|
|
- 'center' => '105.675784,37.489736',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2590,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 2593,
|
|
|
- 'adcode' => '640502',
|
|
|
- 'name' => '沙坡头区',
|
|
|
- 'center' => '105.190536,37.514564',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2590,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 2594,
|
|
|
- 'adcode' => '640100',
|
|
|
- 'name' => '银川市',
|
|
|
- 'center' => '106.278179,38.46637',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2583,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 2595,
|
|
|
- 'adcode' => '640106',
|
|
|
- 'name' => '金凤区',
|
|
|
- 'center' => '106.228486,38.477353',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 2596,
|
|
|
- 'adcode' => '640121',
|
|
|
- 'name' => '永宁县',
|
|
|
- 'center' => '106.253781,38.28043',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 2597,
|
|
|
- 'adcode' => '640104',
|
|
|
- 'name' => '兴庆区',
|
|
|
- 'center' => '106.278393,38.46747',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 2598,
|
|
|
- 'adcode' => '640122',
|
|
|
- 'name' => '贺兰县',
|
|
|
- 'center' => '106.345904,38.554563',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 2599,
|
|
|
- 'adcode' => '640105',
|
|
|
- 'name' => '西夏区',
|
|
|
- 'center' => '106.132116,38.492424',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 2600,
|
|
|
- 'adcode' => '640181',
|
|
|
- 'name' => '灵武市',
|
|
|
- 'center' => '106.334701,38.094058',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2594,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 2601,
|
|
|
- 'adcode' => '640200',
|
|
|
- 'name' => '石嘴山市',
|
|
|
- 'center' => '106.376173,39.01333',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2583,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 2602,
|
|
|
- 'adcode' => '640205',
|
|
|
- 'name' => '惠农区',
|
|
|
- 'center' => '106.775513,39.230094',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2601,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 2603,
|
|
|
- 'adcode' => '640202',
|
|
|
- 'name' => '大武口区',
|
|
|
- 'center' => '106.376651,39.014158',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2601,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 2604,
|
|
|
- 'adcode' => '640221',
|
|
|
- 'name' => '平罗县',
|
|
|
- 'center' => '106.54489,38.90674',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2601,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 2605,
|
|
|
- 'adcode' => '640300',
|
|
|
- 'name' => '吴忠市',
|
|
|
- 'center' => '106.199409,37.986165',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2583,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 2606,
|
|
|
- 'adcode' => '640381',
|
|
|
- 'name' => '青铜峡市',
|
|
|
- 'center' => '106.075395,38.021509',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 2607,
|
|
|
- 'adcode' => '640302',
|
|
|
- 'name' => '利通区',
|
|
|
- 'center' => '106.199419,37.985967',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 2608,
|
|
|
- 'adcode' => '640303',
|
|
|
- 'name' => '红寺堡区',
|
|
|
- 'center' => '106.067315,37.421616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 2609,
|
|
|
- 'adcode' => '640323',
|
|
|
- 'name' => '盐池县',
|
|
|
- 'center' => '107.40541,37.784222',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 2610,
|
|
|
- 'adcode' => '640324',
|
|
|
- 'name' => '同心县',
|
|
|
- 'center' => '105.914764,36.9829',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2605,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 2611,
|
|
|
- 'adcode' => '360000',
|
|
|
- 'name' => '江西省',
|
|
|
- 'center' => '115.892151,28.676493',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 2612,
|
|
|
- 'adcode' => '360400',
|
|
|
- 'name' => '九江市',
|
|
|
- 'center' => '115.992811,29.712034',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 2613,
|
|
|
- 'adcode' => '360430',
|
|
|
- 'name' => '彭泽县',
|
|
|
- 'center' => '116.55584,29.898865',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 2614,
|
|
|
- 'adcode' => '360429',
|
|
|
- 'name' => '湖口县',
|
|
|
- 'center' => '116.244313,29.7263',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 2615,
|
|
|
- 'adcode' => '360404',
|
|
|
- 'name' => '柴桑区',
|
|
|
- 'center' => '115.892977,29.610264',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 2616,
|
|
|
- 'adcode' => '360428',
|
|
|
- 'name' => '都昌县',
|
|
|
- 'center' => '116.205114,29.275105',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 2617,
|
|
|
- 'adcode' => '360481',
|
|
|
- 'name' => '瑞昌市',
|
|
|
- 'center' => '115.669081,29.676599',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 2618,
|
|
|
- 'adcode' => '360423',
|
|
|
- 'name' => '武宁县',
|
|
|
- 'center' => '115.105646,29.260182',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 2619,
|
|
|
- 'adcode' => '360424',
|
|
|
- 'name' => '修水县',
|
|
|
- 'center' => '114.573428,29.032729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 2620,
|
|
|
- 'adcode' => '360402',
|
|
|
- 'name' => '濂溪区',
|
|
|
- 'center' => '115.99012,29.676175',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 2621,
|
|
|
- 'adcode' => '360483',
|
|
|
- 'name' => '庐山市',
|
|
|
- 'center' => '116.043743,29.456169',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 2622,
|
|
|
- 'adcode' => '360425',
|
|
|
- 'name' => '永修县',
|
|
|
- 'center' => '115.809055,29.018212',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 2623,
|
|
|
- 'adcode' => '360426',
|
|
|
- 'name' => '德安县',
|
|
|
- 'center' => '115.762611,29.327474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 2624,
|
|
|
- 'adcode' => '360403',
|
|
|
- 'name' => '浔阳区',
|
|
|
- 'center' => '115.995947,29.72465',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 2625,
|
|
|
- 'adcode' => '360482',
|
|
|
- 'name' => '共青城市',
|
|
|
- 'center' => '115.805712,29.247884',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2612,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 2626,
|
|
|
- 'adcode' => '360500',
|
|
|
- 'name' => '新余市',
|
|
|
- 'center' => '114.930835,27.810834',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 2627,
|
|
|
- 'adcode' => '360521',
|
|
|
- 'name' => '分宜县',
|
|
|
- 'center' => '114.675262,27.811301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 2628,
|
|
|
- 'adcode' => '360502',
|
|
|
- 'name' => '渝水区',
|
|
|
- 'center' => '114.923923,27.819171',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2626,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 2629,
|
|
|
- 'adcode' => '361000',
|
|
|
- 'name' => '抚州市',
|
|
|
- 'center' => '116.358351,27.98385',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 2630,
|
|
|
- 'adcode' => '361003',
|
|
|
- 'name' => '东乡区',
|
|
|
- 'center' => '116.605341,28.2325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 2631,
|
|
|
- 'adcode' => '361002',
|
|
|
- 'name' => '临川区',
|
|
|
- 'center' => '116.361404,27.981919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 2632,
|
|
|
- 'adcode' => '361027',
|
|
|
- 'name' => '金溪县',
|
|
|
- 'center' => '116.778751,27.907387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 2633,
|
|
|
- 'adcode' => '361024',
|
|
|
- 'name' => '崇仁县',
|
|
|
- 'center' => '116.059109,27.760907',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 2634,
|
|
|
- 'adcode' => '361028',
|
|
|
- 'name' => '资溪县',
|
|
|
- 'center' => '117.066095,27.70653',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 2635,
|
|
|
- 'adcode' => '361021',
|
|
|
- 'name' => '南城县',
|
|
|
- 'center' => '116.63945,27.55531',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 2636,
|
|
|
- 'adcode' => '361025',
|
|
|
- 'name' => '乐安县',
|
|
|
- 'center' => '115.838432,27.420101',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 2637,
|
|
|
- 'adcode' => '361026',
|
|
|
- 'name' => '宜黄县',
|
|
|
- 'center' => '116.223023,27.546512',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 2638,
|
|
|
- 'adcode' => '361022',
|
|
|
- 'name' => '黎川县',
|
|
|
- 'center' => '116.91457,27.292561',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 2639,
|
|
|
- 'adcode' => '361023',
|
|
|
- 'name' => '南丰县',
|
|
|
- 'center' => '116.532994,27.210132',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 2640,
|
|
|
- 'adcode' => '361030',
|
|
|
- 'name' => '广昌县',
|
|
|
- 'center' => '116.327291,26.838426',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2629,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 2641,
|
|
|
- 'adcode' => '360600',
|
|
|
- 'name' => '鹰潭市',
|
|
|
- 'center' => '117.033838,28.238638',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 2642,
|
|
|
- 'adcode' => '360681',
|
|
|
- 'name' => '贵溪市',
|
|
|
- 'center' => '117.212103,28.283693',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2641,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 2643,
|
|
|
- 'adcode' => '360603',
|
|
|
- 'name' => '余江区',
|
|
|
- 'center' => '116.822763,28.206177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2641,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 2644,
|
|
|
- 'adcode' => '360602',
|
|
|
- 'name' => '月湖区',
|
|
|
- 'center' => '117.034112,28.239076',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2641,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 2645,
|
|
|
- 'adcode' => '360700',
|
|
|
- 'name' => '赣州市',
|
|
|
- 'center' => '114.940278,25.85097',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 2646,
|
|
|
- 'adcode' => '360730',
|
|
|
- 'name' => '宁都县',
|
|
|
- 'center' => '116.018782,26.472054',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 2647,
|
|
|
- 'adcode' => '360781',
|
|
|
- 'name' => '瑞金市',
|
|
|
- 'center' => '116.034854,25.875278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 2648,
|
|
|
- 'adcode' => '360731',
|
|
|
- 'name' => '于都县',
|
|
|
- 'center' => '115.411198,25.955033',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 2649,
|
|
|
- 'adcode' => '360735',
|
|
|
- 'name' => '石城县',
|
|
|
- 'center' => '116.342249,26.326582',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 2650,
|
|
|
- 'adcode' => '360732',
|
|
|
- 'name' => '兴国县',
|
|
|
- 'center' => '115.351896,26.330489',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 2651,
|
|
|
- 'adcode' => '360724',
|
|
|
- 'name' => '上犹县',
|
|
|
- 'center' => '114.540537,25.794284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 2652,
|
|
|
- 'adcode' => '360722',
|
|
|
- 'name' => '信丰县',
|
|
|
- 'center' => '114.930893,25.38023',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 2653,
|
|
|
- 'adcode' => '360729',
|
|
|
- 'name' => '全南县',
|
|
|
- 'center' => '114.531589,24.742651',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 2654,
|
|
|
- 'adcode' => '360727',
|
|
|
- 'name' => '龙南县',
|
|
|
- 'center' => '114.792657,24.90476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 2655,
|
|
|
- 'adcode' => '360725',
|
|
|
- 'name' => '崇义县',
|
|
|
- 'center' => '114.307348,25.687911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 2656,
|
|
|
- 'adcode' => '360734',
|
|
|
- 'name' => '寻乌县',
|
|
|
- 'center' => '115.651399,24.954136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 2657,
|
|
|
- 'adcode' => '360726',
|
|
|
- 'name' => '安远县',
|
|
|
- 'center' => '115.392328,25.134591',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 2658,
|
|
|
- 'adcode' => '360723',
|
|
|
- 'name' => '大余县',
|
|
|
- 'center' => '114.362243,25.395937',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 2659,
|
|
|
- 'adcode' => '360733',
|
|
|
- 'name' => '会昌县',
|
|
|
- 'center' => '115.791158,25.599125',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 2660,
|
|
|
- 'adcode' => '360704',
|
|
|
- 'name' => '赣县区',
|
|
|
- 'center' => '115.018461,25.865432',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 2661,
|
|
|
- 'adcode' => '360728',
|
|
|
- 'name' => '定南县',
|
|
|
- 'center' => '115.03267,24.774277',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 2662,
|
|
|
- 'adcode' => '360702',
|
|
|
- 'name' => '章贡区',
|
|
|
- 'center' => '114.93872,25.851367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 2663,
|
|
|
- 'adcode' => '360703',
|
|
|
- 'name' => '南康区',
|
|
|
- 'center' => '114.756933,25.661721',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2645,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 2664,
|
|
|
- 'adcode' => '360100',
|
|
|
- 'name' => '南昌市',
|
|
|
- 'center' => '115.892151,28.676493',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 2665,
|
|
|
- 'adcode' => '360123',
|
|
|
- 'name' => '安义县',
|
|
|
- 'center' => '115.553109,28.841334',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 2666,
|
|
|
- 'adcode' => '360124',
|
|
|
- 'name' => '进贤县',
|
|
|
- 'center' => '116.267671,28.365681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 2667,
|
|
|
- 'adcode' => '360104',
|
|
|
- 'name' => '青云谱区',
|
|
|
- 'center' => '115.907292,28.635724',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 2668,
|
|
|
- 'adcode' => '360121',
|
|
|
- 'name' => '南昌县',
|
|
|
- 'center' => '115.942465,28.543781',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 2669,
|
|
|
- 'adcode' => '360112',
|
|
|
- 'name' => '新建区',
|
|
|
- 'center' => '115.820806,28.690788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 2670,
|
|
|
- 'adcode' => '360105',
|
|
|
- 'name' => '湾里区',
|
|
|
- 'center' => '115.731324,28.714803',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 2671,
|
|
|
- 'adcode' => '360103',
|
|
|
- 'name' => '西湖区',
|
|
|
- 'center' => '115.91065,28.662901',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 2672,
|
|
|
- 'adcode' => '360102',
|
|
|
- 'name' => '东湖区',
|
|
|
- 'center' => '115.889675,28.682988',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 2673,
|
|
|
- 'adcode' => '360111',
|
|
|
- 'name' => '青山湖区',
|
|
|
- 'center' => '115.949044,28.689292',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2664,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 2674,
|
|
|
- 'adcode' => '360800',
|
|
|
- 'name' => '吉安市',
|
|
|
- 'center' => '114.986373,27.111699',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 2675,
|
|
|
- 'adcode' => '360823',
|
|
|
- 'name' => '峡江县',
|
|
|
- 'center' => '115.319331,27.580862',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 2676,
|
|
|
- 'adcode' => '360821',
|
|
|
- 'name' => '吉安县',
|
|
|
- 'center' => '114.905117,27.040042',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 2677,
|
|
|
- 'adcode' => '360822',
|
|
|
- 'name' => '吉水县',
|
|
|
- 'center' => '115.134569,27.213445',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 2678,
|
|
|
- 'adcode' => '360825',
|
|
|
- 'name' => '永丰县',
|
|
|
- 'center' => '115.435559,27.321087',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 2679,
|
|
|
- 'adcode' => '360802',
|
|
|
- 'name' => '吉州区',
|
|
|
- 'center' => '114.987331,27.112367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 2680,
|
|
|
- 'adcode' => '360830',
|
|
|
- 'name' => '永新县',
|
|
|
- 'center' => '114.242534,26.944721',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 2681,
|
|
|
- 'adcode' => '360803',
|
|
|
- 'name' => '青原区',
|
|
|
- 'center' => '115.016306,27.105879',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 2682,
|
|
|
- 'adcode' => '360826',
|
|
|
- 'name' => '泰和县',
|
|
|
- 'center' => '114.901393,26.790164',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 2683,
|
|
|
- 'adcode' => '360881',
|
|
|
- 'name' => '井冈山市',
|
|
|
- 'center' => '114.284421,26.745919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 2684,
|
|
|
- 'adcode' => '360828',
|
|
|
- 'name' => '万安县',
|
|
|
- 'center' => '114.784694,26.462085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 2685,
|
|
|
- 'adcode' => '360827',
|
|
|
- 'name' => '遂川县',
|
|
|
- 'center' => '114.51689,26.323705',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 2686,
|
|
|
- 'adcode' => '360824',
|
|
|
- 'name' => '新干县',
|
|
|
- 'center' => '115.399294,27.755758',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 2687,
|
|
|
- 'adcode' => '360829',
|
|
|
- 'name' => '安福县',
|
|
|
- 'center' => '114.61384,27.382746',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2674,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 2688,
|
|
|
- 'adcode' => '360300',
|
|
|
- 'name' => '萍乡市',
|
|
|
- 'center' => '113.852186,27.622946',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 2689,
|
|
|
- 'adcode' => '360313',
|
|
|
- 'name' => '湘东区',
|
|
|
- 'center' => '113.7456,27.639319',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2688,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 2690,
|
|
|
- 'adcode' => '360302',
|
|
|
- 'name' => '安源区',
|
|
|
- 'center' => '113.855044,27.625826',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2688,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 2691,
|
|
|
- 'adcode' => '360322',
|
|
|
- 'name' => '上栗县',
|
|
|
- 'center' => '113.800525,27.877041',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2688,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 2692,
|
|
|
- 'adcode' => '360323',
|
|
|
- 'name' => '芦溪县',
|
|
|
- 'center' => '114.041206,27.633633',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2688,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 2693,
|
|
|
- 'adcode' => '360321',
|
|
|
- 'name' => '莲花县',
|
|
|
- 'center' => '113.955582,27.127807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2688,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 2694,
|
|
|
- 'adcode' => '360900',
|
|
|
- 'name' => '宜春市',
|
|
|
- 'center' => '114.391136,27.8043',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 2695,
|
|
|
- 'adcode' => '360925',
|
|
|
- 'name' => '靖安县',
|
|
|
- 'center' => '115.361744,28.86054',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 2696,
|
|
|
- 'adcode' => '360921',
|
|
|
- 'name' => '奉新县',
|
|
|
- 'center' => '115.389899,28.700672',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 2697,
|
|
|
- 'adcode' => '360924',
|
|
|
- 'name' => '宜丰县',
|
|
|
- 'center' => '114.787381,28.388289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 2698,
|
|
|
- 'adcode' => '360983',
|
|
|
- 'name' => '高安市',
|
|
|
- 'center' => '115.381527,28.420951',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 2699,
|
|
|
- 'adcode' => '360923',
|
|
|
- 'name' => '上高县',
|
|
|
- 'center' => '114.932653,28.234789',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 2700,
|
|
|
- 'adcode' => '360981',
|
|
|
- 'name' => '丰城市',
|
|
|
- 'center' => '115.786005,28.191584',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 2701,
|
|
|
- 'adcode' => '360922',
|
|
|
- 'name' => '万载县',
|
|
|
- 'center' => '114.449012,28.104528',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 2702,
|
|
|
- 'adcode' => '360926',
|
|
|
- 'name' => '铜鼓县',
|
|
|
- 'center' => '114.37014,28.520956',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 2703,
|
|
|
- 'adcode' => '360902',
|
|
|
- 'name' => '袁州区',
|
|
|
- 'center' => '114.387379,27.800117',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 2704,
|
|
|
- 'adcode' => '360982',
|
|
|
- 'name' => '樟树市',
|
|
|
- 'center' => '115.543388,28.055898',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2694,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 2705,
|
|
|
- 'adcode' => '360200',
|
|
|
- 'name' => '景德镇市',
|
|
|
- 'center' => '117.214664,29.29256',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 2706,
|
|
|
- 'adcode' => '360203',
|
|
|
- 'name' => '珠山区',
|
|
|
- 'center' => '117.214814,29.292812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 2707,
|
|
|
- 'adcode' => '360222',
|
|
|
- 'name' => '浮梁县',
|
|
|
- 'center' => '117.217611,29.352251',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 2708,
|
|
|
- 'adcode' => '360202',
|
|
|
- 'name' => '昌江区',
|
|
|
- 'center' => '117.195023,29.288465',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 2709,
|
|
|
- 'adcode' => '360281',
|
|
|
- 'name' => '乐平市',
|
|
|
- 'center' => '117.129376,28.967361',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2705,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 2710,
|
|
|
- 'adcode' => '361100',
|
|
|
- 'name' => '上饶市',
|
|
|
- 'center' => '117.971185,28.44442',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2611,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 2711,
|
|
|
- 'adcode' => '361124',
|
|
|
- 'name' => '铅山县',
|
|
|
- 'center' => '117.711906,28.310892',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 2712,
|
|
|
- 'adcode' => '361181',
|
|
|
- 'name' => '德兴市',
|
|
|
- 'center' => '117.578732,28.945034',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 2713,
|
|
|
- 'adcode' => '361130',
|
|
|
- 'name' => '婺源县',
|
|
|
- 'center' => '117.86219,29.254015',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 2714,
|
|
|
- 'adcode' => '361125',
|
|
|
- 'name' => '横峰县',
|
|
|
- 'center' => '117.608247,28.415103',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 2715,
|
|
|
- 'adcode' => '361121',
|
|
|
- 'name' => '上饶县',
|
|
|
- 'center' => '117.90612,28.453897',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 2716,
|
|
|
- 'adcode' => '361127',
|
|
|
- 'name' => '余干县',
|
|
|
- 'center' => '116.691072,28.69173',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 2717,
|
|
|
- 'adcode' => '361102',
|
|
|
- 'name' => '信州区',
|
|
|
- 'center' => '117.970522,28.445378',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 2718,
|
|
|
- 'adcode' => '361126',
|
|
|
- 'name' => '弋阳县',
|
|
|
- 'center' => '117.435002,28.402391',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 2719,
|
|
|
- 'adcode' => '361103',
|
|
|
- 'name' => '广丰区',
|
|
|
- 'center' => '118.189852,28.440285',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 2720,
|
|
|
- 'adcode' => '361123',
|
|
|
- 'name' => '玉山县',
|
|
|
- 'center' => '118.244408,28.673479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 2721,
|
|
|
- 'adcode' => '361129',
|
|
|
- 'name' => '万年县',
|
|
|
- 'center' => '117.07015,28.692589',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 2722,
|
|
|
- 'adcode' => '361128',
|
|
|
- 'name' => '鄱阳县',
|
|
|
- 'center' => '116.673748,28.993374',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2710,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 2723,
|
|
|
- 'adcode' => '330000',
|
|
|
- 'name' => '浙江省',
|
|
|
- 'center' => '120.153576,30.287459',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 2724,
|
|
|
- 'adcode' => '330300',
|
|
|
- 'name' => '温州市',
|
|
|
- 'center' => '120.672111,28.000575',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 2725,
|
|
|
- 'adcode' => '330324',
|
|
|
- 'name' => '永嘉县',
|
|
|
- 'center' => '120.690968,28.153886',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 2726,
|
|
|
- 'adcode' => '330326',
|
|
|
- 'name' => '平阳县',
|
|
|
- 'center' => '120.564387,27.6693',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 2727,
|
|
|
- 'adcode' => '330329',
|
|
|
- 'name' => '泰顺县',
|
|
|
- 'center' => '119.71624,27.557309',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 2728,
|
|
|
- 'adcode' => '330327',
|
|
|
- 'name' => '苍南县',
|
|
|
- 'center' => '120.406256,27.507743',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 2729,
|
|
|
- 'adcode' => '330305',
|
|
|
- 'name' => '洞头区',
|
|
|
- 'center' => '121.156181,27.836057',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 2730,
|
|
|
- 'adcode' => '330381',
|
|
|
- 'name' => '瑞安市',
|
|
|
- 'center' => '120.646171,27.779321',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 2731,
|
|
|
- 'adcode' => '330382',
|
|
|
- 'name' => '乐清市',
|
|
|
- 'center' => '120.967147,28.116083',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 2732,
|
|
|
- 'adcode' => '330328',
|
|
|
- 'name' => '文成县',
|
|
|
- 'center' => '120.09245,27.789133',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 2733,
|
|
|
- 'adcode' => '330304',
|
|
|
- 'name' => '瓯海区',
|
|
|
- 'center' => '120.637145,28.006444',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 2734,
|
|
|
- 'adcode' => '330302',
|
|
|
- 'name' => '鹿城区',
|
|
|
- 'center' => '120.674231,28.003352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 2735,
|
|
|
- 'adcode' => '330303',
|
|
|
- 'name' => '龙湾区',
|
|
|
- 'center' => '120.763469,27.970254',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2724,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 2736,
|
|
|
- 'adcode' => '330200',
|
|
|
- 'name' => '宁波市',
|
|
|
- 'center' => '121.549792,29.868388',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 2737,
|
|
|
- 'adcode' => '330206',
|
|
|
- 'name' => '北仑区',
|
|
|
- 'center' => '121.831303,29.90944',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 2738,
|
|
|
- 'adcode' => '330225',
|
|
|
- 'name' => '象山县',
|
|
|
- 'center' => '121.877091,29.470206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 2739,
|
|
|
- 'adcode' => '330211',
|
|
|
- 'name' => '镇海区',
|
|
|
- 'center' => '121.713162,29.952107',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 2740,
|
|
|
- 'adcode' => '330205',
|
|
|
- 'name' => '江北区',
|
|
|
- 'center' => '121.559282,29.888361',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 2741,
|
|
|
- 'adcode' => '330213',
|
|
|
- 'name' => '奉化区',
|
|
|
- 'center' => '121.41089,29.662348',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 2742,
|
|
|
- 'adcode' => '330226',
|
|
|
- 'name' => '宁海县',
|
|
|
- 'center' => '121.432606,29.299836',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 2743,
|
|
|
- 'adcode' => '330281',
|
|
|
- 'name' => '余姚市',
|
|
|
- 'center' => '121.156294,30.045404',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 2744,
|
|
|
- 'adcode' => '330212',
|
|
|
- 'name' => '鄞州区',
|
|
|
- 'center' => '121.558436,29.831662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 2745,
|
|
|
- 'adcode' => '330203',
|
|
|
- 'name' => '海曙区',
|
|
|
- 'center' => '121.539698,29.874452',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 2746,
|
|
|
- 'adcode' => '330282',
|
|
|
- 'name' => '慈溪市',
|
|
|
- 'center' => '121.248052,30.177142',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2736,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 2747,
|
|
|
- 'adcode' => '330900',
|
|
|
- 'name' => '舟山市',
|
|
|
- 'center' => '122.106863,30.016028',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 2748,
|
|
|
- 'adcode' => '330922',
|
|
|
- 'name' => '嵊泗县',
|
|
|
- 'center' => '122.457809,30.727166',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2747,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 2749,
|
|
|
- 'adcode' => '330903',
|
|
|
- 'name' => '普陀区',
|
|
|
- 'center' => '122.301953,29.945614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2747,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 2750,
|
|
|
- 'adcode' => '330921',
|
|
|
- 'name' => '岱山县',
|
|
|
- 'center' => '122.201132,30.242865',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2747,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 2751,
|
|
|
- 'adcode' => '330902',
|
|
|
- 'name' => '定海区',
|
|
|
- 'center' => '122.108496,30.016423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2747,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 2752,
|
|
|
- 'adcode' => '330400',
|
|
|
- 'name' => '嘉兴市',
|
|
|
- 'center' => '120.750865,30.762653',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 2753,
|
|
|
- 'adcode' => '330482',
|
|
|
- 'name' => '平湖市',
|
|
|
- 'center' => '121.014666,30.698921',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 2754,
|
|
|
- 'adcode' => '330481',
|
|
|
- 'name' => '海宁市',
|
|
|
- 'center' => '120.688821,30.525544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 2755,
|
|
|
- 'adcode' => '330411',
|
|
|
- 'name' => '秀洲区',
|
|
|
- 'center' => '120.720431,30.763323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 2756,
|
|
|
- 'adcode' => '330402',
|
|
|
- 'name' => '南湖区',
|
|
|
- 'center' => '120.749953,30.764652',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 2757,
|
|
|
- 'adcode' => '330421',
|
|
|
- 'name' => '嘉善县',
|
|
|
- 'center' => '120.921871,30.841352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 2758,
|
|
|
- 'adcode' => '330424',
|
|
|
- 'name' => '海盐县',
|
|
|
- 'center' => '120.942017,30.522223',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 2759,
|
|
|
- 'adcode' => '330483',
|
|
|
- 'name' => '桐乡市',
|
|
|
- 'center' => '120.551085,30.629065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2752,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 2760,
|
|
|
- 'adcode' => '331000',
|
|
|
- 'name' => '台州市',
|
|
|
- 'center' => '121.428599,28.661378',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 2761,
|
|
|
- 'adcode' => '331023',
|
|
|
- 'name' => '天台县',
|
|
|
- 'center' => '121.031227,29.141126',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 2762,
|
|
|
- 'adcode' => '331081',
|
|
|
- 'name' => '温岭市',
|
|
|
- 'center' => '121.373611,28.368781',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 2763,
|
|
|
- 'adcode' => '331022',
|
|
|
- 'name' => '三门县',
|
|
|
- 'center' => '121.376429,29.118955',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 2764,
|
|
|
- 'adcode' => '331002',
|
|
|
- 'name' => '椒江区',
|
|
|
- 'center' => '121.431049,28.67615',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 2765,
|
|
|
- 'adcode' => '331083',
|
|
|
- 'name' => '玉环市',
|
|
|
- 'center' => '121.232337,28.12842',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 2766,
|
|
|
- 'adcode' => '331082',
|
|
|
- 'name' => '临海市',
|
|
|
- 'center' => '121.131229,28.845441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 2767,
|
|
|
- 'adcode' => '331004',
|
|
|
- 'name' => '路桥区',
|
|
|
- 'center' => '121.37292,28.581799',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 2768,
|
|
|
- 'adcode' => '331024',
|
|
|
- 'name' => '仙居县',
|
|
|
- 'center' => '120.735074,28.849213',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 2769,
|
|
|
- 'adcode' => '331003',
|
|
|
- 'name' => '黄岩区',
|
|
|
- 'center' => '121.262138,28.64488',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2760,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 2770,
|
|
|
- 'adcode' => '331100',
|
|
|
- 'name' => '丽水市',
|
|
|
- 'center' => '119.921786,28.451993',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 2771,
|
|
|
- 'adcode' => '331102',
|
|
|
- 'name' => '莲都区',
|
|
|
- 'center' => '119.922293,28.451103',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 2772,
|
|
|
- 'adcode' => '331124',
|
|
|
- 'name' => '松阳县',
|
|
|
- 'center' => '119.485292,28.449937',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 2773,
|
|
|
- 'adcode' => '331181',
|
|
|
- 'name' => '龙泉市',
|
|
|
- 'center' => '119.132319,28.069177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 2774,
|
|
|
- 'adcode' => '331125',
|
|
|
- 'name' => '云和县',
|
|
|
- 'center' => '119.569458,28.111077',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 2775,
|
|
|
- 'adcode' => '331123',
|
|
|
- 'name' => '遂昌县',
|
|
|
- 'center' => '119.27589,28.5924',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 2776,
|
|
|
- 'adcode' => '331127',
|
|
|
- 'name' => '景宁畲族自治县',
|
|
|
- 'center' => '119.634669,27.977247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 2777,
|
|
|
- 'adcode' => '331121',
|
|
|
- 'name' => '青田县',
|
|
|
- 'center' => '120.291939,28.135247',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 2778,
|
|
|
- 'adcode' => '331122',
|
|
|
- 'name' => '缙云县',
|
|
|
- 'center' => '120.078965,28.654208',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 2779,
|
|
|
- 'adcode' => '331126',
|
|
|
- 'name' => '庆元县',
|
|
|
- 'center' => '119.067233,27.618231',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2770,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 2780,
|
|
|
- 'adcode' => '330100',
|
|
|
- 'name' => '杭州市',
|
|
|
- 'center' => '120.153576,30.287459',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 2781,
|
|
|
- 'adcode' => '330122',
|
|
|
- 'name' => '桐庐县',
|
|
|
- 'center' => '119.685045,29.797437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 2782,
|
|
|
- 'adcode' => '330102',
|
|
|
- 'name' => '上城区',
|
|
|
- 'center' => '120.171465,30.250236',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 2783,
|
|
|
- 'adcode' => '330182',
|
|
|
- 'name' => '建德市',
|
|
|
- 'center' => '119.279089,29.472284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 2784,
|
|
|
- 'adcode' => '330106',
|
|
|
- 'name' => '西湖区',
|
|
|
- 'center' => '120.147376,30.272934',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 2785,
|
|
|
- 'adcode' => '330111',
|
|
|
- 'name' => '富阳区',
|
|
|
- 'center' => '119.949869,30.049871',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 2786,
|
|
|
- 'adcode' => '330127',
|
|
|
- 'name' => '淳安县',
|
|
|
- 'center' => '119.044276,29.604177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 2787,
|
|
|
- 'adcode' => '330109',
|
|
|
- 'name' => '萧山区',
|
|
|
- 'center' => '120.27069,30.162932',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 2788,
|
|
|
- 'adcode' => '330108',
|
|
|
- 'name' => '滨江区',
|
|
|
- 'center' => '120.21062,30.206615',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 2789,
|
|
|
- 'adcode' => '330104',
|
|
|
- 'name' => '江干区',
|
|
|
- 'center' => '120.202633,30.266603',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 2790,
|
|
|
- 'adcode' => '330103',
|
|
|
- 'name' => '下城区',
|
|
|
- 'center' => '120.172763,30.276271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 2791,
|
|
|
- 'adcode' => '330112',
|
|
|
- 'name' => '临安区',
|
|
|
- 'center' => '119.715101,30.231153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 2792,
|
|
|
- 'adcode' => '330110',
|
|
|
- 'name' => '余杭区',
|
|
|
- 'center' => '120.301737,30.421187',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 2793,
|
|
|
- 'adcode' => '330105',
|
|
|
- 'name' => '拱墅区',
|
|
|
- 'center' => '120.150053,30.314697',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2780,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 2794,
|
|
|
- 'adcode' => '330600',
|
|
|
- 'name' => '绍兴市',
|
|
|
- 'center' => '120.582112,29.997117',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 2795,
|
|
|
- 'adcode' => '330683',
|
|
|
- 'name' => '嵊州市',
|
|
|
- 'center' => '120.82888,29.586606',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 2796,
|
|
|
- 'adcode' => '330604',
|
|
|
- 'name' => '上虞区',
|
|
|
- 'center' => '120.874185,30.016769',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 2797,
|
|
|
- 'adcode' => '330602',
|
|
|
- 'name' => '越城区',
|
|
|
- 'center' => '120.585315,29.996993',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 2798,
|
|
|
- 'adcode' => '330603',
|
|
|
- 'name' => '柯桥区',
|
|
|
- 'center' => '120.476075,30.078038',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 2799,
|
|
|
- 'adcode' => '330681',
|
|
|
- 'name' => '诸暨市',
|
|
|
- 'center' => '120.244326,29.713662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 2800,
|
|
|
- 'adcode' => '330624',
|
|
|
- 'name' => '新昌县',
|
|
|
- 'center' => '120.905665,29.501205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2794,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 2801,
|
|
|
- 'adcode' => '330500',
|
|
|
- 'name' => '湖州市',
|
|
|
- 'center' => '120.102398,30.867198',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 2802,
|
|
|
- 'adcode' => '330521',
|
|
|
- 'name' => '德清县',
|
|
|
- 'center' => '119.967662,30.534927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2801,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 2803,
|
|
|
- 'adcode' => '330523',
|
|
|
- 'name' => '安吉县',
|
|
|
- 'center' => '119.687891,30.631974',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2801,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 2804,
|
|
|
- 'adcode' => '330522',
|
|
|
- 'name' => '长兴县',
|
|
|
- 'center' => '119.910122,31.00475',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2801,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 2805,
|
|
|
- 'adcode' => '330502',
|
|
|
- 'name' => '吴兴区',
|
|
|
- 'center' => '120.101416,30.867252',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2801,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 2806,
|
|
|
- 'adcode' => '330503',
|
|
|
- 'name' => '南浔区',
|
|
|
- 'center' => '120.417195,30.872742',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2801,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 2807,
|
|
|
- 'adcode' => '330800',
|
|
|
- 'name' => '衢州市',
|
|
|
- 'center' => '118.87263,28.941708',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 2808,
|
|
|
- 'adcode' => '330824',
|
|
|
- 'name' => '开化县',
|
|
|
- 'center' => '118.414435,29.136503',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 2809,
|
|
|
- 'adcode' => '330803',
|
|
|
- 'name' => '衢江区',
|
|
|
- 'center' => '118.957683,28.973195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 2810,
|
|
|
- 'adcode' => '330822',
|
|
|
- 'name' => '常山县',
|
|
|
- 'center' => '118.521654,28.900039',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 2811,
|
|
|
- 'adcode' => '330802',
|
|
|
- 'name' => '柯城区',
|
|
|
- 'center' => '118.873041,28.944539',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 2812,
|
|
|
- 'adcode' => '330881',
|
|
|
- 'name' => '江山市',
|
|
|
- 'center' => '118.627879,28.734674',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 2813,
|
|
|
- 'adcode' => '330825',
|
|
|
- 'name' => '龙游县',
|
|
|
- 'center' => '119.172525,29.031364',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2807,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 2814,
|
|
|
- 'adcode' => '330700',
|
|
|
- 'name' => '金华市',
|
|
|
- 'center' => '119.649506,29.089524',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2723,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 2815,
|
|
|
- 'adcode' => '330726',
|
|
|
- 'name' => '浦江县',
|
|
|
- 'center' => '119.893363,29.451254',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 2816,
|
|
|
- 'adcode' => '330781',
|
|
|
- 'name' => '兰溪市',
|
|
|
- 'center' => '119.460521,29.210065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 2817,
|
|
|
- 'adcode' => '330783',
|
|
|
- 'name' => '东阳市',
|
|
|
- 'center' => '120.23334,29.262546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 2818,
|
|
|
- 'adcode' => '330784',
|
|
|
- 'name' => '永康市',
|
|
|
- 'center' => '120.036328,28.895293',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 2819,
|
|
|
- 'adcode' => '330727',
|
|
|
- 'name' => '磐安县',
|
|
|
- 'center' => '120.44513,29.052627',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 2820,
|
|
|
- 'adcode' => '330723',
|
|
|
- 'name' => '武义县',
|
|
|
- 'center' => '119.819159,28.896563',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 2821,
|
|
|
- 'adcode' => '330703',
|
|
|
- 'name' => '金东区',
|
|
|
- 'center' => '119.681264,29.095835',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 2822,
|
|
|
- 'adcode' => '330782',
|
|
|
- 'name' => '义乌市',
|
|
|
- 'center' => '120.074911,29.306863',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 2823,
|
|
|
- 'adcode' => '330702',
|
|
|
- 'name' => '婺城区',
|
|
|
- 'center' => '119.652579,29.082607',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2814,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 2824,
|
|
|
- 'adcode' => '130000',
|
|
|
- 'name' => '河北省',
|
|
|
- 'center' => '114.502461,38.045474',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 2825,
|
|
|
- 'adcode' => '130800',
|
|
|
- 'name' => '承德市',
|
|
|
- 'center' => '117.939152,40.976204',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 2826,
|
|
|
- 'adcode' => '130804',
|
|
|
- 'name' => '鹰手营子矿区',
|
|
|
- 'center' => '117.661154,40.546956',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 2827,
|
|
|
- 'adcode' => '130828',
|
|
|
- 'name' => '围场满族蒙古族自治县',
|
|
|
- 'center' => '117.764086,41.949404',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 2828,
|
|
|
- 'adcode' => '130825',
|
|
|
- 'name' => '隆化县',
|
|
|
- 'center' => '117.736343,41.316667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 2829,
|
|
|
- 'adcode' => '130826',
|
|
|
- 'name' => '丰宁满族自治县',
|
|
|
- 'center' => '116.65121,41.209903',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 2830,
|
|
|
- 'adcode' => '130827',
|
|
|
- 'name' => '宽城满族自治县',
|
|
|
- 'center' => '118.488642,40.607981',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 2831,
|
|
|
- 'adcode' => '130822',
|
|
|
- 'name' => '兴隆县',
|
|
|
- 'center' => '117.507098,40.418525',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 2832,
|
|
|
- 'adcode' => '130881',
|
|
|
- 'name' => '平泉市',
|
|
|
- 'center' => '118.690238,41.00561',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 2833,
|
|
|
- 'adcode' => '130824',
|
|
|
- 'name' => '滦平县',
|
|
|
- 'center' => '117.337124,40.936644',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 2834,
|
|
|
- 'adcode' => '130803',
|
|
|
- 'name' => '双滦区',
|
|
|
- 'center' => '117.797485,40.959756',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 2835,
|
|
|
- 'adcode' => '130802',
|
|
|
- 'name' => '双桥区',
|
|
|
- 'center' => '117.939152,40.976204',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 2836,
|
|
|
- 'adcode' => '130821',
|
|
|
- 'name' => '承德县',
|
|
|
- 'center' => '118.172496,40.768637',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2825,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 2837,
|
|
|
- 'adcode' => '130200',
|
|
|
- 'name' => '唐山市',
|
|
|
- 'center' => '118.175393,39.635113',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 2838,
|
|
|
- 'adcode' => '130283',
|
|
|
- 'name' => '迁安市',
|
|
|
- 'center' => '118.701933,40.012108',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 2839,
|
|
|
- 'adcode' => '130227',
|
|
|
- 'name' => '迁西县',
|
|
|
- 'center' => '118.305139,40.146238',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 2840,
|
|
|
- 'adcode' => '130281',
|
|
|
- 'name' => '遵化市',
|
|
|
- 'center' => '117.965875,40.188616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 2841,
|
|
|
- 'adcode' => '130284',
|
|
|
- 'name' => '滦州市',
|
|
|
- 'center' => '118.699547,39.744851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 2842,
|
|
|
- 'adcode' => '130209',
|
|
|
- 'name' => '曹妃甸区',
|
|
|
- 'center' => '118.446585,39.278277',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 2843,
|
|
|
- 'adcode' => '130224',
|
|
|
- 'name' => '滦南县',
|
|
|
- 'center' => '118.681552,39.506201',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 2844,
|
|
|
- 'adcode' => '130225',
|
|
|
- 'name' => '乐亭县',
|
|
|
- 'center' => '118.905341,39.42813',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 2845,
|
|
|
- 'adcode' => '130229',
|
|
|
- 'name' => '玉田县',
|
|
|
- 'center' => '117.753665,39.887323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 2846,
|
|
|
- 'adcode' => '130202',
|
|
|
- 'name' => '路南区',
|
|
|
- 'center' => '118.210821,39.615162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 2847,
|
|
|
- 'adcode' => '130203',
|
|
|
- 'name' => '路北区',
|
|
|
- 'center' => '118.174736,39.628538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 2848,
|
|
|
- 'adcode' => '130207',
|
|
|
- 'name' => '丰南区',
|
|
|
- 'center' => '118.110793,39.56303',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 2849,
|
|
|
- 'adcode' => '130208',
|
|
|
- 'name' => '丰润区',
|
|
|
- 'center' => '118.155779,39.831363',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 2850,
|
|
|
- 'adcode' => '130204',
|
|
|
- 'name' => '古冶区',
|
|
|
- 'center' => '118.45429,39.715736',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 2851,
|
|
|
- 'adcode' => '130205',
|
|
|
- 'name' => '开平区',
|
|
|
- 'center' => '118.264425,39.676171',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2837,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 2852,
|
|
|
- 'adcode' => '131000',
|
|
|
- 'name' => '廊坊市',
|
|
|
- 'center' => '116.704441,39.523927',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 2853,
|
|
|
- 'adcode' => '131028',
|
|
|
- 'name' => '大厂回族自治县',
|
|
|
- 'center' => '116.986501,39.889266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 2854,
|
|
|
- 'adcode' => '131081',
|
|
|
- 'name' => '霸州市',
|
|
|
- 'center' => '116.392021,39.117331',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 2855,
|
|
|
- 'adcode' => '131025',
|
|
|
- 'name' => '大城县',
|
|
|
- 'center' => '116.640735,38.699215',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 2856,
|
|
|
- 'adcode' => '131024',
|
|
|
- 'name' => '香河县',
|
|
|
- 'center' => '117.007161,39.757212',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 2857,
|
|
|
- 'adcode' => '131022',
|
|
|
- 'name' => '固安县',
|
|
|
- 'center' => '116.299894,39.436468',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 2858,
|
|
|
- 'adcode' => '131023',
|
|
|
- 'name' => '永清县',
|
|
|
- 'center' => '116.498089,39.319717',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 2859,
|
|
|
- 'adcode' => '131026',
|
|
|
- 'name' => '文安县',
|
|
|
- 'center' => '116.460107,38.866801',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 2860,
|
|
|
- 'adcode' => '131003',
|
|
|
- 'name' => '广阳区',
|
|
|
- 'center' => '116.713708,39.521931',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 2861,
|
|
|
- 'adcode' => '131082',
|
|
|
- 'name' => '三河市',
|
|
|
- 'center' => '117.077018,39.982778',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 2862,
|
|
|
- 'adcode' => '131002',
|
|
|
- 'name' => '安次区',
|
|
|
- 'center' => '116.694544,39.502569',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2852,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 2863,
|
|
|
- 'adcode' => '130300',
|
|
|
- 'name' => '秦皇岛市',
|
|
|
- 'center' => '119.586579,39.942531',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 2864,
|
|
|
- 'adcode' => '130321',
|
|
|
- 'name' => '青龙满族自治县',
|
|
|
- 'center' => '118.954555,40.406023',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 2865,
|
|
|
- 'adcode' => '130303',
|
|
|
- 'name' => '山海关区',
|
|
|
- 'center' => '119.753591,39.998023',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 2866,
|
|
|
- 'adcode' => '130324',
|
|
|
- 'name' => '卢龙县',
|
|
|
- 'center' => '118.881809,39.891639',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 2867,
|
|
|
- 'adcode' => '130302',
|
|
|
- 'name' => '海港区',
|
|
|
- 'center' => '119.596224,39.943458',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 2868,
|
|
|
- 'adcode' => '130304',
|
|
|
- 'name' => '北戴河区',
|
|
|
- 'center' => '119.486286,39.825121',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 2869,
|
|
|
- 'adcode' => '130306',
|
|
|
- 'name' => '抚宁区',
|
|
|
- 'center' => '119.240651,39.887053',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 2870,
|
|
|
- 'adcode' => '130322',
|
|
|
- 'name' => '昌黎县',
|
|
|
- 'center' => '119.164541,39.709729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2863,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 2871,
|
|
|
- 'adcode' => '130600',
|
|
|
- 'name' => '保定市',
|
|
|
- 'center' => '115.482331,38.867657',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 2872,
|
|
|
- 'adcode' => '130630',
|
|
|
- 'name' => '涞源县',
|
|
|
- 'center' => '114.692567,39.35755',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 2873,
|
|
|
- 'adcode' => '130633',
|
|
|
- 'name' => '易县',
|
|
|
- 'center' => '115.501146,39.35297',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 2874,
|
|
|
- 'adcode' => '130626',
|
|
|
- 'name' => '定兴县',
|
|
|
- 'center' => '115.796895,39.266195',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 2875,
|
|
|
- 'adcode' => '130609',
|
|
|
- 'name' => '徐水区',
|
|
|
- 'center' => '115.64941,39.020395',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 2876,
|
|
|
- 'adcode' => '130638',
|
|
|
- 'name' => '雄县',
|
|
|
- 'center' => '116.107474,38.990819',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 2877,
|
|
|
- 'adcode' => '130624',
|
|
|
- 'name' => '阜平县',
|
|
|
- 'center' => '114.198801,38.847276',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 2878,
|
|
|
- 'adcode' => '130629',
|
|
|
- 'name' => '容城县',
|
|
|
- 'center' => '115.866247,39.05282',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 2879,
|
|
|
- 'adcode' => '130636',
|
|
|
- 'name' => '顺平县',
|
|
|
- 'center' => '115.132749,38.845127',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 2880,
|
|
|
- 'adcode' => '130632',
|
|
|
- 'name' => '安新县',
|
|
|
- 'center' => '115.931979,38.929912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 2881,
|
|
|
- 'adcode' => '130631',
|
|
|
- 'name' => '望都县',
|
|
|
- 'center' => '115.154009,38.707448',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 2882,
|
|
|
- 'adcode' => '130628',
|
|
|
- 'name' => '高阳县',
|
|
|
- 'center' => '115.778878,38.690092',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 2883,
|
|
|
- 'adcode' => '130602',
|
|
|
- 'name' => '竞秀区',
|
|
|
- 'center' => '115.470659,38.88662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 2884,
|
|
|
- 'adcode' => '130634',
|
|
|
- 'name' => '曲阳县',
|
|
|
- 'center' => '114.704055,38.619992',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 2885,
|
|
|
- 'adcode' => '130627',
|
|
|
- 'name' => '唐县',
|
|
|
- 'center' => '114.981241,38.748542',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 2886,
|
|
|
- 'adcode' => '130607',
|
|
|
- 'name' => '满城区',
|
|
|
- 'center' => '115.32442,38.95138',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 2887,
|
|
|
- 'adcode' => '130683',
|
|
|
- 'name' => '安国市',
|
|
|
- 'center' => '115.33141,38.421367',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 2888,
|
|
|
- 'adcode' => '130682',
|
|
|
- 'name' => '定州市',
|
|
|
- 'center' => '114.991389,38.517602',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 2889,
|
|
|
- 'adcode' => '130606',
|
|
|
- 'name' => '莲池区',
|
|
|
- 'center' => '115.500934,38.865005',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 2890,
|
|
|
- 'adcode' => '130608',
|
|
|
- 'name' => '清苑区',
|
|
|
- 'center' => '115.492221,38.771012',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 2891,
|
|
|
- 'adcode' => '130623',
|
|
|
- 'name' => '涞水县',
|
|
|
- 'center' => '115.711985,39.393148',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 2892,
|
|
|
- 'adcode' => '130637',
|
|
|
- 'name' => '博野县',
|
|
|
- 'center' => '115.461798,38.458271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 2893,
|
|
|
- 'adcode' => '130635',
|
|
|
- 'name' => '蠡县',
|
|
|
- 'center' => '115.583631,38.496429',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 2894,
|
|
|
- 'adcode' => '130681',
|
|
|
- 'name' => '涿州市',
|
|
|
- 'center' => '115.973409,39.485765',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 2895,
|
|
|
- 'adcode' => '130684',
|
|
|
- 'name' => '高碑店市',
|
|
|
- 'center' => '115.882704,39.327689',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2871,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 2896,
|
|
|
- 'adcode' => '130100',
|
|
|
- 'name' => '石家庄市',
|
|
|
- 'center' => '114.502461,38.045474',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 2897,
|
|
|
- 'adcode' => '130131',
|
|
|
- 'name' => '平山县',
|
|
|
- 'center' => '114.184144,38.259311',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 2898,
|
|
|
- 'adcode' => '130126',
|
|
|
- 'name' => '灵寿县',
|
|
|
- 'center' => '114.37946,38.306546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 2899,
|
|
|
- 'adcode' => '130183',
|
|
|
- 'name' => '晋州市',
|
|
|
- 'center' => '115.044886,38.027478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 2900,
|
|
|
- 'adcode' => '130108',
|
|
|
- 'name' => '裕华区',
|
|
|
- 'center' => '114.533257,38.027696',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 2901,
|
|
|
- 'adcode' => '130125',
|
|
|
- 'name' => '行唐县',
|
|
|
- 'center' => '114.552734,38.437422',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 2902,
|
|
|
- 'adcode' => '130109',
|
|
|
- 'name' => '藁城区',
|
|
|
- 'center' => '114.849647,38.033767',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 2903,
|
|
|
- 'adcode' => '130123',
|
|
|
- 'name' => '正定县',
|
|
|
- 'center' => '114.569887,38.147835',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 2904,
|
|
|
- 'adcode' => '130110',
|
|
|
- 'name' => '鹿泉区',
|
|
|
- 'center' => '114.321023,38.093994',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 2905,
|
|
|
- 'adcode' => '130130',
|
|
|
- 'name' => '无极县',
|
|
|
- 'center' => '114.977845,38.176376',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 2906,
|
|
|
- 'adcode' => '130111',
|
|
|
- 'name' => '栾城区',
|
|
|
- 'center' => '114.654281,37.886911',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 2907,
|
|
|
- 'adcode' => '130133',
|
|
|
- 'name' => '赵县',
|
|
|
- 'center' => '114.775362,37.754341',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 2908,
|
|
|
- 'adcode' => '130129',
|
|
|
- 'name' => '赞皇县',
|
|
|
- 'center' => '114.387756,37.660199',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 2909,
|
|
|
- 'adcode' => '130105',
|
|
|
- 'name' => '新华区',
|
|
|
- 'center' => '114.465974,38.067142',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 2910,
|
|
|
- 'adcode' => '130107',
|
|
|
- 'name' => '井陉矿区',
|
|
|
- 'center' => '114.058178,38.069748',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 2911,
|
|
|
- 'adcode' => '130127',
|
|
|
- 'name' => '高邑县',
|
|
|
- 'center' => '114.610699,37.605714',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 2912,
|
|
|
- 'adcode' => '130132',
|
|
|
- 'name' => '元氏县',
|
|
|
- 'center' => '114.52618,37.762514',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 2913,
|
|
|
- 'adcode' => '130181',
|
|
|
- 'name' => '辛集市',
|
|
|
- 'center' => '115.217451,37.92904',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 2914,
|
|
|
- 'adcode' => '130104',
|
|
|
- 'name' => '桥西区',
|
|
|
- 'center' => '114.462931,38.028383',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 2915,
|
|
|
- 'adcode' => '130121',
|
|
|
- 'name' => '井陉县',
|
|
|
- 'center' => '114.144488,38.033614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 2916,
|
|
|
- 'adcode' => '130184',
|
|
|
- 'name' => '新乐市',
|
|
|
- 'center' => '114.68578,38.344768',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 2917,
|
|
|
- 'adcode' => '130102',
|
|
|
- 'name' => '长安区',
|
|
|
- 'center' => '114.548151,38.047501',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 2918,
|
|
|
- 'adcode' => '130128',
|
|
|
- 'name' => '深泽县',
|
|
|
- 'center' => '115.200207,38.18454',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2896,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 2919,
|
|
|
- 'adcode' => '130700',
|
|
|
- 'name' => '张家口市',
|
|
|
- 'center' => '114.884091,40.811901',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 2920,
|
|
|
- 'adcode' => '130725',
|
|
|
- 'name' => '尚义县',
|
|
|
- 'center' => '113.977713,41.080091',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 2921,
|
|
|
- 'adcode' => '130731',
|
|
|
- 'name' => '涿鹿县',
|
|
|
- 'center' => '115.219246,40.378701',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 2922,
|
|
|
- 'adcode' => '130727',
|
|
|
- 'name' => '阳原县',
|
|
|
- 'center' => '114.167343,40.113419',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 2923,
|
|
|
- 'adcode' => '130723',
|
|
|
- 'name' => '康保县',
|
|
|
- 'center' => '114.615809,41.850046',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 2924,
|
|
|
- 'adcode' => '130709',
|
|
|
- 'name' => '崇礼区',
|
|
|
- 'center' => '115.281652,40.971302',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 2925,
|
|
|
- 'adcode' => '130722',
|
|
|
- 'name' => '张北县',
|
|
|
- 'center' => '114.715951,41.151713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 2926,
|
|
|
- 'adcode' => '130730',
|
|
|
- 'name' => '怀来县',
|
|
|
- 'center' => '115.520846,40.405405',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 2927,
|
|
|
- 'adcode' => '130732',
|
|
|
- 'name' => '赤城县',
|
|
|
- 'center' => '115.832708,40.912081',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 2928,
|
|
|
- 'adcode' => '130706',
|
|
|
- 'name' => '下花园区',
|
|
|
- 'center' => '115.281002,40.488645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 2929,
|
|
|
- 'adcode' => '130724',
|
|
|
- 'name' => '沽源县',
|
|
|
- 'center' => '115.684836,41.667419',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 2930,
|
|
|
- 'adcode' => '130708',
|
|
|
- 'name' => '万全区',
|
|
|
- 'center' => '114.736131,40.765136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 2931,
|
|
|
- 'adcode' => '130726',
|
|
|
- 'name' => '蔚县',
|
|
|
- 'center' => '114.582695,39.837181',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 2932,
|
|
|
- 'adcode' => '130702',
|
|
|
- 'name' => '桥东区',
|
|
|
- 'center' => '114.885658,40.813875',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 2933,
|
|
|
- 'adcode' => '130703',
|
|
|
- 'name' => '桥西区',
|
|
|
- 'center' => '114.882127,40.824385',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 2934,
|
|
|
- 'adcode' => '130705',
|
|
|
- 'name' => '宣化区',
|
|
|
- 'center' => '115.0632,40.609368',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 2935,
|
|
|
- 'adcode' => '130728',
|
|
|
- 'name' => '怀安县',
|
|
|
- 'center' => '114.422364,40.671274',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2919,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 2936,
|
|
|
- 'adcode' => '130400',
|
|
|
- 'name' => '邯郸市',
|
|
|
- 'center' => '114.490686,36.612273',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 2937,
|
|
|
- 'adcode' => '130426',
|
|
|
- 'name' => '涉县',
|
|
|
- 'center' => '113.673297,36.563143',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 2938,
|
|
|
- 'adcode' => '130481',
|
|
|
- 'name' => '武安市',
|
|
|
- 'center' => '114.194581,36.696115',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 2939,
|
|
|
- 'adcode' => '130406',
|
|
|
- 'name' => '峰峰矿区',
|
|
|
- 'center' => '114.209936,36.420487',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 2940,
|
|
|
- 'adcode' => '130432',
|
|
|
- 'name' => '广平县',
|
|
|
- 'center' => '114.950859,36.483603',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 2941,
|
|
|
- 'adcode' => '130407',
|
|
|
- 'name' => '肥乡区',
|
|
|
- 'center' => '114.805154,36.555778',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 2942,
|
|
|
- 'adcode' => '130425',
|
|
|
- 'name' => '大名县',
|
|
|
- 'center' => '115.152586,36.283316',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 2943,
|
|
|
- 'adcode' => '130434',
|
|
|
- 'name' => '魏县',
|
|
|
- 'center' => '114.93411,36.354248',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 2944,
|
|
|
- 'adcode' => '130423',
|
|
|
- 'name' => '临漳县',
|
|
|
- 'center' => '114.610703,36.337604',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 2945,
|
|
|
- 'adcode' => '130435',
|
|
|
- 'name' => '曲周县',
|
|
|
- 'center' => '114.957588,36.773398',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 2946,
|
|
|
- 'adcode' => '130431',
|
|
|
- 'name' => '鸡泽县',
|
|
|
- 'center' => '114.878517,36.914908',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 2947,
|
|
|
- 'adcode' => '130408',
|
|
|
- 'name' => '永年区',
|
|
|
- 'center' => '114.496162,36.776413',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 2948,
|
|
|
- 'adcode' => '130403',
|
|
|
- 'name' => '丛台区',
|
|
|
- 'center' => '114.494703,36.611082',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 2949,
|
|
|
- 'adcode' => '130427',
|
|
|
- 'name' => '磁县',
|
|
|
- 'center' => '114.38208,36.367673',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 2950,
|
|
|
- 'adcode' => '130404',
|
|
|
- 'name' => '复兴区',
|
|
|
- 'center' => '114.458242,36.615484',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 2951,
|
|
|
- 'adcode' => '130424',
|
|
|
- 'name' => '成安县',
|
|
|
- 'center' => '114.680356,36.443832',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 2952,
|
|
|
- 'adcode' => '130402',
|
|
|
- 'name' => '邯山区',
|
|
|
- 'center' => '114.484989,36.603196',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 2953,
|
|
|
- 'adcode' => '130433',
|
|
|
- 'name' => '馆陶县',
|
|
|
- 'center' => '115.289057,36.539461',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 2954,
|
|
|
- 'adcode' => '130430',
|
|
|
- 'name' => '邱县',
|
|
|
- 'center' => '115.168584,36.81325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2936,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 2955,
|
|
|
- 'adcode' => '130500',
|
|
|
- 'name' => '邢台市',
|
|
|
- 'center' => '114.508851,37.0682',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 2956,
|
|
|
- 'adcode' => '130522',
|
|
|
- 'name' => '临城县',
|
|
|
- 'center' => '114.506873,37.444009',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 2957,
|
|
|
- 'adcode' => '130530',
|
|
|
- 'name' => '新河县',
|
|
|
- 'center' => '115.247537,37.526216',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 2958,
|
|
|
- 'adcode' => '130534',
|
|
|
- 'name' => '清河县',
|
|
|
- 'center' => '115.668999,37.059991',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 2959,
|
|
|
- 'adcode' => '130528',
|
|
|
- 'name' => '宁晋县',
|
|
|
- 'center' => '114.921027,37.618956',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 2960,
|
|
|
- 'adcode' => '130531',
|
|
|
- 'name' => '广宗县',
|
|
|
- 'center' => '115.142797,37.075548',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 2961,
|
|
|
- 'adcode' => '130503',
|
|
|
- 'name' => '桥西区',
|
|
|
- 'center' => '114.473687,37.068009',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 2962,
|
|
|
- 'adcode' => '130532',
|
|
|
- 'name' => '平乡县',
|
|
|
- 'center' => '115.029218,37.069404',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 2963,
|
|
|
- 'adcode' => '130525',
|
|
|
- 'name' => '隆尧县',
|
|
|
- 'center' => '114.776348,37.350925',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 2964,
|
|
|
- 'adcode' => '130524',
|
|
|
- 'name' => '柏乡县',
|
|
|
- 'center' => '114.693382,37.483596',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 2965,
|
|
|
- 'adcode' => '130523',
|
|
|
- 'name' => '内丘县',
|
|
|
- 'center' => '114.511523,37.287663',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 2966,
|
|
|
- 'adcode' => '130527',
|
|
|
- 'name' => '南和县',
|
|
|
- 'center' => '114.691377,37.003812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 2967,
|
|
|
- 'adcode' => '130581',
|
|
|
- 'name' => '南宫市',
|
|
|
- 'center' => '115.398102,37.359668',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 2968,
|
|
|
- 'adcode' => '130582',
|
|
|
- 'name' => '沙河市',
|
|
|
- 'center' => '114.504902,36.861903',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 2969,
|
|
|
- 'adcode' => '130529',
|
|
|
- 'name' => '巨鹿县',
|
|
|
- 'center' => '115.038782,37.21768',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 2970,
|
|
|
- 'adcode' => '130526',
|
|
|
- 'name' => '任县',
|
|
|
- 'center' => '114.684469,37.129952',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 2971,
|
|
|
- 'adcode' => '130502',
|
|
|
- 'name' => '桥东区',
|
|
|
- 'center' => '114.507131,37.064125',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 2972,
|
|
|
- 'adcode' => '130521',
|
|
|
- 'name' => '邢台县',
|
|
|
- 'center' => '114.561132,37.05073',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 2973,
|
|
|
- 'adcode' => '130535',
|
|
|
- 'name' => '临西县',
|
|
|
- 'center' => '115.498684,36.8642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 2974,
|
|
|
- 'adcode' => '130533',
|
|
|
- 'name' => '威县',
|
|
|
- 'center' => '115.272749,36.983272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2955,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 2975,
|
|
|
- 'adcode' => '131100',
|
|
|
- 'name' => '衡水市',
|
|
|
- 'center' => '115.665993,37.735097',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 2976,
|
|
|
- 'adcode' => '131123',
|
|
|
- 'name' => '武强县',
|
|
|
- 'center' => '115.970236,38.03698',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 2977,
|
|
|
- 'adcode' => '131102',
|
|
|
- 'name' => '桃城区',
|
|
|
- 'center' => '115.694945,37.732237',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 2978,
|
|
|
- 'adcode' => '131122',
|
|
|
- 'name' => '武邑县',
|
|
|
- 'center' => '115.892415,37.803774',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 2979,
|
|
|
- 'adcode' => '131103',
|
|
|
- 'name' => '冀州区',
|
|
|
- 'center' => '115.579173,37.542788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 2980,
|
|
|
- 'adcode' => '131121',
|
|
|
- 'name' => '枣强县',
|
|
|
- 'center' => '115.726499,37.511512',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 2981,
|
|
|
- 'adcode' => '131126',
|
|
|
- 'name' => '故城县',
|
|
|
- 'center' => '115.966747,37.350981',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 2982,
|
|
|
- 'adcode' => '131127',
|
|
|
- 'name' => '景县',
|
|
|
- 'center' => '116.258446,37.686622',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 2983,
|
|
|
- 'adcode' => '131182',
|
|
|
- 'name' => '深州市',
|
|
|
- 'center' => '115.554596,38.00347',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 2984,
|
|
|
- 'adcode' => '131128',
|
|
|
- 'name' => '阜城县',
|
|
|
- 'center' => '116.164727,37.869945',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 2985,
|
|
|
- 'adcode' => '131125',
|
|
|
- 'name' => '安平县',
|
|
|
- 'center' => '115.519627,38.233511',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 2986,
|
|
|
- 'adcode' => '131124',
|
|
|
- 'name' => '饶阳县',
|
|
|
- 'center' => '115.726577,38.232671',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2975,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 2987,
|
|
|
- 'adcode' => '130900',
|
|
|
- 'name' => '沧州市',
|
|
|
- 'center' => '116.857461,38.310582',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 2824,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 2988,
|
|
|
- 'adcode' => '130982',
|
|
|
- 'name' => '任丘市',
|
|
|
- 'center' => '116.106764,38.706513',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 2989,
|
|
|
- 'adcode' => '130903',
|
|
|
- 'name' => '运河区',
|
|
|
- 'center' => '116.840063,38.307405',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 2990,
|
|
|
- 'adcode' => '130984',
|
|
|
- 'name' => '河间市',
|
|
|
- 'center' => '116.089452,38.44149',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 2991,
|
|
|
- 'adcode' => '130929',
|
|
|
- 'name' => '献县',
|
|
|
- 'center' => '116.123844,38.189661',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 2992,
|
|
|
- 'adcode' => '130926',
|
|
|
- 'name' => '肃宁县',
|
|
|
- 'center' => '115.835856,38.427102',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 2993,
|
|
|
- 'adcode' => '130902',
|
|
|
- 'name' => '新华区',
|
|
|
- 'center' => '116.873049,38.308273',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 2994,
|
|
|
- 'adcode' => '130930',
|
|
|
- 'name' => '孟村回族自治县',
|
|
|
- 'center' => '117.105104,38.057953',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 2995,
|
|
|
- 'adcode' => '130928',
|
|
|
- 'name' => '吴桥县',
|
|
|
- 'center' => '116.391512,37.628182',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 2996,
|
|
|
- 'adcode' => '130924',
|
|
|
- 'name' => '海兴县',
|
|
|
- 'center' => '117.496606,38.141582',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 2997,
|
|
|
- 'adcode' => '130923',
|
|
|
- 'name' => '东光县',
|
|
|
- 'center' => '116.542062,37.88655',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 2998,
|
|
|
- 'adcode' => '130927',
|
|
|
- 'name' => '南皮县',
|
|
|
- 'center' => '116.709171,38.042439',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 2999,
|
|
|
- 'adcode' => '130925',
|
|
|
- 'name' => '盐山县',
|
|
|
- 'center' => '117.229814,38.056141',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 3000,
|
|
|
- 'adcode' => '130983',
|
|
|
- 'name' => '黄骅市',
|
|
|
- 'center' => '117.343803,38.369238',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 3001,
|
|
|
- 'adcode' => '130981',
|
|
|
- 'name' => '泊头市',
|
|
|
- 'center' => '116.570163,38.073479',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 3002,
|
|
|
- 'adcode' => '130921',
|
|
|
- 'name' => '沧县',
|
|
|
- 'center' => '117.007478,38.219856',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 3003,
|
|
|
- 'adcode' => '130922',
|
|
|
- 'name' => '青县',
|
|
|
- 'center' => '116.838384,38.569646',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 2987,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 3004,
|
|
|
- 'adcode' => '810000',
|
|
|
- 'name' => '香港特别行政区',
|
|
|
- 'center' => '114.173355,22.320048',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 3005,
|
|
|
- 'adcode' => '810014',
|
|
|
- 'name' => '大埔区',
|
|
|
- 'center' => '114.171713,22.44573',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 3006,
|
|
|
- 'adcode' => '810013',
|
|
|
- 'name' => '北区',
|
|
|
- 'center' => '114.147404,22.496143',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 3007,
|
|
|
- 'adcode' => '810016',
|
|
|
- 'name' => '沙田区',
|
|
|
- 'center' => '114.195126,22.379715',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 3008,
|
|
|
- 'adcode' => '810008',
|
|
|
- 'name' => '黄大仙区',
|
|
|
- 'center' => '114.203985,22.336112',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 3009,
|
|
|
- 'adcode' => '810011',
|
|
|
- 'name' => '屯门区',
|
|
|
- 'center' => '113.976308,22.393896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 3010,
|
|
|
- 'adcode' => '810015',
|
|
|
- 'name' => '西贡区',
|
|
|
- 'center' => '114.264813,22.314203',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 3011,
|
|
|
- 'adcode' => '810009',
|
|
|
- 'name' => '观塘区',
|
|
|
- 'center' => '114.214083,22.320679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 3012,
|
|
|
- 'adcode' => '810005',
|
|
|
- 'name' => '油尖旺区',
|
|
|
- 'center' => '114.173347,22.311632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 3013,
|
|
|
- 'adcode' => '810007',
|
|
|
- 'name' => '九龙城区',
|
|
|
- 'center' => '114.193047,22.312373',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 3014,
|
|
|
- 'adcode' => '810006',
|
|
|
- 'name' => '深水埗区',
|
|
|
- 'center' => '114.163349,22.333775',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 3015,
|
|
|
- 'adcode' => '810018',
|
|
|
- 'name' => '离岛区',
|
|
|
- 'center' => '113.946059,22.286371',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 3016,
|
|
|
- 'adcode' => '810003',
|
|
|
- 'name' => '东区',
|
|
|
- 'center' => '114.225965,22.279779',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 3017,
|
|
|
- 'adcode' => '810001',
|
|
|
- 'name' => '中西区',
|
|
|
- 'center' => '114.154334,22.281931',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 3018,
|
|
|
- 'adcode' => '810004',
|
|
|
- 'name' => '南区',
|
|
|
- 'center' => '114.160023,22.245811',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 3019,
|
|
|
- 'adcode' => '810012',
|
|
|
- 'name' => '元朗区',
|
|
|
- 'center' => '114.032528,22.44132',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 3020,
|
|
|
- 'adcode' => '810002',
|
|
|
- 'name' => '湾仔区',
|
|
|
- 'center' => '114.18299,22.276345',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 3021,
|
|
|
- 'adcode' => '810017',
|
|
|
- 'name' => '葵青区',
|
|
|
- 'center' => '114.13918,22.363908',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 3022,
|
|
|
- 'adcode' => '810010',
|
|
|
- 'name' => '荃湾区',
|
|
|
- 'center' => '114.121234,22.368458',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3004,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 3023,
|
|
|
- 'adcode' => '710000',
|
|
|
- 'name' => '台湾省',
|
|
|
- 'center' => '121.509062,25.044332',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 3024,
|
|
|
- 'adcode' => '820000',
|
|
|
- 'name' => '澳门特别行政区',
|
|
|
- 'center' => '113.54909,22.198951',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 3025,
|
|
|
- 'adcode' => '820004',
|
|
|
- 'name' => '大堂区',
|
|
|
- 'center' => '113.55374,22.188119',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 3026,
|
|
|
- 'adcode' => '820003',
|
|
|
- 'name' => '望德堂区',
|
|
|
- 'center' => '113.550252,22.193791',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 3027,
|
|
|
- 'adcode' => '820008',
|
|
|
- 'name' => '圣方济各堂区',
|
|
|
- 'center' => '113.559954,22.124049',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 3028,
|
|
|
- 'adcode' => '820006',
|
|
|
- 'name' => '嘉模堂区',
|
|
|
- 'center' => '113.558783,22.154124',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 3029,
|
|
|
- 'adcode' => '820005',
|
|
|
- 'name' => '风顺堂区',
|
|
|
- 'center' => '113.54167,22.187778',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 3030,
|
|
|
- 'adcode' => '820002',
|
|
|
- 'name' => '花王堂区',
|
|
|
- 'center' => '113.549052,22.199175',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 3031,
|
|
|
- 'adcode' => '820001',
|
|
|
- 'name' => '花地玛堂区',
|
|
|
- 'center' => '113.552965,22.207882',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 3032,
|
|
|
- 'adcode' => '820007',
|
|
|
- 'name' => '路凼填海区',
|
|
|
- 'center' => '113.56925,22.136546',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3024,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 3033,
|
|
|
- 'adcode' => '620000',
|
|
|
- 'name' => '甘肃省',
|
|
|
- 'center' => '103.823557,36.058039',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 3034,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '嘉峪关市',
|
|
|
- 'center' => '98.277304,39.786529',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 3035,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '峪泉镇',
|
|
|
- 'center' => '98.3204,39.9583',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 3036,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '新城镇',
|
|
|
- 'center' => '98.3627,39.9581',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 3037,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '文殊镇',
|
|
|
- 'center' => '98.1579,39.6969',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 3038,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '雄关区',
|
|
|
- 'center' => '98.317,39.8839',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 3039,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '镜铁区',
|
|
|
- 'center' => '98.3342,39.7378',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 3040,
|
|
|
- 'adcode' => '620200',
|
|
|
- 'name' => '长城区',
|
|
|
- 'center' => '98.255,39.8552',
|
|
|
- 'level' => 'street',
|
|
|
- 'parent_id' => 3034,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 3041,
|
|
|
- 'adcode' => '620900',
|
|
|
- 'name' => '酒泉市',
|
|
|
- 'center' => '98.510795,39.744023',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 3042,
|
|
|
- 'adcode' => '620902',
|
|
|
- 'name' => '肃州区',
|
|
|
- 'center' => '98.511155,39.743858',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 3043,
|
|
|
- 'adcode' => '620981',
|
|
|
- 'name' => '玉门市',
|
|
|
- 'center' => '97.037206,40.28682',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 3044,
|
|
|
- 'adcode' => '620921',
|
|
|
- 'name' => '金塔县',
|
|
|
- 'center' => '98.902959,39.983036',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 3045,
|
|
|
- 'adcode' => '620982',
|
|
|
- 'name' => '敦煌市',
|
|
|
- 'center' => '94.664279,40.141119',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 3046,
|
|
|
- 'adcode' => '620923',
|
|
|
- 'name' => '肃北蒙古族自治县',
|
|
|
- 'center' => '94.87728,39.51224',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 3047,
|
|
|
- 'adcode' => '620922',
|
|
|
- 'name' => '瓜州县',
|
|
|
- 'center' => '95.780591,40.516525',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 3048,
|
|
|
- 'adcode' => '620924',
|
|
|
- 'name' => '阿克塞哈萨克族自治县',
|
|
|
- 'center' => '94.337642,39.631642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3041,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 3049,
|
|
|
- 'adcode' => '620300',
|
|
|
- 'name' => '金昌市',
|
|
|
- 'center' => '102.187888,38.514238',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 3050,
|
|
|
- 'adcode' => '620302',
|
|
|
- 'name' => '金川区',
|
|
|
- 'center' => '102.187683,38.513793',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3049,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 3051,
|
|
|
- 'adcode' => '620321',
|
|
|
- 'name' => '永昌县',
|
|
|
- 'center' => '101.971957,38.247354',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3049,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 3052,
|
|
|
- 'adcode' => '620100',
|
|
|
- 'name' => '兰州市',
|
|
|
- 'center' => '103.823557,36.058039',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 3053,
|
|
|
- 'adcode' => '620121',
|
|
|
- 'name' => '永登县',
|
|
|
- 'center' => '103.262203,36.734428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 3054,
|
|
|
- 'adcode' => '620122',
|
|
|
- 'name' => '皋兰县',
|
|
|
- 'center' => '103.94933,36.331254',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 3055,
|
|
|
- 'adcode' => '620111',
|
|
|
- 'name' => '红古区',
|
|
|
- 'center' => '102.861814,36.344177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 3056,
|
|
|
- 'adcode' => '620104',
|
|
|
- 'name' => '西固区',
|
|
|
- 'center' => '103.622331,36.100369',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 3057,
|
|
|
- 'adcode' => '620103',
|
|
|
- 'name' => '七里河区',
|
|
|
- 'center' => '103.784326,36.06673',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 3058,
|
|
|
- 'adcode' => '620105',
|
|
|
- 'name' => '安宁区',
|
|
|
- 'center' => '103.724038,36.10329',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 3059,
|
|
|
- 'adcode' => '620102',
|
|
|
- 'name' => '城关区',
|
|
|
- 'center' => '103.841032,36.049115',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 3060,
|
|
|
- 'adcode' => '620123',
|
|
|
- 'name' => '榆中县',
|
|
|
- 'center' => '104.114975,35.84443',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3052,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 3061,
|
|
|
- 'adcode' => '620800',
|
|
|
- 'name' => '平凉市',
|
|
|
- 'center' => '106.684691,35.54279',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 3062,
|
|
|
- 'adcode' => '620825',
|
|
|
- 'name' => '庄浪县',
|
|
|
- 'center' => '106.041979,35.203428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 3063,
|
|
|
- 'adcode' => '620823',
|
|
|
- 'name' => '崇信县',
|
|
|
- 'center' => '107.031253,35.304533',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 3064,
|
|
|
- 'adcode' => '620802',
|
|
|
- 'name' => '崆峒区',
|
|
|
- 'center' => '106.684223,35.54173',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 3065,
|
|
|
- 'adcode' => '620822',
|
|
|
- 'name' => '灵台县',
|
|
|
- 'center' => '107.620587,35.064009',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 3066,
|
|
|
- 'adcode' => '620881',
|
|
|
- 'name' => '华亭市',
|
|
|
- 'center' => '106.649308,35.215342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 3067,
|
|
|
- 'adcode' => '620826',
|
|
|
- 'name' => '静宁县',
|
|
|
- 'center' => '105.733489,35.525243',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 3068,
|
|
|
- 'adcode' => '620821',
|
|
|
- 'name' => '泾川县',
|
|
|
- 'center' => '107.365218,35.335283',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3061,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 3069,
|
|
|
- 'adcode' => '620400',
|
|
|
- 'name' => '白银市',
|
|
|
- 'center' => '104.173606,36.54568',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 3070,
|
|
|
- 'adcode' => '620421',
|
|
|
- 'name' => '靖远县',
|
|
|
- 'center' => '104.686972,36.561424',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 3071,
|
|
|
- 'adcode' => '620402',
|
|
|
- 'name' => '白银区',
|
|
|
- 'center' => '104.17425,36.545649',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 3072,
|
|
|
- 'adcode' => '620403',
|
|
|
- 'name' => '平川区',
|
|
|
- 'center' => '104.819207,36.72921',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 3073,
|
|
|
- 'adcode' => '620422',
|
|
|
- 'name' => '会宁县',
|
|
|
- 'center' => '105.054337,35.692486',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 3074,
|
|
|
- 'adcode' => '620423',
|
|
|
- 'name' => '景泰县',
|
|
|
- 'center' => '104.066394,37.193519',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3069,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 3075,
|
|
|
- 'adcode' => '620500',
|
|
|
- 'name' => '天水市',
|
|
|
- 'center' => '105.724998,34.578529',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 3076,
|
|
|
- 'adcode' => '620525',
|
|
|
- 'name' => '张家川回族自治县',
|
|
|
- 'center' => '106.212416,34.993237',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 3077,
|
|
|
- 'adcode' => '620522',
|
|
|
- 'name' => '秦安县',
|
|
|
- 'center' => '105.6733,34.862354',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 3078,
|
|
|
- 'adcode' => '620521',
|
|
|
- 'name' => '清水县',
|
|
|
- 'center' => '106.139878,34.75287',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 3079,
|
|
|
- 'adcode' => '620523',
|
|
|
- 'name' => '甘谷县',
|
|
|
- 'center' => '105.332347,34.747327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 3080,
|
|
|
- 'adcode' => '620502',
|
|
|
- 'name' => '秦州区',
|
|
|
- 'center' => '105.724477,34.578645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 3081,
|
|
|
- 'adcode' => '620524',
|
|
|
- 'name' => '武山县',
|
|
|
- 'center' => '104.891696,34.721955',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 3082,
|
|
|
- 'adcode' => '620503',
|
|
|
- 'name' => '麦积区',
|
|
|
- 'center' => '105.897631,34.563504',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3075,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 3083,
|
|
|
- 'adcode' => '620600',
|
|
|
- 'name' => '武威市',
|
|
|
- 'center' => '102.634697,37.929996',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 3084,
|
|
|
- 'adcode' => '620602',
|
|
|
- 'name' => '凉州区',
|
|
|
- 'center' => '102.634492,37.93025',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3083,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 3085,
|
|
|
- 'adcode' => '620622',
|
|
|
- 'name' => '古浪县',
|
|
|
- 'center' => '102.898047,37.470571',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3083,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 3086,
|
|
|
- 'adcode' => '620623',
|
|
|
- 'name' => '天祝藏族自治县',
|
|
|
- 'center' => '103.142034,36.971678',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3083,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 3087,
|
|
|
- 'adcode' => '620621',
|
|
|
- 'name' => '民勤县',
|
|
|
- 'center' => '103.090654,38.624621',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3083,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 3088,
|
|
|
- 'adcode' => '621200',
|
|
|
- 'name' => '陇南市',
|
|
|
- 'center' => '104.929379,33.388598',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 3089,
|
|
|
- 'adcode' => '621226',
|
|
|
- 'name' => '礼县',
|
|
|
- 'center' => '105.181616,34.189387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 3090,
|
|
|
- 'adcode' => '621227',
|
|
|
- 'name' => '徽县',
|
|
|
- 'center' => '106.085632,33.767785',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 3091,
|
|
|
- 'adcode' => '621228',
|
|
|
- 'name' => '两当县',
|
|
|
- 'center' => '106.306959,33.910729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 3092,
|
|
|
- 'adcode' => '621224',
|
|
|
- 'name' => '康县',
|
|
|
- 'center' => '105.609534,33.328266',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 3093,
|
|
|
- 'adcode' => '621221',
|
|
|
- 'name' => '成县',
|
|
|
- 'center' => '105.734434,33.739863',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 3094,
|
|
|
- 'adcode' => '621202',
|
|
|
- 'name' => '武都区',
|
|
|
- 'center' => '104.929866,33.388155',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 3095,
|
|
|
- 'adcode' => '621223',
|
|
|
- 'name' => '宕昌县',
|
|
|
- 'center' => '104.394475,34.042655',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 3096,
|
|
|
- 'adcode' => '621222',
|
|
|
- 'name' => '文县',
|
|
|
- 'center' => '104.682448,32.942171',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 3097,
|
|
|
- 'adcode' => '621225',
|
|
|
- 'name' => '西和县',
|
|
|
- 'center' => '105.299737,34.013718',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3088,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 3098,
|
|
|
- 'adcode' => '623000',
|
|
|
- 'name' => '甘南藏族自治州',
|
|
|
- 'center' => '102.911008,34.986354',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 3099,
|
|
|
- 'adcode' => '623021',
|
|
|
- 'name' => '临潭县',
|
|
|
- 'center' => '103.353054,34.69164',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 3100,
|
|
|
- 'adcode' => '623025',
|
|
|
- 'name' => '玛曲县',
|
|
|
- 'center' => '102.075767,33.998068',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 3101,
|
|
|
- 'adcode' => '623027',
|
|
|
- 'name' => '夏河县',
|
|
|
- 'center' => '102.520743,35.200853',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 3102,
|
|
|
- 'adcode' => '623024',
|
|
|
- 'name' => '迭部县',
|
|
|
- 'center' => '103.221009,34.055348',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 3103,
|
|
|
- 'adcode' => '623022',
|
|
|
- 'name' => '卓尼县',
|
|
|
- 'center' => '103.508508,34.588165',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 3104,
|
|
|
- 'adcode' => '623001',
|
|
|
- 'name' => '合作市',
|
|
|
- 'center' => '102.91149,34.985973',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 3105,
|
|
|
- 'adcode' => '623023',
|
|
|
- 'name' => '舟曲县',
|
|
|
- 'center' => '104.370271,33.782964',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 3106,
|
|
|
- 'adcode' => '623026',
|
|
|
- 'name' => '碌曲县',
|
|
|
- 'center' => '102.488495,34.589591',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3098,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 3107,
|
|
|
- 'adcode' => '622900',
|
|
|
- 'name' => '临夏回族自治州',
|
|
|
- 'center' => '103.212006,35.599446',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 3108,
|
|
|
- 'adcode' => '622923',
|
|
|
- 'name' => '永靖县',
|
|
|
- 'center' => '103.319871,35.938933',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 3109,
|
|
|
- 'adcode' => '622926',
|
|
|
- 'name' => '东乡族自治县',
|
|
|
- 'center' => '103.389568,35.66383',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 3110,
|
|
|
- 'adcode' => '622927',
|
|
|
- 'name' => '积石山保安族东乡族撒拉族自治县',
|
|
|
- 'center' => '102.877473,35.712906',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 3111,
|
|
|
- 'adcode' => '622901',
|
|
|
- 'name' => '临夏市',
|
|
|
- 'center' => '103.211634,35.59941',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 3112,
|
|
|
- 'adcode' => '622921',
|
|
|
- 'name' => '临夏县',
|
|
|
- 'center' => '102.993873,35.49236',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 3113,
|
|
|
- 'adcode' => '622925',
|
|
|
- 'name' => '和政县',
|
|
|
- 'center' => '103.350357,35.425971',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 3114,
|
|
|
- 'adcode' => '622924',
|
|
|
- 'name' => '广河县',
|
|
|
- 'center' => '103.576188,35.481688',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 3115,
|
|
|
- 'adcode' => '622922',
|
|
|
- 'name' => '康乐县',
|
|
|
- 'center' => '103.709852,35.371906',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3107,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 3116,
|
|
|
- 'adcode' => '620700',
|
|
|
- 'name' => '张掖市',
|
|
|
- 'center' => '100.455472,38.932897',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 3117,
|
|
|
- 'adcode' => '620724',
|
|
|
- 'name' => '高台县',
|
|
|
- 'center' => '99.81665,39.376308',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 3118,
|
|
|
- 'adcode' => '620721',
|
|
|
- 'name' => '肃南裕固族自治县',
|
|
|
- 'center' => '99.617086,38.837269',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 3119,
|
|
|
- 'adcode' => '620725',
|
|
|
- 'name' => '山丹县',
|
|
|
- 'center' => '101.088442,38.784839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 3120,
|
|
|
- 'adcode' => '620722',
|
|
|
- 'name' => '民乐县',
|
|
|
- 'center' => '100.816623,38.434454',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 3121,
|
|
|
- 'adcode' => '620723',
|
|
|
- 'name' => '临泽县',
|
|
|
- 'center' => '100.166333,39.152151',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 3122,
|
|
|
- 'adcode' => '620702',
|
|
|
- 'name' => '甘州区',
|
|
|
- 'center' => '100.454862,38.931774',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3116,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 3123,
|
|
|
- 'adcode' => '621000',
|
|
|
- 'name' => '庆阳市',
|
|
|
- 'center' => '107.638372,35.734218',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 3124,
|
|
|
- 'adcode' => '621024',
|
|
|
- 'name' => '合水县',
|
|
|
- 'center' => '108.019865,35.819005',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 3125,
|
|
|
- 'adcode' => '621021',
|
|
|
- 'name' => '庆城县',
|
|
|
- 'center' => '107.885664,36.013504',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 3126,
|
|
|
- 'adcode' => '621025',
|
|
|
- 'name' => '正宁县',
|
|
|
- 'center' => '108.361068,35.490642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 3127,
|
|
|
- 'adcode' => '621002',
|
|
|
- 'name' => '西峰区',
|
|
|
- 'center' => '107.638824,35.733713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 3128,
|
|
|
- 'adcode' => '621027',
|
|
|
- 'name' => '镇原县',
|
|
|
- 'center' => '107.195706,35.677806',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 3129,
|
|
|
- 'adcode' => '621023',
|
|
|
- 'name' => '华池县',
|
|
|
- 'center' => '107.986288,36.457304',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 3130,
|
|
|
- 'adcode' => '621022',
|
|
|
- 'name' => '环县',
|
|
|
- 'center' => '107.308754,36.569322',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 3131,
|
|
|
- 'adcode' => '621026',
|
|
|
- 'name' => '宁县',
|
|
|
- 'center' => '107.921182,35.50201',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3123,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 3132,
|
|
|
- 'adcode' => '621100',
|
|
|
- 'name' => '定西市',
|
|
|
- 'center' => '104.626294,35.579578',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3033,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 3133,
|
|
|
- 'adcode' => '621124',
|
|
|
- 'name' => '临洮县',
|
|
|
- 'center' => '103.862186,35.376233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 3134,
|
|
|
- 'adcode' => '621123',
|
|
|
- 'name' => '渭源县',
|
|
|
- 'center' => '104.211742,35.133023',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 3135,
|
|
|
- 'adcode' => '621122',
|
|
|
- 'name' => '陇西县',
|
|
|
- 'center' => '104.637554,35.003409',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 3136,
|
|
|
- 'adcode' => '621126',
|
|
|
- 'name' => '岷县',
|
|
|
- 'center' => '104.039882,34.439105',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 3137,
|
|
|
- 'adcode' => '621121',
|
|
|
- 'name' => '通渭县',
|
|
|
- 'center' => '105.250102,35.208922',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 3138,
|
|
|
- 'adcode' => '621125',
|
|
|
- 'name' => '漳县',
|
|
|
- 'center' => '104.466756,34.848642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 3139,
|
|
|
- 'adcode' => '621102',
|
|
|
- 'name' => '安定区',
|
|
|
- 'center' => '104.62577,35.579764',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3132,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 3140,
|
|
|
- 'adcode' => '510000',
|
|
|
- 'name' => '四川省',
|
|
|
- 'center' => '104.065735,30.659462',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 3141,
|
|
|
- 'adcode' => '510800',
|
|
|
- 'name' => '广元市',
|
|
|
- 'center' => '105.829757,32.433668',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 3142,
|
|
|
- 'adcode' => '510811',
|
|
|
- 'name' => '昭化区',
|
|
|
- 'center' => '105.964121,32.322788',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 3143,
|
|
|
- 'adcode' => '510823',
|
|
|
- 'name' => '剑阁县',
|
|
|
- 'center' => '105.527035,32.286517',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 3144,
|
|
|
- 'adcode' => '510812',
|
|
|
- 'name' => '朝天区',
|
|
|
- 'center' => '105.88917,32.642632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 3145,
|
|
|
- 'adcode' => '510824',
|
|
|
- 'name' => '苍溪县',
|
|
|
- 'center' => '105.939706,31.732251',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 3146,
|
|
|
- 'adcode' => '510821',
|
|
|
- 'name' => '旺苍县',
|
|
|
- 'center' => '106.290426,32.22833',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 3147,
|
|
|
- 'adcode' => '510822',
|
|
|
- 'name' => '青川县',
|
|
|
- 'center' => '105.238847,32.585655',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 3148,
|
|
|
- 'adcode' => '510802',
|
|
|
- 'name' => '利州区',
|
|
|
- 'center' => '105.826194,32.432276',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3141,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 3149,
|
|
|
- 'adcode' => '511300',
|
|
|
- 'name' => '南充市',
|
|
|
- 'center' => '106.082974,30.795281',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 3150,
|
|
|
- 'adcode' => '511302',
|
|
|
- 'name' => '顺庆区',
|
|
|
- 'center' => '106.084091,30.795572',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 3151,
|
|
|
- 'adcode' => '511321',
|
|
|
- 'name' => '南部县',
|
|
|
- 'center' => '106.061138,31.349407',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 3152,
|
|
|
- 'adcode' => '511304',
|
|
|
- 'name' => '嘉陵区',
|
|
|
- 'center' => '106.067027,30.762976',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 3153,
|
|
|
- 'adcode' => '511325',
|
|
|
- 'name' => '西充县',
|
|
|
- 'center' => '105.893021,30.994616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 3154,
|
|
|
- 'adcode' => '511322',
|
|
|
- 'name' => '营山县',
|
|
|
- 'center' => '106.564893,31.075907',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 3155,
|
|
|
- 'adcode' => '511323',
|
|
|
- 'name' => '蓬安县',
|
|
|
- 'center' => '106.413488,31.027978',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 3156,
|
|
|
- 'adcode' => '511324',
|
|
|
- 'name' => '仪陇县',
|
|
|
- 'center' => '106.297083,31.271261',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 3157,
|
|
|
- 'adcode' => '511381',
|
|
|
- 'name' => '阆中市',
|
|
|
- 'center' => '105.975266,31.580466',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 3158,
|
|
|
- 'adcode' => '511303',
|
|
|
- 'name' => '高坪区',
|
|
|
- 'center' => '106.108996,30.781809',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3149,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 3159,
|
|
|
- 'adcode' => '511900',
|
|
|
- 'name' => '巴中市',
|
|
|
- 'center' => '106.753669,31.858809',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 3160,
|
|
|
- 'adcode' => '511921',
|
|
|
- 'name' => '通江县',
|
|
|
- 'center' => '107.247621,31.91212',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 3161,
|
|
|
- 'adcode' => '511922',
|
|
|
- 'name' => '南江县',
|
|
|
- 'center' => '106.843418,32.353164',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 3162,
|
|
|
- 'adcode' => '511923',
|
|
|
- 'name' => '平昌县',
|
|
|
- 'center' => '107.101937,31.562814',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 3163,
|
|
|
- 'adcode' => '511902',
|
|
|
- 'name' => '巴州区',
|
|
|
- 'center' => '106.753671,31.858366',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 3164,
|
|
|
- 'adcode' => '511903',
|
|
|
- 'name' => '恩阳区',
|
|
|
- 'center' => '106.486515,31.816336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3159,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 3165,
|
|
|
- 'adcode' => '510600',
|
|
|
- 'name' => '德阳市',
|
|
|
- 'center' => '104.398651,31.127991',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 3166,
|
|
|
- 'adcode' => '510603',
|
|
|
- 'name' => '旌阳区',
|
|
|
- 'center' => '104.389648,31.130428',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 3167,
|
|
|
- 'adcode' => '510681',
|
|
|
- 'name' => '广汉市',
|
|
|
- 'center' => '104.281903,30.97715',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 3168,
|
|
|
- 'adcode' => '510682',
|
|
|
- 'name' => '什邡市',
|
|
|
- 'center' => '104.173653,31.126881',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 3169,
|
|
|
- 'adcode' => '510623',
|
|
|
- 'name' => '中江县',
|
|
|
- 'center' => '104.677831,31.03681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 3170,
|
|
|
- 'adcode' => '510604',
|
|
|
- 'name' => '罗江区',
|
|
|
- 'center' => '104.507126,31.303281',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 3171,
|
|
|
- 'adcode' => '510683',
|
|
|
- 'name' => '绵竹市',
|
|
|
- 'center' => '104.200162,31.343084',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3165,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 3172,
|
|
|
- 'adcode' => '510700',
|
|
|
- 'name' => '绵阳市',
|
|
|
- 'center' => '104.741722,31.46402',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 3173,
|
|
|
- 'adcode' => '510781',
|
|
|
- 'name' => '江油市',
|
|
|
- 'center' => '104.744431,31.776386',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 3174,
|
|
|
- 'adcode' => '510704',
|
|
|
- 'name' => '游仙区',
|
|
|
- 'center' => '104.770006,31.484772',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 3175,
|
|
|
- 'adcode' => '510722',
|
|
|
- 'name' => '三台县',
|
|
|
- 'center' => '105.090316,31.090909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 3176,
|
|
|
- 'adcode' => '510725',
|
|
|
- 'name' => '梓潼县',
|
|
|
- 'center' => '105.16353,31.635225',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 3177,
|
|
|
- 'adcode' => '510723',
|
|
|
- 'name' => '盐亭县',
|
|
|
- 'center' => '105.391991,31.22318',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 3178,
|
|
|
- 'adcode' => '510705',
|
|
|
- 'name' => '安州区',
|
|
|
- 'center' => '104.560341,31.53894',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 3179,
|
|
|
- 'adcode' => '510703',
|
|
|
- 'name' => '涪城区',
|
|
|
- 'center' => '104.740971,31.463557',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 3180,
|
|
|
- 'adcode' => '510726',
|
|
|
- 'name' => '北川羌族自治县',
|
|
|
- 'center' => '104.468069,31.615863',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 3181,
|
|
|
- 'adcode' => '510727',
|
|
|
- 'name' => '平武县',
|
|
|
- 'center' => '104.530555,32.407588',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3172,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 3182,
|
|
|
- 'adcode' => '510100',
|
|
|
- 'name' => '成都市',
|
|
|
- 'center' => '104.065735,30.659462',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 3183,
|
|
|
- 'adcode' => '510182',
|
|
|
- 'name' => '彭州市',
|
|
|
- 'center' => '103.941173,30.985161',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 3184,
|
|
|
- 'adcode' => '510181',
|
|
|
- 'name' => '都江堰市',
|
|
|
- 'center' => '103.627898,30.99114',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 3185,
|
|
|
- 'adcode' => '510113',
|
|
|
- 'name' => '青白江区',
|
|
|
- 'center' => '104.25494,30.883438',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 3186,
|
|
|
- 'adcode' => '510184',
|
|
|
- 'name' => '崇州市',
|
|
|
- 'center' => '103.671049,30.631478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 3187,
|
|
|
- 'adcode' => '510129',
|
|
|
- 'name' => '大邑县',
|
|
|
- 'center' => '103.522397,30.586602',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 3188,
|
|
|
- 'adcode' => '510185',
|
|
|
- 'name' => '简阳市',
|
|
|
- 'center' => '104.550339,30.390666',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 3189,
|
|
|
- 'adcode' => '510131',
|
|
|
- 'name' => '蒲江县',
|
|
|
- 'center' => '103.511541,30.194359',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 3190,
|
|
|
- 'adcode' => '510121',
|
|
|
- 'name' => '金堂县',
|
|
|
- 'center' => '104.415604,30.858417',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 3191,
|
|
|
- 'adcode' => '510132',
|
|
|
- 'name' => '新津县',
|
|
|
- 'center' => '103.812449,30.414284',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 3192,
|
|
|
- 'adcode' => '510183',
|
|
|
- 'name' => '邛崃市',
|
|
|
- 'center' => '103.46143,30.413271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 3193,
|
|
|
- 'adcode' => '510105',
|
|
|
- 'name' => '青羊区',
|
|
|
- 'center' => '104.055731,30.667648',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 3194,
|
|
|
- 'adcode' => '510115',
|
|
|
- 'name' => '温江区',
|
|
|
- 'center' => '103.836776,30.697996',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 3195,
|
|
|
- 'adcode' => '510106',
|
|
|
- 'name' => '金牛区',
|
|
|
- 'center' => '104.043487,30.692058',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 3196,
|
|
|
- 'adcode' => '510107',
|
|
|
- 'name' => '武侯区',
|
|
|
- 'center' => '104.05167,30.630862',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 3197,
|
|
|
- 'adcode' => '510116',
|
|
|
- 'name' => '双流区',
|
|
|
- 'center' => '103.922706,30.573243',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 3198,
|
|
|
- 'adcode' => '510117',
|
|
|
- 'name' => '郫都区',
|
|
|
- 'center' => '103.887842,30.808752',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 3199,
|
|
|
- 'adcode' => '510114',
|
|
|
- 'name' => '新都区',
|
|
|
- 'center' => '104.16022,30.824223',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 3200,
|
|
|
- 'adcode' => '510112',
|
|
|
- 'name' => '龙泉驿区',
|
|
|
- 'center' => '104.269181,30.56065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 3201,
|
|
|
- 'adcode' => '510108',
|
|
|
- 'name' => '成华区',
|
|
|
- 'center' => '104.103077,30.660275',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 3202,
|
|
|
- 'adcode' => '510104',
|
|
|
- 'name' => '锦江区',
|
|
|
- 'center' => '104.080989,30.657689',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3182,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 3203,
|
|
|
- 'adcode' => '511600',
|
|
|
- 'name' => '广安市',
|
|
|
- 'center' => '106.633369,30.456398',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 3204,
|
|
|
- 'adcode' => '511623',
|
|
|
- 'name' => '邻水县',
|
|
|
- 'center' => '106.934968,30.334323',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 3205,
|
|
|
- 'adcode' => '511622',
|
|
|
- 'name' => '武胜县',
|
|
|
- 'center' => '106.292473,30.344291',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 3206,
|
|
|
- 'adcode' => '511621',
|
|
|
- 'name' => '岳池县',
|
|
|
- 'center' => '106.444451,30.533538',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 3207,
|
|
|
- 'adcode' => '511602',
|
|
|
- 'name' => '广安区',
|
|
|
- 'center' => '106.632907,30.456462',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 3208,
|
|
|
- 'adcode' => '511603',
|
|
|
- 'name' => '前锋区',
|
|
|
- 'center' => '106.893277,30.4963',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 3209,
|
|
|
- 'adcode' => '511681',
|
|
|
- 'name' => '华蓥市',
|
|
|
- 'center' => '106.777882,30.380574',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3203,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 3210,
|
|
|
- 'adcode' => '511700',
|
|
|
- 'name' => '达州市',
|
|
|
- 'center' => '107.502262,31.209484',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 3211,
|
|
|
- 'adcode' => '511724',
|
|
|
- 'name' => '大竹县',
|
|
|
- 'center' => '107.20742,30.736289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 3212,
|
|
|
- 'adcode' => '511722',
|
|
|
- 'name' => '宣汉县',
|
|
|
- 'center' => '107.722254,31.355025',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 3213,
|
|
|
- 'adcode' => '511703',
|
|
|
- 'name' => '达川区',
|
|
|
- 'center' => '107.507926,31.199062',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 3214,
|
|
|
- 'adcode' => '511702',
|
|
|
- 'name' => '通川区',
|
|
|
- 'center' => '107.501062,31.213522',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 3215,
|
|
|
- 'adcode' => '511725',
|
|
|
- 'name' => '渠县',
|
|
|
- 'center' => '106.970746,30.836348',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 3216,
|
|
|
- 'adcode' => '511723',
|
|
|
- 'name' => '开江县',
|
|
|
- 'center' => '107.864135,31.085537',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 3217,
|
|
|
- 'adcode' => '511781',
|
|
|
- 'name' => '万源市',
|
|
|
- 'center' => '108.037548,32.06777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3210,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 3218,
|
|
|
- 'adcode' => '510900',
|
|
|
- 'name' => '遂宁市',
|
|
|
- 'center' => '105.571331,30.513311',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 3219,
|
|
|
- 'adcode' => '510903',
|
|
|
- 'name' => '船山区',
|
|
|
- 'center' => '105.582215,30.502647',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3218,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 3220,
|
|
|
- 'adcode' => '510921',
|
|
|
- 'name' => '蓬溪县',
|
|
|
- 'center' => '105.713699,30.774883',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3218,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 3221,
|
|
|
- 'adcode' => '510922',
|
|
|
- 'name' => '射洪县',
|
|
|
- 'center' => '105.381849,30.868752',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3218,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 3222,
|
|
|
- 'adcode' => '510904',
|
|
|
- 'name' => '安居区',
|
|
|
- 'center' => '105.459383,30.346121',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3218,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 3223,
|
|
|
- 'adcode' => '510923',
|
|
|
- 'name' => '大英县',
|
|
|
- 'center' => '105.252187,30.581571',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3218,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 3224,
|
|
|
- 'adcode' => '512000',
|
|
|
- 'name' => '资阳市',
|
|
|
- 'center' => '104.641917,30.122211',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 3225,
|
|
|
- 'adcode' => '512022',
|
|
|
- 'name' => '乐至县',
|
|
|
- 'center' => '105.031142,30.275619',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3224,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 225 =>
|
|
|
- array (
|
|
|
- 'id' => 3226,
|
|
|
- 'adcode' => '512021',
|
|
|
- 'name' => '安岳县',
|
|
|
- 'center' => '105.336764,30.099206',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3224,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 226 =>
|
|
|
- array (
|
|
|
- 'id' => 3227,
|
|
|
- 'adcode' => '512002',
|
|
|
- 'name' => '雁江区',
|
|
|
- 'center' => '104.642338,30.121686',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3224,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 227 =>
|
|
|
- array (
|
|
|
- 'id' => 3228,
|
|
|
- 'adcode' => '511400',
|
|
|
- 'name' => '眉山市',
|
|
|
- 'center' => '103.831788,30.048318',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 228 =>
|
|
|
- array (
|
|
|
- 'id' => 3229,
|
|
|
- 'adcode' => '511424',
|
|
|
- 'name' => '丹棱县',
|
|
|
- 'center' => '103.518333,30.012751',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 229 =>
|
|
|
- array (
|
|
|
- 'id' => 3230,
|
|
|
- 'adcode' => '511421',
|
|
|
- 'name' => '仁寿县',
|
|
|
- 'center' => '104.147646,29.996721',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 230 =>
|
|
|
- array (
|
|
|
- 'id' => 3231,
|
|
|
- 'adcode' => '511423',
|
|
|
- 'name' => '洪雅县',
|
|
|
- 'center' => '103.375006,29.904867',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 231 =>
|
|
|
- array (
|
|
|
- 'id' => 3232,
|
|
|
- 'adcode' => '511402',
|
|
|
- 'name' => '东坡区',
|
|
|
- 'center' => '103.831553,30.048128',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 232 =>
|
|
|
- array (
|
|
|
- 'id' => 3233,
|
|
|
- 'adcode' => '511403',
|
|
|
- 'name' => '彭山区',
|
|
|
- 'center' => '103.8701,30.192298',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 233 =>
|
|
|
- array (
|
|
|
- 'id' => 3234,
|
|
|
- 'adcode' => '511425',
|
|
|
- 'name' => '青神县',
|
|
|
- 'center' => '103.846131,29.831469',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3228,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 234 =>
|
|
|
- array (
|
|
|
- 'id' => 3235,
|
|
|
- 'adcode' => '511000',
|
|
|
- 'name' => '内江市',
|
|
|
- 'center' => '105.066138,29.58708',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 235 =>
|
|
|
- array (
|
|
|
- 'id' => 3236,
|
|
|
- 'adcode' => '511011',
|
|
|
- 'name' => '东兴区',
|
|
|
- 'center' => '105.067203,29.600107',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3235,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 236 =>
|
|
|
- array (
|
|
|
- 'id' => 3237,
|
|
|
- 'adcode' => '511025',
|
|
|
- 'name' => '资中县',
|
|
|
- 'center' => '104.852463,29.775295',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3235,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 237 =>
|
|
|
- array (
|
|
|
- 'id' => 3238,
|
|
|
- 'adcode' => '511024',
|
|
|
- 'name' => '威远县',
|
|
|
- 'center' => '104.668327,29.52686',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3235,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 238 =>
|
|
|
- array (
|
|
|
- 'id' => 3239,
|
|
|
- 'adcode' => '511083',
|
|
|
- 'name' => '隆昌市',
|
|
|
- 'center' => '105.288074,29.338162',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3235,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 239 =>
|
|
|
- array (
|
|
|
- 'id' => 3240,
|
|
|
- 'adcode' => '511002',
|
|
|
- 'name' => '市中区',
|
|
|
- 'center' => '105.065467,29.585265',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3235,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 240 =>
|
|
|
- array (
|
|
|
- 'id' => 3241,
|
|
|
- 'adcode' => '511100',
|
|
|
- 'name' => '乐山市',
|
|
|
- 'center' => '103.761263,29.582024',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 241 =>
|
|
|
- array (
|
|
|
- 'id' => 3242,
|
|
|
- 'adcode' => '511112',
|
|
|
- 'name' => '五通桥区',
|
|
|
- 'center' => '103.816837,29.406186',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 242 =>
|
|
|
- array (
|
|
|
- 'id' => 3243,
|
|
|
- 'adcode' => '511111',
|
|
|
- 'name' => '沙湾区',
|
|
|
- 'center' => '103.549961,29.416536',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 243 =>
|
|
|
- array (
|
|
|
- 'id' => 3244,
|
|
|
- 'adcode' => '511126',
|
|
|
- 'name' => '夹江县',
|
|
|
- 'center' => '103.578862,29.741019',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 244 =>
|
|
|
- array (
|
|
|
- 'id' => 3245,
|
|
|
- 'adcode' => '511124',
|
|
|
- 'name' => '井研县',
|
|
|
- 'center' => '104.06885,29.651645',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 245 =>
|
|
|
- array (
|
|
|
- 'id' => 3246,
|
|
|
- 'adcode' => '511132',
|
|
|
- 'name' => '峨边彝族自治县',
|
|
|
- 'center' => '103.262148,29.230271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 246 =>
|
|
|
- array (
|
|
|
- 'id' => 3247,
|
|
|
- 'adcode' => '511113',
|
|
|
- 'name' => '金口河区',
|
|
|
- 'center' => '103.077831,29.24602',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 247 =>
|
|
|
- array (
|
|
|
- 'id' => 3248,
|
|
|
- 'adcode' => '511123',
|
|
|
- 'name' => '犍为县',
|
|
|
- 'center' => '103.944266,29.209782',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 248 =>
|
|
|
- array (
|
|
|
- 'id' => 3249,
|
|
|
- 'adcode' => '511129',
|
|
|
- 'name' => '沐川县',
|
|
|
- 'center' => '103.90211,28.956338',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 249 =>
|
|
|
- array (
|
|
|
- 'id' => 3250,
|
|
|
- 'adcode' => '511102',
|
|
|
- 'name' => '市中区',
|
|
|
- 'center' => '103.75539,29.588327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 250 =>
|
|
|
- array (
|
|
|
- 'id' => 3251,
|
|
|
- 'adcode' => '511133',
|
|
|
- 'name' => '马边彝族自治县',
|
|
|
- 'center' => '103.546851,28.838933',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 251 =>
|
|
|
- array (
|
|
|
- 'id' => 3252,
|
|
|
- 'adcode' => '511181',
|
|
|
- 'name' => '峨眉山市',
|
|
|
- 'center' => '103.492488,29.597478',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3241,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 252 =>
|
|
|
- array (
|
|
|
- 'id' => 3253,
|
|
|
- 'adcode' => '510300',
|
|
|
- 'name' => '自贡市',
|
|
|
- 'center' => '104.773447,29.352765',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 253 =>
|
|
|
- array (
|
|
|
- 'id' => 3254,
|
|
|
- 'adcode' => '510304',
|
|
|
- 'name' => '大安区',
|
|
|
- 'center' => '104.783229,29.367136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 254 =>
|
|
|
- array (
|
|
|
- 'id' => 3255,
|
|
|
- 'adcode' => '510303',
|
|
|
- 'name' => '贡井区',
|
|
|
- 'center' => '104.714372,29.345675',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 255 =>
|
|
|
- array (
|
|
|
- 'id' => 3256,
|
|
|
- 'adcode' => '510321',
|
|
|
- 'name' => '荣县',
|
|
|
- 'center' => '104.423932,29.454851',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 256 =>
|
|
|
- array (
|
|
|
- 'id' => 3257,
|
|
|
- 'adcode' => '510302',
|
|
|
- 'name' => '自流井区',
|
|
|
- 'center' => '104.778188,29.343231',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 257 =>
|
|
|
- array (
|
|
|
- 'id' => 3258,
|
|
|
- 'adcode' => '510322',
|
|
|
- 'name' => '富顺县',
|
|
|
- 'center' => '104.984256,29.181282',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 258 =>
|
|
|
- array (
|
|
|
- 'id' => 3259,
|
|
|
- 'adcode' => '510311',
|
|
|
- 'name' => '沿滩区',
|
|
|
- 'center' => '104.876417,29.272521',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3253,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 259 =>
|
|
|
- array (
|
|
|
- 'id' => 3260,
|
|
|
- 'adcode' => '510500',
|
|
|
- 'name' => '泸州市',
|
|
|
- 'center' => '105.443348,28.889138',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 260 =>
|
|
|
- array (
|
|
|
- 'id' => 3261,
|
|
|
- 'adcode' => '510521',
|
|
|
- 'name' => '泸县',
|
|
|
- 'center' => '105.376335,29.151288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 261 =>
|
|
|
- array (
|
|
|
- 'id' => 3262,
|
|
|
- 'adcode' => '510504',
|
|
|
- 'name' => '龙马潭区',
|
|
|
- 'center' => '105.435228,28.897572',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 262 =>
|
|
|
- array (
|
|
|
- 'id' => 3263,
|
|
|
- 'adcode' => '510524',
|
|
|
- 'name' => '叙永县',
|
|
|
- 'center' => '105.437775,28.167919',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 263 =>
|
|
|
- array (
|
|
|
- 'id' => 3264,
|
|
|
- 'adcode' => '510503',
|
|
|
- 'name' => '纳溪区',
|
|
|
- 'center' => '105.37721,28.77631',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 264 =>
|
|
|
- array (
|
|
|
- 'id' => 3265,
|
|
|
- 'adcode' => '510525',
|
|
|
- 'name' => '古蔺县',
|
|
|
- 'center' => '105.813359,28.03948',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 265 =>
|
|
|
- array (
|
|
|
- 'id' => 3266,
|
|
|
- 'adcode' => '510502',
|
|
|
- 'name' => '江阳区',
|
|
|
- 'center' => '105.445131,28.882889',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 266 =>
|
|
|
- array (
|
|
|
- 'id' => 3267,
|
|
|
- 'adcode' => '510522',
|
|
|
- 'name' => '合江县',
|
|
|
- 'center' => '105.834098,28.810325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3260,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 267 =>
|
|
|
- array (
|
|
|
- 'id' => 3268,
|
|
|
- 'adcode' => '511500',
|
|
|
- 'name' => '宜宾市',
|
|
|
- 'center' => '104.630825,28.760189',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 268 =>
|
|
|
- array (
|
|
|
- 'id' => 3269,
|
|
|
- 'adcode' => '511525',
|
|
|
- 'name' => '高县',
|
|
|
- 'center' => '104.519187,28.435676',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 269 =>
|
|
|
- array (
|
|
|
- 'id' => 3270,
|
|
|
- 'adcode' => '511527',
|
|
|
- 'name' => '筠连县',
|
|
|
- 'center' => '104.507848,28.162017',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 270 =>
|
|
|
- array (
|
|
|
- 'id' => 3271,
|
|
|
- 'adcode' => '511523',
|
|
|
- 'name' => '江安县',
|
|
|
- 'center' => '105.068697,28.728102',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 271 =>
|
|
|
- array (
|
|
|
- 'id' => 3272,
|
|
|
- 'adcode' => '511524',
|
|
|
- 'name' => '长宁县',
|
|
|
- 'center' => '104.921116,28.577271',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 272 =>
|
|
|
- array (
|
|
|
- 'id' => 3273,
|
|
|
- 'adcode' => '511528',
|
|
|
- 'name' => '兴文县',
|
|
|
- 'center' => '105.236549,28.302988',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 273 =>
|
|
|
- array (
|
|
|
- 'id' => 3274,
|
|
|
- 'adcode' => '511526',
|
|
|
- 'name' => '珙县',
|
|
|
- 'center' => '104.712268,28.449041',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 274 =>
|
|
|
- array (
|
|
|
- 'id' => 3275,
|
|
|
- 'adcode' => '511503',
|
|
|
- 'name' => '南溪区',
|
|
|
- 'center' => '104.981133,28.839806',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 275 =>
|
|
|
- array (
|
|
|
- 'id' => 3276,
|
|
|
- 'adcode' => '511529',
|
|
|
- 'name' => '屏山县',
|
|
|
- 'center' => '104.162617,28.64237',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 276 =>
|
|
|
- array (
|
|
|
- 'id' => 3277,
|
|
|
- 'adcode' => '511502',
|
|
|
- 'name' => '翠屏区',
|
|
|
- 'center' => '104.630231,28.760179',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 277 =>
|
|
|
- array (
|
|
|
- 'id' => 3278,
|
|
|
- 'adcode' => '511504',
|
|
|
- 'name' => '叙州区',
|
|
|
- 'center' => '104.541489,28.695678',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3268,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 278 =>
|
|
|
- array (
|
|
|
- 'id' => 3279,
|
|
|
- 'adcode' => '513400',
|
|
|
- 'name' => '凉山彝族自治州',
|
|
|
- 'center' => '102.258746,27.886762',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 279 =>
|
|
|
- array (
|
|
|
- 'id' => 3280,
|
|
|
- 'adcode' => '513435',
|
|
|
- 'name' => '甘洛县',
|
|
|
- 'center' => '102.775924,28.977094',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 280 =>
|
|
|
- array (
|
|
|
- 'id' => 3281,
|
|
|
- 'adcode' => '513431',
|
|
|
- 'name' => '昭觉县',
|
|
|
- 'center' => '102.843991,28.010554',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 281 =>
|
|
|
- array (
|
|
|
- 'id' => 3282,
|
|
|
- 'adcode' => '513423',
|
|
|
- 'name' => '盐源县',
|
|
|
- 'center' => '101.508909,27.423415',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 282 =>
|
|
|
- array (
|
|
|
- 'id' => 3283,
|
|
|
- 'adcode' => '513434',
|
|
|
- 'name' => '越西县',
|
|
|
- 'center' => '102.508875,28.639632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 283 =>
|
|
|
- array (
|
|
|
- 'id' => 3284,
|
|
|
- 'adcode' => '513436',
|
|
|
- 'name' => '美姑县',
|
|
|
- 'center' => '103.132007,28.327946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 284 =>
|
|
|
- array (
|
|
|
- 'id' => 3285,
|
|
|
- 'adcode' => '513422',
|
|
|
- 'name' => '木里藏族自治县',
|
|
|
- 'center' => '101.280184,27.926859',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 285 =>
|
|
|
- array (
|
|
|
- 'id' => 3286,
|
|
|
- 'adcode' => '513433',
|
|
|
- 'name' => '冕宁县',
|
|
|
- 'center' => '102.170046,28.550844',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 286 =>
|
|
|
- array (
|
|
|
- 'id' => 3287,
|
|
|
- 'adcode' => '513401',
|
|
|
- 'name' => '西昌市',
|
|
|
- 'center' => '102.258758,27.885786',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 287 =>
|
|
|
- array (
|
|
|
- 'id' => 3288,
|
|
|
- 'adcode' => '513437',
|
|
|
- 'name' => '雷波县',
|
|
|
- 'center' => '103.571584,28.262946',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 288 =>
|
|
|
- array (
|
|
|
- 'id' => 3289,
|
|
|
- 'adcode' => '513428',
|
|
|
- 'name' => '普格县',
|
|
|
- 'center' => '102.541082,27.376828',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 289 =>
|
|
|
- array (
|
|
|
- 'id' => 3290,
|
|
|
- 'adcode' => '513432',
|
|
|
- 'name' => '喜德县',
|
|
|
- 'center' => '102.412342,28.305486',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 290 =>
|
|
|
- array (
|
|
|
- 'id' => 3291,
|
|
|
- 'adcode' => '513429',
|
|
|
- 'name' => '布拖县',
|
|
|
- 'center' => '102.808801,27.709062',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 291 =>
|
|
|
- array (
|
|
|
- 'id' => 3292,
|
|
|
- 'adcode' => '513430',
|
|
|
- 'name' => '金阳县',
|
|
|
- 'center' => '103.248704,27.695916',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 292 =>
|
|
|
- array (
|
|
|
- 'id' => 3293,
|
|
|
- 'adcode' => '513426',
|
|
|
- 'name' => '会东县',
|
|
|
- 'center' => '102.578985,26.630713',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 293 =>
|
|
|
- array (
|
|
|
- 'id' => 3294,
|
|
|
- 'adcode' => '513425',
|
|
|
- 'name' => '会理县',
|
|
|
- 'center' => '102.249548,26.658702',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 294 =>
|
|
|
- array (
|
|
|
- 'id' => 3295,
|
|
|
- 'adcode' => '513424',
|
|
|
- 'name' => '德昌县',
|
|
|
- 'center' => '102.178845,27.403827',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 295 =>
|
|
|
- array (
|
|
|
- 'id' => 3296,
|
|
|
- 'adcode' => '513427',
|
|
|
- 'name' => '宁南县',
|
|
|
- 'center' => '102.757374,27.065205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3279,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 296 =>
|
|
|
- array (
|
|
|
- 'id' => 3297,
|
|
|
- 'adcode' => '510400',
|
|
|
- 'name' => '攀枝花市',
|
|
|
- 'center' => '101.716007,26.580446',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 297 =>
|
|
|
- array (
|
|
|
- 'id' => 3298,
|
|
|
- 'adcode' => '510421',
|
|
|
- 'name' => '米易县',
|
|
|
- 'center' => '102.109877,26.887474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 298 =>
|
|
|
- array (
|
|
|
- 'id' => 3299,
|
|
|
- 'adcode' => '510403',
|
|
|
- 'name' => '西区',
|
|
|
- 'center' => '101.637969,26.596776',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 299 =>
|
|
|
- array (
|
|
|
- 'id' => 3300,
|
|
|
- 'adcode' => '510402',
|
|
|
- 'name' => '东区',
|
|
|
- 'center' => '101.715134,26.580887',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 300 =>
|
|
|
- array (
|
|
|
- 'id' => 3301,
|
|
|
- 'adcode' => '510411',
|
|
|
- 'name' => '仁和区',
|
|
|
- 'center' => '101.737916,26.497185',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 301 =>
|
|
|
- array (
|
|
|
- 'id' => 3302,
|
|
|
- 'adcode' => '510422',
|
|
|
- 'name' => '盐边县',
|
|
|
- 'center' => '101.851848,26.677619',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3297,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 302 =>
|
|
|
- array (
|
|
|
- 'id' => 3303,
|
|
|
- 'adcode' => '513200',
|
|
|
- 'name' => '阿坝藏族羌族自治州',
|
|
|
- 'center' => '102.221374,31.899792',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 303 =>
|
|
|
- array (
|
|
|
- 'id' => 3304,
|
|
|
- 'adcode' => '513232',
|
|
|
- 'name' => '若尔盖县',
|
|
|
- 'center' => '102.963726,33.575934',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 304 =>
|
|
|
- array (
|
|
|
- 'id' => 3305,
|
|
|
- 'adcode' => '513225',
|
|
|
- 'name' => '九寨沟县',
|
|
|
- 'center' => '104.236344,33.262097',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 305 =>
|
|
|
- array (
|
|
|
- 'id' => 3306,
|
|
|
- 'adcode' => '513231',
|
|
|
- 'name' => '阿坝县',
|
|
|
- 'center' => '101.700985,32.904223',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 306 =>
|
|
|
- array (
|
|
|
- 'id' => 3307,
|
|
|
- 'adcode' => '513233',
|
|
|
- 'name' => '红原县',
|
|
|
- 'center' => '102.544906,32.793902',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 307 =>
|
|
|
- array (
|
|
|
- 'id' => 3308,
|
|
|
- 'adcode' => '513228',
|
|
|
- 'name' => '黑水县',
|
|
|
- 'center' => '102.990805,32.061721',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 308 =>
|
|
|
- array (
|
|
|
- 'id' => 3309,
|
|
|
- 'adcode' => '513201',
|
|
|
- 'name' => '马尔康市',
|
|
|
- 'center' => '102.221187,31.899761',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 309 =>
|
|
|
- array (
|
|
|
- 'id' => 3310,
|
|
|
- 'adcode' => '513226',
|
|
|
- 'name' => '金川县',
|
|
|
- 'center' => '102.064647,31.476356',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 310 =>
|
|
|
- array (
|
|
|
- 'id' => 3311,
|
|
|
- 'adcode' => '513222',
|
|
|
- 'name' => '理县',
|
|
|
- 'center' => '103.165486,31.436764',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 311 =>
|
|
|
- array (
|
|
|
- 'id' => 3312,
|
|
|
- 'adcode' => '513221',
|
|
|
- 'name' => '汶川县',
|
|
|
- 'center' => '103.580675,31.47463',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 312 =>
|
|
|
- array (
|
|
|
- 'id' => 3313,
|
|
|
- 'adcode' => '513224',
|
|
|
- 'name' => '松潘县',
|
|
|
- 'center' => '103.599177,32.63838',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 313 =>
|
|
|
- array (
|
|
|
- 'id' => 3314,
|
|
|
- 'adcode' => '513223',
|
|
|
- 'name' => '茂县',
|
|
|
- 'center' => '103.850684,31.680407',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 314 =>
|
|
|
- array (
|
|
|
- 'id' => 3315,
|
|
|
- 'adcode' => '513227',
|
|
|
- 'name' => '小金县',
|
|
|
- 'center' => '102.363193,30.999016',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 315 =>
|
|
|
- array (
|
|
|
- 'id' => 3316,
|
|
|
- 'adcode' => '513230',
|
|
|
- 'name' => '壤塘县',
|
|
|
- 'center' => '100.979136,32.264887',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3303,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 316 =>
|
|
|
- array (
|
|
|
- 'id' => 3317,
|
|
|
- 'adcode' => '511800',
|
|
|
- 'name' => '雅安市',
|
|
|
- 'center' => '103.001033,29.987722',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 317 =>
|
|
|
- array (
|
|
|
- 'id' => 3318,
|
|
|
- 'adcode' => '511827',
|
|
|
- 'name' => '宝兴县',
|
|
|
- 'center' => '102.813377,30.369026',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 318 =>
|
|
|
- array (
|
|
|
- 'id' => 3319,
|
|
|
- 'adcode' => '511826',
|
|
|
- 'name' => '芦山县',
|
|
|
- 'center' => '102.924016,30.152907',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 319 =>
|
|
|
- array (
|
|
|
- 'id' => 3320,
|
|
|
- 'adcode' => '511825',
|
|
|
- 'name' => '天全县',
|
|
|
- 'center' => '102.763462,30.059955',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 320 =>
|
|
|
- array (
|
|
|
- 'id' => 3321,
|
|
|
- 'adcode' => '511802',
|
|
|
- 'name' => '雨城区',
|
|
|
- 'center' => '103.003398,29.981831',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 321 =>
|
|
|
- array (
|
|
|
- 'id' => 3322,
|
|
|
- 'adcode' => '511822',
|
|
|
- 'name' => '荥经县',
|
|
|
- 'center' => '102.844674,29.795529',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 322 =>
|
|
|
- array (
|
|
|
- 'id' => 3323,
|
|
|
- 'adcode' => '511823',
|
|
|
- 'name' => '汉源县',
|
|
|
- 'center' => '102.677145,29.349915',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 323 =>
|
|
|
- array (
|
|
|
- 'id' => 3324,
|
|
|
- 'adcode' => '511824',
|
|
|
- 'name' => '石棉县',
|
|
|
- 'center' => '102.35962,29.234063',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 324 =>
|
|
|
- array (
|
|
|
- 'id' => 3325,
|
|
|
- 'adcode' => '511803',
|
|
|
- 'name' => '名山区',
|
|
|
- 'center' => '103.112214,30.084718',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3317,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 325 =>
|
|
|
- array (
|
|
|
- 'id' => 3326,
|
|
|
- 'adcode' => '513300',
|
|
|
- 'name' => '甘孜藏族自治州',
|
|
|
- 'center' => '101.963815,30.050663',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3140,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 326 =>
|
|
|
- array (
|
|
|
- 'id' => 3327,
|
|
|
- 'adcode' => '513332',
|
|
|
- 'name' => '石渠县',
|
|
|
- 'center' => '98.100887,32.975302',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 327 =>
|
|
|
- array (
|
|
|
- 'id' => 3328,
|
|
|
- 'adcode' => '513328',
|
|
|
- 'name' => '甘孜县',
|
|
|
- 'center' => '99.991753,31.61975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 328 =>
|
|
|
- array (
|
|
|
- 'id' => 3329,
|
|
|
- 'adcode' => '513330',
|
|
|
- 'name' => '德格县',
|
|
|
- 'center' => '98.57999,31.806729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 329 =>
|
|
|
- array (
|
|
|
- 'id' => 3330,
|
|
|
- 'adcode' => '513327',
|
|
|
- 'name' => '炉霍县',
|
|
|
- 'center' => '100.679495,31.392674',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 330 =>
|
|
|
- array (
|
|
|
- 'id' => 3331,
|
|
|
- 'adcode' => '513329',
|
|
|
- 'name' => '新龙县',
|
|
|
- 'center' => '100.312094,30.93896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 331 =>
|
|
|
- array (
|
|
|
- 'id' => 3332,
|
|
|
- 'adcode' => '513331',
|
|
|
- 'name' => '白玉县',
|
|
|
- 'center' => '98.824343,31.208805',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 332 =>
|
|
|
- array (
|
|
|
- 'id' => 3333,
|
|
|
- 'adcode' => '513326',
|
|
|
- 'name' => '道孚县',
|
|
|
- 'center' => '101.123327,30.978767',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 333 =>
|
|
|
- array (
|
|
|
- 'id' => 3334,
|
|
|
- 'adcode' => '513301',
|
|
|
- 'name' => '康定市',
|
|
|
- 'center' => '101.964057,30.050738',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 334 =>
|
|
|
- array (
|
|
|
- 'id' => 3335,
|
|
|
- 'adcode' => '513334',
|
|
|
- 'name' => '理塘县',
|
|
|
- 'center' => '100.269862,29.991807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 335 =>
|
|
|
- array (
|
|
|
- 'id' => 3336,
|
|
|
- 'adcode' => '513335',
|
|
|
- 'name' => '巴塘县',
|
|
|
- 'center' => '99.109037,30.005723',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 336 =>
|
|
|
- array (
|
|
|
- 'id' => 3337,
|
|
|
- 'adcode' => '513325',
|
|
|
- 'name' => '雅江县',
|
|
|
- 'center' => '101.015735,30.03225',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 337 =>
|
|
|
- array (
|
|
|
- 'id' => 3338,
|
|
|
- 'adcode' => '513337',
|
|
|
- 'name' => '稻城县',
|
|
|
- 'center' => '100.296689,29.037544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 338 =>
|
|
|
- array (
|
|
|
- 'id' => 3339,
|
|
|
- 'adcode' => '513336',
|
|
|
- 'name' => '乡城县',
|
|
|
- 'center' => '99.799943,28.930855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 339 =>
|
|
|
- array (
|
|
|
- 'id' => 3340,
|
|
|
- 'adcode' => '513324',
|
|
|
- 'name' => '九龙县',
|
|
|
- 'center' => '101.506942,29.001975',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 340 =>
|
|
|
- array (
|
|
|
- 'id' => 3341,
|
|
|
- 'adcode' => '513338',
|
|
|
- 'name' => '得荣县',
|
|
|
- 'center' => '99.288036,28.71134',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 341 =>
|
|
|
- array (
|
|
|
- 'id' => 3342,
|
|
|
- 'adcode' => '513323',
|
|
|
- 'name' => '丹巴县',
|
|
|
- 'center' => '101.886125,30.877083',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:27',
|
|
|
- 'updated_at' => '2019-05-07 18:08:27',
|
|
|
- ),
|
|
|
- 342 =>
|
|
|
- array (
|
|
|
- 'id' => 3343,
|
|
|
- 'adcode' => '513333',
|
|
|
- 'name' => '色达县',
|
|
|
- 'center' => '100.331657,32.268777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 343 =>
|
|
|
- array (
|
|
|
- 'id' => 3344,
|
|
|
- 'adcode' => '513322',
|
|
|
- 'name' => '泸定县',
|
|
|
- 'center' => '102.233225,29.912482',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3326,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 344 =>
|
|
|
- array (
|
|
|
- 'id' => 3345,
|
|
|
- 'adcode' => '220000',
|
|
|
- 'name' => '吉林省',
|
|
|
- 'center' => '125.3245,43.886841',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 345 =>
|
|
|
- array (
|
|
|
- 'id' => 3346,
|
|
|
- 'adcode' => '220100',
|
|
|
- 'name' => '长春市',
|
|
|
- 'center' => '125.3245,43.886841',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 346 =>
|
|
|
- array (
|
|
|
- 'id' => 3347,
|
|
|
- 'adcode' => '220182',
|
|
|
- 'name' => '榆树市',
|
|
|
- 'center' => '126.550107,44.827642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 347 =>
|
|
|
- array (
|
|
|
- 'id' => 3348,
|
|
|
- 'adcode' => '220183',
|
|
|
- 'name' => '德惠市',
|
|
|
- 'center' => '125.703327,44.533909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 348 =>
|
|
|
- array (
|
|
|
- 'id' => 3349,
|
|
|
- 'adcode' => '220112',
|
|
|
- 'name' => '双阳区',
|
|
|
- 'center' => '125.659018,43.525168',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 349 =>
|
|
|
- array (
|
|
|
- 'id' => 3350,
|
|
|
- 'adcode' => '220122',
|
|
|
- 'name' => '农安县',
|
|
|
- 'center' => '125.175287,44.431258',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 350 =>
|
|
|
- array (
|
|
|
- 'id' => 3351,
|
|
|
- 'adcode' => '220104',
|
|
|
- 'name' => '朝阳区',
|
|
|
- 'center' => '125.318042,43.86491',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 351 =>
|
|
|
- array (
|
|
|
- 'id' => 3352,
|
|
|
- 'adcode' => '220106',
|
|
|
- 'name' => '绿园区',
|
|
|
- 'center' => '125.272467,43.892177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 352 =>
|
|
|
- array (
|
|
|
- 'id' => 3353,
|
|
|
- 'adcode' => '220103',
|
|
|
- 'name' => '宽城区',
|
|
|
- 'center' => '125.342828,43.903823',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 353 =>
|
|
|
- array (
|
|
|
- 'id' => 3354,
|
|
|
- 'adcode' => '220113',
|
|
|
- 'name' => '九台区',
|
|
|
- 'center' => '125.844682,44.157155',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 354 =>
|
|
|
- array (
|
|
|
- 'id' => 3355,
|
|
|
- 'adcode' => '220105',
|
|
|
- 'name' => '二道区',
|
|
|
- 'center' => '125.384727,43.870824',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 355 =>
|
|
|
- array (
|
|
|
- 'id' => 3356,
|
|
|
- 'adcode' => '220102',
|
|
|
- 'name' => '南关区',
|
|
|
- 'center' => '125.337237,43.890235',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3346,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 356 =>
|
|
|
- array (
|
|
|
- 'id' => 3357,
|
|
|
- 'adcode' => '220700',
|
|
|
- 'name' => '松原市',
|
|
|
- 'center' => '124.823608,45.118243',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 357 =>
|
|
|
- array (
|
|
|
- 'id' => 3358,
|
|
|
- 'adcode' => '220781',
|
|
|
- 'name' => '扶余市',
|
|
|
- 'center' => '126.042758,44.986199',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3357,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 358 =>
|
|
|
- array (
|
|
|
- 'id' => 3359,
|
|
|
- 'adcode' => '220702',
|
|
|
- 'name' => '宁江区',
|
|
|
- 'center' => '124.827851,45.176498',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3357,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 359 =>
|
|
|
- array (
|
|
|
- 'id' => 3360,
|
|
|
- 'adcode' => '220721',
|
|
|
- 'name' => '前郭尔罗斯蒙古族自治县',
|
|
|
- 'center' => '124.826808,45.116288',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3357,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 360 =>
|
|
|
- array (
|
|
|
- 'id' => 3361,
|
|
|
- 'adcode' => '220722',
|
|
|
- 'name' => '长岭县',
|
|
|
- 'center' => '123.985184,44.276579',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3357,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 361 =>
|
|
|
- array (
|
|
|
- 'id' => 3362,
|
|
|
- 'adcode' => '220723',
|
|
|
- 'name' => '乾安县',
|
|
|
- 'center' => '124.024361,45.006846',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3357,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 362 =>
|
|
|
- array (
|
|
|
- 'id' => 3363,
|
|
|
- 'adcode' => '220800',
|
|
|
- 'name' => '白城市',
|
|
|
- 'center' => '122.841114,45.619026',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 363 =>
|
|
|
- array (
|
|
|
- 'id' => 3364,
|
|
|
- 'adcode' => '220881',
|
|
|
- 'name' => '洮南市',
|
|
|
- 'center' => '122.783779,45.339113',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 364 =>
|
|
|
- array (
|
|
|
- 'id' => 3365,
|
|
|
- 'adcode' => '220882',
|
|
|
- 'name' => '大安市',
|
|
|
- 'center' => '124.291512,45.507648',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 365 =>
|
|
|
- array (
|
|
|
- 'id' => 3366,
|
|
|
- 'adcode' => '220822',
|
|
|
- 'name' => '通榆县',
|
|
|
- 'center' => '123.088543,44.80915',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 366 =>
|
|
|
- array (
|
|
|
- 'id' => 3367,
|
|
|
- 'adcode' => '220802',
|
|
|
- 'name' => '洮北区',
|
|
|
- 'center' => '122.842499,45.619253',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 367 =>
|
|
|
- array (
|
|
|
- 'id' => 3368,
|
|
|
- 'adcode' => '220821',
|
|
|
- 'name' => '镇赉县',
|
|
|
- 'center' => '123.202246,45.846089',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3363,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 368 =>
|
|
|
- array (
|
|
|
- 'id' => 3369,
|
|
|
- 'adcode' => '220200',
|
|
|
- 'name' => '吉林市',
|
|
|
- 'center' => '126.55302,43.843577',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 369 =>
|
|
|
- array (
|
|
|
- 'id' => 3370,
|
|
|
- 'adcode' => '220283',
|
|
|
- 'name' => '舒兰市',
|
|
|
- 'center' => '126.947813,44.410906',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 370 =>
|
|
|
- array (
|
|
|
- 'id' => 3371,
|
|
|
- 'adcode' => '220211',
|
|
|
- 'name' => '丰满区',
|
|
|
- 'center' => '126.560759,43.816594',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 371 =>
|
|
|
- array (
|
|
|
- 'id' => 3372,
|
|
|
- 'adcode' => '220204',
|
|
|
- 'name' => '船营区',
|
|
|
- 'center' => '126.55239,43.843804',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 372 =>
|
|
|
- array (
|
|
|
- 'id' => 3373,
|
|
|
- 'adcode' => '220282',
|
|
|
- 'name' => '桦甸市',
|
|
|
- 'center' => '126.745445,42.972093',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 373 =>
|
|
|
- array (
|
|
|
- 'id' => 3374,
|
|
|
- 'adcode' => '220203',
|
|
|
- 'name' => '龙潭区',
|
|
|
- 'center' => '126.561429,43.909755',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 374 =>
|
|
|
- array (
|
|
|
- 'id' => 3375,
|
|
|
- 'adcode' => '220281',
|
|
|
- 'name' => '蛟河市',
|
|
|
- 'center' => '127.342739,43.720579',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 375 =>
|
|
|
- array (
|
|
|
- 'id' => 3376,
|
|
|
- 'adcode' => '220202',
|
|
|
- 'name' => '昌邑区',
|
|
|
- 'center' => '126.570766,43.851118',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 376 =>
|
|
|
- array (
|
|
|
- 'id' => 3377,
|
|
|
- 'adcode' => '220221',
|
|
|
- 'name' => '永吉县',
|
|
|
- 'center' => '126.501622,43.667416',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 377 =>
|
|
|
- array (
|
|
|
- 'id' => 3378,
|
|
|
- 'adcode' => '220284',
|
|
|
- 'name' => '磐石市',
|
|
|
- 'center' => '126.059929,42.942476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3369,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 378 =>
|
|
|
- array (
|
|
|
- 'id' => 3379,
|
|
|
- 'adcode' => '220400',
|
|
|
- 'name' => '辽源市',
|
|
|
- 'center' => '125.145349,42.902692',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 379 =>
|
|
|
- array (
|
|
|
- 'id' => 3380,
|
|
|
- 'adcode' => '220403',
|
|
|
- 'name' => '西安区',
|
|
|
- 'center' => '125.151424,42.920415',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3379,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 380 =>
|
|
|
- array (
|
|
|
- 'id' => 3381,
|
|
|
- 'adcode' => '220402',
|
|
|
- 'name' => '龙山区',
|
|
|
- 'center' => '125.145164,42.902702',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3379,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 381 =>
|
|
|
- array (
|
|
|
- 'id' => 3382,
|
|
|
- 'adcode' => '220422',
|
|
|
- 'name' => '东辽县',
|
|
|
- 'center' => '124.991995,42.927724',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3379,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 382 =>
|
|
|
- array (
|
|
|
- 'id' => 3383,
|
|
|
- 'adcode' => '220421',
|
|
|
- 'name' => '东丰县',
|
|
|
- 'center' => '125.529623,42.675228',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3379,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 383 =>
|
|
|
- array (
|
|
|
- 'id' => 3384,
|
|
|
- 'adcode' => '220300',
|
|
|
- 'name' => '四平市',
|
|
|
- 'center' => '124.370785,43.170344',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 384 =>
|
|
|
- array (
|
|
|
- 'id' => 3385,
|
|
|
- 'adcode' => '220303',
|
|
|
- 'name' => '铁东区',
|
|
|
- 'center' => '124.388464,43.16726',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 385 =>
|
|
|
- array (
|
|
|
- 'id' => 3386,
|
|
|
- 'adcode' => '220382',
|
|
|
- 'name' => '双辽市',
|
|
|
- 'center' => '123.505283,43.518275',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 386 =>
|
|
|
- array (
|
|
|
- 'id' => 3387,
|
|
|
- 'adcode' => '220381',
|
|
|
- 'name' => '公主岭市',
|
|
|
- 'center' => '124.817588,43.509474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 387 =>
|
|
|
- array (
|
|
|
- 'id' => 3388,
|
|
|
- 'adcode' => '220323',
|
|
|
- 'name' => '伊通满族自治县',
|
|
|
- 'center' => '125.303124,43.345464',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 388 =>
|
|
|
- array (
|
|
|
- 'id' => 3389,
|
|
|
- 'adcode' => '220322',
|
|
|
- 'name' => '梨树县',
|
|
|
- 'center' => '124.335802,43.30831',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 389 =>
|
|
|
- array (
|
|
|
- 'id' => 3390,
|
|
|
- 'adcode' => '220302',
|
|
|
- 'name' => '铁西区',
|
|
|
- 'center' => '124.360894,43.176263',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3384,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 390 =>
|
|
|
- array (
|
|
|
- 'id' => 3391,
|
|
|
- 'adcode' => '222400',
|
|
|
- 'name' => '延边朝鲜族自治州',
|
|
|
- 'center' => '129.513228,42.904823',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 391 =>
|
|
|
- array (
|
|
|
- 'id' => 3392,
|
|
|
- 'adcode' => '222403',
|
|
|
- 'name' => '敦化市',
|
|
|
- 'center' => '128.22986,43.366921',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 392 =>
|
|
|
- array (
|
|
|
- 'id' => 3393,
|
|
|
- 'adcode' => '222404',
|
|
|
- 'name' => '珲春市',
|
|
|
- 'center' => '130.365787,42.871057',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 393 =>
|
|
|
- array (
|
|
|
- 'id' => 3394,
|
|
|
- 'adcode' => '222406',
|
|
|
- 'name' => '和龙市',
|
|
|
- 'center' => '129.008748,42.547004',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 394 =>
|
|
|
- array (
|
|
|
- 'id' => 3395,
|
|
|
- 'adcode' => '222402',
|
|
|
- 'name' => '图们市',
|
|
|
- 'center' => '129.846701,42.966621',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 395 =>
|
|
|
- array (
|
|
|
- 'id' => 3396,
|
|
|
- 'adcode' => '222424',
|
|
|
- 'name' => '汪清县',
|
|
|
- 'center' => '129.766161,43.315426',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 396 =>
|
|
|
- array (
|
|
|
- 'id' => 3397,
|
|
|
- 'adcode' => '222401',
|
|
|
- 'name' => '延吉市',
|
|
|
- 'center' => '129.51579,42.906964',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 397 =>
|
|
|
- array (
|
|
|
- 'id' => 3398,
|
|
|
- 'adcode' => '222405',
|
|
|
- 'name' => '龙井市',
|
|
|
- 'center' => '129.425747,42.771029',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 398 =>
|
|
|
- array (
|
|
|
- 'id' => 3399,
|
|
|
- 'adcode' => '222426',
|
|
|
- 'name' => '安图县',
|
|
|
- 'center' => '128.901865,43.110994',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3391,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 399 =>
|
|
|
- array (
|
|
|
- 'id' => 3400,
|
|
|
- 'adcode' => '220600',
|
|
|
- 'name' => '白山市',
|
|
|
- 'center' => '126.427839,41.942505',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 400 =>
|
|
|
- array (
|
|
|
- 'id' => 3401,
|
|
|
- 'adcode' => '220622',
|
|
|
- 'name' => '靖宇县',
|
|
|
- 'center' => '126.808386,42.389689',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 401 =>
|
|
|
- array (
|
|
|
- 'id' => 3402,
|
|
|
- 'adcode' => '220605',
|
|
|
- 'name' => '江源区',
|
|
|
- 'center' => '126.584229,42.048109',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 402 =>
|
|
|
- array (
|
|
|
- 'id' => 3403,
|
|
|
- 'adcode' => '220623',
|
|
|
- 'name' => '长白朝鲜族自治县',
|
|
|
- 'center' => '128.203384,41.419361',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 403 =>
|
|
|
- array (
|
|
|
- 'id' => 3404,
|
|
|
- 'adcode' => '220621',
|
|
|
- 'name' => '抚松县',
|
|
|
- 'center' => '127.273796,42.332643',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 404 =>
|
|
|
- array (
|
|
|
- 'id' => 3405,
|
|
|
- 'adcode' => '220602',
|
|
|
- 'name' => '浑江区',
|
|
|
- 'center' => '126.428035,41.943065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 405 =>
|
|
|
- array (
|
|
|
- 'id' => 3406,
|
|
|
- 'adcode' => '220681',
|
|
|
- 'name' => '临江市',
|
|
|
- 'center' => '126.919296,41.810689',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3400,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 406 =>
|
|
|
- array (
|
|
|
- 'id' => 3407,
|
|
|
- 'adcode' => '220500',
|
|
|
- 'name' => '通化市',
|
|
|
- 'center' => '125.936501,41.721177',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3345,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 407 =>
|
|
|
- array (
|
|
|
- 'id' => 3408,
|
|
|
- 'adcode' => '220503',
|
|
|
- 'name' => '二道江区',
|
|
|
- 'center' => '126.045987,41.777564',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 408 =>
|
|
|
- array (
|
|
|
- 'id' => 3409,
|
|
|
- 'adcode' => '220502',
|
|
|
- 'name' => '东昌区',
|
|
|
- 'center' => '125.936716,41.721233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 409 =>
|
|
|
- array (
|
|
|
- 'id' => 3410,
|
|
|
- 'adcode' => '220521',
|
|
|
- 'name' => '通化县',
|
|
|
- 'center' => '125.753121,41.677918',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 410 =>
|
|
|
- array (
|
|
|
- 'id' => 3411,
|
|
|
- 'adcode' => '220524',
|
|
|
- 'name' => '柳河县',
|
|
|
- 'center' => '125.740536,42.281484',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 411 =>
|
|
|
- array (
|
|
|
- 'id' => 3412,
|
|
|
- 'adcode' => '220581',
|
|
|
- 'name' => '梅河口市',
|
|
|
- 'center' => '125.687336,42.530002',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 412 =>
|
|
|
- array (
|
|
|
- 'id' => 3413,
|
|
|
- 'adcode' => '220523',
|
|
|
- 'name' => '辉南县',
|
|
|
- 'center' => '126.042821,42.683459',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 413 =>
|
|
|
- array (
|
|
|
- 'id' => 3414,
|
|
|
- 'adcode' => '220582',
|
|
|
- 'name' => '集安市',
|
|
|
- 'center' => '126.186204,41.126276',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3407,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 414 =>
|
|
|
- array (
|
|
|
- 'id' => 3415,
|
|
|
- 'adcode' => '120000',
|
|
|
- 'name' => '天津市',
|
|
|
- 'center' => '117.190182,39.125596',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 415 =>
|
|
|
- array (
|
|
|
- 'id' => 3416,
|
|
|
- 'adcode' => '120100',
|
|
|
- 'name' => '天津城区',
|
|
|
- 'center' => '117.190182,39.125596',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3415,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 416 =>
|
|
|
- array (
|
|
|
- 'id' => 3417,
|
|
|
- 'adcode' => '120112',
|
|
|
- 'name' => '津南区',
|
|
|
- 'center' => '117.382549,38.989577',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 417 =>
|
|
|
- array (
|
|
|
- 'id' => 3418,
|
|
|
- 'adcode' => '120101',
|
|
|
- 'name' => '和平区',
|
|
|
- 'center' => '117.195907,39.118327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 418 =>
|
|
|
- array (
|
|
|
- 'id' => 3419,
|
|
|
- 'adcode' => '120102',
|
|
|
- 'name' => '河东区',
|
|
|
- 'center' => '117.226568,39.122125',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 419 =>
|
|
|
- array (
|
|
|
- 'id' => 3420,
|
|
|
- 'adcode' => '120110',
|
|
|
- 'name' => '东丽区',
|
|
|
- 'center' => '117.313967,39.087764',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 420 =>
|
|
|
- array (
|
|
|
- 'id' => 3421,
|
|
|
- 'adcode' => '120115',
|
|
|
- 'name' => '宝坻区',
|
|
|
- 'center' => '117.308094,39.716965',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 421 =>
|
|
|
- array (
|
|
|
- 'id' => 3422,
|
|
|
- 'adcode' => '120105',
|
|
|
- 'name' => '河北区',
|
|
|
- 'center' => '117.201569,39.156632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 422 =>
|
|
|
- array (
|
|
|
- 'id' => 3423,
|
|
|
- 'adcode' => '120103',
|
|
|
- 'name' => '河西区',
|
|
|
- 'center' => '117.217536,39.101897',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 423 =>
|
|
|
- array (
|
|
|
- 'id' => 3424,
|
|
|
- 'adcode' => '120118',
|
|
|
- 'name' => '静海区',
|
|
|
- 'center' => '116.925304,38.935671',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 424 =>
|
|
|
- array (
|
|
|
- 'id' => 3425,
|
|
|
- 'adcode' => '120116',
|
|
|
- 'name' => '滨海新区',
|
|
|
- 'center' => '117.654173,39.032846',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 425 =>
|
|
|
- array (
|
|
|
- 'id' => 3426,
|
|
|
- 'adcode' => '120119',
|
|
|
- 'name' => '蓟州区',
|
|
|
- 'center' => '117.407449,40.045342',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 426 =>
|
|
|
- array (
|
|
|
- 'id' => 3427,
|
|
|
- 'adcode' => '120114',
|
|
|
- 'name' => '武清区',
|
|
|
- 'center' => '117.057959,39.376925',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 427 =>
|
|
|
- array (
|
|
|
- 'id' => 3428,
|
|
|
- 'adcode' => '120104',
|
|
|
- 'name' => '南开区',
|
|
|
- 'center' => '117.164143,39.120474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 428 =>
|
|
|
- array (
|
|
|
- 'id' => 3429,
|
|
|
- 'adcode' => '120111',
|
|
|
- 'name' => '西青区',
|
|
|
- 'center' => '117.012247,39.139446',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 429 =>
|
|
|
- array (
|
|
|
- 'id' => 3430,
|
|
|
- 'adcode' => '120117',
|
|
|
- 'name' => '宁河区',
|
|
|
- 'center' => '117.82828,39.328886',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 430 =>
|
|
|
- array (
|
|
|
- 'id' => 3431,
|
|
|
- 'adcode' => '120106',
|
|
|
- 'name' => '红桥区',
|
|
|
- 'center' => '117.163301,39.175066',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 431 =>
|
|
|
- array (
|
|
|
- 'id' => 3432,
|
|
|
- 'adcode' => '120113',
|
|
|
- 'name' => '北辰区',
|
|
|
- 'center' => '117.13482,39.225555',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3416,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 432 =>
|
|
|
- array (
|
|
|
- 'id' => 3433,
|
|
|
- 'adcode' => '530000',
|
|
|
- 'name' => '云南省',
|
|
|
- 'center' => '102.712251,25.040609',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 433 =>
|
|
|
- array (
|
|
|
- 'id' => 3434,
|
|
|
- 'adcode' => '530600',
|
|
|
- 'name' => '昭通市',
|
|
|
- 'center' => '103.717216,27.336999',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 434 =>
|
|
|
- array (
|
|
|
- 'id' => 3435,
|
|
|
- 'adcode' => '530626',
|
|
|
- 'name' => '绥江县',
|
|
|
- 'center' => '103.961095,28.599953',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 435 =>
|
|
|
- array (
|
|
|
- 'id' => 3436,
|
|
|
- 'adcode' => '530625',
|
|
|
- 'name' => '永善县',
|
|
|
- 'center' => '103.63732,28.231526',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 436 =>
|
|
|
- array (
|
|
|
- 'id' => 3437,
|
|
|
- 'adcode' => '530681',
|
|
|
- 'name' => '水富市',
|
|
|
- 'center' => '104.415376,28.629688',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 437 =>
|
|
|
- array (
|
|
|
- 'id' => 3438,
|
|
|
- 'adcode' => '530624',
|
|
|
- 'name' => '大关县',
|
|
|
- 'center' => '103.891608,27.747114',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 438 =>
|
|
|
- array (
|
|
|
- 'id' => 3439,
|
|
|
- 'adcode' => '530629',
|
|
|
- 'name' => '威信县',
|
|
|
- 'center' => '105.04869,27.843381',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 439 =>
|
|
|
- array (
|
|
|
- 'id' => 3440,
|
|
|
- 'adcode' => '530622',
|
|
|
- 'name' => '巧家县',
|
|
|
- 'center' => '102.929284,26.9117',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 440 =>
|
|
|
- array (
|
|
|
- 'id' => 3441,
|
|
|
- 'adcode' => '530627',
|
|
|
- 'name' => '镇雄县',
|
|
|
- 'center' => '104.873055,27.436267',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 441 =>
|
|
|
- array (
|
|
|
- 'id' => 3442,
|
|
|
- 'adcode' => '530628',
|
|
|
- 'name' => '彝良县',
|
|
|
- 'center' => '104.048492,27.627425',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 442 =>
|
|
|
- array (
|
|
|
- 'id' => 3443,
|
|
|
- 'adcode' => '530602',
|
|
|
- 'name' => '昭阳区',
|
|
|
- 'center' => '103.717267,27.336636',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 443 =>
|
|
|
- array (
|
|
|
- 'id' => 3444,
|
|
|
- 'adcode' => '530621',
|
|
|
- 'name' => '鲁甸县',
|
|
|
- 'center' => '103.549333,27.191637',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 444 =>
|
|
|
- array (
|
|
|
- 'id' => 3445,
|
|
|
- 'adcode' => '530623',
|
|
|
- 'name' => '盐津县',
|
|
|
- 'center' => '104.23506,28.106923',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3434,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 445 =>
|
|
|
- array (
|
|
|
- 'id' => 3446,
|
|
|
- 'adcode' => '530300',
|
|
|
- 'name' => '曲靖市',
|
|
|
- 'center' => '103.797851,25.501557',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 446 =>
|
|
|
- array (
|
|
|
- 'id' => 3447,
|
|
|
- 'adcode' => '530326',
|
|
|
- 'name' => '会泽县',
|
|
|
- 'center' => '103.300041,26.412861',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 447 =>
|
|
|
- array (
|
|
|
- 'id' => 3448,
|
|
|
- 'adcode' => '530303',
|
|
|
- 'name' => '沾益区',
|
|
|
- 'center' => '103.819262,25.600878',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 448 =>
|
|
|
- array (
|
|
|
- 'id' => 3449,
|
|
|
- 'adcode' => '530304',
|
|
|
- 'name' => '马龙区',
|
|
|
- 'center' => '103.578755,25.429451',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 449 =>
|
|
|
- array (
|
|
|
- 'id' => 3450,
|
|
|
- 'adcode' => '530302',
|
|
|
- 'name' => '麒麟区',
|
|
|
- 'center' => '103.798054,25.501269',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 450 =>
|
|
|
- array (
|
|
|
- 'id' => 3451,
|
|
|
- 'adcode' => '530324',
|
|
|
- 'name' => '罗平县',
|
|
|
- 'center' => '104.309263,24.885708',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 451 =>
|
|
|
- array (
|
|
|
- 'id' => 3452,
|
|
|
- 'adcode' => '530322',
|
|
|
- 'name' => '陆良县',
|
|
|
- 'center' => '103.655233,25.022878',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 452 =>
|
|
|
- array (
|
|
|
- 'id' => 3453,
|
|
|
- 'adcode' => '530323',
|
|
|
- 'name' => '师宗县',
|
|
|
- 'center' => '103.993808,24.825681',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 453 =>
|
|
|
- array (
|
|
|
- 'id' => 3454,
|
|
|
- 'adcode' => '530325',
|
|
|
- 'name' => '富源县',
|
|
|
- 'center' => '104.25692,25.67064',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 454 =>
|
|
|
- array (
|
|
|
- 'id' => 3455,
|
|
|
- 'adcode' => '530381',
|
|
|
- 'name' => '宣威市',
|
|
|
- 'center' => '104.09554,26.227777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3446,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 455 =>
|
|
|
- array (
|
|
|
- 'id' => 3456,
|
|
|
- 'adcode' => '532800',
|
|
|
- 'name' => '西双版纳傣族自治州',
|
|
|
- 'center' => '100.797941,22.001724',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 456 =>
|
|
|
- array (
|
|
|
- 'id' => 3457,
|
|
|
- 'adcode' => '532801',
|
|
|
- 'name' => '景洪市',
|
|
|
- 'center' => '100.797947,22.002087',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3456,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 457 =>
|
|
|
- array (
|
|
|
- 'id' => 3458,
|
|
|
- 'adcode' => '532822',
|
|
|
- 'name' => '勐海县',
|
|
|
- 'center' => '100.448288,21.955866',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3456,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 458 =>
|
|
|
- array (
|
|
|
- 'id' => 3459,
|
|
|
- 'adcode' => '532823',
|
|
|
- 'name' => '勐腊县',
|
|
|
- 'center' => '101.567051,21.479449',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3456,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 459 =>
|
|
|
- array (
|
|
|
- 'id' => 3460,
|
|
|
- 'adcode' => '532500',
|
|
|
- 'name' => '红河哈尼族彝族自治州',
|
|
|
- 'center' => '103.384182,23.366775',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 460 =>
|
|
|
- array (
|
|
|
- 'id' => 3461,
|
|
|
- 'adcode' => '532527',
|
|
|
- 'name' => '泸西县',
|
|
|
- 'center' => '103.759622,24.532368',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 461 =>
|
|
|
- array (
|
|
|
- 'id' => 3462,
|
|
|
- 'adcode' => '532504',
|
|
|
- 'name' => '弥勒市',
|
|
|
- 'center' => '103.436988,24.40837',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 462 =>
|
|
|
- array (
|
|
|
- 'id' => 3463,
|
|
|
- 'adcode' => '532524',
|
|
|
- 'name' => '建水县',
|
|
|
- 'center' => '102.820493,23.618387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 463 =>
|
|
|
- array (
|
|
|
- 'id' => 3464,
|
|
|
- 'adcode' => '532525',
|
|
|
- 'name' => '石屏县',
|
|
|
- 'center' => '102.484469,23.712569',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 464 =>
|
|
|
- array (
|
|
|
- 'id' => 3465,
|
|
|
- 'adcode' => '532502',
|
|
|
- 'name' => '开远市',
|
|
|
- 'center' => '103.258679,23.713832',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 465 =>
|
|
|
- array (
|
|
|
- 'id' => 3466,
|
|
|
- 'adcode' => '532503',
|
|
|
- 'name' => '蒙自市',
|
|
|
- 'center' => '103.385005,23.366843',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 466 =>
|
|
|
- array (
|
|
|
- 'id' => 3467,
|
|
|
- 'adcode' => '532501',
|
|
|
- 'name' => '个旧市',
|
|
|
- 'center' => '103.154752,23.360383',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 467 =>
|
|
|
- array (
|
|
|
- 'id' => 3468,
|
|
|
- 'adcode' => '532529',
|
|
|
- 'name' => '红河县',
|
|
|
- 'center' => '102.42121,23.369191',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 468 =>
|
|
|
- array (
|
|
|
- 'id' => 3469,
|
|
|
- 'adcode' => '532523',
|
|
|
- 'name' => '屏边苗族自治县',
|
|
|
- 'center' => '103.687229,22.987013',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 469 =>
|
|
|
- array (
|
|
|
- 'id' => 3470,
|
|
|
- 'adcode' => '532528',
|
|
|
- 'name' => '元阳县',
|
|
|
- 'center' => '102.837056,23.219773',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 470 =>
|
|
|
- array (
|
|
|
- 'id' => 3471,
|
|
|
- 'adcode' => '532531',
|
|
|
- 'name' => '绿春县',
|
|
|
- 'center' => '102.39286,22.99352',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 471 =>
|
|
|
- array (
|
|
|
- 'id' => 3472,
|
|
|
- 'adcode' => '532530',
|
|
|
- 'name' => '金平苗族瑶族傣族自治县',
|
|
|
- 'center' => '103.228359,22.779982',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 472 =>
|
|
|
- array (
|
|
|
- 'id' => 3473,
|
|
|
- 'adcode' => '532532',
|
|
|
- 'name' => '河口瑶族自治县',
|
|
|
- 'center' => '103.961593,22.507563',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3460,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 473 =>
|
|
|
- array (
|
|
|
- 'id' => 3474,
|
|
|
- 'adcode' => '533300',
|
|
|
- 'name' => '怒江傈僳族自治州',
|
|
|
- 'center' => '98.854304,25.850949',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 474 =>
|
|
|
- array (
|
|
|
- 'id' => 3475,
|
|
|
- 'adcode' => '533324',
|
|
|
- 'name' => '贡山独龙族怒族自治县',
|
|
|
- 'center' => '98.666141,27.738054',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3474,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 475 =>
|
|
|
- array (
|
|
|
- 'id' => 3476,
|
|
|
- 'adcode' => '533325',
|
|
|
- 'name' => '兰坪白族普米族自治县',
|
|
|
- 'center' => '99.421378,26.453839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3474,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 476 =>
|
|
|
- array (
|
|
|
- 'id' => 3477,
|
|
|
- 'adcode' => '533323',
|
|
|
- 'name' => '福贡县',
|
|
|
- 'center' => '98.867413,26.902738',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3474,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 477 =>
|
|
|
- array (
|
|
|
- 'id' => 3478,
|
|
|
- 'adcode' => '533301',
|
|
|
- 'name' => '泸水市',
|
|
|
- 'center' => '98.854063,25.851142',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3474,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 478 =>
|
|
|
- array (
|
|
|
- 'id' => 3479,
|
|
|
- 'adcode' => '530400',
|
|
|
- 'name' => '玉溪市',
|
|
|
- 'center' => '102.543907,24.350461',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 479 =>
|
|
|
- array (
|
|
|
- 'id' => 3480,
|
|
|
- 'adcode' => '530425',
|
|
|
- 'name' => '易门县',
|
|
|
- 'center' => '102.16211,24.669598',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 480 =>
|
|
|
- array (
|
|
|
- 'id' => 3481,
|
|
|
- 'adcode' => '530422',
|
|
|
- 'name' => '澄江县',
|
|
|
- 'center' => '102.916652,24.669679',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 481 =>
|
|
|
- array (
|
|
|
- 'id' => 3482,
|
|
|
- 'adcode' => '530424',
|
|
|
- 'name' => '华宁县',
|
|
|
- 'center' => '102.928982,24.189807',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 482 =>
|
|
|
- array (
|
|
|
- 'id' => 3483,
|
|
|
- 'adcode' => '530402',
|
|
|
- 'name' => '红塔区',
|
|
|
- 'center' => '102.543468,24.350753',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 483 =>
|
|
|
- array (
|
|
|
- 'id' => 3484,
|
|
|
- 'adcode' => '530426',
|
|
|
- 'name' => '峨山彝族自治县',
|
|
|
- 'center' => '102.404358,24.173256',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 484 =>
|
|
|
- array (
|
|
|
- 'id' => 3485,
|
|
|
- 'adcode' => '530403',
|
|
|
- 'name' => '江川区',
|
|
|
- 'center' => '102.749839,24.291006',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 485 =>
|
|
|
- array (
|
|
|
- 'id' => 3486,
|
|
|
- 'adcode' => '530427',
|
|
|
- 'name' => '新平彝族傣族自治县',
|
|
|
- 'center' => '101.990903,24.0664',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 486 =>
|
|
|
- array (
|
|
|
- 'id' => 3487,
|
|
|
- 'adcode' => '530423',
|
|
|
- 'name' => '通海县',
|
|
|
- 'center' => '102.760039,24.112205',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 487 =>
|
|
|
- array (
|
|
|
- 'id' => 3488,
|
|
|
- 'adcode' => '530428',
|
|
|
- 'name' => '元江哈尼族彝族傣族自治县',
|
|
|
- 'center' => '101.999658,23.597618',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3479,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 488 =>
|
|
|
- array (
|
|
|
- 'id' => 3489,
|
|
|
- 'adcode' => '532900',
|
|
|
- 'name' => '大理白族自治州',
|
|
|
- 'center' => '100.225668,25.589449',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 489 =>
|
|
|
- array (
|
|
|
- 'id' => 3490,
|
|
|
- 'adcode' => '532931',
|
|
|
- 'name' => '剑川县',
|
|
|
- 'center' => '99.905887,26.530066',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 490 =>
|
|
|
- array (
|
|
|
- 'id' => 3491,
|
|
|
- 'adcode' => '532932',
|
|
|
- 'name' => '鹤庆县',
|
|
|
- 'center' => '100.173375,26.55839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 491 =>
|
|
|
- array (
|
|
|
- 'id' => 3492,
|
|
|
- 'adcode' => '532929',
|
|
|
- 'name' => '云龙县',
|
|
|
- 'center' => '99.369402,25.884955',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 492 =>
|
|
|
- array (
|
|
|
- 'id' => 3493,
|
|
|
- 'adcode' => '532930',
|
|
|
- 'name' => '洱源县',
|
|
|
- 'center' => '99.951708,26.111184',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 493 =>
|
|
|
- array (
|
|
|
- 'id' => 3494,
|
|
|
- 'adcode' => '532924',
|
|
|
- 'name' => '宾川县',
|
|
|
- 'center' => '100.578957,25.825904',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 494 =>
|
|
|
- array (
|
|
|
- 'id' => 3495,
|
|
|
- 'adcode' => '532928',
|
|
|
- 'name' => '永平县',
|
|
|
- 'center' => '99.533536,25.461281',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 495 =>
|
|
|
- array (
|
|
|
- 'id' => 3496,
|
|
|
- 'adcode' => '532901',
|
|
|
- 'name' => '大理市',
|
|
|
- 'center' => '100.241369,25.593067',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 496 =>
|
|
|
- array (
|
|
|
- 'id' => 3497,
|
|
|
- 'adcode' => '532922',
|
|
|
- 'name' => '漾濞彝族自治县',
|
|
|
- 'center' => '99.95797,25.669543',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 497 =>
|
|
|
- array (
|
|
|
- 'id' => 3498,
|
|
|
- 'adcode' => '532923',
|
|
|
- 'name' => '祥云县',
|
|
|
- 'center' => '100.554025,25.477072',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 498 =>
|
|
|
- array (
|
|
|
- 'id' => 3499,
|
|
|
- 'adcode' => '532927',
|
|
|
- 'name' => '巍山彝族回族自治县',
|
|
|
- 'center' => '100.30793,25.230909',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 499 =>
|
|
|
- array (
|
|
|
- 'id' => 3500,
|
|
|
- 'adcode' => '532925',
|
|
|
- 'name' => '弥渡县',
|
|
|
- 'center' => '100.490669,25.342594',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- ));
|
|
|
- \DB::table('districts')->insert(array (
|
|
|
- 0 =>
|
|
|
- array (
|
|
|
- 'id' => 3501,
|
|
|
- 'adcode' => '532926',
|
|
|
- 'name' => '南涧彝族自治县',
|
|
|
- 'center' => '100.518683,25.041279',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3489,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 1 =>
|
|
|
- array (
|
|
|
- 'id' => 3502,
|
|
|
- 'adcode' => '530700',
|
|
|
- 'name' => '丽江市',
|
|
|
- 'center' => '100.233026,26.872108',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 2 =>
|
|
|
- array (
|
|
|
- 'id' => 3503,
|
|
|
- 'adcode' => '530724',
|
|
|
- 'name' => '宁蒗彝族自治县',
|
|
|
- 'center' => '100.852427,27.281109',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3502,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 3 =>
|
|
|
- array (
|
|
|
- 'id' => 3504,
|
|
|
- 'adcode' => '530721',
|
|
|
- 'name' => '玉龙纳西族自治县',
|
|
|
- 'center' => '100.238312,26.830593',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3502,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 4 =>
|
|
|
- array (
|
|
|
- 'id' => 3505,
|
|
|
- 'adcode' => '530702',
|
|
|
- 'name' => '古城区',
|
|
|
- 'center' => '100.234412,26.872229',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3502,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 5 =>
|
|
|
- array (
|
|
|
- 'id' => 3506,
|
|
|
- 'adcode' => '530722',
|
|
|
- 'name' => '永胜县',
|
|
|
- 'center' => '100.750901,26.685623',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3502,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 6 =>
|
|
|
- array (
|
|
|
- 'id' => 3507,
|
|
|
- 'adcode' => '530723',
|
|
|
- 'name' => '华坪县',
|
|
|
- 'center' => '101.267796,26.628834',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3502,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 7 =>
|
|
|
- array (
|
|
|
- 'id' => 3508,
|
|
|
- 'adcode' => '533400',
|
|
|
- 'name' => '迪庆藏族自治州',
|
|
|
- 'center' => '99.706463,27.826853',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 8 =>
|
|
|
- array (
|
|
|
- 'id' => 3509,
|
|
|
- 'adcode' => '533422',
|
|
|
- 'name' => '德钦县',
|
|
|
- 'center' => '98.91506,28.483272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 9 =>
|
|
|
- array (
|
|
|
- 'id' => 3510,
|
|
|
- 'adcode' => '533401',
|
|
|
- 'name' => '香格里拉市',
|
|
|
- 'center' => '99.708667,27.825804',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 10 =>
|
|
|
- array (
|
|
|
- 'id' => 3511,
|
|
|
- 'adcode' => '533423',
|
|
|
- 'name' => '维西傈僳族自治县',
|
|
|
- 'center' => '99.286355,27.180948',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3508,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 11 =>
|
|
|
- array (
|
|
|
- 'id' => 3512,
|
|
|
- 'adcode' => '532600',
|
|
|
- 'name' => '文山壮族苗族自治州',
|
|
|
- 'center' => '104.24401,23.36951',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 12 =>
|
|
|
- array (
|
|
|
- 'id' => 3513,
|
|
|
- 'adcode' => '532627',
|
|
|
- 'name' => '广南县',
|
|
|
- 'center' => '105.056684,24.050272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 13 =>
|
|
|
- array (
|
|
|
- 'id' => 3514,
|
|
|
- 'adcode' => '532626',
|
|
|
- 'name' => '丘北县',
|
|
|
- 'center' => '104.194366,24.040982',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 14 =>
|
|
|
- array (
|
|
|
- 'id' => 3515,
|
|
|
- 'adcode' => '532622',
|
|
|
- 'name' => '砚山县',
|
|
|
- 'center' => '104.343989,23.612301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 15 =>
|
|
|
- array (
|
|
|
- 'id' => 3516,
|
|
|
- 'adcode' => '532623',
|
|
|
- 'name' => '西畴县',
|
|
|
- 'center' => '104.675711,23.437439',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 16 =>
|
|
|
- array (
|
|
|
- 'id' => 3517,
|
|
|
- 'adcode' => '532601',
|
|
|
- 'name' => '文山市',
|
|
|
- 'center' => '104.244277,23.369216',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 17 =>
|
|
|
- array (
|
|
|
- 'id' => 3518,
|
|
|
- 'adcode' => '532624',
|
|
|
- 'name' => '麻栗坡县',
|
|
|
- 'center' => '104.701899,23.124202',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 18 =>
|
|
|
- array (
|
|
|
- 'id' => 3519,
|
|
|
- 'adcode' => '532625',
|
|
|
- 'name' => '马关县',
|
|
|
- 'center' => '104.398619,23.011723',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 19 =>
|
|
|
- array (
|
|
|
- 'id' => 3520,
|
|
|
- 'adcode' => '532628',
|
|
|
- 'name' => '富宁县',
|
|
|
- 'center' => '105.62856,23.626494',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3512,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 20 =>
|
|
|
- array (
|
|
|
- 'id' => 3521,
|
|
|
- 'adcode' => '530800',
|
|
|
- 'name' => '普洱市',
|
|
|
- 'center' => '100.972344,22.777321',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 21 =>
|
|
|
- array (
|
|
|
- 'id' => 3522,
|
|
|
- 'adcode' => '530823',
|
|
|
- 'name' => '景东彝族自治县',
|
|
|
- 'center' => '100.840011,24.448523',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 22 =>
|
|
|
- array (
|
|
|
- 'id' => 3523,
|
|
|
- 'adcode' => '530825',
|
|
|
- 'name' => '镇沅彝族哈尼族拉祜族自治县',
|
|
|
- 'center' => '101.108512,24.005712',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 23 =>
|
|
|
- array (
|
|
|
- 'id' => 3524,
|
|
|
- 'adcode' => '530822',
|
|
|
- 'name' => '墨江哈尼族自治县',
|
|
|
- 'center' => '101.687606,23.428165',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 24 =>
|
|
|
- array (
|
|
|
- 'id' => 3525,
|
|
|
- 'adcode' => '530824',
|
|
|
- 'name' => '景谷傣族彝族自治县',
|
|
|
- 'center' => '100.701425,23.500278',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 25 =>
|
|
|
- array (
|
|
|
- 'id' => 3526,
|
|
|
- 'adcode' => '530821',
|
|
|
- 'name' => '宁洱哈尼族彝族自治县',
|
|
|
- 'center' => '101.04524,23.062507',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 26 =>
|
|
|
- array (
|
|
|
- 'id' => 3527,
|
|
|
- 'adcode' => '530828',
|
|
|
- 'name' => '澜沧拉祜族自治县',
|
|
|
- 'center' => '99.931201,22.553083',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 27 =>
|
|
|
- array (
|
|
|
- 'id' => 3528,
|
|
|
- 'adcode' => '530802',
|
|
|
- 'name' => '思茅区',
|
|
|
- 'center' => '100.973227,22.776595',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 28 =>
|
|
|
- array (
|
|
|
- 'id' => 3529,
|
|
|
- 'adcode' => '530829',
|
|
|
- 'name' => '西盟佤族自治县',
|
|
|
- 'center' => '99.594372,22.644423',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 29 =>
|
|
|
- array (
|
|
|
- 'id' => 3530,
|
|
|
- 'adcode' => '530827',
|
|
|
- 'name' => '孟连傣族拉祜族佤族自治县',
|
|
|
- 'center' => '99.585406,22.325924',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 30 =>
|
|
|
- array (
|
|
|
- 'id' => 3531,
|
|
|
- 'adcode' => '530826',
|
|
|
- 'name' => '江城哈尼族彝族自治县',
|
|
|
- 'center' => '101.859144,22.58336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3521,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 31 =>
|
|
|
- array (
|
|
|
- 'id' => 3532,
|
|
|
- 'adcode' => '530500',
|
|
|
- 'name' => '保山市',
|
|
|
- 'center' => '99.167133,25.111802',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 32 =>
|
|
|
- array (
|
|
|
- 'id' => 3533,
|
|
|
- 'adcode' => '530581',
|
|
|
- 'name' => '腾冲市',
|
|
|
- 'center' => '98.497292,25.01757',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3532,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 33 =>
|
|
|
- array (
|
|
|
- 'id' => 3534,
|
|
|
- 'adcode' => '530502',
|
|
|
- 'name' => '隆阳区',
|
|
|
- 'center' => '99.165825,25.112144',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3532,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 34 =>
|
|
|
- array (
|
|
|
- 'id' => 3535,
|
|
|
- 'adcode' => '530524',
|
|
|
- 'name' => '昌宁县',
|
|
|
- 'center' => '99.612344,24.823662',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3532,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 35 =>
|
|
|
- array (
|
|
|
- 'id' => 3536,
|
|
|
- 'adcode' => '530521',
|
|
|
- 'name' => '施甸县',
|
|
|
- 'center' => '99.183758,24.730847',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3532,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 36 =>
|
|
|
- array (
|
|
|
- 'id' => 3537,
|
|
|
- 'adcode' => '530523',
|
|
|
- 'name' => '龙陵县',
|
|
|
- 'center' => '98.693567,24.591912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3532,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 37 =>
|
|
|
- array (
|
|
|
- 'id' => 3538,
|
|
|
- 'adcode' => '530100',
|
|
|
- 'name' => '昆明市',
|
|
|
- 'center' => '102.712251,25.040609',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 38 =>
|
|
|
- array (
|
|
|
- 'id' => 3539,
|
|
|
- 'adcode' => '530113',
|
|
|
- 'name' => '东川区',
|
|
|
- 'center' => '103.182,26.08349',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 39 =>
|
|
|
- array (
|
|
|
- 'id' => 3540,
|
|
|
- 'adcode' => '530129',
|
|
|
- 'name' => '寻甸回族彝族自治县',
|
|
|
- 'center' => '103.257588,25.559474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 40 =>
|
|
|
- array (
|
|
|
- 'id' => 3541,
|
|
|
- 'adcode' => '530102',
|
|
|
- 'name' => '五华区',
|
|
|
- 'center' => '102.704412,25.042165',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 41 =>
|
|
|
- array (
|
|
|
- 'id' => 3542,
|
|
|
- 'adcode' => '530114',
|
|
|
- 'name' => '呈贡区',
|
|
|
- 'center' => '102.801382,24.889275',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 42 =>
|
|
|
- array (
|
|
|
- 'id' => 3543,
|
|
|
- 'adcode' => '530112',
|
|
|
- 'name' => '西山区',
|
|
|
- 'center' => '102.705904,25.02436',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 43 =>
|
|
|
- array (
|
|
|
- 'id' => 3544,
|
|
|
- 'adcode' => '530125',
|
|
|
- 'name' => '宜良县',
|
|
|
- 'center' => '103.145989,24.918215',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 44 =>
|
|
|
- array (
|
|
|
- 'id' => 3545,
|
|
|
- 'adcode' => '530126',
|
|
|
- 'name' => '石林彝族自治县',
|
|
|
- 'center' => '103.271962,24.754545',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 45 =>
|
|
|
- array (
|
|
|
- 'id' => 3546,
|
|
|
- 'adcode' => '530115',
|
|
|
- 'name' => '晋宁区',
|
|
|
- 'center' => '102.594987,24.666944',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 46 =>
|
|
|
- array (
|
|
|
- 'id' => 3547,
|
|
|
- 'adcode' => '530181',
|
|
|
- 'name' => '安宁市',
|
|
|
- 'center' => '102.485544,24.921785',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 47 =>
|
|
|
- array (
|
|
|
- 'id' => 3548,
|
|
|
- 'adcode' => '530124',
|
|
|
- 'name' => '富民县',
|
|
|
- 'center' => '102.497888,25.219667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 48 =>
|
|
|
- array (
|
|
|
- 'id' => 3549,
|
|
|
- 'adcode' => '530128',
|
|
|
- 'name' => '禄劝彝族苗族自治县',
|
|
|
- 'center' => '102.46905,25.556533',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 49 =>
|
|
|
- array (
|
|
|
- 'id' => 3550,
|
|
|
- 'adcode' => '530111',
|
|
|
- 'name' => '官渡区',
|
|
|
- 'center' => '102.723437,25.021211',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 50 =>
|
|
|
- array (
|
|
|
- 'id' => 3551,
|
|
|
- 'adcode' => '530127',
|
|
|
- 'name' => '嵩明县',
|
|
|
- 'center' => '103.038777,25.335087',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 51 =>
|
|
|
- array (
|
|
|
- 'id' => 3552,
|
|
|
- 'adcode' => '530103',
|
|
|
- 'name' => '盘龙区',
|
|
|
- 'center' => '102.729044,25.070239',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3538,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 52 =>
|
|
|
- array (
|
|
|
- 'id' => 3553,
|
|
|
- 'adcode' => '532300',
|
|
|
- 'name' => '楚雄彝族自治州',
|
|
|
- 'center' => '101.546046,25.041988',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 53 =>
|
|
|
- array (
|
|
|
- 'id' => 3554,
|
|
|
- 'adcode' => '532326',
|
|
|
- 'name' => '大姚县',
|
|
|
- 'center' => '101.323602,25.722348',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 54 =>
|
|
|
- array (
|
|
|
- 'id' => 3555,
|
|
|
- 'adcode' => '532328',
|
|
|
- 'name' => '元谋县',
|
|
|
- 'center' => '101.870837,25.703313',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 55 =>
|
|
|
- array (
|
|
|
- 'id' => 3556,
|
|
|
- 'adcode' => '532323',
|
|
|
- 'name' => '牟定县',
|
|
|
- 'center' => '101.543044,25.312111',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 56 =>
|
|
|
- array (
|
|
|
- 'id' => 3557,
|
|
|
- 'adcode' => '532325',
|
|
|
- 'name' => '姚安县',
|
|
|
- 'center' => '101.238399,25.505403',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 57 =>
|
|
|
- array (
|
|
|
- 'id' => 3558,
|
|
|
- 'adcode' => '532324',
|
|
|
- 'name' => '南华县',
|
|
|
- 'center' => '101.274991,25.192408',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 58 =>
|
|
|
- array (
|
|
|
- 'id' => 3559,
|
|
|
- 'adcode' => '532301',
|
|
|
- 'name' => '楚雄市',
|
|
|
- 'center' => '101.546145,25.040912',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 59 =>
|
|
|
- array (
|
|
|
- 'id' => 3560,
|
|
|
- 'adcode' => '532331',
|
|
|
- 'name' => '禄丰县',
|
|
|
- 'center' => '102.075694,25.14327',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 60 =>
|
|
|
- array (
|
|
|
- 'id' => 3561,
|
|
|
- 'adcode' => '532322',
|
|
|
- 'name' => '双柏县',
|
|
|
- 'center' => '101.63824,24.685094',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 61 =>
|
|
|
- array (
|
|
|
- 'id' => 3562,
|
|
|
- 'adcode' => '532329',
|
|
|
- 'name' => '武定县',
|
|
|
- 'center' => '102.406785,25.5301',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 62 =>
|
|
|
- array (
|
|
|
- 'id' => 3563,
|
|
|
- 'adcode' => '532327',
|
|
|
- 'name' => '永仁县',
|
|
|
- 'center' => '101.671175,26.056316',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3553,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 63 =>
|
|
|
- array (
|
|
|
- 'id' => 3564,
|
|
|
- 'adcode' => '530900',
|
|
|
- 'name' => '临沧市',
|
|
|
- 'center' => '100.08697,23.886567',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 64 =>
|
|
|
- array (
|
|
|
- 'id' => 3565,
|
|
|
- 'adcode' => '530921',
|
|
|
- 'name' => '凤庆县',
|
|
|
- 'center' => '99.91871,24.592738',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 65 =>
|
|
|
- array (
|
|
|
- 'id' => 3566,
|
|
|
- 'adcode' => '530922',
|
|
|
- 'name' => '云县',
|
|
|
- 'center' => '100.125637,24.439026',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 66 =>
|
|
|
- array (
|
|
|
- 'id' => 3567,
|
|
|
- 'adcode' => '530923',
|
|
|
- 'name' => '永德县',
|
|
|
- 'center' => '99.253679,24.028159',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 67 =>
|
|
|
- array (
|
|
|
- 'id' => 3568,
|
|
|
- 'adcode' => '530902',
|
|
|
- 'name' => '临翔区',
|
|
|
- 'center' => '100.086486,23.886562',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 68 =>
|
|
|
- array (
|
|
|
- 'id' => 3569,
|
|
|
- 'adcode' => '530926',
|
|
|
- 'name' => '耿马傣族佤族自治县',
|
|
|
- 'center' => '99.402495,23.534579',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 69 =>
|
|
|
- array (
|
|
|
- 'id' => 3570,
|
|
|
- 'adcode' => '530924',
|
|
|
- 'name' => '镇康县',
|
|
|
- 'center' => '98.82743,23.761415',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 70 =>
|
|
|
- array (
|
|
|
- 'id' => 3571,
|
|
|
- 'adcode' => '530927',
|
|
|
- 'name' => '沧源佤族自治县',
|
|
|
- 'center' => '99.2474,23.146887',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 71 =>
|
|
|
- array (
|
|
|
- 'id' => 3572,
|
|
|
- 'adcode' => '530925',
|
|
|
- 'name' => '双江拉祜族佤族布朗族傣族自治县',
|
|
|
- 'center' => '99.824419,23.477476',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3564,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 72 =>
|
|
|
- array (
|
|
|
- 'id' => 3573,
|
|
|
- 'adcode' => '533100',
|
|
|
- 'name' => '德宏傣族景颇族自治州',
|
|
|
- 'center' => '98.578363,24.436694',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3433,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 73 =>
|
|
|
- array (
|
|
|
- 'id' => 3574,
|
|
|
- 'adcode' => '533123',
|
|
|
- 'name' => '盈江县',
|
|
|
- 'center' => '97.93393,24.709541',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3573,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 74 =>
|
|
|
- array (
|
|
|
- 'id' => 3575,
|
|
|
- 'adcode' => '533122',
|
|
|
- 'name' => '梁河县',
|
|
|
- 'center' => '98.298196,24.80742',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3573,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 75 =>
|
|
|
- array (
|
|
|
- 'id' => 3576,
|
|
|
- 'adcode' => '533124',
|
|
|
- 'name' => '陇川县',
|
|
|
- 'center' => '97.794441,24.184065',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3573,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 76 =>
|
|
|
- array (
|
|
|
- 'id' => 3577,
|
|
|
- 'adcode' => '533103',
|
|
|
- 'name' => '芒市',
|
|
|
- 'center' => '98.577608,24.436699',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3573,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 77 =>
|
|
|
- array (
|
|
|
- 'id' => 3578,
|
|
|
- 'adcode' => '533102',
|
|
|
- 'name' => '瑞丽市',
|
|
|
- 'center' => '97.855883,24.010734',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3573,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 78 =>
|
|
|
- array (
|
|
|
- 'id' => 3579,
|
|
|
- 'adcode' => '110000',
|
|
|
- 'name' => '北京市',
|
|
|
- 'center' => '116.405285,39.904989',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 79 =>
|
|
|
- array (
|
|
|
- 'id' => 3580,
|
|
|
- 'adcode' => '110100',
|
|
|
- 'name' => '北京城区',
|
|
|
- 'center' => '116.405285,39.904989',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3579,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 80 =>
|
|
|
- array (
|
|
|
- 'id' => 3581,
|
|
|
- 'adcode' => '110116',
|
|
|
- 'name' => '怀柔区',
|
|
|
- 'center' => '116.637122,40.324272',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 81 =>
|
|
|
- array (
|
|
|
- 'id' => 3582,
|
|
|
- 'adcode' => '110118',
|
|
|
- 'name' => '密云区',
|
|
|
- 'center' => '116.843352,40.377362',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 82 =>
|
|
|
- array (
|
|
|
- 'id' => 3583,
|
|
|
- 'adcode' => '110119',
|
|
|
- 'name' => '延庆区',
|
|
|
- 'center' => '115.985006,40.465325',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 83 =>
|
|
|
- array (
|
|
|
- 'id' => 3584,
|
|
|
- 'adcode' => '110106',
|
|
|
- 'name' => '丰台区',
|
|
|
- 'center' => '116.286968,39.863642',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 84 =>
|
|
|
- array (
|
|
|
- 'id' => 3585,
|
|
|
- 'adcode' => '110109',
|
|
|
- 'name' => '门头沟区',
|
|
|
- 'center' => '116.105381,39.937183',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 85 =>
|
|
|
- array (
|
|
|
- 'id' => 3586,
|
|
|
- 'adcode' => '110113',
|
|
|
- 'name' => '顺义区',
|
|
|
- 'center' => '116.653525,40.128936',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 86 =>
|
|
|
- array (
|
|
|
- 'id' => 3587,
|
|
|
- 'adcode' => '110105',
|
|
|
- 'name' => '朝阳区',
|
|
|
- 'center' => '116.486409,39.921489',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 87 =>
|
|
|
- array (
|
|
|
- 'id' => 3588,
|
|
|
- 'adcode' => '110107',
|
|
|
- 'name' => '石景山区',
|
|
|
- 'center' => '116.195445,39.914601',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 88 =>
|
|
|
- array (
|
|
|
- 'id' => 3589,
|
|
|
- 'adcode' => '110117',
|
|
|
- 'name' => '平谷区',
|
|
|
- 'center' => '117.112335,40.144783',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 89 =>
|
|
|
- array (
|
|
|
- 'id' => 3590,
|
|
|
- 'adcode' => '110115',
|
|
|
- 'name' => '大兴区',
|
|
|
- 'center' => '116.338033,39.728908',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 90 =>
|
|
|
- array (
|
|
|
- 'id' => 3591,
|
|
|
- 'adcode' => '110112',
|
|
|
- 'name' => '通州区',
|
|
|
- 'center' => '116.658603,39.902486',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 91 =>
|
|
|
- array (
|
|
|
- 'id' => 3592,
|
|
|
- 'adcode' => '110114',
|
|
|
- 'name' => '昌平区',
|
|
|
- 'center' => '116.235906,40.218085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 92 =>
|
|
|
- array (
|
|
|
- 'id' => 3593,
|
|
|
- 'adcode' => '110108',
|
|
|
- 'name' => '海淀区',
|
|
|
- 'center' => '116.310316,39.956074',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 93 =>
|
|
|
- array (
|
|
|
- 'id' => 3594,
|
|
|
- 'adcode' => '110102',
|
|
|
- 'name' => '西城区',
|
|
|
- 'center' => '116.366794,39.915309',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 94 =>
|
|
|
- array (
|
|
|
- 'id' => 3595,
|
|
|
- 'adcode' => '110101',
|
|
|
- 'name' => '东城区',
|
|
|
- 'center' => '116.418757,39.917544',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 95 =>
|
|
|
- array (
|
|
|
- 'id' => 3596,
|
|
|
- 'adcode' => '110111',
|
|
|
- 'name' => '房山区',
|
|
|
- 'center' => '116.139157,39.735535',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3580,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 96 =>
|
|
|
- array (
|
|
|
- 'id' => 3597,
|
|
|
- 'adcode' => '140000',
|
|
|
- 'name' => '山西省',
|
|
|
- 'center' => '112.549248,37.857014',
|
|
|
- 'level' => 'province',
|
|
|
- 'parent_id' => 0,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 97 =>
|
|
|
- array (
|
|
|
- 'id' => 3598,
|
|
|
- 'adcode' => '140300',
|
|
|
- 'name' => '阳泉市',
|
|
|
- 'center' => '113.583285,37.861188',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 98 =>
|
|
|
- array (
|
|
|
- 'id' => 3599,
|
|
|
- 'adcode' => '140321',
|
|
|
- 'name' => '平定县',
|
|
|
- 'center' => '113.631049,37.800289',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3598,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 99 =>
|
|
|
- array (
|
|
|
- 'id' => 3600,
|
|
|
- 'adcode' => '140311',
|
|
|
- 'name' => '郊区',
|
|
|
- 'center' => '113.58664,37.94096',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3598,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 100 =>
|
|
|
- array (
|
|
|
- 'id' => 3601,
|
|
|
- 'adcode' => '140303',
|
|
|
- 'name' => '矿区',
|
|
|
- 'center' => '113.559066,37.870085',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3598,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 101 =>
|
|
|
- array (
|
|
|
- 'id' => 3602,
|
|
|
- 'adcode' => '140302',
|
|
|
- 'name' => '城区',
|
|
|
- 'center' => '113.586513,37.860938',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3598,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 102 =>
|
|
|
- array (
|
|
|
- 'id' => 3603,
|
|
|
- 'adcode' => '140322',
|
|
|
- 'name' => '盂县',
|
|
|
- 'center' => '113.41223,38.086131',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3598,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 103 =>
|
|
|
- array (
|
|
|
- 'id' => 3604,
|
|
|
- 'adcode' => '140100',
|
|
|
- 'name' => '太原市',
|
|
|
- 'center' => '112.549248,37.857014',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 104 =>
|
|
|
- array (
|
|
|
- 'id' => 3605,
|
|
|
- 'adcode' => '140123',
|
|
|
- 'name' => '娄烦县',
|
|
|
- 'center' => '111.793798,38.066035',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 105 =>
|
|
|
- array (
|
|
|
- 'id' => 3606,
|
|
|
- 'adcode' => '140108',
|
|
|
- 'name' => '尖草坪区',
|
|
|
- 'center' => '112.487122,37.939893',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 106 =>
|
|
|
- array (
|
|
|
- 'id' => 3607,
|
|
|
- 'adcode' => '140109',
|
|
|
- 'name' => '万柏林区',
|
|
|
- 'center' => '112.522258,37.862653',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 107 =>
|
|
|
- array (
|
|
|
- 'id' => 3608,
|
|
|
- 'adcode' => '140110',
|
|
|
- 'name' => '晋源区',
|
|
|
- 'center' => '112.477849,37.715619',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 108 =>
|
|
|
- array (
|
|
|
- 'id' => 3609,
|
|
|
- 'adcode' => '140107',
|
|
|
- 'name' => '杏花岭区',
|
|
|
- 'center' => '112.560743,37.879291',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 109 =>
|
|
|
- array (
|
|
|
- 'id' => 3610,
|
|
|
- 'adcode' => '140105',
|
|
|
- 'name' => '小店区',
|
|
|
- 'center' => '112.564273,37.817974',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 110 =>
|
|
|
- array (
|
|
|
- 'id' => 3611,
|
|
|
- 'adcode' => '140106',
|
|
|
- 'name' => '迎泽区',
|
|
|
- 'center' => '112.558851,37.855804',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 111 =>
|
|
|
- array (
|
|
|
- 'id' => 3612,
|
|
|
- 'adcode' => '140122',
|
|
|
- 'name' => '阳曲县',
|
|
|
- 'center' => '112.673818,38.058797',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 112 =>
|
|
|
- array (
|
|
|
- 'id' => 3613,
|
|
|
- 'adcode' => '140181',
|
|
|
- 'name' => '古交市',
|
|
|
- 'center' => '112.174353,37.908534',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 113 =>
|
|
|
- array (
|
|
|
- 'id' => 3614,
|
|
|
- 'adcode' => '140121',
|
|
|
- 'name' => '清徐县',
|
|
|
- 'center' => '112.357961,37.60729',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3604,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 114 =>
|
|
|
- array (
|
|
|
- 'id' => 3615,
|
|
|
- 'adcode' => '141000',
|
|
|
- 'name' => '临汾市',
|
|
|
- 'center' => '111.517973,36.08415',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 115 =>
|
|
|
- array (
|
|
|
- 'id' => 3616,
|
|
|
- 'adcode' => '141031',
|
|
|
- 'name' => '隰县',
|
|
|
- 'center' => '110.935809,36.692675',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 116 =>
|
|
|
- array (
|
|
|
- 'id' => 3617,
|
|
|
- 'adcode' => '141025',
|
|
|
- 'name' => '古县',
|
|
|
- 'center' => '111.920207,36.26855',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 117 =>
|
|
|
- array (
|
|
|
- 'id' => 3618,
|
|
|
- 'adcode' => '141002',
|
|
|
- 'name' => '尧都区',
|
|
|
- 'center' => '111.522945,36.080366',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 118 =>
|
|
|
- array (
|
|
|
- 'id' => 3619,
|
|
|
- 'adcode' => '141027',
|
|
|
- 'name' => '浮山县',
|
|
|
- 'center' => '111.850039,35.971359',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 119 =>
|
|
|
- array (
|
|
|
- 'id' => 3620,
|
|
|
- 'adcode' => '141030',
|
|
|
- 'name' => '大宁县',
|
|
|
- 'center' => '110.751283,36.46383',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 120 =>
|
|
|
- array (
|
|
|
- 'id' => 3621,
|
|
|
- 'adcode' => '141026',
|
|
|
- 'name' => '安泽县',
|
|
|
- 'center' => '112.251372,36.146032',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 121 =>
|
|
|
- array (
|
|
|
- 'id' => 3622,
|
|
|
- 'adcode' => '141028',
|
|
|
- 'name' => '吉县',
|
|
|
- 'center' => '110.682853,36.099355',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 122 =>
|
|
|
- array (
|
|
|
- 'id' => 3623,
|
|
|
- 'adcode' => '141034',
|
|
|
- 'name' => '汾西县',
|
|
|
- 'center' => '111.563021,36.653368',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 123 =>
|
|
|
- array (
|
|
|
- 'id' => 3624,
|
|
|
- 'adcode' => '141024',
|
|
|
- 'name' => '洪洞县',
|
|
|
- 'center' => '111.673692,36.255742',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 124 =>
|
|
|
- array (
|
|
|
- 'id' => 3625,
|
|
|
- 'adcode' => '141023',
|
|
|
- 'name' => '襄汾县',
|
|
|
- 'center' => '111.442932,35.876139',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 125 =>
|
|
|
- array (
|
|
|
- 'id' => 3626,
|
|
|
- 'adcode' => '141081',
|
|
|
- 'name' => '侯马市',
|
|
|
- 'center' => '111.371272,35.620302',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 126 =>
|
|
|
- array (
|
|
|
- 'id' => 3627,
|
|
|
- 'adcode' => '141032',
|
|
|
- 'name' => '永和县',
|
|
|
- 'center' => '110.631276,36.760614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 127 =>
|
|
|
- array (
|
|
|
- 'id' => 3628,
|
|
|
- 'adcode' => '141021',
|
|
|
- 'name' => '曲沃县',
|
|
|
- 'center' => '111.475529,35.641387',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 128 =>
|
|
|
- array (
|
|
|
- 'id' => 3629,
|
|
|
- 'adcode' => '141029',
|
|
|
- 'name' => '乡宁县',
|
|
|
- 'center' => '110.857365,35.975402',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 129 =>
|
|
|
- array (
|
|
|
- 'id' => 3630,
|
|
|
- 'adcode' => '141022',
|
|
|
- 'name' => '翼城县',
|
|
|
- 'center' => '111.713508,35.738621',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 130 =>
|
|
|
- array (
|
|
|
- 'id' => 3631,
|
|
|
- 'adcode' => '141082',
|
|
|
- 'name' => '霍州市',
|
|
|
- 'center' => '111.723103,36.57202',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 131 =>
|
|
|
- array (
|
|
|
- 'id' => 3632,
|
|
|
- 'adcode' => '141033',
|
|
|
- 'name' => '蒲县',
|
|
|
- 'center' => '111.09733,36.411682',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3615,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 132 =>
|
|
|
- array (
|
|
|
- 'id' => 3633,
|
|
|
- 'adcode' => '140800',
|
|
|
- 'name' => '运城市',
|
|
|
- 'center' => '111.003957,35.022778',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 133 =>
|
|
|
- array (
|
|
|
- 'id' => 3634,
|
|
|
- 'adcode' => '140802',
|
|
|
- 'name' => '盐湖区',
|
|
|
- 'center' => '111.000627,35.025643',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 134 =>
|
|
|
- array (
|
|
|
- 'id' => 3635,
|
|
|
- 'adcode' => '140823',
|
|
|
- 'name' => '闻喜县',
|
|
|
- 'center' => '111.220306,35.353839',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 135 =>
|
|
|
- array (
|
|
|
- 'id' => 3636,
|
|
|
- 'adcode' => '140821',
|
|
|
- 'name' => '临猗县',
|
|
|
- 'center' => '110.77493,35.141883',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 136 =>
|
|
|
- array (
|
|
|
- 'id' => 3637,
|
|
|
- 'adcode' => '140829',
|
|
|
- 'name' => '平陆县',
|
|
|
- 'center' => '111.212377,34.837256',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 137 =>
|
|
|
- array (
|
|
|
- 'id' => 3638,
|
|
|
- 'adcode' => '140830',
|
|
|
- 'name' => '芮城县',
|
|
|
- 'center' => '110.69114,34.694769',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 138 =>
|
|
|
- array (
|
|
|
- 'id' => 3639,
|
|
|
- 'adcode' => '140822',
|
|
|
- 'name' => '万荣县',
|
|
|
- 'center' => '110.843561,35.417042',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 139 =>
|
|
|
- array (
|
|
|
- 'id' => 3640,
|
|
|
- 'adcode' => '140827',
|
|
|
- 'name' => '垣曲县',
|
|
|
- 'center' => '111.67099,35.298293',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 140 =>
|
|
|
- array (
|
|
|
- 'id' => 3641,
|
|
|
- 'adcode' => '140828',
|
|
|
- 'name' => '夏县',
|
|
|
- 'center' => '111.223174,35.140441',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 141 =>
|
|
|
- array (
|
|
|
- 'id' => 3642,
|
|
|
- 'adcode' => '140825',
|
|
|
- 'name' => '新绛县',
|
|
|
- 'center' => '111.225205,35.613697',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 142 =>
|
|
|
- array (
|
|
|
- 'id' => 3643,
|
|
|
- 'adcode' => '140881',
|
|
|
- 'name' => '永济市',
|
|
|
- 'center' => '110.447984,34.865125',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 143 =>
|
|
|
- array (
|
|
|
- 'id' => 3644,
|
|
|
- 'adcode' => '140826',
|
|
|
- 'name' => '绛县',
|
|
|
- 'center' => '111.576182,35.49045',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 144 =>
|
|
|
- array (
|
|
|
- 'id' => 3645,
|
|
|
- 'adcode' => '140824',
|
|
|
- 'name' => '稷山县',
|
|
|
- 'center' => '110.978996,35.600412',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 145 =>
|
|
|
- array (
|
|
|
- 'id' => 3646,
|
|
|
- 'adcode' => '140882',
|
|
|
- 'name' => '河津市',
|
|
|
- 'center' => '110.710268,35.59715',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3633,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 146 =>
|
|
|
- array (
|
|
|
- 'id' => 3647,
|
|
|
- 'adcode' => '140400',
|
|
|
- 'name' => '长治市',
|
|
|
- 'center' => '113.113556,36.191112',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 147 =>
|
|
|
- array (
|
|
|
- 'id' => 3648,
|
|
|
- 'adcode' => '140426',
|
|
|
- 'name' => '黎城县',
|
|
|
- 'center' => '113.387366,36.502971',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 148 =>
|
|
|
- array (
|
|
|
- 'id' => 3649,
|
|
|
- 'adcode' => '140405',
|
|
|
- 'name' => '屯留区',
|
|
|
- 'center' => '112.892741,36.314072',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 149 =>
|
|
|
- array (
|
|
|
- 'id' => 3650,
|
|
|
- 'adcode' => '140406',
|
|
|
- 'name' => '潞城区',
|
|
|
- 'center' => '113.223245,36.332233',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 150 =>
|
|
|
- array (
|
|
|
- 'id' => 3651,
|
|
|
- 'adcode' => '140427',
|
|
|
- 'name' => '壶关县',
|
|
|
- 'center' => '113.206138,36.110938',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 151 =>
|
|
|
- array (
|
|
|
- 'id' => 3652,
|
|
|
- 'adcode' => '140428',
|
|
|
- 'name' => '长子县',
|
|
|
- 'center' => '112.884656,36.119484',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 152 =>
|
|
|
- array (
|
|
|
- 'id' => 3653,
|
|
|
- 'adcode' => '140404',
|
|
|
- 'name' => '上党区',
|
|
|
- 'center' => '113.056679,36.052438',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 153 =>
|
|
|
- array (
|
|
|
- 'id' => 3654,
|
|
|
- 'adcode' => '140431',
|
|
|
- 'name' => '沁源县',
|
|
|
- 'center' => '112.340878,36.500777',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 154 =>
|
|
|
- array (
|
|
|
- 'id' => 3655,
|
|
|
- 'adcode' => '140425',
|
|
|
- 'name' => '平顺县',
|
|
|
- 'center' => '113.438791,36.200202',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 155 =>
|
|
|
- array (
|
|
|
- 'id' => 3656,
|
|
|
- 'adcode' => '140423',
|
|
|
- 'name' => '襄垣县',
|
|
|
- 'center' => '113.050094,36.532854',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 156 =>
|
|
|
- array (
|
|
|
- 'id' => 3657,
|
|
|
- 'adcode' => '140403',
|
|
|
- 'name' => '潞州区',
|
|
|
- 'center' => '113.114107,36.187896',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 157 =>
|
|
|
- array (
|
|
|
- 'id' => 3658,
|
|
|
- 'adcode' => '140429',
|
|
|
- 'name' => '武乡县',
|
|
|
- 'center' => '112.8653,36.834315',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 158 =>
|
|
|
- array (
|
|
|
- 'id' => 3659,
|
|
|
- 'adcode' => '140430',
|
|
|
- 'name' => '沁县',
|
|
|
- 'center' => '112.70138,36.757123',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3647,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 159 =>
|
|
|
- array (
|
|
|
- 'id' => 3660,
|
|
|
- 'adcode' => '140600',
|
|
|
- 'name' => '朔州市',
|
|
|
- 'center' => '112.433387,39.331261',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 160 =>
|
|
|
- array (
|
|
|
- 'id' => 3661,
|
|
|
- 'adcode' => '140623',
|
|
|
- 'name' => '右玉县',
|
|
|
- 'center' => '112.465588,39.988812',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 161 =>
|
|
|
- array (
|
|
|
- 'id' => 3662,
|
|
|
- 'adcode' => '140603',
|
|
|
- 'name' => '平鲁区',
|
|
|
- 'center' => '112.295227,39.515603',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 162 =>
|
|
|
- array (
|
|
|
- 'id' => 3663,
|
|
|
- 'adcode' => '140622',
|
|
|
- 'name' => '应县',
|
|
|
- 'center' => '113.187505,39.559187',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 163 =>
|
|
|
- array (
|
|
|
- 'id' => 3664,
|
|
|
- 'adcode' => '140621',
|
|
|
- 'name' => '山阴县',
|
|
|
- 'center' => '112.816396,39.52677',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 164 =>
|
|
|
- array (
|
|
|
- 'id' => 3665,
|
|
|
- 'adcode' => '140602',
|
|
|
- 'name' => '朔城区',
|
|
|
- 'center' => '112.428676,39.324525',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 165 =>
|
|
|
- array (
|
|
|
- 'id' => 3666,
|
|
|
- 'adcode' => '140681',
|
|
|
- 'name' => '怀仁市',
|
|
|
- 'center' => '113.100512,39.82079',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3660,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 166 =>
|
|
|
- array (
|
|
|
- 'id' => 3667,
|
|
|
- 'adcode' => '140900',
|
|
|
- 'name' => '忻州市',
|
|
|
- 'center' => '112.733538,38.41769',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 167 =>
|
|
|
- array (
|
|
|
- 'id' => 3668,
|
|
|
- 'adcode' => '140930',
|
|
|
- 'name' => '河曲县',
|
|
|
- 'center' => '111.146609,39.381895',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 168 =>
|
|
|
- array (
|
|
|
- 'id' => 3669,
|
|
|
- 'adcode' => '140932',
|
|
|
- 'name' => '偏关县',
|
|
|
- 'center' => '111.500477,39.442153',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 169 =>
|
|
|
- array (
|
|
|
- 'id' => 3670,
|
|
|
- 'adcode' => '140928',
|
|
|
- 'name' => '五寨县',
|
|
|
- 'center' => '111.841015,38.912761',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 170 =>
|
|
|
- array (
|
|
|
- 'id' => 3671,
|
|
|
- 'adcode' => '140923',
|
|
|
- 'name' => '代县',
|
|
|
- 'center' => '112.962519,39.065138',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 171 =>
|
|
|
- array (
|
|
|
- 'id' => 3672,
|
|
|
- 'adcode' => '140981',
|
|
|
- 'name' => '原平市',
|
|
|
- 'center' => '112.713132,38.729186',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 172 =>
|
|
|
- array (
|
|
|
- 'id' => 3673,
|
|
|
- 'adcode' => '140925',
|
|
|
- 'name' => '宁武县',
|
|
|
- 'center' => '112.307936,39.001718',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 173 =>
|
|
|
- array (
|
|
|
- 'id' => 3674,
|
|
|
- 'adcode' => '140924',
|
|
|
- 'name' => '繁峙县',
|
|
|
- 'center' => '113.267707,39.188104',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 174 =>
|
|
|
- array (
|
|
|
- 'id' => 3675,
|
|
|
- 'adcode' => '140929',
|
|
|
- 'name' => '岢岚县',
|
|
|
- 'center' => '111.56981,38.705625',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 175 =>
|
|
|
- array (
|
|
|
- 'id' => 3676,
|
|
|
- 'adcode' => '140902',
|
|
|
- 'name' => '忻府区',
|
|
|
- 'center' => '112.734112,38.417743',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 176 =>
|
|
|
- array (
|
|
|
- 'id' => 3677,
|
|
|
- 'adcode' => '140921',
|
|
|
- 'name' => '定襄县',
|
|
|
- 'center' => '112.963231,38.484948',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 177 =>
|
|
|
- array (
|
|
|
- 'id' => 3678,
|
|
|
- 'adcode' => '140922',
|
|
|
- 'name' => '五台县',
|
|
|
- 'center' => '113.259012,38.725711',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 178 =>
|
|
|
- array (
|
|
|
- 'id' => 3679,
|
|
|
- 'adcode' => '140927',
|
|
|
- 'name' => '神池县',
|
|
|
- 'center' => '112.200438,39.088467',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 179 =>
|
|
|
- array (
|
|
|
- 'id' => 3680,
|
|
|
- 'adcode' => '140931',
|
|
|
- 'name' => '保德县',
|
|
|
- 'center' => '111.085688,39.022576',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 180 =>
|
|
|
- array (
|
|
|
- 'id' => 3681,
|
|
|
- 'adcode' => '140926',
|
|
|
- 'name' => '静乐县',
|
|
|
- 'center' => '111.940231,38.355947',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3667,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 181 =>
|
|
|
- array (
|
|
|
- 'id' => 3682,
|
|
|
- 'adcode' => '140500',
|
|
|
- 'name' => '晋城市',
|
|
|
- 'center' => '112.851274,35.497553',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 182 =>
|
|
|
- array (
|
|
|
- 'id' => 3683,
|
|
|
- 'adcode' => '140502',
|
|
|
- 'name' => '城区',
|
|
|
- 'center' => '112.853106,35.496641',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 183 =>
|
|
|
- array (
|
|
|
- 'id' => 3684,
|
|
|
- 'adcode' => '140581',
|
|
|
- 'name' => '高平市',
|
|
|
- 'center' => '112.930691,35.791355',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 184 =>
|
|
|
- array (
|
|
|
- 'id' => 3685,
|
|
|
- 'adcode' => '140525',
|
|
|
- 'name' => '泽州县',
|
|
|
- 'center' => '112.899137,35.617221',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 185 =>
|
|
|
- array (
|
|
|
- 'id' => 3686,
|
|
|
- 'adcode' => '140524',
|
|
|
- 'name' => '陵川县',
|
|
|
- 'center' => '113.278877,35.775614',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 186 =>
|
|
|
- array (
|
|
|
- 'id' => 3687,
|
|
|
- 'adcode' => '140521',
|
|
|
- 'name' => '沁水县',
|
|
|
- 'center' => '112.187213,35.689472',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 187 =>
|
|
|
- array (
|
|
|
- 'id' => 3688,
|
|
|
- 'adcode' => '140522',
|
|
|
- 'name' => '阳城县',
|
|
|
- 'center' => '112.422014,35.482177',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3682,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 188 =>
|
|
|
- array (
|
|
|
- 'id' => 3689,
|
|
|
- 'adcode' => '140700',
|
|
|
- 'name' => '晋中市',
|
|
|
- 'center' => '112.736465,37.696495',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 189 =>
|
|
|
- array (
|
|
|
- 'id' => 3690,
|
|
|
- 'adcode' => '140724',
|
|
|
- 'name' => '昔阳县',
|
|
|
- 'center' => '113.706166,37.60437',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 190 =>
|
|
|
- array (
|
|
|
- 'id' => 3691,
|
|
|
- 'adcode' => '140728',
|
|
|
- 'name' => '平遥县',
|
|
|
- 'center' => '112.174059,37.195474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 191 =>
|
|
|
- array (
|
|
|
- 'id' => 3692,
|
|
|
- 'adcode' => '140726',
|
|
|
- 'name' => '太谷县',
|
|
|
- 'center' => '112.554103,37.424595',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 192 =>
|
|
|
- array (
|
|
|
- 'id' => 3693,
|
|
|
- 'adcode' => '140721',
|
|
|
- 'name' => '榆社县',
|
|
|
- 'center' => '112.973521,37.069019',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 193 =>
|
|
|
- array (
|
|
|
- 'id' => 3694,
|
|
|
- 'adcode' => '140781',
|
|
|
- 'name' => '介休市',
|
|
|
- 'center' => '111.913857,37.027616',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 194 =>
|
|
|
- array (
|
|
|
- 'id' => 3695,
|
|
|
- 'adcode' => '140722',
|
|
|
- 'name' => '左权县',
|
|
|
- 'center' => '113.377834,37.079672',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 195 =>
|
|
|
- array (
|
|
|
- 'id' => 3696,
|
|
|
- 'adcode' => '140723',
|
|
|
- 'name' => '和顺县',
|
|
|
- 'center' => '113.572919,37.327027',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 196 =>
|
|
|
- array (
|
|
|
- 'id' => 3697,
|
|
|
- 'adcode' => '140702',
|
|
|
- 'name' => '榆次区',
|
|
|
- 'center' => '112.740056,37.6976',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 197 =>
|
|
|
- array (
|
|
|
- 'id' => 3698,
|
|
|
- 'adcode' => '140725',
|
|
|
- 'name' => '寿阳县',
|
|
|
- 'center' => '113.177708,37.891136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 198 =>
|
|
|
- array (
|
|
|
- 'id' => 3699,
|
|
|
- 'adcode' => '140727',
|
|
|
- 'name' => '祁县',
|
|
|
- 'center' => '112.330532,37.358739',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 199 =>
|
|
|
- array (
|
|
|
- 'id' => 3700,
|
|
|
- 'adcode' => '140729',
|
|
|
- 'name' => '灵石县',
|
|
|
- 'center' => '111.772759,36.847469',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3689,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 200 =>
|
|
|
- array (
|
|
|
- 'id' => 3701,
|
|
|
- 'adcode' => '141100',
|
|
|
- 'name' => '吕梁市',
|
|
|
- 'center' => '111.134335,37.524366',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 201 =>
|
|
|
- array (
|
|
|
- 'id' => 3702,
|
|
|
- 'adcode' => '141125',
|
|
|
- 'name' => '柳林县',
|
|
|
- 'center' => '110.89613,37.431664',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 202 =>
|
|
|
- array (
|
|
|
- 'id' => 3703,
|
|
|
- 'adcode' => '141127',
|
|
|
- 'name' => '岚县',
|
|
|
- 'center' => '111.671555,38.278654',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 203 =>
|
|
|
- array (
|
|
|
- 'id' => 3704,
|
|
|
- 'adcode' => '141102',
|
|
|
- 'name' => '离石区',
|
|
|
- 'center' => '111.134462,37.524037',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 204 =>
|
|
|
- array (
|
|
|
- 'id' => 3705,
|
|
|
- 'adcode' => '141130',
|
|
|
- 'name' => '交口县',
|
|
|
- 'center' => '111.183188,36.983068',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 205 =>
|
|
|
- array (
|
|
|
- 'id' => 3706,
|
|
|
- 'adcode' => '141124',
|
|
|
- 'name' => '临县',
|
|
|
- 'center' => '110.995963,37.960806',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 206 =>
|
|
|
- array (
|
|
|
- 'id' => 3707,
|
|
|
- 'adcode' => '141129',
|
|
|
- 'name' => '中阳县',
|
|
|
- 'center' => '111.193319,37.342054',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 207 =>
|
|
|
- array (
|
|
|
- 'id' => 3708,
|
|
|
- 'adcode' => '141128',
|
|
|
- 'name' => '方山县',
|
|
|
- 'center' => '111.238885,37.892632',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 208 =>
|
|
|
- array (
|
|
|
- 'id' => 3709,
|
|
|
- 'adcode' => '141123',
|
|
|
- 'name' => '兴县',
|
|
|
- 'center' => '111.124816,38.464136',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 209 =>
|
|
|
- array (
|
|
|
- 'id' => 3710,
|
|
|
- 'adcode' => '141126',
|
|
|
- 'name' => '石楼县',
|
|
|
- 'center' => '110.837119,36.999426',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 210 =>
|
|
|
- array (
|
|
|
- 'id' => 3711,
|
|
|
- 'adcode' => '141122',
|
|
|
- 'name' => '交城县',
|
|
|
- 'center' => '112.159154,37.555155',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 211 =>
|
|
|
- array (
|
|
|
- 'id' => 3712,
|
|
|
- 'adcode' => '141181',
|
|
|
- 'name' => '孝义市',
|
|
|
- 'center' => '111.781568,37.144474',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 212 =>
|
|
|
- array (
|
|
|
- 'id' => 3713,
|
|
|
- 'adcode' => '141182',
|
|
|
- 'name' => '汾阳市',
|
|
|
- 'center' => '111.785273,37.267742',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 213 =>
|
|
|
- array (
|
|
|
- 'id' => 3714,
|
|
|
- 'adcode' => '141121',
|
|
|
- 'name' => '文水县',
|
|
|
- 'center' => '112.032595,37.436314',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3701,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 214 =>
|
|
|
- array (
|
|
|
- 'id' => 3715,
|
|
|
- 'adcode' => '140200',
|
|
|
- 'name' => '大同市',
|
|
|
- 'center' => '113.295259,40.09031',
|
|
|
- 'level' => 'city',
|
|
|
- 'parent_id' => 3597,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 215 =>
|
|
|
- array (
|
|
|
- 'id' => 3716,
|
|
|
- 'adcode' => '140223',
|
|
|
- 'name' => '广灵县',
|
|
|
- 'center' => '114.279252,39.763051',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 216 =>
|
|
|
- array (
|
|
|
- 'id' => 3717,
|
|
|
- 'adcode' => '140224',
|
|
|
- 'name' => '灵丘县',
|
|
|
- 'center' => '114.23576,39.438867',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 217 =>
|
|
|
- array (
|
|
|
- 'id' => 3718,
|
|
|
- 'adcode' => '140225',
|
|
|
- 'name' => '浑源县',
|
|
|
- 'center' => '113.698091,39.699099',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 218 =>
|
|
|
- array (
|
|
|
- 'id' => 3719,
|
|
|
- 'adcode' => '140226',
|
|
|
- 'name' => '左云县',
|
|
|
- 'center' => '112.70641,40.012873',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 219 =>
|
|
|
- array (
|
|
|
- 'id' => 3720,
|
|
|
- 'adcode' => '140221',
|
|
|
- 'name' => '阳高县',
|
|
|
- 'center' => '113.749871,40.364927',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 220 =>
|
|
|
- array (
|
|
|
- 'id' => 3721,
|
|
|
- 'adcode' => '140215',
|
|
|
- 'name' => '云州区',
|
|
|
- 'center' => '113.61244,40.040295',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 221 =>
|
|
|
- array (
|
|
|
- 'id' => 3722,
|
|
|
- 'adcode' => '140214',
|
|
|
- 'name' => '云冈区',
|
|
|
- 'center' => '113.149693,40.005405',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 222 =>
|
|
|
- array (
|
|
|
- 'id' => 3723,
|
|
|
- 'adcode' => '140213',
|
|
|
- 'name' => '平城区',
|
|
|
- 'center' => '113.298027,40.075667',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 223 =>
|
|
|
- array (
|
|
|
- 'id' => 3724,
|
|
|
- 'adcode' => '140212',
|
|
|
- 'name' => '新荣区',
|
|
|
- 'center' => '113.141044,40.258269',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- 224 =>
|
|
|
- array (
|
|
|
- 'id' => 3725,
|
|
|
- 'adcode' => '140222',
|
|
|
- 'name' => '天镇县',
|
|
|
- 'center' => '114.09112,40.421336',
|
|
|
- 'level' => 'district',
|
|
|
- 'parent_id' => 3715,
|
|
|
- 'sort' => 0,
|
|
|
- 'created_at' => '2019-05-07 18:08:28',
|
|
|
- 'updated_at' => '2019-05-07 18:08:28',
|
|
|
- ),
|
|
|
- ));
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-}
|