文档
测试

查询简历

POST
/api/emp/resume/selectResume

接口描述

查询简历

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求示例

``` { } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
val
object
数据字典
必填
id
string
简历id
必填
name
string
姓名
必填
portrait_url
string
头像地址
可选
sex
string
性别
必填
birthday
string
出生日期
必填
phone
string
联系电话
必填
age
string
年龄
必填
education_id
string
学历id
必填
education_name
string
学历
必填
wanted_id
string
求职状态id
必填
wanted_name
string
求职状态
必填
job_id
string
期望岗位id
必填
job_name
string
期望岗位
必填
salary
string
期望薪资
必填
place
string
工作地点
必填
user_id
string
用户id
必填
c_date
string
创建时间
可选
m_date
string
最后一次修改时间
可选
state
string
状态。0:未处理;1:通过;-1:不通过
可选

返回示例

``` { "flag": 0, "msg": "success", "val": { "birthday": "2000-01-01", "c_date": "2022-02-17 10:23:26", "education_id": "6afe5de88f9011ec89ccd8bbc135cf98", "education_name": "初中以下", "id": "b58be16e6412cdf561ebc0959dc1aa90", "job_id": "ab440a1d8f9311ec89ccd8bbc135cf98", "job_name": "洗碗工", "name": "蔡小光", "phone": "12315", "place": "天堂", "portrait_url": "", "salary": "0", "sex": "男", "user_id": "42", "wanted_id": "" } } ```