Authorization: Bearer ********************
curl --location --request GET '/tjy/regime/hySummaryData?type=TZ&dataTime=2025-03' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": {
"dataTime": "string",
"list": [
{
"name": "string",
"code": "string",
"tzshould": 0,
"tzreport": 0,
"tzyreportpre": 0,
"fdcshould": 0,
"fdcreport": 0,
"fdcreportpre": 0,
"jzyshould": 0,
"jzyreport": 0,
"jzyreportpre": 0
}
]
}
}