{"form":{"id":2,"time":"2024-09-30","number":"ZZD0002","bom":"","cost":1,"frame":1,"user":1,"person":"","logistic":{"key":"auto","number":""},"file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0,"cse":0},"info":[{"goods":1,"type":1,"spec":"","cell":"","warehouse":3,"price":"0","nums":1,"serial":[],"batch":"29-12","mfg":"2024-09-30","total":0,"cost":1,"data":""},{"goods":2,"type":0,"spec":"","cell":1,"warehouse":3,"price":0,"nums":"10","serial":[],"batch":"","mfg":"","total":0,"cost":0,"data":""}],"cost":[{"exp":3,"money":"1","data":""}]}
curl --location --request POST '/api/make/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":2,"time":"2024-09-30","number":"ZZD0002","bom":"","cost":1,"frame":1,"user":1,"person":"","logistic":{"key":"auto","number":""},"file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0,"cse":0},"info":[{"goods":1,"type":1,"spec":"","cell":"","warehouse":3,"price":"0","nums":1,"serial":[],"batch":"29-12","mfg":"2024-09-30","total":0,"cost":1,"data":""},{"goods":2,"type":0,"spec":"","cell":1,"warehouse":3,"price":0,"nums":"10","serial":[],"batch":"","mfg":"","total":0,"cost":0,"data":""}],"cost":[{"exp":3,"money":"1","data":""}]}'
{
"state": "success",
"info": 2
}