{
"pageNum": "string",
"pageSize": "string",
"projectId": 0,
"deviceNo": "string"
}
curl --location --request POST 'http://192.168.1.6:8087/envItem/envItemPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "string",
"pageSize": "string",
"projectId": 0,
"deviceNo": "string"
}'
{
"total": 0,
"rows": [],
"code": 0,
"msg": ""
}