This function is used to retrieve summarized welding statistical data for a specified machine within a specified time range.
ā Summary of statistical data for the specified time range, including almost all welding statistical information.
{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }
curl --location --request POST 'https://mcs-gateway.fscut.com/api/statistics/sum/weld' \ --header 'zoneId: America/Chicago' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardId": "123456789100", "startDate": 20230201, "endDate": 20230207 }'
{ "status": 0, "msg": "OK", "data": { "weldTime": 91229, "weldLength": 1968179.39, "flatWeldTime": 171188, "flatWeldLength": 7936790.370000001, "verticalWeldTime": 24774, "verticalWeldLength": 7936790.370000001, "weldPassCount": 10, "workTime": 100, "idleTime": 100 } }