{
"code": "string"
}
curl --location --request POST '/resourceMap/getConnectionInfo.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"data": [
{
"id": "1",
"isdel": 0,
"insertTime": null,
"scArea": null,
"layerType": null,
"dataColor": "#000000"
}
],
"msg": "成功",
"code": 0,
"success": true
}