Authorization: Bearer ********************
{
"deviceType": "string",
"overhaulProject": "string",
"overhaulMethod": "string",
"overhaulStandard": "string",
"checkType": 0,
"cycle": 0,
"repeatUnit": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/PlanDirectory/Add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceType": "string",
"overhaulProject": "string",
"overhaulMethod": "string",
"overhaulStandard": "string",
"checkType": 0,
"cycle": 0,
"repeatUnit": "string"
}'
{}