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