{
"guid_list": [
"string"
]
}curl --location 'https://mcs-gateway.fscut.com/cn-api/result/get_job' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"guid_list": [
"string"
]
}'{
"status": 0,
"msg": "ok",
"data": [
{
"uuid": "E7F58248-59D5-40F7-BC17-319747D28797",
"plate_guid": "C5EE4927-00E3-4344-9E9A-7DF68D6926DE",
"amount": 1,
"plate_type": 0,
"job_list": [
{
"job_id": 37286,
"job_name": "工单A"
},
{
"job_id": 37285,
"job_name": "工单B"
}
]
}
]
}