# 人物履历信息
# 接口地址
person/get_person_work_record_v2
# 接口参数
参数名 | 必选 | 说明 |
---|---|---|
person_id | 是 | 人物ID |
# 返回实例
{
"code":1000,
"info":"Success",
"data":{
"person_id":2,
"person_name":"陈琪",
"work_experience":[
{
"com_name":"阿里巴巴",
"position":""
},
{
"com_name":"淘宝",
"position":""
}
],
"education":[
{
"school_id":"4",
"school_name":"浙江大学",
"major":"",
"degree":""
}
]
}
}
# 字段说明
字段 | 说明 |
---|---|
person_id | 人物id |
person_name | 人物名称 |
work_experience/ | 人物的工作经历 |
work_experience/com_name | 公司名称 |
work_experience/position | 职位 |
education/ | 人物的教育经历 |
education/school_id | 所就读学校id |
education/school_name | 所就读学校名称 |
education/major | 专业 |
education/degree | 学历 |