token: ********************
{
"id": "string",
"businessType": 0,
"processNodeName": "string",
"processNodeType": 0,
"auditGroup": [
0
],
"shared": "string",
"operation": "string",
"whetherDefaultAudit": "string",
"repeatWhetherDefaultAudit": true,
"skipIfReviewerInFuture": true,
"rejected": "string",
"ccPeopleIds": [
0
],
"remark": "string",
"version": 0,
"shape": "string",
"x": 0,
"y": 0,
"whetherNotice": "string",
"message": "string"
}
curl --location --request POST '/process/saveProcessNode' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": "string",
"businessType": 0,
"processNodeName": "string",
"processNodeType": 0,
"auditGroup": [
0
],
"shared": "string",
"operation": "string",
"whetherDefaultAudit": "string",
"repeatWhetherDefaultAudit": true,
"skipIfReviewerInFuture": true,
"rejected": "string",
"ccPeopleIds": [
0
],
"remark": "string",
"version": 0,
"shape": "string",
"x": 0,
"y": 0,
"whetherNotice": "string",
"message": "string"
}'
{
"code": 200,
"message": "",
"data": "",
"jurisdiction": {
"token": "",
"menuButtonVos": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"urls": {
"": ""
},
"matchUrl": {
"": ""
},
"user": {
"id": 0,
"name": "",
"password": "",
"sex": "",
"birthday": "",
"educationBackground": 0,
"degree": "",
"politicsStatus": 0,
"phone": "",
"telephoneCornet": "",
"identificationCardNumber": "",
"address": "",
"loginName": "",
"individualitySignature": "",
"status": ""
},
"latest": false,
"whetherDefaultPassword": false
}
}