查询指定时间区间内指定机床统计数据汇总
① 一段时间内统计数据汇总,包括几乎所有的统计数据
{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }
curl --location --request POST 'https://mcs-gateway.fscut.com/api/statistics/sum' \ --header 'zoneId: America/Chicago' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }'
{ "status": 0, "msg": "OK", "data": { "laserOn": 91229, "cutTime": 150894, "idleTime": 171188, "cutLength": 1968179.39, "moveLength": 7936790.370000001, "pierceCount": 24774, "gasOn": 115555 } }