{
"buildingId": "string"
}
curl --location --request POST '/zt/api/v1/project/getProjectIdByBuildingId' \
--header 'Content-Type: application/json' \
--data-raw '{
"buildingId": "string"
}'
{
"data": {
"projectId": "758e4f80dea248e493b5099ce439dadf"
},
"code": 0,
"msg": "成功"
}