curl --location --request GET '/organization/descendants?organization=1,2,3&enterprise=1'
{
"code": 0,
"message": "",
"timestamp": "1998-01-02 20:14:03",
"data": [
{
"id": 100,
"name": "深",
"type": "",
"icon": "http://dummyimage.com/125x125",
"descendants": [
47
]
},
{
"id": 200,
"name": "集",
"type": "",
"icon": "http://dummyimage.com/120x600",
"descendants": [
70
]
},
{
"id": 300,
"name": "置",
"type": "",
"icon": "http://dummyimage.com/250x250",
"descendants": [
69,
26,
55
]
}
]
}