{}
curl --location --request GET '/api/system/resume/get_self_detail/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"page": 0,
"limit": 0,
"total": 0,
"data": {
"id": 0,
"modifier_name": null,
"create_datetime": null,
"update_datetime": null,
"resume_name": "string",
"name": "string",
"avatar": null,
"salary": "string",
"area_id": "string",
"job_history": [
"string"
],
"no_job_history": [
"string"
],
"education_history": [
"string"
],
"other": "string",
"user_id": 0,
"avatar_url": null
},
"msg": "string"
}