curl --location --request GET 'http://192.168.11.46:13000/division/list'
{
"code": 0,
"data": {
"attribute": [
{
"children": {
"property1": [
{}
],
"property2": [
{}
]
},
"name": "string",
"nickname": "string",
"type": "string"
}
],
"data": [
{
"adCode": "string",
"adName": "string",
"children": [
{}
],
"fullName": "string",
"id": 0,
"level": 0,
"pAdCode": "string",
"pId": 0
}
]
},
"msg": "string",
"total": 0
}