{
"dataSource": "string"
}curl --location '/api/sys/district/getAllDistrictTreeBySource' \
--header 'Content-Type: application/json' \
--data '{
"dataSource": "string"
}'{
"success": true,
"errorCode": "string",
"message": null,
"requestID": "string",
"total": 0,
"data": [
{
"id": "string",
"province": "string",
"type": "string",
"cityId": "string",
"children": [
{
"id": "string",
"type": "string",
"city": "string",
"provinceId": "string",
"cityId": "string",
"children": [
{
"id": "string",
"type": "string",
"district": "string",
"cityId": "string",
"label": "string",
"value": "string"
}
],
"label": "string",
"value": "string"
}
],
"dataSource": "string",
"label": "string",
"value": "string"
}
]
}