{
"modelId": "模型id",
"engineId": "",
"engineType": "",
"projectId": ""
}curl --location 'http://192.168.10.11:7012/api//api/zdcim/external/bim/transModel' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data '{
"modelId": "模型id",
"engineId": "",
"engineType": "",
"projectId": ""
}'{
"success": true,
"message": "模型正在转换中,请耐心等待,转换成功后可以预览!",
"code": 200,
"result": null,
"data": null,
"timestamp": "1719546031936"
}