Authorization: Bearer ********************
curl --location --request GET '/tjy/regime/hySummaryData?type=B&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,
"total": 0,
"zs": 0
}
]
}
}