curl --location --request GET '/api/topo/map/name/list?topoMapEnum'
{
"code": 0,
"data": [
{
"menuId": "",
"topoMapId": "",
"topoMapName": "",
"mapIndex": 0,
"checked": 0,
"canDel": 0,
"originalSystem": ""
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}