{
"roleType": 0
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/org/orgTree' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleType": 0
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"orgCode": "string",
"parentId": 922337203685477600,
"orgName": "string",
"sort": 922337203685477600
}
],
"success": true
}