- 🦊一分钟,了解 Apifox !
- 极客空间
- 接口文档
- admin
- dashboard
- trends
- image
- imageCategory
- article
- category
- tags
- user
- guestbook
- source
- animation
- resume
- friendlink
- web
获取简历详情
开发中
GET
/api/admin/resume/detail
简历
请求参数
Header 参数
Authorization
string
token
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3000/api/admin/resume/detail' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object (resume)
必需
name
string
姓名
sex
string
性别
age
integer
年龄
phone
string
手机号
email
string
邮箱
photo
string
照片
weChat
string
微信
qq
string
QQ
educationInfo
array [object {8}]
教育信息
project
array[object (project) {8}]
项目经历
expertise
array[string]
专业技能
race
array[string]
比赛信息
updateTime
string
更新时间
示例
{
"code": 200,
"message": "获取成功",
"data": {
"name": "涂志国",
"sex": "女",
"age": 24,
"phone": "14159919722",
"email": "freg6n.gg3@foxmail.com",
"photo": "https://loremflickr.com/400/400?lock=6738469097103412",
"weChat": "mollit ex dolore elit consequat",
"qq": "4994407850",
"educationInfo": [
{
"name": "牧志明",
"major": "dolore anim Ut",
"logo": "https://avatars.githubusercontent.com/u/8246050",
"start_time": "2025-02-23 00:20:46",
"end_time": "2025-06-20 11:29:00",
"desc": "proident cupidatat ut mollit",
"bg": "ipsum elit laboris",
"resume_id": "100"
},
{
"name": "班三锋",
"major": "qui",
"logo": "https://avatars.githubusercontent.com/u/80189408",
"start_time": "2025-03-09 05:58:31",
"end_time": "2025-02-24 04:59:43",
"desc": "in incididunt",
"bg": "incididunt dolore",
"resume_id": "12"
},
{
"name": "舜浩辰",
"major": "aliqua",
"logo": "https://avatars.githubusercontent.com/u/49436444",
"start_time": "2025-03-18 17:25:10",
"end_time": "2025-09-10 01:13:10",
"desc": "ex aute sunt",
"bg": "in enim",
"resume_id": "6"
}
],
"project": [
{
"name": "伏洁",
"logo": "https://avatars.githubusercontent.com/u/29507151",
"link": "https://tempting-alert.com/",
"bgImg": "https://loremflickr.com/400/400?lock=4629153834938766",
"desc": "ut in commodo exercitation",
"start_time": "2023-11-13 15:43:59",
"end_time": "2024-04-10 22:22:30",
"content": "Ut sint fugiat"
},
{
"name": "竭慧",
"logo": "https://avatars.githubusercontent.com/u/63091754",
"link": "https://deafening-viability.net/",
"bgImg": "https://loremflickr.com/400/400?lock=2612373580621685",
"desc": "id pariatur in",
"start_time": "2023-12-19 04:14:53",
"end_time": "2024-03-16 03:40:15",
"content": "sint non aute"
}
],
"expertise": [
"proident in ut",
"dolore minim nulla quis fugiat"
],
"race": [
"reprehenderit ex pariatur",
"ea cupidatat aute dolore do",
"occaecat"
],
"updateTime": "2025-07-30"
}
}
修改于 2024-10-21 06:29:17