Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"stationIds": [
0
],
"deptId": 0,
"disName": "string",
"timeBegin": "string",
"timeEnd": "string",
"disAction": "string",
"disKw": "string",
"priceTime": "string",
"reserved1": "string",
"reserved2": "string",
"reserved3": "string",
"reserved4": 0,
"reserved5": 0,
"reserved6": 0
}
curl --location --request POST 'http://localhost:8080/ess/stationdispatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"stationIds": [
0
],
"deptId": 0,
"disName": "string",
"timeBegin": "string",
"timeEnd": "string",
"disAction": "string",
"disKw": "string",
"priceTime": "string",
"reserved1": "string",
"reserved2": "string",
"reserved3": "string",
"reserved4": 0,
"reserved5": 0,
"reserved6": 0
}'
{
"": {}
}