dtree.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "status": {
  3. "code": 200,
  4. "message": "操作成功"
  5. },
  6. "data": [{
  7. "id": "001",
  8. "title": "湖南省",
  9. "parentId": "0",
  10. "children": [{
  11. "id": "001001",
  12. "title": "长沙市",
  13. "last": true,
  14. "parentId": "001"
  15. },
  16. {
  17. "id": "001002",
  18. "title": "株洲市",
  19. "last": true,
  20. "parentId": "001"
  21. },
  22. {
  23. "id": "001003",
  24. "title": "湘潭市",
  25. "last": true,
  26. "parentId": "001"
  27. },
  28. {
  29. "id": "001004",
  30. "title": "衡阳市",
  31. "last": true,
  32. "parentId": "001"
  33. },
  34. {
  35. "id": "001005",
  36. "title": "郴州市",
  37. "last": true,
  38. "parentId": "001"
  39. }
  40. ]
  41. },
  42. {
  43. "id": "002",
  44. "title": "湖北省",
  45. "parentId": "0",
  46. "children": [{
  47. "id": "002001",
  48. "title": "武汉市",
  49. "last": true,
  50. "parentId": "002"
  51. },
  52. {
  53. "id": "002002",
  54. "title": "黄冈市",
  55. "last": true,
  56. "parentId": "002"
  57. },
  58. {
  59. "id": "002003",
  60. "title": "潜江市",
  61. "last": true,
  62. "parentId": "002"
  63. },
  64. {
  65. "id": "002004",
  66. "title": "荆州市",
  67. "last": true,
  68. "parentId": "002"
  69. },
  70. {
  71. "id": "002005",
  72. "title": "襄阳市",
  73. "last": true,
  74. "parentId": "002"
  75. }
  76. ]
  77. },
  78. {
  79. "id": "003",
  80. "title": "广东省",
  81. "parentId": "0",
  82. "children": [{
  83. "id": "003001",
  84. "title": "广州市",
  85. "last": false,
  86. "parentId": "003",
  87. "children": [{
  88. "id": "003001001",
  89. "title": "天河区",
  90. "last": true,
  91. "parentId": "003001"
  92. },
  93. {
  94. "id": "003001002",
  95. "title": "花都区",
  96. "last": true,
  97. "parentId": "003001"
  98. }
  99. ]
  100. },
  101. {
  102. "id": "003002",
  103. "title": "深圳市",
  104. "last": true,
  105. "parentId": "003"
  106. },
  107. {
  108. "id": "003003",
  109. "title": "中山市",
  110. "last": true,
  111. "parentId": "003"
  112. },
  113. {
  114. "id": "003004",
  115. "title": "东莞市",
  116. "last": true,
  117. "parentId": "003"
  118. },
  119. {
  120. "id": "003005",
  121. "title": "珠海市",
  122. "last": true,
  123. "parentId": "003"
  124. },
  125. {
  126. "id": "003006",
  127. "title": "韶关市",
  128. "last": true,
  129. "parentId": "003"
  130. }
  131. ]
  132. },
  133. {
  134. "id": "004",
  135. "title": "浙江省",
  136. "parentId": "0",
  137. "children": [{
  138. "id": "004001",
  139. "title": "杭州市",
  140. "last": true,
  141. "parentId": "004"
  142. },
  143. {
  144. "id": "004002",
  145. "title": "温州市",
  146. "last": true,
  147. "parentId": "004"
  148. },
  149. {
  150. "id": "004003",
  151. "title": "绍兴市",
  152. "last": true,
  153. "parentId": "004"
  154. },
  155. {
  156. "id": "004004",
  157. "title": "金华市",
  158. "last": true,
  159. "parentId": "004"
  160. },
  161. {
  162. "id": "004005",
  163. "title": "义乌市",
  164. "last": true,
  165. "parentId": "004"
  166. }
  167. ]
  168. },
  169. {
  170. "id": "005",
  171. "title": "福建省",
  172. "parentId": "0",
  173. "children": [{
  174. "id": "005001",
  175. "title": "厦门市",
  176. "last": true,
  177. "parentId": "005"
  178. }]
  179. }
  180. ]
  181. }