token: ********************
{
"id": 0,
"changeAmount": 0,
"userId": 0,
"user": {
"id": 0,
"name": "string",
"password": "string",
"sex": "string",
"birthday": "string",
"educationBackground": 0,
"degree": "string",
"politicsStatus": 0,
"phone": "string",
"telephoneCornet": "string",
"identificationCardNumber": "string",
"address": "string",
"loginName": "string",
"individualitySignature": "string",
"status": "string"
},
"userJobInfo": {
"id": 0,
"userId": 0,
"jobNumber": "string",
"departmentId": 0,
"wardId": 0,
"jobType": 0,
"isCommission": "string",
"isPractitioner": "string",
"practitionerNumber": "string",
"professionalPositionId": 0,
"positionalTitle": 0,
"positionalTitleLevel": 0,
"entryTime": "string",
"resignationTime": "string"
},
"userAnnualAccountId": 0,
"originalAmount": 0,
"remainingAmount": 0,
"frozenAmount": 0,
"status": "string",
"upOrDown": "string",
"reason": "string"
}
curl --location --request POST '/userAccount/change' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"changeAmount": 0,
"userId": 0,
"user": {
"id": 0,
"name": "string",
"password": "string",
"sex": "string",
"birthday": "string",
"educationBackground": 0,
"degree": "string",
"politicsStatus": 0,
"phone": "string",
"telephoneCornet": "string",
"identificationCardNumber": "string",
"address": "string",
"loginName": "string",
"individualitySignature": "string",
"status": "string"
},
"userJobInfo": {
"id": 0,
"userId": 0,
"jobNumber": "string",
"departmentId": 0,
"wardId": 0,
"jobType": 0,
"isCommission": "string",
"isPractitioner": "string",
"practitionerNumber": "string",
"professionalPositionId": 0,
"positionalTitle": 0,
"positionalTitleLevel": 0,
"entryTime": "string",
"resignationTime": "string"
},
"userAnnualAccountId": 0,
"originalAmount": 0,
"remainingAmount": 0,
"frozenAmount": 0,
"status": "string",
"upOrDown": "string",
"reason": "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
}
}