Authorization: Bearer ********************
[
{
"fieldCode": "string",
"fieldName": "string",
"fullPathCode": "string",
"moduleCode": "string"
}
]
curl --location --request POST 'http://ip:port/openApi/api/v1/open/approve/node/field/add' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"fieldCode": "string",
"fieldName": "string",
"fullPathCode": "string",
"moduleCode": "string"
}
]'
{
"code": "string",
"data": {},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}