{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"nodeId": "string"
}
],
"extraData": {},
"param": {
"nodeId": "string"
},
"sort": {},
"hasNext": true
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/device/iotDevice/pageQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"nodeId": "string"
}
],
"extraData": {},
"param": {
"nodeId": "string"
},
"sort": {},
"hasNext": true
}'{
"success": false,
"msg": "",
"code": "",
"model": {
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"id": "",
"deviceName": "",
"status": 0,
"accessStatus": 0,
"deviceSN": "",
"longitude": 0.0,
"latitude": 0.0,
"nodeId": "",
"deviceType": 0,
"accessType": 0
}
],
"extraData": {},
"param": {
"id": "",
"deviceName": "",
"status": 0,
"accessStatus": 0,
"deviceSN": "",
"longitude": 0.0,
"latitude": 0.0,
"nodeId": "",
"deviceType": 0,
"accessType": 0
},
"sort": {},
"hasNext": false
},
"attributes": ""
}