curl --location -g --request GET 'http://{{ip}}:9000/material-manage-service/deviceCheckTask/pageList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"records": [
{
"id": 0,
"deviceCode": "string",
"deviceName": "string",
"checkContent": "string",
"criteria": "string",
"cycleDescribes": "string",
"disabled": true,
"standardCode": "string"
}
],
"current": 0,
"total": 0,
"pages": 0
}
}