{
"drcode": "C",
"pdtype": 1,
"postcode": "P01",
"usercode": "",
"deptcode": "D01"
}
curl --location --request POST '/sysDrType/drDataList' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"drcode": "C",
"pdtype": 1,
"postcode": "P01",
"usercode": "",
"deptcode": "D01"
}'
{
"all": true,
"tree": [
{
"code": "string",
"name": "string",
"parentCode": "string",
"isChecked": true,
"children": [
{}
]
}
]
}