仟寻用户中心
所有文章
新手必读
升级公告
系统应用
开放平台
总览
职位
申请表
流程
地址
团队/部门
账号
字典
亮点功能
MoTalk
用户手册
公司介绍
获取申请的简历附件
最后更新于 2023/09/07   阅读数 83

获取申请的简历附件

此接口用户获取单个简历附件.

Headers

Key

Required

Type

Description

token

Yes

string

令牌

Path Parameters

Key

Required

Type

Description

id

Yes

number

申请id

Response data

Key

Describe

type

类型

content

简历(base64)

profile_content

简历原件为null时,请取标准简历附件(base64)

profile_type

profileContent对应文件类型(支持pdf,docx)

profile_name

profileContent对应文件名

Response

{
    "code": 0,
    "message": "",
    "data": {
        "type": "pdf",
        "content": "****",
        "profile_content": "****",
        "profile_type": "pdf",
        "profile_name": "测试简历.pdf"
    }
}

1
2
3
4
5
6
7
8
9
10
11
12
plaintext
本篇目录

获取申请的简历附件

Response data