首次提交

This commit is contained in:
技术老胡
2024-08-21 11:25:57 +08:00
parent e5dc4d5b6b
commit 4eecbfcd3c
831 changed files with 308101 additions and 25 deletions

View File

@@ -0,0 +1,37 @@
{
"status": {
"code": 200,
"message": "操作成功"
},
"data": [{
"id": "001",
"title": "湖南省",
"checkArr": "0",
"parentId": "0"
},
{
"id": "002",
"title": "湖北省",
"checkArr": "0",
"parentId": "0"
},
{
"id": "003",
"title": "广东省",
"checkArr": "0",
"parentId": "0"
},
{
"id": "004",
"title": "浙江省",
"checkArr": "0",
"parentId": "0"
},
{
"id": "005",
"title": "福建省",
"checkArr": "0",
"parentId": "0"
}
]
}