Authorization: Bearer ********************
{
"areaCode": "3709",
"dataTime": "2025-03",
"surveyObjName": "国农",
"qjz": 30,
"qjzTs": 50
}
curl --location --request POST '/sjzljc/plzchbPage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "3709",
"dataTime": "2025-03",
"surveyObjName": "国农",
"qjz": 30,
"qjzTs": 50
}'
{
"total": 0,
"rows": [
{
"reportPeriod": "string",
"dataTime": "string",
"surveyObjCode": "string",
"surveyObjName": "string",
"areaCode": "string",
"processPlaceCode": "string",
"surveyObjUniqueCode": "string",
"hydm": null,
"hymc": null,
"ratio": null,
"preRatio": null,
"hb": "string",
"gz": 0,
"cz": null,
"ys": "string",
"czSq": null,
"ysSq": "string"
}
],
"code": 0,
"msg": "string"
}