Authorization: Bearer ********************
{
"dataTime": "2025-03",
"qjz": "10"
}
curl --location --request POST '/sjzljc/gyczys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTime": "2025-03",
"qjz": "10"
}'
{
"msg": "string",
"code": 0,
"data": [
{
"surveyObjCode": "string",
"surveyObjName": "string",
"processPlaceCode": "string",
"ratio": 0,
"preRatio": 0,
"hb": 0,
"ys": 0,
"ysSq": 0,
"cz": 0,
"czSq": 0
}
]
}