Authorization: ********************
{
"id": 0,
"offlineType": 0,
"offlineReason": "string",
"status": 0
}
curl --location --request POST '/management/equipmentOffline/handleOfflineEquipment' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0,
"offlineType": 0,
"offlineReason": "string",
"status": 0
}'
{
"code": "",
"msg": "",
"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": ""
},
"stackTraceMsg": ""
}