Authorization: Bearer ********************
{
"keyTaskType": 0,
"ids": [
0
],
"overhaulTime": "2019-08-24T14:15:22Z",
"cycle": 0,
"repeatUnit": "string",
"headIds": [
0
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/plan/UpdateBatch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyTaskType": 0,
"ids": [
0
],
"overhaulTime": "2019-08-24T14:15:22Z",
"cycle": 0,
"repeatUnit": "string",
"headIds": [
0
]
}'
{}