curl --location '/open-api/v1/iot/env-monitoring'{
"code": 0,
"message": "success",
"requestId": "b7a0c53001f4473395aa06e742e0df43",
"data": {
"pageNum": 1,
"pageSize": 20,
"total": 100,
"records": [
{
"id": 0,
"farmId": 0,
"farmName": "string",
"enclosureId": 0,
"enclosureName": "string",
"temperature": 0,
"humidity": 0,
"ammonia": 0,
"h2s": 0,
"monitoringTime": "string"
}
]
},
"timestamp": "string"
}