{
"job_id": [
0
]
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/job/plate_used' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": [
0
]
}'
{
"status": 0,
"msg": "OK",
"data": [
{
"guid": "ADDC72FE-1BB0-4FA8-B747-5531BC5BC761", // 板材guid
"amount": 2, // 使用数量
"material": "304", // 材质
"thickness": 0.8, // 厚度
"plate_name": "标准板", // 板材名称
"plate_type": 0, // 类型,0-标准版,1-余料板
"file_url": null, // plate_type为1时,返回余料板文件链接
"thumbnail_url": null, // plate_type为1时,返回余料板缩略图文件链接
"width": 1500, // 板材尺寸
"height": 6000 // 板材尺寸
},
{
"guid": "170A0F51-95BC-4014-A108-7F9F1C1FD882",
"amount": 2,
"material": "304",
"thickness": 0.8,
"plate_name": "标准板",
"plate_type": 0,
"file_url": null,
"thumbnail_url": null,
"width": 1000,
"height": 2000
}
]
}