This function is used to retrieve summarized statistical data for a specified machine within a specified time range.
ā Summary of statistical data for the specified time range, including almost all statistical information.
{ "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 } }