{
"deptcode": "P05"
}
curl --location --request POST '/entDeptShop/shopTree' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptcode": "P05"
}'
{
"returncode": "string",
"data": {
"all": true,
"tree": [
{
"code": "string",
"parentCode": "string",
"name": "string",
"id": "string",
"isChecked": true,
"children": [
{}
]
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}