token: ********************
{
"id": 0,
"label": "string",
"source": "string",
"target": "string",
"conditionType": "string",
"conditionStatus": "string",
"conditionValue": "string",
"remark": "string",
"sourceAnchor": 0,
"shape": "string",
"controlPoints": "string"
}
curl --location --request PUT '/process/updateSequenceFlow' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"label": "string",
"source": "string",
"target": "string",
"conditionType": "string",
"conditionStatus": "string",
"conditionValue": "string",
"remark": "string",
"sourceAnchor": 0,
"shape": "string",
"controlPoints": "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
}
}