{
"job_id": [
0
]
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/job/plan_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 '{
"job_id": [
0
]
}'
{
"status": 0,
"msg": "OK",
"data": [
{
"guid": "f01714fd-7664-4bf5-aa15-af1468cb34c0",
"plate_name": "Result11",
"plate_comments": "备注",
"part_amount": 23,
"total_plate_amount": 1,
"finish_plate_amount": 0,
"status": "uncompleted",
"material": "Q235",
"thickness": 0.8,
"gas": "N2",
"machine": 165192,
"machine_desc": "机床名称",
"task_name": "20210316-tmp-Q235-0.8-氮气-0001",
"start_time": "14:48:51",
"finish_time": "14:54:10",
"plate_path": "20210316_133333_971812212N.lxds",
"plate_url": "http://raymes.oss-cn-shanghai.aliyuncs.com/saas-resource/corp-lxds/CorpID1001/20210316/20210316_133333_971812212N.lxds?OSSAccessKeyId=LTAIwvoiFSZhjvAB&Expires=1616741331&Signature=o8VzGDOgNRC8j%2BewI814IrFN85I%3D",
"thumbnail_path": "20210316_133333_971812212N.png",
"thumbnail_url": "http://raymes.oss-cn-shanghai.aliyuncs.com/saas-resource/corp-lxds/CorpID1001/20210316/20210316_133333_971812212N.png?OSSAccessKeyId=LTAIwvoiFSZhjvAB&Expires=1616741331&Signature=4zgCP%2FYdBrHnPDuDPBbUB2%2Bn%2FJ0%3D"
}
]
}