{
"gmid": 0,
"start_time": "string",
"end_time": "string"
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/open_platform/machine/result/list' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmid": 0,
"start_time": "string",
"end_time": "string"
}'
{
"status": 0,
"msg": "OK",
"data": [
{
"uuid": "F01BD7CD-0A81-4B24-B66A-2B74D9BB370C",
"plate_name": "排版1",
"nest_name": "20240822_4",
"width": 2000.0,
"height": 1000.0,
"thickness": 1.0,
"material": "材质1",
"amount": 1,
"parts": [
{
"uuid": "F1FBF9AF-3E76-4379-AD42-15CC868CAFD2",
"name": "5736957-D",
"width": 272.0,
"height": 350.0,
"amount": 1,
"area": 91440.65,
"weight": 0.72
}
],
"abnor_info": [
{
"name": "材质1-余料板-1.00-1",
"width": 1726.0,
"height": 1000.0,
"area": 1725999.9,
"weight": 13.55
},
{
"name": "材质1-余料板-1.00-2",
"width": 274.0,
"height": 648.0,
"area": 177552.04,
"weight": 1.39
}
],
"part_weight": 0.72
}
]
}