{
"type": 0,
"keyword": "string",
"page": 0,
"pageSize": 0,
"companyCode": "string",
"districtCode": "string",
"sectionCodes": [
"string"
],
"body": {
"unitType": 0,
"upFlag": 0,
"downFlag": 0,
"id": "string",
"unitName": "string"
},
"startIndex": 0
}curl --location --request POST '/infoShare/getEnterpriseTree' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"keyword": "string",
"page": 0,
"pageSize": 0,
"companyCode": "string",
"districtCode": "string",
"sectionCodes": [
"string"
],
"body": {
"unitType": 0,
"upFlag": 0,
"downFlag": 0,
"id": "string",
"unitName": "string"
},
"startIndex": 0
}'{
"code": 0,
"message": "",
"data": {
"value": "",
"label": "",
"parentId": "",
"type": 0,
"isOnline": 0,
"phone": "",
"sort": 0,
"sourceType": 0,
"timsId": "",
"shortName": "",
"outerName": "",
"upFlag": 0,
"downFlag": 0,
"text": "",
"children": [
{
"value": "",
"label": "",
"parentId": "",
"type": 0,
"isOnline": 0,
"phone": "",
"sort": 0,
"sourceType": 0,
"timsId": "",
"shortName": "",
"outerName": "",
"upFlag": 0,
"downFlag": 0,
"text": "",
"children": [
{}
]
}
]
}
}