{
"id": 0,
"employeeId": 0,
"photo": "string",
"experience": "string",
"nativePlace": "string",
"employeeLanguage": "string",
"workType": "string",
"restTime": "string",
"workExp": "string",
"selfIntroduction": "string",
"certificatesInfo": "string",
"images": "string",
"age": 0,
"stature": "string",
"weight": "string",
"education": "string",
"chineseZodiac": "string",
"nation": "string",
"constellation": "string",
"maritalStatus": "string",
"employeeName": "string",
"sex": "string",
"skills": [
"string"
],
"personalInfoAblum": [
{
"url": "string"
}
],
"personalAblum": [
{
"url": "string"
}
]
}
curl --location --request POST '/appMark/employeeResume/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"employeeId": 0,
"photo": "string",
"experience": "string",
"nativePlace": "string",
"employeeLanguage": "string",
"workType": "string",
"restTime": "string",
"workExp": "string",
"selfIntroduction": "string",
"certificatesInfo": "string",
"images": "string",
"age": 0,
"stature": "string",
"weight": "string",
"education": "string",
"chineseZodiac": "string",
"nation": "string",
"constellation": "string",
"maritalStatus": "string",
"employeeName": "string",
"sex": "string",
"skills": [
"string"
],
"personalInfoAblum": [
{
"url": "string"
}
],
"personalAblum": [
{
"url": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": "string"
}