{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da"
}
curl --location --request POST '/blackHole3D/project/vectorFile/v3/getLodConfig' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da"
}'
{
"isSuccess": true,
"errMsg": "string",
"data": {
"recommendLod": "string",
"currentLod": "string",
"lodNum": "string",
"resolution": "string",
"tileSize": "string",
"visualRange": "string"
}
}