{
"result_list": [
"string"
],
"machine": 0,
"comments": "string",
"priority": 0,
"level": 0
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/plan/generate/v2' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{
"result_list": [
"string"
],
"machine": 0,
"comments": "string",
"priority": 0,
"level": 0
}'
{
"status": 0,
"msg": "ok",
"data": [
{
"msg": "排产成功,找到多条匹配的切割工艺,使用了第一条切割工艺",
"result_list": [
"52E8F749-0671-4481-A679-1264630EC61B",
"21C37867-B82B-43E2-9F3B-95AAC2950CAE"
],
"tech": {
"gas": "Air",
"materials": "304不锈钢雪花砂板",
"note": "兄弟,用这个没错",
"thickness": 0.6
}
},
{
"msg": "排产成功,但是没有附带切割工艺",
"result_list": [
"3F8B012D-B04C-4141-B693-B03B256A7DB0"
],
"tech": {}
}
]
}