Authorization: Bearer ********************curl --location --request GET '/gongye/zjz/qiyeLaDong?dataTime=2025-09&areaCode=3701&pageNum=1&pageSize=2&orderByColumn=thisMonth&isAsc=desc' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"areaCode": "string",
"surveyObjCode": "string",
"surveyObjName": "string",
"current": 0,
"total": 0,
"pre": 0,
"preTotal": 0,
"currentRate": 0,
"totalRate": 0,
"cityCurrentRate": 0,
"cityTotalRate": 0,
"countyCurrentRate": 0,
"countyTotalRate": 0
}
]
}