Authorization: Bearer ********************curl --location --request GET '/gongye/jcsjdr/page?dataTime=2025-05&beginTime=2025-07-10 13:00:00&endTime=2025-07-12 15:00:00&pageNum=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"surveyObjCode": "string",
"surveyObjName": "string",
"processPlaceCode": "string",
"hydm": "string",
"hymc": "string",
"gycz": "string",
"gyczLj": "string",
"gyczTq": "string",
"gyczLjTq": "string",
"shbs": "string",
"dataTime": "string",
"updateTime": "string"
}
]
}