curl --location --request GET 'http://1.24.238.233:19051/api/waterCapacity/layers' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"layerName": "",
"workspaceName": "",
"storeName": "",
"reportDate": "",
"warningDate": "",
"warningHour": 0,
"waterVolume": 0.0,
"waterArea": 0.0,
"subst003Volume": 0.0,
"subst003Total": 0.0,
"subst004Volume": 0.0,
"subst004Total": 0.0,
"subst009Volume": 0.0,
"subst009Total": 0.0,
"subst010Volume": 0.0,
"subst010Total": 0.0
}
]
}