{
"symbolName": "一列桩铁丝网"
}
curl --location --request POST '/rest/services//plotting/getLineType' \
--header 'Content-Type: application/json' \
--data-raw '{
"symbolName": "一列桩铁丝网"
}'
{
"result": {
"LineType": 1
},
"resultcode": "success",
"time": 1
}