{
"deviceName": "string"
}
curl --location --request POST '/api/wzDeviceActivationData/queryActivationDataByName' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string"
}'
{
"currentDayStartTime": 0,
"currentDayUseWorkTime": 0,
"currentDayWorkTime": 0,
"currentSchedule": 0,
"currentShiftNum": 0,
"dataTime": 0,
"g00Ratio": 0,
"g01Ratio": 0,
"id": 0,
"knifeNum": 0,
"machineShiftDataList": [
{
"currentShiftStartTime": 0,
"currentShiftUseWorkTime": 0,
"currentShiftWorkTime": 0,
"dataTime": 0,
"efficiency": 0,
"shiftNum": 0
}
],
"mainRotateRatio": 0,
"sceneNum": 0,
"schedule": 0,
"workStartTime": 0
}