Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"orderId": 0,
"snCode": "string",
"nameplate": "string",
"stepNum": 0,
"power": 0,
"timeBegin": "string",
"timeEnd": "string",
"reserved1": "string",
"reserved2": "string",
"reserved3": "string",
"reserved4": 0,
"reserved5": 0,
"reserved6": 0,
"status": "string",
"detectionResult": "string",
"detectionPhase": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/orderdispatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"orderId": 0,
"snCode": "string",
"nameplate": "string",
"stepNum": 0,
"power": 0,
"timeBegin": "string",
"timeEnd": "string",
"reserved1": "string",
"reserved2": "string",
"reserved3": "string",
"reserved4": 0,
"reserved5": 0,
"reserved6": 0,
"status": "string",
"detectionResult": "string",
"detectionPhase": "string"
}'
{
"": {}
}