{
"result_list": [
"string"
],
"machine": 0,
"comments": "string",
"priority": 0,
"level": 0
}curl --location 'https://mcs-gateway.fscut.com/cn-api/api/plan/generate/v2' \
--header 'appId: op191eb50f9b81873c' \
--header 'appSecret: appSecret' \
--header 'timestamp: 1743497261540' \
--header 'appSign: 13622d51e3e4f4935c8ba27728ed309f' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data '{
"result_list": [
"string"
],
"machine": 0,
"comments": "string",
"priority": 0,
"level": 0
}'{
"status": 0,
"msg": "ok",
"data": [
{
"msg": "Scheduling successful, multiple matching cutting processes found, used the first cutting process",
"result_list": [
"52E8F749-0671-4481-A679-1264630EC61B",
"21C37867-B82B-43E2-9F3B-95AAC2950CAE"
],
"tech": {
"gas": "Air",
"materials": "304 stainless steel snowflake sandboard",
"note": "Brother, this one is correct",
"thickness": 0.6
}
},
{
"msg": "Scheduling successful, but no cutting process attached",
"result_list": [
"3F8B012D-B04C-4141-B693-B03B256A7DB0"
],
"tech": {}
}
]
}