{
"pid": "string"
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/consumer/department/queryByPid' \
--header 'Content-Type: application/json' \
--data-raw '{
"pid": "string"
}'{
"success": false,
"msg": "",
"code": "",
"model": [
{
"id": "",
"name": ""
}
],
"attributes": ""
}