curl --location --request GET 'http://192.168.4.20:8096/monitorInfo/dbtrInfo' \
--header 'Cookie: JSESSIONID=FBB2A7AC8F8BFF0655133036442D5C25'
{
"code": 0,
"data": {
"monitorCount": 0,
"nocount": 0,
"sxcount": 0,
"gzcount": 0,
"year": "string",
"map": [
{
"basinList": [
{
"nocount": 0,
"sxcount": 0,
"gzcount": 0,
"x": "string"
}
],
"name": "string"
}
]
}
}