• This project
    • Loading...
  • Sign in

fastcoding / commonProject

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • commonProject
  • lib_base
  • src
  • main
  • assets
  • two.json
  • 1、添加NavigationBarActivity; · 84dfbfc8 ...
    84dfbfc8 Browse Files
    2、拆分模块wdbean与lib_room之间不再有依赖
    wangkai authored 2024-11-20 14:26:33 +0800
two.json 450 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
  "data":[
    {
      "code":"110000",
      "children":[
        {
          "cityCode":"110000",
          "id":10000035,
          "label":"东城区"
        }
      ],
      "id":10000001,
      "label":"北京市"
    },
    {
      "code":"130000",
      "children":[
        {
          "cityCode":null,
          "id":130100,
          "label":"石家庄市"

        }
      ],
      "id":10000003,
      "label":"河北省"
    }
  ]

}