{
"projectId": "2456b376c5854c0480af16c61d5edd59",
"buildingId": "bdc1e824369d47888c4279eafdc3affe",
"storeyId": "18Ais1p5z1Evl3S3yeYsXZ"
}
curl --location --request POST '/zt/api/v2/data/query/storey' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "2456b376c5854c0480af16c61d5edd59",
"buildingId": "bdc1e824369d47888c4279eafdc3affe",
"storeyId": "18Ais1p5z1Evl3S3yeYsXZ"
}'
{
"data": {
"spaceList": [
"3y4iI$EpT7XO2N3MJqnJOT",
"3FOcwiDXL2jPKVudVyBVnX",
"3FOcwiDXL2jPKVudVyBVn1",
"3FOcwiDXL2jPKVudVyBVn0"
],
"entityList": [
"2b7IIHyeP47Pcl1pl55ohZ",
"2b7IIHyeP47Pcl1pl55ohY",
"2b7IIHyeP47Pcl1pl55ohX"
]
},
"code": 0,
"msg": "成功"
}