{
"tenantId": 0,
"orgId": 0
}curl --location '/api/org/getSimpleOrgsTree' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"orgId": 0
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"kind": 0,
"total": 0,
"data": [
{
"orgId": 0,
"tenantId": 0,
"orgType": 0,
"orgName": "string",
"orgCode": "string",
"taxCode": "string",
"parentOrg": 0,
"useFlag": "string",
"bizType": "string",
"orgCategory": "string",
"isCheck": "string",
"orderIndex": 0,
"children": [
{
"orgId": 0,
"orgType": 0,
"orgName": "string",
"taxCode": "string",
"parentOrg": 0,
"useFlag": "string",
"orgCategory": "string",
"isCheck": "string",
"orderIndex": 0,
"bizType": "string"
}
]
}
]
}