Authorization: ********************
{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"ids": [
0
],
"equipmentId": "string",
"stationId": "string",
"addTimeStart": "string",
"addTimeEnd": "string",
"addSource": 0,
"offlineType": 0,
"offlineReason": "string",
"factory": 0,
"equipmentType": 0,
"status": 0,
"handleBy": 0,
"handleTimeStart": "string",
"handleTimeEnd": "string",
"tenantId": "string",
"appId": "string"
}
curl --location --request POST '/management/equipmentOffline/queryByPage' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"ids": [
0
],
"equipmentId": "string",
"stationId": "string",
"addTimeStart": "string",
"addTimeEnd": "string",
"addSource": 0,
"offlineType": 0,
"offlineReason": "string",
"factory": 0,
"equipmentType": 0,
"status": 0,
"handleBy": 0,
"handleTimeStart": "string",
"handleTimeEnd": "string",
"tenantId": "string",
"appId": "string"
}'
{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"equipmentId": "",
"stationId": "",
"factory": 0,
"equipmentType": 0,
"addTime": "",
"addSource": 0,
"offlineType": 0,
"offlineReason": "",
"status": 0,
"handleBy": 0,
"handleTime": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"tenantId": "",
"appId": "",
"equipment": {
"id": 0,
"tenantId": "",
"appId": "",
"yunkuAppId": "",
"stationId": "",
"stationName": "",
"fullAddress": "",
"equipmentId": "",
"chipNumber": "",
"factory": 0,
"equipmentName": "",
"hardwareSerialNum": "",
"equipmentStatus": 0,
"onlineStatus": 0,
"equipmentType": 0,
"portAmount": 0,
"longitude": 0.0,
"latitude": 0.0,
"remark": "",
"netSignal": 0.0
},
"station": {
"id": 0,
"tenantId": "",
"appId": "",
"stationId": "",
"placeType": 0,
"stationType": 0,
"stationName": "",
"address": "",
"fullAddress": "",
"remark": ""
}
}
]
},
"stackTraceMsg": ""
}