{
"userId": 0,
"orgId": 0,
"tenantId": 0,
"resourceId": 0,
"orgCategorys": [
0
]
}curl --location '/web/org/getAuthOrgsTree' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"orgId": 0,
"tenantId": 0,
"resourceId": 0,
"orgCategorys": [
0
]
}'{
"orgId": 0,
"orgName": "string",
"useFlag": "string",
"orgCategory": "string",
"bizType": "string",
"isCheck": "string",
"children": [
{
"orgId": 0,
"orgName": "string",
"useFlag": "string",
"orgCategory": "string",
"bizType": "string",
"isCheck": "string",
"children": [
{}
]
}
]
}