You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
488 B
24 lines
488 B
curl -X 'POST' \
|
|
'http://localhost:8000/api/scheduler/order/add' \
|
|
-H 'accept: application/json' \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{
|
|
"owner": {
|
|
"username": "1234",
|
|
"name": "1234",
|
|
"phone": "6458344674",
|
|
"email": "gss@126.com",
|
|
"is_locked": true
|
|
},
|
|
"orderid": "tr43frr",
|
|
"ordertime": "20240823",
|
|
"task": [
|
|
{
|
|
"action": 5,
|
|
"name": "试剂1",
|
|
"quantity": 5,
|
|
"coordinates": "A03",
|
|
"traynum": "1X01"
|
|
}
|
|
]
|
|
}' |