Authorization: Bearer ********************curl --location --request GET '/gongye/zjz/dszjz?dataTime=2025-02&areaCode=3701' \
--header 'Authorization: Bearer <token>'{
"msg": "string",
"code": 0,
"data": [
{
"areaCode": "string",
"areaName": "string",
"vThisMonth": 0,
"vThisTotal": 0,
"vThisMonthPresent": 0,
"vThisTotalPresent": 0,
"vPreMonth": 0,
"vPreTotal": 0,
"thisMonthGrowth": 0,
"thisTotalGrowth": 0
}
]
}