Authorization: Bearer ********************
{
"planType": 0,
"keyTaskType": 0,
"craneId": "string",
"craneName": "string",
"checkType": 0,
"category": 1,
"overhaulContent": "string",
"overhaulMethod": "string",
"overhaulStandard": "string",
"overhaulTime": "2019-08-24T14:15:22Z",
"cycle": 0,
"repeatUnit": "string",
"headIds": [
0
],
"overhaulProject": "string",
"deviceType": "string",
"id": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/plan/Update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"planType": 0,
"keyTaskType": 0,
"craneId": "string",
"craneName": "string",
"checkType": 0,
"category": 1,
"overhaulContent": "string",
"overhaulMethod": "string",
"overhaulStandard": "string",
"overhaulTime": "2019-08-24T14:15:22Z",
"cycle": 0,
"repeatUnit": "string",
"headIds": [
0
],
"overhaulProject": "string",
"deviceType": "string",
"id": "string"
}'
{}