{
"dataTimes": 0,
"deviceId": 0,
"shiftNums": [
0
]
}
curl --location --request POST '/api/applet/selectDeviceWorkingStatusByIdDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTimes": 0,
"deviceId": 0,
"shiftNums": [
0
]
}'
{
"deviceOperatingStateList": [
{
"dataTime": 0,
"endTime": 0,
"startTime": 0,
"state": 0
}
],
"endTime": 0,
"startTime": 0
}