Authorization: Bearer ********************
curl --location --request GET '/tjy/regime/hySummaryData?type=PLZC&dataTime=2025-03' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": {
"dataTime": "string",
"list": [
{
"name": "string",
"code": "string",
"xh": 0,
"should": 0,
"report": 0,
"reportpre": 0,
"pfyreportpre": 0,
"pfymonthtotal": 0,
"pfytotal": 0,
"lsyreportpre": 0,
"lsymonthtotal": 0,
"lsytotal": 0,
"zsyreportpre": 0,
"zsymonthtotal": 0,
"zsytotal": 0,
"cyyreportpre": 0,
"cyymonthtotal": 0,
"cyytotal": 0
}
]
}
}